(gnus-topic-read-group): If after the last group, select the last group.
[gnus] / lisp / ChangeLog
1 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4         select the last group.
5
6 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9
10 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
11
12         * dig.el (dig-mode-map): Declare and define in one step.
13
14 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
17         for Gnus.
18         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
19         (nnimap-update-qresync-info): Mark \Seen articles as read.
20
21         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
22         non-variable, too.
23
24         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
25         available.
26         (nnimap-update-info): Rely more on the current active than the param
27         active to avoid marking articles as read too much.
28
29         * auth-source.el (auth-source-create): Use (user-login-name) for the
30         user name default.
31
32         * nnimap.el (nnimap-update-info): If the server doesn't return any
33         useful info, just use the previous info.
34         (nnimap-update-info): Prefer old info over start-article.
35         (nnimap-update-qresync-info): Finish implementing QRESYNC.
36
37 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
38
39         * nnir.el (autoload): Clean up autoloads.
40         (nnir-imap-default-search-key): Renamed from
41         nnir-imap-search-field. Use key rather than value.
42         (nnir-imap-search-other): New variable.
43         (nnir-read-parm): Use it.
44         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
45         (gnus-summary-nnir-goto-thread): Modify to work with imap.
46
47 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
48
49         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
50         the process, too.
51
52 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
55         Allbery.
56
57         * shr.el: Rework the way things are indented by <li> slightly.
58
59         * gnus.el (gnus-group-set-parameter): Fix typo.
60
61         * nnimap.el: Start implementing QRESYNC support.
62
63 2010-10-09  Julien Danjou  <julien@danjou.info>
64
65         * nnir.el (nnir-engines): Fix too many arguments.
66
67 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
70         group is the "last", so that the backends like nnfolder actually save
71         their folders.
72
73         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
74         try to use that for the tls stream.
75         (nnimap-retrieve-group-data-early): Rework the marks code to heed
76         UIDVALIDITY and find out which groups are read-only and not.
77         (nnimap-get-flags): Use the same marks parsing code as the rest of
78         nnimap.
79
80 2010-10-09  Julien Danjou  <julien@danjou.info>
81
82         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
83
84         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
85         retrieving gravatars.
86
87         * shr.el (shr-table-corner): Add.
88         (shr-table-line): Add.
89         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
90
91 2010-10-08  Julien Danjou  <julien@danjou.info>
92
93         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
94
95 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
96
97         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
98
99         * gnus-sum.el (gnus-mark-article-as-unread)
100         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
101         (gnus-summary-set-bookmark): Use it.
102
103         * gnus-msg.el (gnus-setup-message): Use it.
104
105         * gnus-demon.el (gnus-demon-remove-handler): Use it.
106
107         * gnus.el (gnus-group-remove-parameter): Use it.
108
109         * gnus-group.el (gnus-group-make-web-group): Use it.
110
111         * gnus-demon.el (gnus-demon-remove-handler): Use it.
112
113         * nnregistry.el: Update docs to mention manual.
114
115         * gnus-registry.el: Update docs to mention nnregistry.el.
116         (gnus-registry-initialize): Don't install nnregistry refer method
117         automatically.
118         (gnus-registry-install-nnregistry): Remove it.
119
120 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * shr.el (shr-insert): Don't insert double spaces.
123
124 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * gnus-gravatar.el (gnus-treat-from-gravatar)
127         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
128         called interactively.
129
130         * gnus-art.el (gnus-mime-view-part-externally)
131         (gnus-mime-view-part-internally): Make predicate function passed to
132         gnus-mime-view-part-as-type assume argument is a mime type, not a list
133         of a mime type.
134
135         * shr.el (shr-table-widths): Don't use cl function `reduce'.
136
137 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * shr.el (require): Require cl when compiling.
140         (shr-tag-hr): New function.
141
142         * nnimap.el (nnimap-update-info): Remove double setting of high.
143         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
144         makes nnimap work properly on Courier again.
145
146         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
147         the variable for backwards compatability.
148
149         * mm-decode.el (mm-save-part): If given a non-directory result, expand
150         the file name before using to avoid setting mm-default-directory to
151         nil.
152
153         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
154         bidning gnus-agent variables.
155
156         * shr.el (shr-render-td): Use a cache for the table rendering function
157         to avoid getting an exponential rendering behaviour in nested tables.
158         (shr-insert): Rework the line-breaking algorithm.
159         (shr-insert): Don't leave trailing spaces.
160         (shr-insert-table): Also insert empty TDs.
161         (shr-tag-blockquote): Ensure paragraphs after </ul>.
162
163 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
164
165         * gnus-sum.el (gnus-number): Rename from `number'.
166         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
167         (gnus-summary-limit-children): Update uses correspondingly.
168
169 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
172         (gnus-gravatar-transform-address): Don't show avatars of people of
173         which mail addresses match gnus-gravatar-too-ugly.
174
175 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * shr.el (shr-table-widths): Expand TD elements to fill available
178         space.
179
180 2010-10-07  Julien Danjou  <julien@danjou.info>
181
182         * nnimap.el (nnimap-request-rename-group): Add this method.
183
184 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
187         name from XEmacs' function-arglist.
188
189         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
190         gravatar under XEmacs.
191
192 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
193
194         * auth-source.el: Update docs with TODO items.
195
196         * gnus-sync.el: Update docs to explain state and plans.
197
198         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
199         Hooks for mark updates.
200         (gnus-request-set-mark, gnus-request-update-mark): Use them.
201
202         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
203         hooks with arguments, which is needed for mark update hooks.
204
205 2010-10-06  Julien Danjou  <julien@danjou.info>
206
207         * gnus.el (gnus-expand-group-parameter): Only return and act on what
208         was matched.
209
210         * sieve-manage.el: Update example in `Commentary'.
211
212         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
213
214         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
215         not 2000.
216         (sieve-manage-authenticate): Re-add function.
217
218 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * shr.el (shr-insert): Get 'space transition right.
221         (shr-render-td): Only delete space at the end of the TD.
222
223         * nnimap.el (nnimap-open-connection): Prepare to support
224         open-gnutls-stream.
225
226         * shr.el: Rearrange function order to be more logical.
227
228 2010-10-06  Julien Danjou  <julien@danjou.info>
229
230         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
231         (nnrss-discover-feed): Remove 404 URL in docstring.
232
233         * nnir.el: Fix Swish-E URL.
234         Fix Namazu URL.
235
236         * message.el (message-change-subject): Remove 404 URL in a comment.
237
238 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
241         called interactively.
242
243         * gnus-util.el (gnus-remove-if): Allow hash table.
244         (gnus-remove-if-not): New function.
245
246         * gnus-art.el (gnus-mime-view-part-as-type)
247         * gnus-score.el (gnus-summary-score-effect)
248         * gnus-sum.el (gnus-read-move-group-name):
249         Replace remove-if-not with gnus-remove-if-not.
250
251         * gnus-group.el (gnus-group-completing-read):
252         Regard collection as a hash table if it is not a list.
253
254 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * shr.el (shr-render-td): Allow blank/missing <TD>s.
257
258         * shr.el: Document the table-rendering algorithm.
259
260 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
263         for Emacsen having no `libxml-parse-html-region' support.
264
265 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
268         invalid URLs.
269
270         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
271         line-broken.
272         (shr-tag-img): Ignore image fetching errors.
273         (shr-overlays-in-region): Compute overlay positions correctly.
274
275         * mm-decode.el (mm-shr): Require shr.
276
277         * gnus-art.el (gnus-blocked-images): Move variable here.
278
279         * shr.el (shr-insert-table): Bind free variable.
280
281         * mm-decode.el (mm-shr): Bind shr-content-function.
282
283         * shr.el (shr-content-function): New variable.
284
285         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
286         added for symmetry.
287
288         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
289
290         * gnus-group.el (gnus-group-make-group): Doc fix.
291
292         * nnimap.el (nnimap-request-newgroups): Return success.
293
294         * shr.el (shr-find-elements): New function.
295         (shr-tag-table): Put all the images after the table.
296         (shr-tag-table): Really inhibit images inside the table.
297         (shr-collect-overlays): Copy over overlays from the TD elements to the
298         main document.
299
300         * mm-decode.el (mm-shr): Bind shr-blocked-images to
301         gnus-blocked-images.
302
303 2010-10-05  Julien Danjou  <julien@danjou.info>
304
305         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
306
307         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
308         (gnus-html-maximum-image-size): Add this function.
309         (gnus-html-put-image): Use gnus-html-maximum-image-size.
310
311         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
312         server-value of the capability is nil.
313
314 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * shr.el (shr-tag-em): Add <EM> tag.
317
318 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
319
320         * sieve-manage.el (sieve-manage-default-stream): Make default stream
321         customizable.
322
323         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
324         handing broken links to browse-url.
325
326 2010-10-05  Julien Danjou  <julien@danjou.info>
327
328         * gnus-util.el (gnus-emacs-completing-read)
329         (gnus-iswitchb-completing-read): Use autoload rather than require.
330
331 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
334         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
335         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
336         iswitchb-temp-buflist for XEmacs.
337
338         * gnus-util.el (gnus-completing-read-function): Exclude
339         gnus-icompleting-read and gnus-ido-completing-read from candidates for
340         XEmacs since iswitchb.el is very old and ido.el is unavailable in
341         XEmacs.
342
343         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
344         not to use `delete-dups' that is unavailable in XEmacs 21.4.
345
346         * gnus-html.el: Don't require help-fns under XEmacs.
347         (gnus-html-schedule-image-fetching): Work for XEmacs.
348
349         * mm-decode.el (mm-shr): Decode contents by charset.
350
351 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352
353         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
354         unknown.
355
356         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
357         (shr-get-image-data): Ensure against the cache file missing.
358
359         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
360         for data.
361
362         * spam-report.el (spam-report-url-ping-plain): Don't query about
363         killing the process.
364
365         * shr.el (shr-render-td): Protect against too-wide text.
366
367 2010-10-04  Julien Danjou  <julien@danjou.info>
368
369         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
370         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
371
372         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
373         retrieved.
374
375 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * shr.el (browse-url): Required.
378         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
379         lines.
380         (shr-show-alt-text, shr-browse-image): New commands.
381         (shr-browse-url, shr-copy-url): New commands.
382
383         * gnus-sum.el (gnus-widen-article-window): New variable.
384         (gnus-summary-select-article-buffer): Use it.
385
386         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
387         without @ signs.
388
389 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
390
391         * nnir.el (nnir-run-imap): Remove spurious space in search string.
392
393 2010-10-04  Julien Danjou  <julien@danjou.info>
394
395         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
396         for XEmacs.
397
398 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
401
402         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
403         (nnimap-close-server): Implement.
404
405         * dgnushack.el (iswitchb): Require to shut up the compiler.
406
407         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
408         (shr-insert): Tweak line breaking.
409         (shr-insert): Handle <pre> better.
410         (shr-tag-li): Get <li> indentation right.
411         (shr-tag-li): Get <li> indentation even righter.
412         (shr-tag-blockquote): Ensure paragraph start.
413         (shr-make-table): Tweak table generation.
414         (shr-make-table): Fix typo.
415
416         * shr.el: Implement table rendering.
417
418 2010-10-04  Julien Danjou  <julien@danjou.info>
419
420         * gnus-html.el (gnus-html-put-image): Fix resize image code.
421
422 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * shr.el (shr-insert): Use string anchors instead of line anchors.
425
426 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * shr.el: Add headings.
429         (shr-ensure-paragraph): Actually work.
430         (shr-tag-li): Make <ul> prettier.
431         (shr-insert): Get white space at the beginning/end of elements right.
432         (shr-tag-p): Collapse subsequent <p>s.
433         (shr-ensure-paragraph): Don't insert double line feeds after blank
434         lines.
435         (shr-insert): \t is also space.
436         (shr-tag-s): Fix "s" tag name function.
437         (shr-tag-s): Fix face prop name.
438
439 2010-10-03  Julien Danjou  <julien@danjou.info>
440
441         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
442
443         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
444         gnus-window-inside-pixel-edges.
445
446         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
447         gnus-ems.
448
449         * mm-view.el (mm-inline-image-emacs): Support image resizing.
450
451         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
452         function.
453
454         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
455         resize choice.
456
457 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
460         beginning of the buffer.
461
462         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
463         article buffer again.
464
465         * shr.el (shr-tag-p): Don't insert newlines at the start of the
466         buffer.
467
468         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
469         when it's at the start of the buffer.
470
471         * shr.el (shr-tag-blockquote): Convert name.
472         (shr-rescale-image): Use the right image-size variant.
473
474         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
475         buffer isn't shown, then select the current article first instead of
476         bugging out.
477         (gnus-summary-select-article-buffer): Show both the article and summary
478         buffers again.
479
480         * shr.el (shr-fontize-cont): Protect against regions with no text.
481         Rename tag functions to shr-tag-* for enhanced security.
482         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
483
484 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
485
486         * shr.el (shr-insert):
487         * pop3.el (pop3-movemail):
488         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
489         loaded.
490
491 2010-10-03  Glenn Morris  <rgm@gnu.org>
492
493         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
494
495         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
496
497         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
498
499         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
500
501         * gnus-util.el (gnus-make-local-hook): Simplify.
502
503 2010-10-02  Julien Danjou  <julien@danjou.info>
504
505         * gnus-util.el (gnus-iswitchb-completing-read): New function.
506         (gnus-ido-completing-read): New function.
507         (gnus-emacs-completing-read): New function.
508         (gnus-completing-read): Use gnus-completing-read-function.
509         Add gnus-completing-read-function.
510
511 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * shr.el (shr-insert-document): Autoload.
514         (shr-img): Be silent.
515         (shr-insert): Add a newline after every picture before text.
516         (shr-add-font): Use overlays for combining faces.
517         (shr-insert): Pass upwards the text start point.
518
519         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
520         possible.
521         (mm-shr): New function.
522
523 2010-10-02  Julien Danjou  <julien@danjou.info>
524
525         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
526         should go backward.
527
528 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
529
530         * shr.el (shr): Fix typo in provide call.
531
532 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * shr.el: New file.
535
536         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
537
538         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
539         completing read.
540
541 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
544         we're being queried about.  Suggested by Dan Jacobson.
545
546         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
547         by Jason Eisner.
548
549         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
550         table, too.  Suggested by Stefan Wiens.
551         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
552         the table unnecessary.  Suggested by Stefan Wiens.
553
554         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
555         longer needed, and probably doesn't work either, as pointed out by
556         Stefan Wiens.
557         (gnus-summary-exit): Remove call to the clearing function.
558         (gnus-summary-exit-no-update): Ditto.
559
560         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
561         instead of gnus-eval-in-buffer-window to avoid popping up frames.
562         Reported by Stefan Monnier.
563         (gnus-summary-save-in-rmail): Ditto.
564
565         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
566         article buffer, instead of both the article buffer and the summary
567         buffer.  Sort of suggested by Dan Jacobson.
568
569         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
570
571         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
572         Suggested by Dan Jacobson.
573
574         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
575         documentation clearer.
576
577         * message.el (message-shorten-references): Comment on the number "21".
578         Suggested by Stefan Monnier.
579
580         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
581         Suggested by Dan Jacobson.
582
583         * gnus.el (gnus-large-newsgroup): Mention
584         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
585
586         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
587         externalize attachments.  Bug reported by Steve Wen.
588
589         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
590         really message anything to the user.
591
592         * nnmail.el (nnmail-article-group): Allow using the fancy split method
593         directly.
594
595         * nnimap.el (nnimap-request-group): Low higher than high to signal no
596         messages in empty groups.
597
598 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
599
600         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
601         non-UIDNEXT group.
602
603 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
606         not the value from the collection.
607
608         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
609         values.  This sometimes happens on some groups that have no info.
610         (nnimap-request-newgroups): New function.
611
612 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
613
614         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
615         check into `gnus-registry-initialize'.
616         (gnus-registry-initialize): Ditto.
617         Fix and extend header docs.
618
619 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
622         regexp backtrace overflows.
623
624         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
625         for starttls that tls.el implements; i.e. openssl.
626
627         * tls.el (tls-starttls-switches): Give up on using starttls with
628         gnutls-cli.
629         (tls-program): Add --insecure to be consistent with the defaults from
630         openssl s_client.  Now all three commands are insecure.
631
632 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * lpath.el: Bind completion-styles-alist for XEmacs.
635
636         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
637         (gravatar-create-image): New function that's an alias to
638         gnus-xmas-create-image, gnus-create-image, or create-image.
639         (gravatar-data->image): Use it.
640
641 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
642
643         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
644         install the nnregistry refer method.
645         (gnus-registry-install-hooks): Use it.
646         (gnus-registry-unfollowed-groups): Add nnmairix to the default
647         unfollowed groups.
648
649 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
650
651         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
652         expanding threads.
653
654 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * nnir.el: Use the server names without suffixes (bug #7009).
657
658         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
659         unencrypted to STARTTLS, if possible.
660
661 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
662
663         * message.el (message-ignored-supersedes-headers): Strip Injection-*
664         headers before superseding.
665
666 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * nnrss.el (nnrss-use-local): Add documentation.
669
670         * nnimap.el (nnimap-extend-tls-programs): New function.
671         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
672         (nnimap-wait-for-connection): Accept the greeting from the stupid
673         output from openssl s_client -starttls, too.
674
675         * tls.el (tls-starttls-switches): New variable.
676         (tls-find-starttls-argument): Use it.
677         (open-tls-stream): Ditto.
678
679         * netrc.el (netrc-credentials): Return the value of the "default"
680         entry.
681         (netrc-machine): Ditto.
682
683         * nnimap.el (nnimap-find-article-by-message-id): Really return the
684         article number.
685         (nnimap-split-fancy): New variable.
686         (nnimap-split-incoming-mail): Use it.
687
688         * nntp.el (nntp-server-list-active-group): Document.
689
690         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
691         SELECT to get the message-id.
692
693         * mail-source.el (mail-sources): Removed webmail support.
694         (defvar): Ditto.
695         (mail-source-fetcher-alist): Ditto.
696         (mail-source-fetch-webmail): Removed.
697
698         * webmail.el: Removed -- doesn't seem relevant any more.
699
700         * gnus.el: Fix up make-obsolete-variable declarations throughout.
701
702         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
703         the \r.
704
705 2010-09-30  Julien Danjou  <julien@danjou.info>
706
707         * gnus-agent.el (gnus-agent-add-group): Fix call to
708         gnus-completing-read.
709
710 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * nndoc.el (nndoc-retrieve-groups): New function.
713
714         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
715         `default', use nnmail-split-methods.
716         (nnimap-request-article): Downcase the NILs so that they are nil.
717
718         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
719         symbol.
720
721         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
722         code, since if the user has requested network, that's what they ought
723         to get.
724         (nnimap-request-set-mark): Erase the buffer before issuing commands.
725         (nnimap-split-rule): Mark as obsolete.
726
727         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
728         variable.
729
730         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
731         correct slot, too.
732
733 2010-09-29  Julien Danjou  <julien@danjou.info>
734
735         * gnus.el (gnus-local-domain): Declare variable obsolete.
736
737         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
738         computing.
739         (gnus-ido-completing-read): Require ido.
740
741 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * gnus-registry.el: Don't prompt on load, which makes it impossible to
744         build Gnus.
745
746         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
747         when interpreting the structures.
748         (nnimap-request-accept-article): Add \r\n to the lines to make this
749         work with Cyrus.
750
751         * nndraft.el (nndraft-request-expire-articles): Use the group name
752         instead if "nndraft".  Fix found by Nils Ackermann.
753
754 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
755
756         * nnregistry.el: Added.
757
758 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
759
760         * nnmail.el (group, group-art-list, group-art):
761         Remove unneeded directives.
762
763 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
766         (mm-mime-charset)
767         * rfc2047.el (rfc2047-syntax-table)
768         * utf7.el (utf7-utf-16-coding-system): Comment fix.
769
770         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
771         rather than `insert-file-contents' and `eval-region'.
772
773         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
774         construction.
775
776         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
777
778         * time-date.el: No need to require cl for Emacs 21.
779
780 2010-09-29  Julien Danjou  <julien@danjou.info>
781
782         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
783         replacement of `gnus-gravatar-relief' to mimic
784         `gnus-faces-properties-alist'.
785         Add :version property.
786
787 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * mail-source.el (mail-source-report-new-mail)
790         * message.el (message-default-mail-headers)
791         * mm-decode.el (mm-valid-image-format-p): Comment fix.
792
793         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
794
795 2010-09-28  Julien Danjou  <julien@danjou.info>
796
797         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
798         mail-address contains the same string as real-name.
799
800         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
801         non-blank in header, otherwise it'll get stripped.
802
803         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
804         real-name, and then for mail address rather than doing : or , search.
805
806 2010-09-27  Julien Danjou  <julien@danjou.info>
807
808         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
809         (gnus-server-goto-server): Use gnus-completing-read.
810
811         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
812
813         * mm-util.el (defalias): Use gnus-completing-read.
814         (mm-codepage-setup): Use gnus-completing-read.
815
816         * smime.el (smime-sign-buffer): Use gnus-completing-read.
817         (smime-decrypt-buffer): Use gnus-completing-read.
818
819         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
820
821         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
822         (mml-minibuffer-read-disposition): Use gnus-completing-read.
823         (mml-insert-multipart): Use gnus-completing-read.
824
825         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
826
827         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
828
829         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
830
831         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
832
833         * gnus.el (gnus-read-method): Use gnus-completing-read.
834
835         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
836
837         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
838         (gnus-mime-action-on-part): Use gnus-completing-read.
839         (gnus-article-encrypt-body): Use gnus-completing-read.
840
841         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
842         (gnus-topic-move-matching): Use gnus-completing-read.
843         (gnus-topic-copy-matching): Use gnus-completing-read.
844         (gnus-topic-sort-topics): Use gnus-completing-read.
845         (gnus-topic-move): Use gnus-completing-read.
846
847         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
848         (gnus-agent-add-group): Use gnus-completing-read.
849
850         * nnmairix.el (nnmairix-create-server-and-default-group): Use
851         gnus-completing-read.
852         (nnmairix-update-groups): Use gnus-completing-read.
853         (nnmairix-get-server): Use gnus-completing-read.
854         (nnmairix-backend-to-server): Use gnus-completing-read.
855         (nnmairix-goto-original-article): Use gnus-completing-read.
856         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
857
858         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
859
860         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
861         (gnus-group-make-useful-group): Use gnus-completing-read.
862         (gnus-group-make-web-group): Use gnus-completing-read.
863         (gnus-group-add-to-virtual): Use gnus-completing-read.
864         (gnus-group-browse-foreign-server): Use gnus-completing-read.
865
866         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
867         (gnus-summary-limit-to-extra): Use gnus-completing-read.
868         (gnus-summary-execute-command): Use gnus-completing-read.
869         (gnus-summary-respool-article): Use gnus-completing-read.
870         (gnus-read-move-group-name): Use gnus-completing-read.
871
872         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
873         (gnus-summary-score-effect): Use gnus-completing-read.
874
875         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
876
877         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
878         right completing-read function.
879         (gnus-use-ido): New variable
880         (gnus-completing-read-with-default): Remove.
881
882 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
885         x-focus-frame.
886
887         * nnimap.el (auth-source-forget-user-or-password)
888         (auth-source-user-or-password): Autoload.
889
890         * message.el (message-from-style, message-interactive)
891         (message-cite-prefix-regexp, message-sendmail-envelope-from)
892         (message-yank-prefix, message-indentation-spaces, message-signature)
893         (message-signature-file): Add comment.
894
895 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
898         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
899         new articles.
900
901         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
902         parts.
903         (nnimap-request-article): Work with the t setting, too.
904
905         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
906         that you don't get flashes of other buffers.
907         (gnus-summary-show-complete-article): Intern before setting.
908
909 2010-09-27  David Engster  <dengste@eml.cc>
910
911         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
912         well as HEADERS.
913         (nnmairix-retrieve-headers): Provide new argument for the above.
914
915 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * gnus-sum.el (gnus-summary-move-article): Don't alter
918         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
919         group.
920
921         * nnimap.el (nnimap-update-info): Don't destructively alter active.
922
923         * message.el (message-cite-prefix-regexp): Revert my last edit.
924
925         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
926         variable instead of the Gnus variable.
927
928         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
929
930         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
931         again.
932
933         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
934         since some servers don't like it.
935         (nnimap-open-connection): Forget credentials if the server says the
936         password was wrong.
937         (nnimap-parse-line): Protect against invalid data.
938
939         * gnus-sum.el (gnus-summary-move-article): Add comment.
940         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
941         nothing alters it while scanning for new messages.
942
943         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
944         which may or may not help.
945         (nnimap-open-connection): If we're doing a stream connection, and then
946         discover we're on a STARTTLS-capable server, then open a STARTTLS
947         connection instead.
948
949 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * nnimap.el (utf7): Required.
952
953         * message.el (message-cite-prefix-regexp): Remove "}" from citation
954         prefix.
955
956 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
957
958         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
959
960 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * nnimap.el (nnimap-request-accept-article): Message the error on
963         error.
964
965 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
968
969 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * nndoc.el (nndoc-request-list): Return success always.
972
973         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
974         `fetch-old' -- we only want to fetch the articles we've requested.  The
975         rest are in the agent, probably.
976         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
977         disappeared server" to something low.  It's not important.
978
979         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
980         arrived before the FETCH data.
981
982         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
983         target here, because we don't know the Gnus name of the group.
984
985         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
986         for the correct group.
987
988         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
989
990         * gnus.el (gnus): Give a final warning after startup.
991
992         * gnus-util.el (gnus-action-message-log): New variable.
993         (gnus-message): Use it.
994         (gnus-final-warning): New function.
995
996         * nnimap.el (nnimap-open-connection): Record the greeting.
997         (nnimap): Add greeting.
998
999 2010-09-26  Julien Danjou  <julien@danjou.info>
1000
1001         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1002         arguments.
1003         (gnus-html-wash-images): Fix spec computing to include start/end.
1004
1005         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1006
1007 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1010         deletion.
1011         (nnimap-retrieve-headers): Don't select the group, because that's
1012         already done by nnimap-possibly-change-group.
1013
1014         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1015         (gnus-picon-transform-address): Use it.
1016
1017         * mail-source.el (mail-source-value): Revert previous patch.
1018
1019         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1020         on failure.
1021         (nnimap-open-connection): Look up both virtual and physical server name
1022         credentials.
1023
1024         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1025
1026 2009-02-07  Dave Love  <fx@gnu.org>
1027
1028         * tls.el (open-tls-stream): Don't query killing process.
1029
1030 2009-02-08  Dave Love  <fx@gnu.org>
1031
1032         * gnus-win.el (gnus-window-to-buffer-helper,
1033         gnus-all-windows-visible-p): Function needn't be a symbol.
1034
1035         * mail-source.el (mail-source-value): Function needn't be a symbol.
1036
1037 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * message.el (message-cite-prefix-regexp): Remove } from the cite
1040         prefix.
1041
1042         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1043         highlight again, so that the highlight is correct.
1044
1045         * gnus-picon.el (gnus-picon): Remove again.
1046         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1047
1048         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1049         doing the header highlightling, so that the background colour of the
1050         picon is correct.
1051
1052         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1053         (gnus-picon): Ditto.
1054         (gnus-picon): Reinstate.  The background colour for picons is white.
1055         (gnus-picon-insert-glyph): Make the background white.
1056
1057         * nnml.el (nnml-open-nov): Don't return dead buffers.
1058
1059         * auth-source.el (auth-source-create): Query the user for whether to
1060         store the credentials.
1061
1062         * netrc.el (netrc-store-data): New function.
1063
1064         * auth-source.el (auth-source-user-or-password): Use the existing auth
1065         sources, if any, for creation.
1066
1067         * gnus.el (gnus-group-fast-parameter): Return the last matching
1068         parameter instead of the first matching parameter.
1069
1070 2010-09-26  Julien Danjou  <julien@danjou.info>
1071
1072         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1073
1074 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * mml2015.el (mml2015-use): Remove gpg support.
1077
1078         * mml1991.el (mml1991-function-alist): Remove gpg function.
1079         (mml1991-gpg-sign): Removed.
1080
1081 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1082
1083         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1084         (gnus-browse-unsubscribe-current-group): Document it.
1085         (gnus-browse-unsubscribe-group): Use it.
1086
1087 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1090         address to the To list for easier response.
1091
1092         * gnus.el (gnus-play-startup-jingle): Removed.
1093         (gnus-splash): Don't play jingle.
1094         (gnus): Silence gnus-load message.
1095
1096         * gnus-art.el (gnus-treat-play-sounds): Removed.
1097
1098         * gnus.el (gnus-play-jingle): Remove audio support.
1099
1100         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1101
1102         * earcon.el: Removed -- no users.
1103
1104         * gnus-audio.el: Removed -- no users of this package.
1105
1106         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1107
1108         * gnus-start.el (gnus-setup-news): Remove nocem support.
1109
1110         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1111
1112         * gnus.el (gnus-use-nocem): Removed.
1113
1114         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1115         Removed.
1116
1117         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1118         uses NoCeM any more.
1119
1120         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1121         (gnus-button-ctan-handler): Ditto.
1122         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1123         (gnus-button-ctan-directory-regexp): Ditto.
1124         (gnus-button-handle-ctan): Ditto.
1125         (gnus-button-tex-level): Ditto.
1126         (gnus-button-alist): Removed CTAN stuff.
1127
1128 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1131         nnimap-streaming test.
1132
1133         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1134         servers twice.
1135
1136         * nnimap.el (nnimap-open-connection): Add more error reporting when
1137         nnimap fails early.
1138
1139         * nnheader.el (nnheader-get-report-string): New function.
1140         (nnheader-get-report): Use it.
1141
1142         * gnus-int.el (gnus-check-server): Say what the error was when opening
1143         failed.
1144
1145         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1146         using streaming.
1147
1148 2010-09-25  Julien Danjou  <julien@danjou.info>
1149
1150         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1151         gnus-window-inside-pixel-edges.
1152
1153 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1156
1157         * mm-decode.el (mm-save-part): Allow saving to other directories the
1158         normal Emacs way.
1159
1160         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1161         by Jay Berkenbilt.
1162
1163         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1164         there isn't a single byte.
1165
1166         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1167         just do it.  It doesn't really seem to matter what the user responds
1168         here, I think, so it's just a confusing question.
1169
1170         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1171         non-streaming case.
1172
1173         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1174         (gnus-article-encrypt-body): Use it.
1175
1176         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1177         keystroke.
1178
1179         * nnimap.el (nnimap-find-wanted-parts-1): Use
1180         gnus-fetch-partial-articles.
1181
1182         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1183
1184         * nnimap.el (nnimap-insert-partial-structure): New function.
1185         (nnimap-get-partial-article): New function.
1186         (nnimap-request-article): Use it.
1187         (nnimap-wait-for-response): Return whether the wait was successful.
1188         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1189         retrieval wasn't successful.
1190         (nnimap-retrieve-group-data-early): Allow throttling servers.
1191         (nnimap-streaming): New variable.
1192         (nnimap-fetch-partial-articles): Removed.
1193
1194         * mm-decode.el (mm-with-part): Protect against killed buffers.
1195
1196         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1197         for prettier summary display.
1198
1199 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1200
1201         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1202         directly.
1203
1204 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1207         apparently third-party libraries depend on it.
1208
1209         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1210         before starting negotiation.
1211
1212         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1213         privacy reasons.
1214         (gnus-treat-mail-gravatar): Ditto.
1215
1216         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1217         buffer when inserting images.  Inserting text into the headers, for
1218         instance, can make them invalid.
1219
1220 2010-09-25  Julien Danjou  <julien@danjou.info>
1221
1222         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1223         variables.
1224
1225         * nnheader.el: Remove useless variables news-reply-yank-from and
1226         news-reply-yank-message-id.
1227
1228         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1229         variables.
1230
1231         * mml1991.el: Remove useless mml1991-verbose.
1232
1233         * gnus.el: Remove useless variable gnus-use-generic-from.
1234         Remove obsolete variable gnus-topic-indentation.
1235
1236         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1237
1238         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1239
1240         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1241
1242         * gnus-group.el: Remove useless gnus-group-icon-cache.
1243         Remove useless gnus-ephemeral-group-server.
1244
1245         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1246
1247         * mml2015.el: Remove useless mml2015-verbose.
1248
1249         * mml-smime.el: Remove useless mml-smime-verbose.
1250
1251         * gnus.el: Remove useless gnus-local-domain.
1252
1253         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1254         gnus-gravatar-size.
1255
1256         * gnus-art.el: Remove useless gnus-treat-translate.
1257
1258 2010-09-24  Julien Danjou  <julien@danjou.info>
1259
1260         * gnus-sum.el: Add support for Gravatars.
1261
1262         * gnus-art.el: Add support for Gravatars.
1263
1264         * gnus-gravatar.el: Add this file.
1265
1266         * gravatar.el: Add this file.
1267
1268 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1271
1272         * gnus-group.el (gnus-group-fetch-faq): Removed.
1273
1274         * gnus.el (gnus-group-faq-directory): Removed.
1275
1276         * gnus-group.el (gnus-group-fetch-charter): Removed.
1277
1278         * gnus.el (gnus-group-charter-alist): Removed.
1279
1280         * gnus-group.el (gnus-group-archive-directory): Removed.
1281         (gnus-group-recent-archive-directory): Ditto.
1282         (gnus-group-make-archive-group): Removed.
1283
1284         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1285
1286         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1287         use the same article number for all the cached articles.
1288
1289         * nnimap.el (nnimap-command): Register the last command time so
1290         that we can use it for idling NOOPs.
1291         (nnimap-open-connection): Start the keeplive timer.
1292         (nnimap-make-process-buffer): Store all the process buffers.
1293         (nnimap-keepalive): New function.
1294
1295         * starttls.el: (starttls-open-stream): Add autoload cookie.
1296
1297 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1298
1299         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1300         handling.
1301
1302 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1305         its data structures.
1306
1307         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1308         instead of the cl.el copy-list.
1309         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1310         equalp.
1311
1312 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1315         and tool-bar-local-item-from-menu.
1316
1317         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1318         mode-line-highlight face for Emacs.
1319
1320         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1321         loading gnus-sum.elc; fix comment for canlock-verify.
1322         (gnus-article-jump-to-part): Use read-number.
1323         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1324         Emacs pre-21 compatible code for help-echo.
1325         (gnus-article-next-page-1): No need to adjust the number of lines.
1326         (gnus-article-describe-bindings): Always use help-buffer.
1327
1328         * gnus-audio.el (gnus-audio-inline-sound)
1329         * gnus-cus.el (gnus-custom-mode)
1330         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1331
1332         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1333
1334         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1335         compatible code.
1336
1337 2010-09-24  Glenn Morris  <rgm@gnu.org>
1338
1339         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1340         visiting the fcc file in rmail-mode.
1341
1342         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1343
1344 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * nnir.el: Silence the byte compiler.
1347
1348         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1349         alias to browse-url-url-encode-chars if any.
1350         (gnus-html-encode-url): Use it.
1351
1352 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * gnus-start.el (gnus-use-backend-marks): New variable.
1355         (gnus-get-unread-articles-in-group): Use it.
1356
1357         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1358         makeover.
1359
1360 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1361
1362         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1363
1364 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1367         Removed.
1368         (gnus-setup-news-hook): Removed
1369         gnus-fixup-nnimap-unread-after-getting-new-news.
1370
1371         * gnus-int.el (gnus-request-update-info): Protect against backends not
1372         having the function.
1373
1374         * nnimap.el (nnimap-stream): Mention starttls.
1375         (nnimap-open-connection): Add starttls support.
1376
1377 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1378
1379         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1380
1381 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1384         BODYSTRUCTUREs.
1385         (nnimap-transform-headers): Unfold quoted {42} headers.
1386
1387         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1388         the info.
1389         (gnus-get-unread-articles): Only call updatep on backends that support
1390         it.
1391
1392         * nnweb.el (nnweb-request-update-info): NOOP.
1393
1394         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1395
1396         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1397         since it only deals with marks.
1398
1399         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1400         gnus-request-marks, and make a new gnus-request-update-info.
1401
1402         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1403         the active instead of the high number, which is usually too low.
1404
1405 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1406
1407         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1408         * encrypt.el: Removed.
1409
1410 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1413         server in symbolic form.
1414
1415         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1416         0.9.
1417
1418 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1421         (nnimap-update-info): Fix up code slightly.
1422
1423         * gnus-int.el (gnus-open-server): Add tracing for performance
1424         debugging.
1425
1426         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1427         (gnus-group-insert-group-line): Pass the real group name so that it
1428         gets the right data.
1429
1430         * gnus-start.el (gnus-get-unread-articles): Don't have
1431         `gnus-get-unread-articles-in-group' update info, since that can be
1432         really slow and doesn't seem to be needed?
1433
1434 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1435
1436         * time-date.el (date-to-time): Try using parse-time-string first before
1437         using the slower timezone-make-date-arpa-standard.
1438
1439 2010-09-22  Julien Danjou  <julien@danjou.info>
1440
1441         * gnus-group.el (gnus-group-insert-group-line): Call
1442         gnus-group-highlight-line.
1443         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1444         default hook list.
1445         (gnus-group-update-eval-form): Add new function.
1446         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1447         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1448
1449 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1452         immediate, then expire all articles.
1453         (nnimap-update-info): Fix off-by-one errors.
1454         (nnimap-flags-to-marks): Would return no marks lists for group with no
1455         flags.  Instead return the other data.
1456
1457 2010-09-22  Julien Danjou  <julien@danjou.info>
1458
1459         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1460         Only return an icon.
1461         (gnus-group-insert-group-line): Compute icon to return.
1462
1463         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1464         variable.
1465         (gnus-html-image-fetched): Only cache if
1466         gnus-html-image-automatic-caching is set.
1467         (gnus-html-image-fetched): Check for errors.
1468
1469 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1472         once per method on `g'.  This ensures that backends like nnfolder don't
1473         open all their folders.
1474
1475         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1476         (nnimap-request-list): Nix out group in the correct buffer.
1477         (nnimap-parse-flags): Implement by using `read' instead of
1478         hand-parsing.
1479         (nnimap-flags-to-marks): Pass on permanent-flags.
1480         (nnimap-make-process-buffer): Record the server name.
1481         (nnimap-parse-flags): Fix typo.
1482         (nnimap-request-scan): Run split on the server in general, not just a
1483         single group.
1484
1485         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1486         parameter, and propagate this downwards.
1487
1488         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1489         since EXAMINE changes it on the server.
1490
1491         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1492         this command might take a while.
1493
1494 2010-09-22  Julien Danjou  <julien@danjou.info>
1495
1496         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1497         harmful if you have 2 images side-by-side, they can't be properly
1498         update on text deletion.  Using text-property is safer here.
1499         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1500         data.
1501
1502 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * nnimap.el (nnimap-expunge-inbox): Removed.
1505         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1506         (nnimap-expunge): Flip default to t.
1507
1508         * gnus.el (gnus-method-to-server): Don't push things to the cache
1509         unless it's unique.
1510         (gnus-server-to-method): Ditto.
1511
1512 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1513
1514         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1515
1516 2010-09-22  Julien Danjou  <julien@danjou.info>
1517
1518         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1519         get the start of data.
1520         (gnus-html-encode-url): Add this function to encode special chars in
1521         URL.
1522         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1523         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1524
1525         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1526         default.
1527         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1528
1529         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1530         images alt-text.
1531         (gnus-html-put-image): Put alt-text as help-echo.
1532
1533 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1536         * mm-util.el (mm-decompress-buffer)
1537         * nnir.el (nnir-run-find-grep)
1538         * pop3.el (pop3-list): Use 3rd arg of split-string.
1539
1540         * time-date.el (format-seconds): Comment fix.
1541
1542         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1543         and byte-optimize-form-code-walker.
1544         (dgnushack-make-auto-load): Don't advise make-autoload.
1545
1546         * lpath.el: Remove Emacs 21 stuff.
1547
1548 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1551         outside the active range.  Suggested by Dan Christensen.
1552
1553         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1554         slightly later to avoid double-getting it.
1555
1556         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1557         previous patch.
1558
1559         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1560
1561 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1562
1563         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1564
1565 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * gnus-int.el (gnus-open-server): Give a better error message in the
1568         "go offline" case.
1569
1570         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1571         marks for nnimap, which is seldom the right thing to do.
1572
1573         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1574         (gnus-same-method-different-name): New function.
1575
1576         * nnimap.el (parse-time): Require.
1577
1578         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1579         method in the presence of many similar methods.
1580
1581         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1582
1583         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1584         nnml-inhibit-expiry.
1585
1586         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1587         find out whether methods are equal.
1588
1589         * nnimap.el (nnimap-find-expired-articles): New function.
1590         (nnimap-process-expiry-targets): New function.
1591         (nnimap-request-move-article): Request the article before looking at
1592         what the Message-ID is.  Fix found by Andrew Cohen.
1593         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1594
1595         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1596         for oldness in addition to being a predicate.
1597
1598         * nnimap.el (nnimap-request-group): When we have zero articles, return
1599         the right data to Gnus.
1600         (nnimap-request-expire-articles): Only delete articles immediately if
1601         the target is 'delete.
1602
1603         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1604         method, this would bug out.
1605
1606         * gnus-group.el (gnus-group-expunge-group): Renamed from
1607         gnus-group-nnimap-expunge, and implemented as a normal interface
1608         function.
1609
1610         * gnus-int.el (gnus-request-expunge-group): New function.
1611
1612         * nnimap.el (nnimap-request-create-group): Implement.
1613         (nnimap-request-expunge-group): New function.
1614
1615 2010-09-21  Julien Danjou  <julien@danjou.info>
1616
1617         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1618         (gnus-html-cache-expired): Add new function.
1619         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1620         wethever we should display image for fetch it.
1621         Compute alt-text earlier to pass it to the fetching function too.
1622         (gnus-html-schedule-image-fetching): Change function argument to only
1623         get one image at a time, not a list.
1624         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1625         cache.
1626         (gnus-html-get-image-data): New function to retrieve image data from
1627         cache.
1628         (gnus-html-put-image): Change buffer argument to use image data rather
1629         than file, and place image above region rather than inserting a new
1630         one. Do not take alt-text as argument, since it's useless now: we place
1631         the image above alt-text.
1632         (gnus-html-prune-cache): Remove.
1633         (gnus-html-show-images): Start to fetch image when we find one, do not
1634         push into a temporary list.
1635         (gnus-html-prefetch-images): Only fetch image if they have expired.
1636         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1637         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1638
1639 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1642
1643 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1646         spec inser "*" if the group isn't active instead of 0.
1647
1648         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1649         opening the server.
1650         (nnimap-request-delete-group): Implement group deletion.
1651         (nnimap-transform-headers): Return the size of the entire message in
1652         the Bytes header, not just the size of the first part.
1653         (nnimap-request-move-article): When moving an article from nnimap,
1654         request the article first so the accepting form has an article to
1655         accept.  Reported by Dan Christensen.
1656         (nnimap-command): Make sure that the error message doesn't error out.
1657
1658 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1659
1660         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1661         we haven't requested anything.
1662
1663 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1666         "".  Fix found by Andrew Cohen.
1667
1668         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1669         instead of -encode-string.
1670
1671 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1674
1675         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1676         by mm-subst-char-in-string.
1677
1678 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1681         waiting for the connection string.
1682
1683         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1684         arriving.
1685
1686         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1687         bogus characters.  This allows selecting certain Gmail groups.
1688
1689         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1690         (nnimap-fetch-partial-articles): New variable.
1691         (nnimap-open-connection): When looking for credentials, also use the
1692         nnimap-server-port.
1693         (nnimap-request-article): Return the group/article number, so that Gnus
1694         `^' works as expected.
1695         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1696         them.
1697
1698         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1699         comments.
1700         (gnus-methods-sloppily-equal): New function.
1701         (gnus): When using the development version of Gnus, load the gnus-load
1702         file.
1703
1704         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1705         `gnus-open-server' on each method before trying to scan them etc.  This
1706         ensures that all the backend parameters are set correctly.
1707
1708         * nnimap.el (nnimap-authenticator): New variable.
1709         (nnimap-open-connection): Allow anonymous login.
1710         (nnimap-transform-headers): The chars header is called Chars not
1711         Bytes.
1712         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1713         drops.
1714
1715         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1716         patch, found by Knut Anders Hatlen.
1717
1718 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1719
1720         * gnus-agent.el (gnus-agent-batch-confirmation)
1721         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1722         to gnus-message.
1723         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1724         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1725         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1726         * gnus-int.el (gnus-open-server): Likewise.
1727         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1728         (gnus-score-check-syntax): Likewise.
1729         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1730         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1731         Likewise.
1732         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1733
1734 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1737         calling conventions so that prefetch doesn't bug out.
1738
1739 2010-09-19  Julien Danjou  <julien@danjou.info>
1740
1741         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1742         rather than `subst-char-in-region' in order to be able to replace ASCII
1743         char by UTF-8 ones.
1744
1745         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1746         than curl.
1747         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1748         the right URL and ALT text on images.
1749         (gnus-html-wash-tags): Fix tag case.
1750         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1751         (gnus-article-html): Add -o display_ins_del=2 option.
1752         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1753
1754 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1757         the extra mail headers, which sometimes seem to happen for unknown
1758         reasons.
1759
1760         * mail-parse.el (mail-header-encode-parameter): Define as
1761         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1762         (or most, perhaps?) mail readers don't understand the latter, but do
1763         understand the former.
1764
1765         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1766         to nil, so that no methods are automatically agentized.  I think this
1767         is probably what most users want.
1768
1769         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1770         from url-retrieve, for instance about invalid URLs.
1771
1772         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1773         groups that have no articles.
1774         (nnimap-request-article): Check that we really got an article when we
1775         requested one.
1776
1777         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1778         doesn't exist.
1779
1780         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1781         nntp buffer so the agent can save it.
1782         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1783         that CRLF doesn't get translated to \n.
1784         (nnimap-open-connection): Don't make 'shell commands only send \n.
1785
1786 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1787
1788         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1789         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1790         Update var name.
1791         (nnml-generate-nov-file): Use dolist.
1792         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1793         Use with-current-buffer.
1794
1795 2010-09-18  Julien Danjou  <julien@danjou.info>
1796
1797         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1798         parallel.
1799
1800 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1803         the range update right.
1804         (nnimap-request-group): Don't make `M-g' bug out on group with no
1805         marks.
1806         (nnoo): Required, so that other packages can require nnimap.
1807         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1808         command we're looking for.  This helps when the server sends more
1809         responses after we've gotten everything we expected.
1810         (nnimap): Add a `newlinep' field to keep track of end-of-line
1811         conventions.
1812         Don't send CRLF to things that don't want it.
1813         (nnimap-request-accept-article): Ditto.
1814
1815 2010-09-18  Julien Danjou  <julien@danjou.info>
1816
1817         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1818         than curl to retrieve images.
1819
1820 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1823         the marks.
1824         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1825         (nnimap-wait-for-connection): New function.
1826         (nnimap-open-connection): If we have PREAUTH, don't query for login
1827         credentials.
1828         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1829         when doing a partial update.
1830
1831 2010-09-18  Julien Danjou  <julien@danjou.info>
1832
1833         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1834         tags.
1835
1836 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * nnimap.el (nnimap-credentials): New function.
1839         (nnimap-open-connection): Use the new function to look for credentials
1840         also on the numeric equivalents of "imap" and "imaps".
1841
1842         * gnus-start.el (gnus-activate-group): Send the info to
1843         gnus-request-group.
1844
1845         * nnimap.el (nnimap-request-group): Have the "check" version of the
1846         function parse flags and update the info, so that a `M-g' get a total
1847         resync of all flags from the group.
1848
1849         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1850         to allow backends to alter the info on group selection.  Also alter all
1851         the backend -request-group functions to take the parameter.
1852
1853         * nnimap.el (nnimap-store-info): New function.
1854         (nnimap-update-info): Store the info for later usage.
1855         (nnimap-request-group): Use the stored info for the dont-check case, so
1856         that we don't retrieve all marks when we enter a group.
1857
1858         * nnimap.el: Use deffoo instead of defun for interface functions.
1859
1860         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1861         update the group info.  This makes the nndraft groups, for instance, go
1862         back to their old behaviour.
1863
1864         * gnus-sum.el (gnus-select-newsgroup): Indent.
1865
1866         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1867         in.
1868         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1869         nothing.
1870
1871         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1872         from methods that are denied.
1873
1874         * gnus-int.el (gnus-method-denied-p): New function.
1875
1876         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1877         store the password instead of netrc.
1878         (nnimap-open-connection): Don't error out when we can't make a
1879         connections.
1880
1881         * auth-source.el (auth-source-create): In the password prompt, say what
1882         we're querying for.  Also prompt for user name if that hasn't been
1883         given.
1884
1885         * nnimap.el (nnimap-with-process-buffer): Removed.
1886
1887 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1890         method when we're reading from the agent.
1891
1892         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1893
1894         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1895         that's probably most useful for users.
1896
1897         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1898         "failed" all the time.
1899
1900         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1901         ...)) with (with-current-buffer ... ).
1902
1903         * nntp.el (nntp-open-server): Return whether the open was successful or
1904         not.
1905
1906         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1907         select an unread unseen article first.
1908
1909         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1910         /etc/services, supply some sensible port defaults.
1911
1912         * dgnushack.el: Define netrc-credentials.
1913
1914 2010-09-17  Julien Danjou  <julien@danjou.info>
1915
1916         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1917
1918 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1919
1920         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1921         doesn't have any parameters.
1922
1923 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1926         only upcased checks.
1927
1928         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1929
1930         * nnimap.el (nnimap-open-shell-stream): New function.
1931         (nnimap-open-connection): Use it.
1932         (nnimap-transform-headers): Get the number of lines in each message.
1933         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1934         number of lines.
1935         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1936         problem.
1937
1938         * utf7.el (utf7-encode): Autoload.
1939
1940         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1941         to allow the mail splitting to not return a default group.  This is
1942         useful for nnimap, which will leave unmatched mail in the inbox.
1943
1944         * nnimap.el: Rewritten.
1945
1946         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1947         nnimap usage.
1948
1949         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1950         if the move is internal, so that nnimap can do fast internal moves.
1951
1952         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1953         data.
1954         (gnus-read-active-for-groups): Support finishing the early retrieval of
1955         data.
1956
1957         * gnus-range.el (gnus-range-nconcat): New function.
1958
1959         * gnus-int.el (gnus-finish-retrieve-group-infos)
1960         (gnus-retrieve-group-data-early): New functions.
1961
1962 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1963
1964         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1965         (nnrss-retrieve-groups):
1966         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1967         (pop3-quit): Use with-current-buffer.
1968
1969 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1972         instead of nnheader-accept-process-output.
1973
1974         * dgnushack.el (dgnushack-compile): Add comment.
1975
1976         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1977
1978         * gnus-html.el (gnus-html-schedule-image-fetching)
1979         (gnus-html-prefetch-images): Replace process-kill-without-query by
1980         gnus-set-process-query-on-exit-flag.
1981
1982 2010-09-16  Romain Francoise  <romain@orebokech.com>
1983
1984         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1985
1986 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1989         parameter to unintern is mandatory-ish in Emacs 24.
1990
1991         * gnus-html.el (gnus-html-schedule-image-fetching)
1992         (gnus-html-prefetch-images): Check for curl before using it.
1993
1994         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1995         depend on curl, which isn't essential.
1996
1997         * imap.el: Revert back to version
1998         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1999         seem problematic.
2000
2001 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2002
2003         * gnus-registry.el (gnus-registry-install-shortcuts):
2004         Explicitly pass `obarray' to `unintern' to avoid a warning.
2005
2006 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2009         change.
2010
2011         * nnrss.el (nnrss-request-list): Removed this function and related
2012         functions, including the moreover stuff.
2013
2014 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * nnrss.el (nnrss-retrieve-groups): New function.
2017
2018 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2019
2020         * .dir-locals.el: Add no-byte-compile cookie.
2021
2022 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * time-date.el (format-seconds): Comment fix.
2025
2026         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2027         for back end that doesn't support request-scan.
2028
2029 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2032         then do request scans from the backends.
2033
2034         * netrc.el (netrc-credentials): New conveniency function.
2035
2036         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2037         avoid running a hook per line, since this takes a lot of time,
2038         profiling shows.
2039         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2040         directly if gnus-visual-p is true.
2041
2042 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2045         groups; replace mapcar with dolist which is a bit faster; pass groups
2046         info to gnus-read-active-file-1.
2047         (gnus-read-active-file-1): Scan only specified groups if the new
2048         optional arg `infos' is given.
2049
2050 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2053
2054         * pop3.el (pop3-movemail): Removed.
2055         (pop3-streaming-movemail): Renamed to pop3-movemail.
2056
2057         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2058         don't restrict end-tag searches to the end of the line.
2059
2060 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2063         articles of every unchecked group to t, which means unknown since the
2064         server has never been opened.
2065
2066 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-html.el (gnus-html-show-alt-text): New command.
2069         (gnus-html-browse-image): Ditto.
2070         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2071         to browse the image directly.
2072         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2073         better.
2074
2075         * gnus-async.el (gnus-async-article-callback): Call
2076         `gnus-html-prefetch-images' unconditionally.
2077
2078         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2079         before feeding URLs to curl.
2080
2081 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2084         internal images as deletable by `W D D'.
2085
2086         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2087         (gnus-async-article-callback): Fix typo.
2088
2089 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2092         current line to work around bugs in the output from w3m.
2093
2094         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2095         for groups that want that.
2096
2097         * nntp.el (nntp-wait-for-string): Supply a timeout for
2098         accept-process-output to ensure progress.
2099
2100         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2101         level to get unread articles from, then use that for foreign groups,
2102         too.
2103
2104         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2105         confuses the rest of the function.
2106
2107         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2108         for the methods that support -retrieve-groups, too.
2109
2110         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2111
2112 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2115         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2116
2117         * pop3.el: Require cl when compiling.
2118         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2119
2120 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2123         that aren't going to be activated.
2124         (gnus-get-unread-articles): Fix up the last commit.
2125
2126         * gnus-html.el (gnus-article-html): Allow calling without specifying
2127         the handle.  In that case, dissect the buffer first.
2128
2129         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2130
2131         * nnimap.el (nnimap-open-connection): Revert the change that would look
2132         into authinfo for imaps instead of imap.
2133
2134         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2135         say that you don't want to call gnus-request-group with don-check, but
2136         do check the reponse.  This is for virtual groups only.
2137         (gnus-get-unread-articles): Count the archive groups as secondary, so
2138         that they're activated the same way as before.
2139
2140         * imap.el (imap-message-map): Removed optional buffer parameter, since
2141         no callers use it.
2142         (imap-message-get): Ditto.
2143         (imap-message-put): Ditto.
2144         (imap-mailbox-map): Ditto.
2145         (imap-mailbox-put): Ditto.
2146         (imap-mailbox-get): Ditto.
2147         (imap-mailbox-get): Revert last change for this function.
2148
2149         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2150         case-insensitively.
2151         (nnimap-debug): Removed.
2152
2153         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2154         to use `imap-fetch' instead.  According to the comments, this should be
2155         safe, since all other IMAP clients use the 1:* syntax.
2156         (imap-enable-exchange-bug-workaround): Removed.
2157         (imap-debug): Removed -- doesn't seem very useful.
2158
2159         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2160         mail from a file, and the file doesn't exist.
2161
2162         * imap.el (imap-log): New convenience function used throughout instead
2163         of repeating the same code all over the place.
2164
2165         * pop3.el (pop3-streaming-movemail): Return t for success.
2166
2167         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2168         .authinfo if we're using ssl connection.
2169
2170         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2171         already have if we're in a main Gnus `g' run.
2172
2173         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2174
2175 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2178
2179         * nnmh.el (nnmh-request-list-1): Bind `file'.
2180
2181         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2182         alias to set-process-query-on-exit-flag or process-kill-without-query.
2183         (pop3-open-server): Use it.
2184
2185 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2188         box to the Incoming file.  Fixes mistake in previous checkin.
2189
2190         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2191         request loop (for debugging purposes) removed.
2192
2193         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2194         culprit is more visible.
2195         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2196         (nnml-add-incremental-nov): New functions to do "incremental" nov
2197         updates, where we just append to the end of the existing nov files
2198         without reading/writing them in full.
2199
2200         * mail-source.el (mail-source-delete-crash-box): Really only check the
2201         incoming files once in a while.
2202
2203         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2204
2205         * mail-source.el (mail-source-delete-crash-box): Only check the
2206         incoming files for deletion once per day to save a lot of file
2207         accesses.
2208
2209         * pop3.el (pop3-logon): Fix up unbound variable typo.
2210
2211         * mail-source.el (pop3-streaming-movemail): Autoload.
2212
2213         * pop3.el (pop3-streaming-movemail): Respect
2214         pop3-leave-mail-on-server.
2215
2216         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2217         retrieval.
2218
2219         * pop3.el (pop3-process-filter): Removed unused function.
2220         (pop3-streaming-movemail, pop3-send-streaming-command)
2221         (pop3-wait-for-messages, pop3-write-to-file)
2222         (pop3-number-of-responses): New functions for streaming pop3
2223         retrieval.
2224
2225         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2226         come from no known methods.
2227         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2228         list.
2229
2230         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2231         message sizes.
2232         (pop3-movemail): Use erase-buffer instead of looping and deleting
2233         regions, which seems rather odd.
2234
2235         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2236         file once per `g' run.
2237
2238         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2239         directories.  This makes the draft queue directory work.
2240
2241         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2242         data from the backends, so that we only request the list of groups from
2243         each method once.  This should speed things up considerably.
2244
2245         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2246         detect that it's not implemented.
2247
2248         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2249         we actually do recurse down into the tree, but don't stat all leaf
2250         nodes.
2251
2252         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2253         then say so instead of bugging out.
2254
2255         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2256         files exist before trying to read them.
2257
2258         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2259         around <pre_int>.
2260
2261         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2262
2263         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2264
2265 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * mm-util.el (mm-image-load-path): Just return the image directories,
2268         not all directories in the path in addition to the image directories.
2269         (mm-image-load-path): Maintain a cache of the image directories so that
2270         the `g' command in Gnus doesn't have to stat dozens of directories each
2271         time.
2272
2273         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2274         (gnus-html-wash-tags): Add a new `i' command to insert images.
2275         (gnus-html-insert-image): New command and keystroke.
2276         (gnus-html-redisplay-with-images): New command and keystroke.
2277         (gnus-html-show-images): Renamed command.
2278         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2279         spacers.
2280         (gnus-html-wash-tags): Decode entities at the end, so that entities
2281         inside the tags don't mess up the rest of the "parsing".
2282
2283         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2284         so that nnimap methods aren't agentized by default.  There's apparently
2285         many problems related to agent/imap behaviour.
2286
2287         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2288
2289         * gnus-html.el: Doc fix.
2290
2291 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2294         specifier-spec-list for Emacs 21.
2295
2296         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2297         glyph-width and glyph-height instead of display-graphic-p and
2298         image-size; make avoidance of displaying small images work for XEmacs.
2299
2300         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2301         for XEmacs.
2302
2303         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2304         of symbol that holds plist data.
2305         (gnus-process-plist): Remove plist of process after getting it.
2306
2307 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * message.el (message-generate-hashcash): Change default to
2310         'opportunistic if hashcash is installed.
2311
2312         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2313         (gnus-html-put-image): Only call image-size once, since it's somewhat
2314         time-consuming on remote X servers.
2315
2316 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2319         type on data, not a file name.
2320
2321         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2322         window-pixel-edges for Emacs 21.
2323
2324         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2325         decoded contents.
2326         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2327
2328 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2331         group line format, since it isn't very interesting.
2332
2333         * gnus-agent.el (gnus-agent-short-article),
2334         (gnus-agent-long-article): Increase values for these two variables,
2335         since most people are likely to have more network connection and
2336         storage than before.
2337
2338         * gnus.el (gnus-refer-article-method): Change default to 'current.
2339         When referring an article, the common behaviour is to refer it from the
2340         current select method, not the native select method.  The chances of
2341         the native select method having the message in question is rather slim
2342         these days.
2343
2344         * gnus-sum.el (gnus-auto-select-subject): Change default to
2345         `unseen-or-unread'.  I think it's likely that most people want to
2346         select an unseen article over a previously seen, but unread one.
2347
2348         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2349         means that in the article buffer none of the minor mode elements will
2350         be shown, usually, and this is not desirable in most cases.
2351
2352         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2353         that commands like `d' (and the like) go to the next line in the
2354         buffer, instead of the next unread article.  I think this is the
2355         behaviour that is most natural for most users.
2356         (gnus-single-article-buffer): Change default to nil, so that people can
2357         have as many article buffers open as they have summary buffer.  I think
2358         this is the most natural way for the groups to behave.
2359
2360         * message.el (message-generate-new-buffers): Change default to
2361         `unsent', so that all new message buffers start their names with the
2362         string "*unsent", and it's easier to find the buffers if you move from
2363         them.
2364
2365 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2368         small.  They're probably tracking images.
2369         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2370         (gnus-html-rescale-image): Yet another try at getting the image sizing
2371         right.
2372
2373         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2374         nntp-marks-file-name is nil.
2375
2376 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2377
2378         * gnus-html.el (gnus-html-wash-tags)
2379         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2380         Better logging.
2381
2382 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2385
2386         * gnus-html.el (gnus-html-wash-tags): Check the value of
2387         gnus-blocked-images in the summary buffer.
2388
2389 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2390
2391         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2392
2393 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2396         like "a", it seems like.
2397         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2398         since it needs to be picked from the correct buffer.
2399
2400         * nnwfm.el: Removed.
2401
2402         * nnlistserv.el: Removed.
2403
2404 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2405
2406         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2407         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2408
2409 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * nnkiboze.el: Removed.
2412
2413         * nndb.el: Removed.
2414
2415         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2416         alt text.
2417         (gnus-html-rescale-image): Try to get the rescaling logic right for
2418         images that are just wide and not tall.
2419
2420         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2421         overshadow variable bindings.
2422
2423 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2424
2425         * gnus-html.el (gnus-html-wash-tags)
2426         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2427         extra logging.
2428
2429 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2432         (gnus-max-image-proportion): New variable.
2433         (gnus-html-rescale-image): New function.
2434         (gnus-html-put-image): Rescale images.
2435
2436 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2437
2438         Fix up some byte-compiler warnings.
2439         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2440         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2441         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2442         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2443         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2444         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2445         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2446
2447 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * gnus-html.el (gnus-article-html): Decode contents by charset.
2450
2451 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2454         (gnus-html-frame-width, gnus-blocked-images)
2455         * message.el (message-prune-recipient-rules): Add custom version.
2456         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2457
2458         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2459         functions.
2460
2461         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2462         gnus-process-get.
2463
2464 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2465
2466         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2467         instead of lsub directly.
2468
2469 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * nnwarchive.el: Removed.
2472
2473         * gnus-soup.el: Removed.
2474
2475         * nnsoup.el: Removed.
2476
2477         * nnultimate.el: Removed.
2478
2479         * gnus-html.el (gnus-blocked-images): New variable.
2480
2481         * message.el (message-prune-recipients): New function.
2482         (message-prune-recipient-rules): New variable.
2483
2484         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2485         guess whether a long line is natural text or not.
2486
2487         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2488         gnus-process-plist and friends for compatibility.
2489
2490 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2491
2492         * gnus-html.el: Require packages that define macros used in this file.
2493         (gnus-article-mouse-face): Declare to silence byte-compiler.
2494         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2495         process-get.
2496         (gnus-html-put-image): Use plist-get to avoid getf.
2497         (gnus-html-prefetch-images): Use with-current-buffer.
2498
2499 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-ems.el: Provide compatibility functions for
2502         gnus-set-process-plist.
2503
2504         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2505         header-line-format for XEmacs 21.4.
2506
2507         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2508         * gnus.el (gnus-valid-select-methods)
2509         * message.el (message-send-mail-partially-limit)
2510         * mm-decode.el (mm-text-html-renderer)
2511         * mml.el (mml-insert-mime-headers-always)
2512         * smiley.el (smiley-regexp-alist): Bump custom version.
2513
2514 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * gnus-html.el: require mm-url.
2517         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2518         with the url to `url'.
2519         (gnus-html-wash-tags): Support cid: URLs/images.
2520
2521 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2524         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2525         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2526
2527         * gnus-move.el: Removed file, since it doesn't really work.
2528
2529         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2530         UTF-8.  This seems to fix problems with some German web feeds.
2531
2532         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2533         at the top so that the proper colours are applied.
2534
2535         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2536         don't have dots in their names.
2537
2538         * gnus-art.el (gnus-article-view-part): Doc fix.
2539
2540         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2541         XEmacs-compatible.
2542         (gnus-html-put-image): Don't do images on non-graphic displays.
2543
2544         * nnslashdot.el: Removed this unused backend.
2545
2546         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2547         actions.
2548         (gnus-undo-register-1): Revert last change.
2549
2550         * gnus-group.el (gnus-group-completing-read): Protect against not
2551         having completion-styles bound.
2552
2553         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2554         make broken recipients happier.
2555
2556         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2557
2558         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2559         point parameter.
2560
2561         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2562
2563         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2564         completion-styles for group selection.
2565
2566 2009-02-04  Andreas Schwab  <schwab@suse.de>
2567
2568         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2569         headers and regexp-quote the match if necessary.
2570
2571 2009-03-24  Miles Bader  <miles@gnu.org>
2572
2573         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2574         the blinking smiley.
2575
2576 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2577
2578         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2579         blink smiley.
2580
2581 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2584         where the dribbel file lives exists.
2585
2586         * message.el (message-send-mail-partially-limit): Change the default to
2587         nil, since most people don't want this.
2588
2589         * mm-url.el (mm-url-decode-entities): Also decode entities like
2590         &#x3212.
2591
2592 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2593
2594         * gnus-sum.el (gnus-summary-idna-message):
2595         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2596         Hyperlink urls in docstrings with URL `...'.
2597
2598 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2599
2600         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2601         functions.
2602
2603 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2606         say what the mouseover text should be.
2607
2608         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2609         version of the mm-w3m-safe-url-regexp variable to only download images
2610         in the groups where we want that to happen.
2611
2612         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2613
2614         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2615         easier debugging.
2616         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2617         big pictures in the article buffer.
2618
2619         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2620         gnus-article-html.
2621         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2622         w3m.
2623
2624         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2625
2626 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2629         which doesn't exist.
2630
2631         * message.el (message-inhibit-ecomplete): New variable to allow some
2632         function to inhibit ecomplete address storage.
2633         (message-resend): Disable ecomplete message storage when resending
2634         messages.
2635
2636         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2637
2638 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2641         Save excursion while copying, moving, and deleting articles in order to
2642         prevent the cursor from jumping to unforeseen place.
2643
2644 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * lpath.el: No need to bind bookmark-current-buffer,
2647         bookmark-yank-point and bookmark-make-record-function.
2648
2649 2010-08-17  Glenn Morris  <rgm@gnu.org>
2650
2651         * gnus-sync.el: Require gnus components whose functions are used.
2652
2653         * gnus-art.el (bookmark-make-record-function):
2654         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2655         Declare for compiler.
2656
2657         * mm-url.el (mml-compute-boundary): Autoload.
2658
2659 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2662
2663 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2664
2665         Typo fix "hoo4a" -> "hook".
2666
2667         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2668
2669 2010-08-14  Glenn Morris  <rgm@gnu.org>
2670
2671         * gnus-sync.el (gnus-sync): Fix defgroup version.
2672
2673 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2674
2675         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2676
2677         * gnus-sync.el: Fix docs.
2678         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2679         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2680
2681 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2682
2683         Optimizations for gnus-sync.el.
2684
2685         * gnus-sync.el: Add docs about gnus-sync-backend
2686         possibilities.
2687         (gnus-sync-save): Remove unnecessary message.
2688         (gnus-sync-read): Optimize and show what groups were skipped.
2689
2690 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2691
2692         Minor bug fixes for gnus-sync.el.
2693
2694         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2695         read the sync on get-new-news.
2696
2697         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2698         quiet.
2699
2700         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2701
2702 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2703
2704         Make saving and restoring of hidden threads work with overlays.
2705         Patch applied by Ted Zlatanov.
2706
2707         * gnus-sum.el (gnus-hidden-threads-configuration)
2708         (gnus-restore-hidden-threads-configuration): Update to deal with text
2709         properties, rather than searching for a magic character.
2710
2711 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2712
2713         New gnus-sync.el library for synchronization of marks.
2714
2715         * gnus-sync.el: New library for synchronization of marks.
2716
2717         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2718         renamed from `gnus-registry-grep-in-list'.
2719
2720         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2721
2722         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2723
2724 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2727         determining charset of text fails.
2728
2729 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * nnmail.el (nnmail-get-new-mail-1): Revert.
2732
2733         * nnml.el (nnml-active-number): Make sure names of newly created groups
2734         in nnml-group-alist are encoded.
2735
2736 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2739         containing non-ASCII characters in active file for nnml back end.
2740
2741 2010-07-24  David Engster  <dengste@eml.cc>
2742
2743         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2744         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2745
2746 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2747
2748         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2749         tag (Bug#6654).
2750
2751 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2754         the article buffer, not the summary buffer.
2755
2756 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2759         Emacs 23 as well.
2760
2761 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2764         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2765
2766 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2767
2768         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2769         Patch applied by Karl Fogel.
2770
2771         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2772         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2773
2774 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2775
2776         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2777         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2778         C-w still not working correctly from Article buffers; Thierry's
2779         patch to fix that will be applied after this.
2780
2781         * gnus-art.el (bookmark-make-record-function): New local variable.
2782
2783         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2784         article buffer.
2785         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2786
2787 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2788
2789         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2790         on changes in bookmark.el.
2791
2792 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2795         `no-log' instead of message not to log prompt string.
2796
2797 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2798
2799         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2800         the *other* type of HTML form submission.
2801
2802 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2803
2804         * auth-source.el (auth-source-pick): If choice does not contain a
2805         questioned keyword, set the check to t.
2806
2807 2010-06-12  Romain Francoise  <romain@orebokech.com>
2808
2809         * gnus-util.el (gnus-date-get-time): Move up before first use.
2810
2811 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2814         (gnus-article-edit-part): Bind it to make last part that is substituted
2815         or deleted visible.
2816         (gnus-mime-display-single): Buttonize part of which id equals to
2817         gnus-mime-buttonized-part-id.
2818
2819 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2820
2821         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2822         (gnus-dd-mmm): Use gnus-date-get-time.
2823         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2824         simplify logic.
2825         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2826         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2827
2828 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2829
2830         * auth-source.el (top): Autoload `secrets-list-collections',
2831         `secrets-create-item', `secrets-delete-item'.
2832         (auth-sources): Fix tag string.
2833         (auth-get-source, auth-source-retrieve, auth-source-create)
2834         (auth-source-delete): New defuns.
2835         (auth-source-pick): Rewrite in order to avoid 2 passes.
2836         (auth-source-forget-user-or-password): New parameter USERNAME.
2837         (auth-source-user-or-password): New parameters CREATE-MISSING and
2838         DELETE-EXISTING.  Retrieve password interactively, if needed.
2839
2840 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2841
2842         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2843         deleting unused directories when gnus-expert-user is t.
2844
2845 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2848         for each temp file when gnus-article-browse-delete-temp is ask.
2849
2850 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2851
2852         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2853         Lisp calls to delete-backward-char by calls to delete-char.
2854
2855 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2856
2857         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2858
2859 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2860
2861         * password-cache.el (password-cache-remove): Fix docstring.
2862
2863 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2866         article unless decoding article to be saved.
2867
2868 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2871         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2872         generated within the mm-with-unibyte-current-buffer macro.
2873
2874 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2877         to nil when we're in a mml-preview buffer and no group is selected.
2878
2879 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2880
2881         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2882         when catching the `C-g'.  Reported by "Leo".
2883
2884 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * message.el (message-forward-make-body-plain)
2887         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2888         multibyte-string-p.
2889
2890         * lpath.el: Revert.
2891
2892 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * message.el (message-forward-make-body-mml): Assume original message
2895         is multibyte string; error on unibyte.
2896         (message-forward-make-body-plain): Ditto; don't add excessive newline
2897         in body end.
2898
2899         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2900
2901 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2902
2903         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2904         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2905
2906 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * mm-extern.el (mm-extern-url): Don't use
2909         mm-with-unibyte-current-buffer.
2910         (mm-extern-cache-contents): Use with-current-buffer instead of
2911         save-excursion + set-buffer.
2912
2913 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * mm-util.el (mm-emacs-mule): Remove.
2916
2917 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2918
2919         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2920         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2921         change.
2922
2923 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2926         bind the default value of enable-multibyte-characters to nil.
2927
2928 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * message.el (message-forward-make-body-plain)
2931         (message-forward-make-body-mml):
2932         Don't use mm-with-unibyte-current-buffer.
2933
2934 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2935
2936         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2937
2938 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2939
2940         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2941         (Bug#5592).
2942
2943 2010-05-07  Julien Danjou  <julien@danjou.info>
2944
2945         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2946         it to mm-pipe-part.
2947
2948         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2949         it is given.
2950
2951 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * binhex.el (binhex-decode-region-internal)
2954         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2955         (dns-query)
2956         * nnweb.el (nnweb-gmane-search)
2957         * pgg-parse.el (pgg-parse-armor)
2958         * pgg.el (pgg-verify-region)
2959         * sha1.el (sha1-string-external)
2960         * uudecode.el (uudecode-decode-region-internal)
2961         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2962         XEmacs.
2963
2964         * gnus-art.el (gnus-article-browse-html-parts)
2965         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2966         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2967         make-temp-file.
2968
2969         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2970         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2971         compiling.
2972
2973         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2974         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2975         XEmacs when compiling.
2976
2977         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2978         gnus-pick-mode-off-hook for XEmacs when compiling.
2979         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2980         gnus-binary-mode-off-hook for XEmacs when compiling.
2981
2982         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2983         nil if char-charset is not available.
2984
2985         * imap.el (imap-disable-multibyte)
2986         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2987         macros.
2988
2989         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2990         instead of encode-coding-string.
2991
2992         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2993         'xemacs) instead of mm-emacs-mule to switch function definitions.
2994         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2995
2996         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2997         bind temporary-file-directory for XEmacs;
2998         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2999         timer-set-function for XEmacs 21.4 and SXEmacs;
3000         bind timer-list for XEmacs 21.4 and SXEmacs;
3001         fbind char-charset and find-charset-region for non-Mule XEmacs;
3002         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3003         encode-coding-region and encode-coding-string for XEmacs having no
3004         file-coding feature.
3005
3006 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3007
3008         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3009
3010 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3013         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3014
3015 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3016
3017         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3018         alias `jka-compr-delete-temp-file' no longer exists.
3019
3020 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3021
3022         Use define-minor-mode in Gnus where applicable.
3023         * mml.el (mml-mode): Use define-minor-mode.
3024         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3025         (gnus-undo-mode): Use define-minor-mode.
3026         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3027         (gnus-dead-summary-mode): Use define-minor-mode.
3028         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3029         Initialize in declaration.
3030         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3031         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3032         (gnus-mailing-list-mode): Use define-minor-mode.
3033         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3034         (gnus-draft-mode): Use define-minor-mode.
3035         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3036         (gnus-dired-mode): Use define-minor-mode.
3037
3038 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3039
3040         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3041         handles on recursive mml-to-mime translation and check them for
3042         boundary delimiter collisions.  Reported by Greg Troxel.
3043
3044 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3047
3048 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3049
3050         * mm-util.el (mm-find-buffer-file-coding-system):
3051         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3052
3053 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3054
3055         * message.el (message-generate-headers): Record insertion of optional
3056         headers as well.  Otherwise the check to prevent repeated insertion of
3057         optional headers is a no-op.
3058
3059 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3060
3061         * smime.el: Don't mention CVS.
3062
3063         * nnrss.el (nnrss-fetch): Don't mention CVS.
3064
3065         * nnir.el: Don't mention CVS.
3066
3067 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3068
3069         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3070
3071 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * lpath.el: Fbind bookmark-default-handler,
3074         bookmark-get-bookmark-record, bookmark-make-record-default,
3075         bookmark-prop-get for Emacs <23 and XEmacs.
3076
3077 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3078
3079         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3080         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3081         Use with-current-buffer to silence the byte-compiler.
3082         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3083         bother to require `gnus'.
3084         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3085
3086 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3087
3088         * gnus-sum.el (gnus-summary-bookmark-make-record)
3089         (gnus-summary-bookmark-jump): New functions.
3090         (gnus-summary-mode): Setup bookmark support.
3091
3092 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3093
3094         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3095         if set.
3096
3097 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3100         gnus-article-browse-html-save-cid-image; make it work recursively for
3101         forwarded messages as well.
3102         (gnus-article-browse-html-parts): Work when prefix arg is given.
3103         (gnus-article-browse-html-article): Doc fix.
3104
3105 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3106
3107         * message.el (message-default-mail-headers):
3108         (message-default-headers): Carry the value mail-default-headers over
3109         into message-default-mail-headers, rather than message-default-headers.
3110
3111 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3112
3113         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3114         charset.
3115
3116         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3117         charset into the <meta> tag when the article is encoded to utf-8.
3118
3119 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3122         directories as well.
3123         (gnus-article-browse-html-parts): Work for images that do not specify
3124         file names; delete temp directory when quitting; insert header at the
3125         right place; use file: scheme for image files.
3126
3127 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3128
3129         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3130         (gnus-article-browse-html-parts): Use it to make temporary cid image
3131         files in addition to html file so that browser may display them.
3132
3133 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3136
3137 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3138
3139         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3140
3141 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3142
3143         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3144         about Secret Service API sources.  Improve Customize options.
3145         (auth-source-pick): Change to accept any number of search parameters.
3146         Implement fallbacks iteratively, not recursively.  Add scoring on the
3147         second pass and sort by score.  Call Secret Service API when needed.
3148         (auth-source-user-or-password): Use it.  Call Secret Service API
3149         directly when needed to get the user name and the password.
3150
3151 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3152
3153         * message.el (message-interactive): Doc fix.
3154         (message-qmail-inject-args): Reflow.
3155         (message-kill-to-signature): Fix typo in docstring.
3156
3157         * smiley.el (smiley-buffer): Fix typo in docstring.
3158
3159 2010-03-24  Glenn Morris  <rgm@gnu.org>
3160
3161         * mail-source.el (gnus-message): Declare.
3162         (mail-source-delete-old-incoming): Require gnus-util.
3163
3164 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3167
3168         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3169
3170         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3171         password-cache's default if it is not bound.
3172         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3173         password-cache-expiry's default if it is not bound.
3174
3175         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3176         available in Emacs 21.
3177
3178         * lpath.el: Suppress compiler warnings for:
3179         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3180         XEmacs;
3181         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3182         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3183         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3184
3185 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3186
3187         * auth-source.el (auth-sources): Fix up definition so extra parameters
3188         are always inline.
3189
3190 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3191
3192         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3193         wasn't updated after mismatch.  Clear cached mailbox info correctly
3194         when uidvalidity changes.
3195         (nnimap-group-prefixed-name): New function to avoid some code
3196         duplication.
3197         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3198         (nnimap-request-group): Use it.
3199         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3200         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3201         with many imap folders.  This is done by caching the group status from
3202         the imap server persistently in a group parameter `imap-status'.  (This
3203         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3204         but not persistently, so every Gnus startup was still very slow.)
3205
3206 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3207
3208         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3209         delete the extra newline.  Otherwise editing of :string and :number
3210         types don't work.
3211
3212 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3213
3214         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3215         secrets.el dependency.
3216         (auth-sources): Add optional user name.  Add secrets.el configuration
3217         choice (unused right now).
3218
3219 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3220
3221         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3222         `gnus-registry-install-shortcuts' fill in the functions.
3223
3224         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3225         warnings.
3226         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3227         (gnus-registry-install-shortcuts): Populate and use it in a
3228         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3229
3230 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3231
3232         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3233         In-place substitutions for the group name encoding/decoding.
3234         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3235         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3236         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3237         (nnimap-update-unseen, nnimap-request-list)
3238         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3239         (nnimap-request-set-mark, nnimap-split-to-groups)
3240         (nnimap-split-articles, nnimap-request-newgroups)
3241         (nnimap-request-create-group, nnimap-request-accept-article)
3242         (nnimap-request-delete-group, nnimap-request-rename-group)
3243         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3244         `encoded-mbx' for consistency.
3245         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3246         variable `imap-current-mailbox'.
3247
3248         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3249         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3250
3251 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3252
3253         * pop3.el (pop3-display-message-size-flag): Display message size byte
3254         counts during POP3 download.
3255         (pop3-movemail): Use it.
3256         (pop3-list): Implement listing of available messages.
3257
3258 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3259
3260         * nnir.el (nnir-get-article-nov-override-function): New function to
3261         override the normal NOV retrieval.
3262         (nnir-retrieve-headers): Use it.
3263
3264 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3265
3266         * auth-source.el (netrc-machine-user-or-password): Autoload.
3267
3268 2010-03-19  Glenn Morris  <rgm@gnu.org>
3269
3270         Stop message.el from loading about 40 libraries it doesn't always need.
3271         The general approach is to autoload rather than require, and to
3272         require in the specific functions rather than the file.  (Bug#5642)
3273
3274         * gmm-utils.el: Don't require wid-edit.
3275         (widget-create-child-value, widget-convert, widget-default-get):
3276         Autoload.
3277
3278         * gnus-util.el: Don't require time-date, netrc.
3279         (message-fetch-field, gnus-group-name-decode): Declare rather than
3280         autoloading.
3281         (gnus-fetch-field): Require message.
3282         (gnus-decode-newsgroups): Require gnus-group.
3283
3284         * ietf-drums.el: Don't require time-date.
3285
3286         * message.el: Don't require hashcash, canlock, ecomplete.
3287         Do require mail-utils.  Require nnheader only when compiling.
3288         (smtpmail-default-smtp-server): Remove declaration.
3289         (message-send-mail-function): Check smtpmail-default-smtp-server
3290         is bound rather than requiring smtpmail.
3291         (message-auto-save-directory, message-insert-signature): Use
3292         expand-file-name rather than nnheader-concat.
3293         (nnheader-insert-file-contents): Autoload.
3294         (hashcash-wait-async): Declare.
3295         (message-send-mail): Only call gnus-setup-posting-charset if
3296         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3297         (message-send-mail-with-sendmail): Require sendmail.
3298         (canlock-password, canlock-password-for-verify): Declare.
3299         (message-canlock-password): Require canlock.
3300         (nnheader-get-report): Autoload.
3301         (gnus-setup-posting-charset): Declare.
3302         (message-send-news): Require gnus-msg.
3303         (message-make-references, message-make-in-reply-to): Use mail-header-id
3304         rather than the alias mail-header-message-id.
3305         (ecomplete-add-item, ecomplete-save): Declare.
3306         (message-put-addresses-in-ecomplete): Require ecomplete.
3307         (ecomplete-display-matches): Autoload.
3308
3309         * mm-decode.el: Don't require mailcap, gnus-util.
3310         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3311         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3312         Autoload.
3313         (mailcap-mime-extensions): Declare.
3314
3315         * mm-encode.el: Don't require mailcap.
3316         (mailcap-extension-to-mime): Autoload.
3317
3318         * mml-sec.el: Don't require password-cache.
3319
3320         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3321         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3322         (mml-minibuffer-read-type): Require mailcap.
3323         (mml-preview): Require gnus-msg.
3324
3325         * mml1991.el: Require password-cache.
3326         (password-cache-expiry): Remove declaration.
3327
3328         * mml2015.el: Require password-cache.
3329         (password-cache-expiry): Remove declaration.
3330
3331         * nneething.el (mailcap): Require mailcap.
3332
3333         * nnheader.el (declare-function): Add compatibility stub.
3334         (message-remove-header): Declare rather than autoload.
3335         (nnheader-replace-header): Require message.
3336
3337         * nnimap.el (declare-function): Add compatibility stub.
3338         (netrc-parse, netrc-machine-user-or-password): Declare.
3339         (nnimap-open-connection): Require netrc.
3340
3341         * nntp.el (declare-function): Add compatibility stub.
3342         (netrc-parse, netrc-machine, netrc-get): Declare.
3343         (nntp-send-authinfo): Require netrc.
3344
3345         * rfc2047.el: Don't require qp.
3346         (quoted-printable-encode-region, quoted-printable-decode-string):
3347         Autoload.
3348
3349         * sieve-mode.el: Don't require easymenu.
3350         (easy-menu-add-item): Autoload it.
3351
3352         * spam-stat.el (time-to-number-of-days): Autoload it.
3353
3354 2010-03-19  Glenn Morris  <rgm@gnu.org>
3355
3356         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3357
3358 2010-03-18  Glenn Morris  <rgm@gnu.org>
3359
3360         * hashcash.el (declare-function): Remove duplicate definition.
3361
3362 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3363
3364         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3365         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3366         value if any backslash escapes).
3367
3368 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3371         if it is available.  (bug#5647)
3372
3373         * lpath.el: Suppress compiler warning for coding-system-from-name for
3374         Emacs 21 and XEmacs.
3375
3376 2010-03-14  Juri Linkov  <juri@jurta.org>
3377
3378         * hmac-def.el:
3379         * hmac-md5.el:
3380         * netrc.el: Fix keywords.
3381
3382 2010-02-26  Glenn Morris  <rgm@gnu.org>
3383
3384         * message.el (message-send-mail-function): Change the default, so that
3385         it inherits from a customized send-mail-function.  (Bug#5643)
3386
3387 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3388
3389         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3390         shell-command-to-string signals an error (bug#5299).
3391
3392 2010-02-24  Glenn Morris  <rgm@gnu.org>
3393
3394         * message.el (message-smtpmail-send-it)
3395         (message-send-mail-with-mailclient): Doc fixes.
3396
3397 2010-02-16  Glenn Morris  <rgm@gnu.org>
3398
3399         * message.el (message-default-mail-headers): Change the default value
3400         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3401
3402 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3405         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3406
3407 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3408
3409         * time-date.el (date-to-time): Doc fix (Bug#5408).
3410
3411 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3412
3413         * message.el (message-mail): Just pass yank-action on to message-setup.
3414         (message-setup): Handle (FUN . ARGS) form of yank-action.
3415         (message-with-reply-buffer, message-widen-reply)
3416         (message-yank-original): Handle non-buffer values of
3417         message-reply-buffer (Bug#4080).
3418         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3419
3420 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3421
3422         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3423         Fix typo in docstring.
3424
3425 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3426
3427         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3428         response.
3429
3430 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3433
3434         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3435
3436         * message.el (message-check-news-header-syntax): Protect against a
3437         string that `rfc822-addresses' returns when parsing fails.
3438
3439 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3442         (gnus-previous-char-property-change): New functions.
3443
3444         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3445
3446 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3447
3448         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3449         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3450
3451 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3452
3453         * message.el (message-exchange-point-and-mark): Rework last change to
3454         avoid using optional arg of exchange-point-and-mark, for backward
3455         compatibility.
3456
3457 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3458
3459         * message.el (message-exchange-point-and-mark): Call
3460         exchange-point-and-mark with an argument rather than setting
3461         mark-active by hand (Bug#5175).
3462
3463 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * nntp.el (nntp-service-to-port): Work for service expressed with
3466         numeric string; replace [:digit:] with [0-9] for XEmacs.
3467
3468 2009-12-17  Glenn Morris  <rgm@gnu.org>
3469
3470         * gnus-group.el (gnus-bug-group-download-format-alist):
3471         Change emacs entry to debbugs.gnu.org.  Bump :version.
3472
3473 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3474
3475         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3476
3477 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3478
3479         * message.el (message-info): Explain why we use `Info-goto-node'.
3480
3481 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3484
3485 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3486
3487         * message.el (message-completion-in-region): New compatibility function.
3488         (message-expand-group): Use it.
3489
3490 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3493         with no unread article should be listed if the 2nd arg `predicate' is
3494         given.
3495
3496 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3499
3500 2009-11-29  Juri Linkov  <juri@jurta.org>
3501
3502         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3503         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3504         on `gnus-recenter'. (Bug#4698, Bug#4981)
3505
3506 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3507
3508         * sha1.el (sha1-string-external): default-directory "/" in case
3509         otherwise non-existent.  process-connection-type pipe for touch of
3510         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3511
3512 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3513
3514         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3515         it's comms related and sgml-mode.el has "comm" on that basis too.
3516
3517 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3520         containing tspecial characters if they have been already quoted.
3521
3522 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3523
3524         * dns-mode.el (auto-mode-alist): Purecopy string.
3525
3526 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3527
3528         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3529
3530 2009-10-24  Glenn Morris  <rgm@gnu.org>
3531
3532         * gnus-art.el (help-xref-stack-item): Define for compiler.
3533
3534 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3535
3536         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3537
3538 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3541
3542 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3545         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3546
3547 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3550         (gnus-overlays-in): New alias to overlays-in.
3551
3552         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3553         gnus-overlay-get, and gnus-delete-overlay.
3554         (gnus-summary-show-thread): Make it work as well for systems in which
3555         next-single-char-property-change is not available.
3556         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3557
3558         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3559         (gnus-overlay-get): New alias to extent-property.
3560         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3561
3562         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3563         SXEmacs.
3564
3565         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3566         SXEmacs.
3567
3568 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3569
3570         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3571
3572 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3573
3574         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3575         and XEmacs that don't have `remove-overlays'.
3576
3577 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3578
3579         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3580         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3581         selective display.  Use overlays instead.
3582
3583 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3584
3585         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3586
3587 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3588
3589         * spam-stat.el (spam-stat-load): Fix typo in message.
3590
3591 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3592
3593         * dig.el (dig-invoke): Fix typo in docstring.
3594         (query-dig): Reflow docstring.
3595
3596 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3597
3598         * gnus-art.el (gnus-article-encrypt-body):
3599         * message.el (message-check-recipients):
3600         * mm-util.el (mm-codepage-setup):
3601         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3602         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3603
3604 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3605
3606         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3607         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3608         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3609         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3610         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3611
3612 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3613
3614         * dig.el: Add "Keywords: comm", as per net-utils.el.
3615
3616 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3617
3618         * dig.el (dig-mode): Use define-derived-mode.
3619
3620 2009-09-19  Glenn Morris  <rgm@gnu.org>
3621
3622         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3623
3624 2009-09-18  Glenn Morris  <rgm@gnu.org>
3625
3626         * gnus-diary.el (gnus-diary-check-message):
3627         * message.el (message-insert-formatted-citation-line):
3628         * nnbabyl.el (top-level):
3629         * nndiary.el (nndiary-schedule):
3630         Fix typos in condition-case handlers.
3631
3632 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3635         configuration that provides the sole article window in a frame;
3636         position point correctly after deleting a part.
3637
3638 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3639
3640         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3641         (spam-resolve-registrations-routine): Use it to unregister articles
3642         that change status.
3643
3644 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3647         with XEmacs.
3648         (parse-time-string-chars): Use it.
3649
3650 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3651
3652         * imap.el (imap-interactive-login): Better messages.
3653         (imap-open): Fix bug with renamed buffer on reconnect.
3654         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3655         for easier debugging and cleaner code.  On successful (guessed based on
3656         server capabilities) secondary authentication, set imap-state
3657         correctly.
3658         (imap-last-authenticator): Define imap-last-authenticator as a variable
3659         to avoid warnings.
3660
3661 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * nnrss.el (nnrss-request-article): Remove binding of
3664         default-enable-multibyte-characters that has gotten needless by
3665         the 2007-07-13 change in rfc2047-encode-message-header.
3666
3667         * mml.el (mml-insert-multipart): Error on the message header.
3668         (mml-insert-part): Error on the message header; position point at
3669         the end of a MIME tag.
3670
3671 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * time-date.el (autoload): Expand define-obsolete-function-alias into
3674         defalias and make-obsolete for old Emacsen that Gnus supports.
3675         (with-no-warnings): Define it for old Emacsen.
3676         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3677         is available.
3678         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3679         float-time is available; suppress compile warning for time-to-seconds.
3680
3681         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3682         (gnus-float-time): Alias to float-time if it exists.
3683
3684         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3685         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3686         float-time is available; suppress compile warning for time-to-seconds.
3687
3688         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3689         XEmacs.
3690
3691 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * imap.el (imap-message-map): Docstring fix.
3694
3695 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3698         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3699         Add the optional argument `encoding' that overrides the default.
3700
3701         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3702         mm-encode-buffer.
3703
3704 2009-09-04  Glenn Morris  <rgm@gnu.org>
3705
3706         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3707         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3708         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3709         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3710         * mm-util.el (mm-with-unibyte-current-buffer)
3711         (mm-find-buffer-file-coding-system):
3712         * yenc.el (yenc-decode-region): Use default-value rather than
3713         default-enable-multibyte-characters.
3714
3715 2009-09-03  Glenn Morris  <rgm@gnu.org>
3716
3717         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3718         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3719         than default-enable-multibyte-characters.
3720
3721 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3722
3723         * gnus-art.el (gnus-article-read-summary-keys):
3724         Fix gnus-buffer-configuration's value temporarily used.
3725
3726 2009-09-02  Glenn Morris  <rgm@gnu.org>
3727
3728         * gnus-util.el (gnus-float-time): New function.
3729         * gnus-delay.el (gnus-delay-article):
3730         * gnus-sum.el (gnus-thread-latest-date):
3731         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3732         * nnspool.el (nnspool-request-newgroups):
3733         Use gnus-float-time rather than time-to-seconds.
3734         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3735
3736         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3737         (gnus-header-subject-face, gnus-header-newsgroups-face)
3738         (gnus-header-name-face, gnus-header-content-face):
3739         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3740         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3741         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3742         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3743         (gnus-cite-face-11):
3744         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3745         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3746         (gnus-server-closed-face, gnus-server-denied-face)
3747         (gnus-server-offline-face):
3748         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3749         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3750         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3751         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3752         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3753         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3754         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3755         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3756         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3757         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3758         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3759         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3760         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3761         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3762         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3763         (gnus-summary-high-undownloaded-face)
3764         (gnus-summary-low-undownloaded-face)
3765         (gnus-summary-normal-undownloaded-face)
3766         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3767         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3768         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3769         (gnus-splash-face):
3770         * message.el (message-header-to-face, message-header-cc-face)
3771         (message-header-subject-face, message-header-newsgroups-face)
3772         (message-header-other-face, message-header-name-face)
3773         (message-header-xheader-face, message-separator-face)
3774         (message-cited-text-face, message-mml-face):
3775         * sieve-mode.el (sieve-control-commands-face)
3776         (sieve-action-commands-face, sieve-test-commands-face)
3777         (sieve-tagged-arguments-face):
3778         * spam.el (spam-face):
3779         Mark face aliases with "-face" in the name as obsolete.
3780
3781 2009-09-01  Glenn Morris  <rgm@gnu.org>
3782
3783         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3784         than goto-line.
3785
3786 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3789         Don't move point if the command is invoked inside the message header.
3790
3791 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3792
3793         * imap.el (imap-send-command): Simplify.
3794         (imap-wait-for-tag): point-max -> buffer-size.
3795
3796 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3797
3798         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3799         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3800         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3801         * nnir.el (nnir-swish-e-index-file):
3802         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3803         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3804         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3805         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3806         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3807         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3808
3809 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3812         Don't save excursion.
3813
3814 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3815
3816         * nnheader.el (nnheader-find-file-noselect):
3817         * mm-util.el (mm-insert-file-contents):
3818         Use (default-value 'major-mode) instead of default-major-mode.
3819
3820 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3821
3822         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3823
3824 2009-08-26  Glenn Morris  <rgm@gnu.org>
3825
3826         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3827         than placing in files.el.
3828
3829 2009-08-25  Glenn Morris  <rgm@gnu.org>
3830
3831         * nnir.el (top-level): Don't require cl at run-time.
3832         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3833         Replace cl-function substitute with gnus-replace-in-string.
3834         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3835         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3836         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3837         simplified expansions.
3838
3839 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3840
3841         * dig.el (dig): Add autoload cookie.
3842
3843 2009-08-22  Glenn Morris  <rgm@gnu.org>
3844
3845         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3846         goto-line.
3847
3848 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3849
3850         * parse-time.el (parse-time-string-chars): Save match data.
3851
3852 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3853
3854         * parse-time.el (parse-time-string-chars): Compute using character
3855         classes, to handle non-ascii characters (Bug#3190).
3856
3857 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3860
3861         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3862         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3863         (gnus-mm-display-part, gnus-mime-display-single)
3864         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3865         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3866
3867         * gnus-sum.el
3868         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3869         (gnus-summary-move-article): Add expirable mark to articles copied or
3870         moved to group that has auto-expire turned on if the option is non-nil.
3871
3872 2009-07-24  Glenn Morris  <rgm@gnu.org>
3873
3874         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3875         Fix typo.  (Bug#3903)
3876
3877 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3880         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3881         that should not be used for draft articles.
3882         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3883         that has no concern in minor mode keys.
3884         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3885         Abolish.
3886
3887 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3890         article without making inquiry to a user for unknown encoding.
3891
3892         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3893         (nnmaildir--scan): Assume i-node and device number that file-attributes
3894         returns might be cons-cell.
3895
3896         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3897
3898         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3899
3900 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3901
3902         * auth-source.el: Remove docs now in auth.texi.  Don't use
3903         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3904         `auth-source-hide-passwords' and use them.
3905
3906 2009-07-15  Glenn Morris  <rgm@gnu.org>
3907
3908         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3909
3910 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3913         excessive whitespace from the default values of title and description.
3914
3915 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3918         mail-fetch-field to fetch Content-Description header in order to
3919         exclude newlines.
3920
3921 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3922
3923         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3924         format used by GnuPG 2.0.11.
3925
3926 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3929         to deleted part.
3930
3931 2009-05-30  David Engster  <dengste@eml.cc>
3932
3933         * nnmairix.el: Remove old documentation in the commentary block.
3934         (nnmairix-request-group): Do not update active file for nnml back ends.
3935         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3936         end so that overview files are ignored.
3937         (nnmairix-update-groups): Make updating the groups more robust by using
3938         marks.
3939         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3940         with dollar characters in message-id.
3941
3942 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3945         2008-12-25 in dns.el.
3946
3947 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3948
3949         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3950         could happen if the text is only composed of spaces and/or tabs.
3951
3952 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3953
3954         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3955         when sending a queued message to avoid extra mml tags.
3956
3957 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3960
3961 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3964         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3965         rmail-toggle-header for XEmacs;
3966         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3967
3968 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * gnus-dired.el: Remove autoload for gnus-setup-message.
3971         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3972         displaying Gnus logo; always use compose-mail.
3973
3974 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3977
3978 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3981         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3982         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3983         available.
3984         (gnus-nocem-epg-verify): New function.
3985
3986 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3989
3990 2009-02-15  Glenn Morris  <rgm@gnu.org>
3991
3992         * gnus-util.el (rmail-insert-rmail-file-header)
3993         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3994         autoloads.
3995         (rmail-default-rmail-file): Remove unnecessary declaration.
3996         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3997
3998 2009-02-14  Glenn Morris  <rgm@gnu.org>
3999
4000         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4001         variable (only used in gnus-util, which declares it anyway).
4002         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4003         which was only needed by gnus-art (changed to not use it any more).
4004         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4005         only used in gnus-util, which autoloads it itself.
4006         (rmail-update-summary): Fix autoload.
4007
4008         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4009         rather than rmail-output-to-rmail-file.
4010
4011 2009-02-07  Glenn Morris  <rgm@gnu.org>
4012
4013         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4014         autoload of function that no longer exists.
4015         (rmail-toggle-header): Declare.
4016         (message-forward-rmail-make-body): Handle mbox Rmail.
4017
4018 2009-01-31  Glenn Morris  <rgm@gnu.org>
4019
4020         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4021         2009-01-09 change.
4022
4023 2009-01-31  Dave Love  <fx@gnu.org>
4024
4025         * imap.el (imap-fetch-safe): Bind debug-on-error.
4026         (imap-debug): Add imap-fetch-safe.
4027
4028 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4029
4030         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4031         (auth-source-forget-all-cached): New convenience function.
4032         (auth-source-user-or-password): Accept list of modes or a single mode.
4033
4034         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4035         auth-source modes.
4036
4037         * netrc.el (netrc-machine-user-or-password): Use list of
4038         auth-source modes.
4039
4040         * nnimap.el (nnimap-open-connection): Use list of
4041         auth-source modes.
4042
4043         * nntp.el (nntp-send-authinfo): Use list of
4044         auth-source modes.
4045
4046 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4047
4048         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4049         now.
4050
4051 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4054         coding system in XEmacs; add a workaround for XEmacs.
4055
4056         * lpath.el: Fbind coding-system-aliasee.
4057
4058 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4061         of current-language-environment.
4062
4063 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4064
4065         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4066         available at runtime.
4067
4068 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4071
4072 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4073
4074         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4075         the greatest positive fixnum value doesn't work under an XEmacs with
4076         bignum support; use the most-positive-fixnum constant instead,
4077         available since Emacs 21.1 with cl and XEmacs 21.1.
4078
4079 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4082         XEmacs gets not to work.
4083
4084 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * mm-util.el (mm-coding-system-priorities): Allow the value like
4087         "Japanese (UTF-8)" of current-language-environment.
4088
4089 2009-01-09  Glenn Morris  <rgm@gnu.org>
4090
4091         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4092         with last-command-event.
4093
4094 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4095
4096         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4097         in the doc string.
4098
4099         * message.el (message-fix-before-sending): Amend comment.
4100
4101 2009-01-08  Dave Love  <fx@gnu.org>
4102
4103         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4104
4105 2009-01-07  David Engster  <dengste@eml.cc>
4106
4107         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4108         simplified server definitions by converting it via
4109         gnus-server-to-method.
4110
4111 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4114         parameter's operands.
4115
4116 2009-01-06  David Engster  <dengste@eml.cc>
4117
4118         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4119         primary select method (for gnus-group-mark-article-as-read).
4120
4121 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4122
4123         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4124         `(gnus)Face', not `(gnus)X-Face'.
4125
4126 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * mm-util.el (mm-ucs-to-char): New function.
4129
4130         * mm-url.el (mm-url-decode-entities): Use it.
4131
4132         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4133         unicode-to-char.
4134
4135 2009-01-05  Dave Love  <fx@gnu.org>
4136
4137         * time-date.el: Require cl for `declare'.
4138
4139 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4140
4141         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4142         Dave Love.
4143
4144 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4145
4146         * message.el (message-fix-before-sending): Add `eight-bit' to
4147         illegible-text check.
4148
4149 2009-01-03  Michael Olson  <mwolson@gnu.org>
4150
4151         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4152         `headers' is nil.  This can occur if the IMAP server does not have
4153         permissions to read messages from a folder, but can write new messages
4154         to the folder.
4155         (nnimap-request-article-part): Do not insert `data' if it is nil.
4156
4157         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4158         characters which will confuse `read', so skip past them.
4159
4160 2009-01-01  Dave Love  <fx@gnu.org>
4161
4162         * imap.el (imap-string-to-integer): Fix typo.
4163         (imap-fetch-safe): New function.
4164         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4165
4166         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4167
4168         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4169         (imap-parse-greeting): Fix doc strings.
4170         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4171         (imap-parse-flag-list): Make messages unique.
4172         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4173
4174         * nnimap.el: Fix author email.
4175         (nnimap-split-rule): Add FIXME comment.
4176         (nnimap-debug): Fix doc string.
4177
4178 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4179
4180         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4181
4182 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4183
4184         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4185         nslookup if resolv.conf isn't available.
4186         (dns-query): Rename from query-dns.
4187         (dns-query-cached): Rename from query-dns-cached.
4188
4189 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4192         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4193         to check if those variables exist (first appeared in Emacs 18.50).
4194
4195 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * mm-util.el (mm-line-number-at-pos): New function.
4198
4199         * spam-report.el (spam-report-process-queue): Use it.
4200
4201 2008-12-24  David Engster  <dengste@eml.cc>
4202
4203         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4204         parameters that haven't existed as variables as buffer-local variables.
4205
4206 2008-12-23  Dave Love  <fx@gnu.org>
4207
4208         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4209         cadar.
4210
4211         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4212         imap-starttls-p.
4213         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4214
4215 2008-12-22  Dave Love  <fx@gnu.org>
4216
4217         * imap.el: Fix author email.  Doc fixes.
4218         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4219         reply.
4220
4221 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4222
4223         * spam-report.el (spam-report-gmane-max-requests): New constant.
4224         (spam-report-gmane-wait): New variable.
4225         (spam-report-gmane-ham, spam-report-gmane-spam)
4226         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4227         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4228         the server.
4229
4230         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4231         Add explanations.
4232
4233         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4234         nnheader-accept-process-output and nnheader-read-timeout if available.
4235         (pop3-movemail): Use it.
4236
4237         * message.el (message-check-news-body-syntax): Fix signature check if
4238         there's an attachment.
4239
4240 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * mm-util.el: Add comments to the mm- emulating functions.
4243
4244 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4245
4246         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4247         by Stephen Berman <stephen.berman@gmx.net>.
4248
4249 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * mm-util.el (mm-substring-no-properties): New function.
4252         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4253         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4254         (mm-string-to-multibyte): Doc fix.
4255
4256         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4257
4258 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4259
4260         * mml.el (mml-attach-file): Strip text properties from file name.
4261         (Bug#1574)
4262
4263 2008-12-16  Glenn Morris  <rgm@gnu.org>
4264
4265         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4266
4267 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4270         knows since the charset specified might be a bogus alias that
4271         mm-charset-synonym-alist provides.
4272
4273 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4274
4275         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4276         "ISO_8859-1".
4277
4278         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4279
4280 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * mm-util.el (mm-charset-eval-alist):
4283         Define it before mm-charset-to-coding-system.
4284         (mm-charset-to-coding-system): Add optional argument `silent';
4285         define it before mm-charset-override-alist.
4286         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4287         default value if it can be used in Emacs currently running;
4288         silence mm-charset-to-coding-system.
4289
4290 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4293         `allow-override' which says whether to use `mm-charset-override-alist'.
4294         (rfc2047-decode-encoded-words): Use it.
4295
4296         * mm-util.el (mm-charset-override-alist): Fix custom type;
4297         add `(gb2312 . gbk)' to choices.
4298
4299 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4302         fast.
4303
4304         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4305
4306         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4307
4308 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4309
4310         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4311         on links.
4312
4313         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4314
4315 2008-12-03  Lute Kamstra  <lute@gnu.org>
4316
4317         * sha1.el: Remove leading * from docstrings of defcustoms,
4318         deffaces, defconsts and defuns.
4319
4320 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4323         users' addresses that don't have domain parts.
4324         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4325         rather than message-narrow-to-head since there will be the message
4326         header separator.
4327
4328 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4329
4330         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4331         since the result is inserted in a unibyte buffer anyway.
4332         (nnimap-demule-use-string-to-multibyte): Remove.
4333         (nnimap-demule): Alias it to mm-string-to-multibyte.
4334
4335 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4336
4337         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4338         variable for debugging bug#464 and bug#1174.
4339         (nnimap-demule): Use it.
4340
4341 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4342
4343         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4344         score calculation correctly.
4345
4346 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4347
4348         * message.el (message-send-mail): Just set the buffer to unibyte
4349         rather than use mm-with-unibyte-current-buffer which does a lot more.
4350         (message-send-mail-partially): Don't bother with
4351         mm-with-unibyte-current-buffer since it's already been made unibyte by
4352         message-send-mail.
4353
4354 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4355
4356         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4357
4358 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4359
4360         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4361
4362 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4365         require itself and to remove `with-no-warnings'.
4366
4367 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4368
4369         * starttls.el (starttls-any-program-available): Get the name of the
4370         available TLS layer program.
4371         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4372         well as the host name in the "opening" message.
4373
4374         * auth-source.el (auth-source-cache, auth-source-do-cache)
4375         (auth-source-user-or-password): Cache passwords and logins by default,
4376         allow override with `auth-source-do-cache'.
4377         (auth-source-forget-user-or-password): Allow users to remove cache
4378         entries if needed.
4379
4380 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4381
4382         * md4.el (md4-buffer): Fix typo in docstring.
4383         (md4, md4-64): Doc fixes.
4384         (md4-pack-int32): Reflow docstring.
4385
4386 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4387
4388         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4389         condition-case to only the forward-sexp call.
4390
4391 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4392
4393         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4394         quotes contained.  Make it more robust regardless by an extra
4395         condition-case wrapper.
4396
4397 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4400
4401 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * nnml.el (nnml-request-expire-articles): Check if the function set to
4404         `nnmail-expiry-target' returns the symbol `delete'.
4405
4406         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4407
4408         * nnmail.el (nnmail-expiry-target): Fix custom type.
4409
4410 2008-10-02  Glenn Morris  <rgm@gnu.org>
4411
4412         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4413         Silence compiler warning.
4414
4415 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4416
4417         * tls.el (open-tls-stream): Show the actual command being
4418         executed, instead of the format string.
4419
4420 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * lpath.el: Fbind codepage-setup for Emacs 23.
4423
4424 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4425
4426         * mml.el (mml-menu): Don't assume mml2015 is bound.
4427
4428 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4431         exists.
4432
4433 2008-09-27  Glenn Morris  <rgm@gnu.org>
4434
4435         * gnus-util.el (mail-header-remove-comments): Autoload it.
4436
4437 2008-09-27  Andreas Schwab  <schwab@suse.de>
4438
4439         * gnus-util.el (gnus-split-references): Strip comments.
4440         (gnus-parent-id): Likewise.
4441
4442 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4443
4444         * message.el (message-confirm-send): Fix version.
4445
4446 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * message.el (message-idna-to-ascii-rhs-1): Use
4449         mail-extract-address-components rather than mail-header-parse-addresses
4450         that is an alias by default to ietf-drums-parse-addresses that does not
4451         support non-ASCII names in headers' contents.
4452
4453 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4454
4455         * message.el (message-confirm-send): Fixed variable documentation to
4456         avoid the "y/n" wording.
4457
4458 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4459
4460         * message.el (message-set-auto-save-file-name): Save to a different
4461         filename so multiple messages (especially drafts) can be recovered.
4462
4463 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * message.el (message-confirm-send): Add appropriate version.
4466
4467 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4468
4469         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4470         defvar.
4471
4472 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4473
4474         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4475         (mm-pkcs7-enveloped-magic): Ditto.
4476
4477 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4478
4479         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4480         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4481
4482 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4483
4484         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4485         default, it's better.
4486
4487 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4488
4489         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4490         summary line gnus-number property and ignore them (with a warning
4491         message).
4492
4493 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4496         macro caddr in the interactive form since it won't be expanded.
4497
4498 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4501         `charset'; fix name of function called recursively.
4502         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4503
4504 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4507         (gnus-mime-set-charset-parameters): New function.
4508         (gnus-mime-view-part-as-charset): Use it to correctly display part
4509         specifying wrong charset.
4510
4511 2008-09-08  David Engster  <dengste@eml.cc>
4512
4513         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4514         in completing-read for back end server.
4515
4516 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4517
4518         * message.el (message-confirm-send): New variable to confirm sending a
4519         message.
4520         (message-send): Use it.
4521
4522 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4523
4524         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4525
4526 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4529
4530 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4531
4532         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4533         prevent tracking too many groups.
4534         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4535         Use it.
4536
4537 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4538
4539         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4540         moving point to the bottom of the window in order to avoid recentering.
4541
4542 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4545
4546         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4547         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4548         (gnus-article-beginning-of-window): Fix calculation.
4549
4550 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-msg.el (gnus-summary-supersede-article)
4553         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4554         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4555         message header.
4556
4557 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4558
4559         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4560         pending output coming after the status change.
4561
4562 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4563
4564         * message.el:
4565         * gnus-start.el:
4566         * gnus-registry.el: Remove VMS support.
4567
4568 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4571         macro.
4572         (rfc2104-hash): Use it.
4573
4574 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4577         (gnus-summary-sort-by-most-recent-date): New commands.
4578         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4579         and menu entries.
4580
4581 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4584         don't redisplay article for raw contents; remove plural articles stuff.
4585
4586         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4587         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4588         on gnus-summary-save-article; display results properly.
4589
4590 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * lpath.el: No need to fbind ns-focus-frame.
4593
4594 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4597
4598 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4601         gnus-save-all-headers.
4602
4603 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4604
4605         * gnus-util.el (ns-focus-frame): Remove declaration.
4606         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4607         like x.
4608
4609 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4610
4611         * rfc2104.el (rfc2104-zero): Delete defconst.
4612         (rfc2104-hex-alist): Likewise.
4613         (rfc2104-hex-to-int): Delete func.
4614         (rfc2104-hexstring-to-bitstring): Likewise.
4615         (rfc2104-nybbles): New defconst.
4616         (rfc2104-hash): Rewrite for speed.
4617
4618 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * tls.el (open-tls-stream): Make it work with the 2nd argument
4621         BUFFER that is a string but does not exist as a buffer object, as
4622         mentioned in the doc-string.
4623
4624 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4627         SXEmacs.
4628
4629 2008-07-16  Glenn Morris  <rgm@gnu.org>
4630
4631         * gnus-util.el (ns-focus-frame): Declare for compiler.
4632
4633 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4636         set as a group parameter.
4637         (gnus-summary-save-in-pipe): Work when it is called independently.
4638         (gnus-summary-pipe-to-muttprint): Don't modify
4639         gnus-summary-pipe-output-default-command.
4640
4641 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4642
4643         * message.el (message-send-mail-with-sendmail):
4644         Display the error message.
4645
4646 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * gnus-art.el (gnus-default-article-saver):
4649         Add gnus-summary-save-in-pipe to choices.
4650         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4651         gnus-summary-pipe-output-default-command as the default command.
4652         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4653         instead of gnus-last-shell-command.
4654
4655         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4656         New user option.
4657         (gnus-summary-muttprint-program): Mention the value will be changed.
4658         (gnus-summary-save-article): Force showing of all headers.
4659         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4660
4661 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4662
4663         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4664
4665 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4666
4667         * nnimap.el (nnimap-id):
4668         * sieve-manage.el (sieve-manage-open): Doc fixes.
4669
4670 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4671
4672         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4673         if available.
4674
4675 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4676
4677         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4678
4679         * nnkiboze.el (nnkiboze-generate-group):
4680         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4681
4682         * nnmairix.el: Require CL.
4683
4684 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * dgnushack.el: Autoload get-display-table and put-display-table for
4687         XEmacs 21.5.
4688
4689         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4690         21.4 and SXEmacs.
4691
4692 2008-06-15  David Engster  <dengste@eml.cc>
4693
4694         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4695
4696 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4697
4698         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4699         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4700         runtime choice under XEmacs.
4701
4702         * gnus-sum.el (gnus-summary-set-display-table):
4703         Use `gnus-put-display-table', `gnus-get-display-table',
4704         `gnus-set-display-table' for the display table, instead of `aset'.
4705
4706         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4707         Use `gnus-put-display-table', `gnus-get-display-table',
4708         `gnus-set-display-table' for the display table.
4709
4710 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4711
4712         * nnmairix.el: Add autoloads.
4713
4714 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4715
4716         * nnmairix.el (nnmairix-delete-recreate-group)
4717         (nnmairix-update-and-clear-marks): Fix error messages.
4718
4719 2008-06-14  David Engster  <dengste@eml.cc>
4720
4721         * nnmairix.el: Upgrade to version 0.6.
4722         (nnmairix-group-toggle-propmarks-this-group)
4723         (nnmairix-group-toggle-readmarks-this-group)
4724         (nnmairix-group-delete-recreate-this-group)
4725         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4726         (nnmairix-remove-tick-mark-original-article): New commands.
4727         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4728         (nnmairix-propagate-marks-to-nnmairix-groups)
4729         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4730         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4731         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4732         functions needed for marks propagation and manipulation of read marks.
4733         (nnmairix-update-groups): New function.
4734         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4735         (nnmairix-determine-original-group-from-registry)
4736         (nnmairix-determine-original-group-from-path)
4737         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4738         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4739         New helper functions.
4740         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4741         keystrokes for new commands.
4742         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4743         (nnmairix-request-group): Check allow-fast group parameter.
4744         (nnmairix-request-create-group): Set allow-fast group parameter if
4745         nnmairix-allowfast-default is set.
4746         (nnmairix-close-group): Propagate marks upon closing if needed.
4747         (nnmairix-group-toggle-threads-this-group): Use new.
4748         nnmairix-group-toggle-parameter helper function.
4749         (nnmairix-search): Better check for empty search result.
4750         (nnmairix-goto-original-article): Use new helper functions for
4751         determining original article.
4752         (nnmairix-show-original-article): Make sure message-id is in brackets.
4753         (nnmairix-call-mairix-binary): Change variable name.
4754         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4755         helper function.
4756         (nnmairix-widget-toggle-activate): Fix doc string.
4757
4758 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * nnir.el: Require edmacro when compiling with XEmacs.
4761         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4762         available in Emacs 21.
4763
4764 2008-06-11  Glenn Morris  <rgm@gnu.org>
4765
4766         * gnus-util.el (x-focus-frame):
4767         * gnus.el (image-size):
4768         * mm-decode.el (image-size): Declare.
4769
4770         * gnus-picon.el (declare-function): Add compat definition.
4771         (image-size): Declare.
4772
4773         * gnus-group.el (tool-bar-map):
4774         * gnus-sum.el (tool-bar-map): Define for compiler.
4775
4776         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4777
4778         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4779
4780         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4781         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4782         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4783         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4784         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4785         * sieve-manage.el, spam-report.el, spam.el:
4786         Remove unnecessary eval-and-compile of autoloads.
4787
4788 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4789
4790         * auth-source.el: Precise Tramp doc.
4791
4792 2008-06-07  Glenn Morris  <rgm@gnu.org>
4793
4794         * nnmairix.el: Remove unnecessary eval-when-compile.
4795
4796 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * lpath.el: Fbind propertize for XEmacs 21.4.
4799
4800 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4801
4802         * nnir.el: Move here from ../contrib.
4803
4804 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4805
4806         * gnus-util.el (gnus-read-shell-command): New function.
4807         * mm-decode.el (mm-pipe-part):
4808         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4809
4810 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4813
4814 2008-06-03  Glenn Morris  <rgm@gnu.org>
4815
4816         * pop3.el (nnheader-accept-process-output): Autoload it.
4817
4818 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4821         are not 2-digit hexadecimal characters that follow `%'s.
4822
4823 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4824
4825         * message.el (message-bogus-recipient-p): Fix type in doc string.
4826         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4827         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4828         Improve custom options.
4829         (message-bogus-recipient-p): Adjust accordingly.
4830
4831 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4832
4833         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4834         long-form month and day names.
4835
4836 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * dgnushack.el: Autoload debug, eudc-expand-inline and
4839         pgg-snarf-keys-region for XEmacs.
4840
4841         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4842
4843         * nnmairix.el: Require edmacro when compiling with XEmacs.
4844
4845 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4846
4847         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4848         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4849
4850 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4851
4852         * auth-source.el: Add more docs.
4853
4854         * netrc.el (netrc-machine): Always match if the port is not given.
4855
4856 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4859         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4860         retrieval faster in some cases, but might make CPU usage larger.  If
4861         this has any bad side effects, we might revert this change.
4862
4863         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4864         seems to make mail retrieval much, much faster.
4865         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4866         unconditionally.
4867
4868         * gnus-draft.el (gnus-group-send-queue): Bind
4869         message-send-mail-partially-limit to nil to avoid being prompted.
4870
4871 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4872
4873         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4874
4875         * message.el (message-bogus-address-regexp): Fix and improve custom
4876         type.
4877         (message-setup-hook): Add message-check-recipients as custom option.
4878
4879 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4880
4881         * message.el (message-cite-function): Remove bogus autoload which crept
4882         in during merge from v5-10.
4883
4884 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4885
4886         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4887
4888         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4889
4890         * auth-source.el: Preliminary Tramp docs.
4891         (auth-sources): Change the default auth-sources to use
4892         EPA .gpg files.
4893
4894 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4895
4896         * nntp.el: Autoload `auth-source-user-or-password'.
4897         (nntp-send-authinfo): Use it.
4898
4899         * nnimap.el: Autoload `auth-source-user-or-password'.
4900         (nnimap-open-connection): Use it.
4901
4902         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4903         for the gnus-message function.
4904         (auth-source-user-or-password): Use it.
4905
4906 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4907
4908         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4909         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4910         (rfc2104-hash): Use it.
4911
4912 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4913
4914         * gnus-art.el (gnus-article-toggle-truncate-lines):
4915         Don't use `iff' in docstring.
4916
4917 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4918
4919         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4920
4921         * gnus-util.el (gnus-extract-address-component-name)
4922         (gnus-extract-address-component-email): Convenience functions around
4923         `gnus-extract-address-components'.
4924
4925         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4926         Use `gnus-extract-address-component-email' to fix bug of comparing full
4927         sender name to `user-mail-address'.
4928
4929 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4930
4931         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4932         catch/throw to optimize.
4933         (gnus-registry-find-keywords): Just use member to find a keyword.
4934
4935 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4936
4937         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4938         is current before calling gnus-server-prepare.
4939         (gnus-server-setup-buffer, gnus-server-update-server)
4940         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4941
4942 2008-05-04  Juri Linkov  <juri@jurta.org>
4943
4944         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4945         (mailcap-file-default-commands): Use mailcap-replace-in-string
4946         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4947         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4948
4949 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4950
4951         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4952
4953 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4954
4955         * gnus.el: Bump version to 0.11.
4956
4957 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4958
4959         * gnus.el: No Gnus v0.10 is released.
4960
4961 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4964         hooks.
4965         (gnus-update-read-articles): Speed up non-marks-using users.
4966         (gnus-use-marks): Define gnus-use-marks.
4967         (gnus-propagate-marks): Rename variable to something more sensible.
4968
4969 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4970
4971         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4972         (gmm-image-load-path-for-library): Fix typos in docstrings.
4973         (gmm-message): Reflow docstring.
4974
4975 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4976
4977         * mail-source.el (mail-source-set-1, mail-source-bind):
4978         Move auth-source code out of the macro to clean it up and fix bugs.
4979
4980 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4981
4982         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4983         by sender if it's equal to user-mail-address, it's likely to be
4984         useless.
4985
4986         * mail-source.el (mail-source-bind): Don't use user or password if they
4987         are not bound.  Unintern them if they are nil.  Don't use server unless
4988         it's bound, and default it to empty string otherwise.
4989
4990 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4991
4992         * mail-source.el: Load auth-source.el.
4993         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4994         get user name or password, if auth-sources is set up.
4995
4996         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4997         strategy of splitting with parent.
4998         (gnus-registry-split-fancy-with-parent)
4999         (gnus-registry-post-process-groups): Use it and fix prior
5000         bug (returning a list as the split result).
5001
5002         * auth-source.el (auth-sources): Remove server parameter.
5003         (auth-source-pick, auth-source-user-or-password)
5004         (auth-source-user-or-password-imap)
5005         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5006         (auth-source-user-or-password-sftp)
5007         (auth-source-user-or-password-smtp): Remove server parameter.
5008
5009 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5010
5011         * smime.el (smime-sign-region, smime-encrypt-region)
5012         (smime-decrypt-region):
5013         Remove redundant calls to `generate-new-buffer-name'.
5014
5015 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5016
5017         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5018         Don't use QP for message/rfc822.
5019         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5020
5021 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5022
5023         * sieve-manage.el (sieve-string-bytes): Remove.
5024         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5025         correct byte-length only if the process's coding-system is the same as
5026         the one used internally by Emacs to represent strings.
5027
5028 2008-04-22  Juri Linkov  <juri@jurta.org>
5029
5030         * mailcap.el (mailcap-file-default-commands): New function.
5031
5032 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5033
5034         * message.el (message-signature-separator, message-cite-function):
5035         Change custom version.
5036
5037 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5038
5039         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5040         commands.
5041         (tls-checktrust): Ditto.
5042
5043 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5044
5045         * mm-decode.el (mm-display-external): Make temp file read-only.
5046
5047 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5050         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5051         `C-c C-f d'.
5052
5053 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5054
5055         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5056
5057 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * gnus.el: Bump version to 0.9.
5060
5061 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5062
5063         * gnus.el: No Gnus v0.8 is released.
5064
5065 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5066
5067         * mail-source.el (mail-source-value):
5068         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
5074
5075 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5076
5077         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5078         Prefer fboundp to functionp so it works with macros as well.
5079
5080 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5081
5082         * auth-source.el: Added docs.
5083         (auth-sources): Modify format to support server.
5084         (auth-source-pick, auth-source-user-or-password)
5085         (auth-source-user-or-password-imap)
5086         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5087         (auth-source-user-or-password-sftp)
5088         (auth-source-user-or-password-smtp): Add server parameter.
5089
5090 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5091
5092         * gnus-registry.el: Initialize the registry when gnus-registry-install
5093         is t.
5094
5095 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * compface.el (uncompface): Make buffer unibyte.
5098
5099 2008-04-05  Glenn Morris  <rgm@gnu.org>
5100
5101         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5102
5103 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5104
5105         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5106         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5107
5108         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5109         multibyteness after rather than before erasing it.
5110
5111         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5112         mm-with-multibyte.
5113         (gnus-request-article-this-buffer): Make sure the proper decoding is
5114         used if gnus-original-article-buffer happens to be unibyte.
5115
5116         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5117         default-enable-multibyte-characters.
5118
5119         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5120         default-enable-multibyte-characters.
5121
5122         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5123
5124         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5125
5126 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5127
5128         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5129         (imap-message-copyuid-1): Use it.
5130         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5131         J. Williams in
5132         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5133
5134         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5135         imap-enable-exchange-bug-workaround.
5136         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5137
5138 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5139
5140         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5141         a 100 byte status-checks into a 2-3MB transfer for each group.
5142         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5143         to enable bug workaround or not.
5144         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5145
5146 2008-03-31  Glenn Morris  <rgm@gnu.org>
5147
5148         * message.el (mml2015-use): Declare for compiler.
5149         (message-info): Require mml2015 when appropriate.
5150
5151 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5154         whitespace.
5155
5156 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5157
5158         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5159         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5160         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5161         (nntp-service-to-port): New function.
5162         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5163         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5164         (nntp-open-netcat-stream): New function.
5165         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5166
5167 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5168
5169         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5170
5171 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5172
5173         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5174
5175 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5176
5177         * dns.el (dns-write): Use set-buffer-multibyte.
5178
5179 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5180
5181         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5182
5183 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5184
5185         * message.el (message-signature-separator): Change default.
5186         Improve custom type.
5187         (message-cite-function): Change default to
5188         message-cite-original-without-signature.
5189
5190         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5191         toggle.
5192
5193         * message.el (message-check-news-body-syntax): Fix signature check.
5194         (message-setup-1): Mark buffer as unmodified _after_ running
5195         message-setup-hook and handling message-alternative-emails.
5196         (message-shorten-references): Be more strict when building list of
5197         valid references to comply with GNKSA.
5198
5199         * gnus-group.el (gnus-read-ephemeral-bug-group)
5200         (gnus-read-ephemeral-debian-bug-group)
5201         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5202
5203         * message.el (message-info): Don't use booleanp which isn't supported
5204         in Emacs 21 and XEmacs.
5205
5206 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5207
5208         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5209         gnus-group-gmane-group-download-format.
5210         (gnus-group-read-ephemeral-gmane-group): Rename from
5211         gnus-group-read-ephemeral-gmane-group.
5212         (gnus-read-ephemeral-gmane-group-url): Rename from
5213         gnus-group-read-ephemeral-gmane-group-url.
5214         (gnus-bug-group-download-format-alist): New variable.
5215         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5216         (gnus-read-ephemeral-emacs-bug-group): New commands.
5217
5218 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5221         (gnus-visible-headers): Improve custom type.
5222
5223 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5224
5225         * mml.el (mml-menu): Add workarounds for XEmacs.
5226
5227         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5228         X-Boundary header.
5229
5230         * message.el (message-simplify-recipients): Fix previous commit.
5231
5232 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5233
5234         * mm-util.el (mm-set-buffer-multibyte): New function.
5235         * mm-decode.el (mm-copy-to-buffer): Use it.
5236
5237 2008-03-19  Glenn Morris  <rgm@gnu.org>
5238
5239         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5240         Accidentally removed in the sync process with Emacs.
5241
5242 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5243
5244         * message.el (message-alter-recipients-discard-bogus-full-name):
5245         New function.
5246         (message-alter-recipients-function): New variable.
5247         (message-get-reply-headers): Use it.
5248         (message-replace-header): New helper function.
5249         (message-recipients-without-full-name): New variable.
5250         (message-simplify-recipients): New command.
5251
5252         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5253
5254         * message.el (message-info): Handle EasyPG manual.
5255
5256         * mml.el (mml-menu): Add entry for EasyPG.
5257
5258 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5259
5260         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5261         parameter.
5262
5263         * message.el (message-disassociate-draft): Specify drafts group name
5264         fully.
5265
5266 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5267
5268         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5269         unnecessary duplicates from the match list.
5270
5271 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5274
5275         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5276
5277         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5278         args of `how-many' of which the XEmacs version doesn't take; declare
5279         Info-index-next as function.
5280
5281 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * gnus-score.el (gnus-score-headers): Fix handling of
5284         gnus-inhibit-slow-scoring.
5285
5286         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5287         string.
5288         (gnus-button-url-regexp): Improve handling of parenthesis.
5289         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5290         (gnus-button-handle-info-keystrokes): Handle index entries.
5291
5292 2008-03-15  Glenn Morris  <rgm@gnu.org>
5293
5294         * parse-time.el (parse-time-string): Simplify.
5295
5296 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5299         Incoming* files.
5300
5301 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5302
5303         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5304         (auth-source-pick): Use it.
5305
5306 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5307
5308         * binhex.el (binhex-decode-region-internal):
5309         * uudecode.el (uudecode-decode-region-internal):
5310         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5311         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5312         setting default-enable-multibyte-characters.
5313
5314 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5315
5316         * auth-source.el (auth-source-protocols)
5317         (auth-source-protocols-customize, auth-source-choices): Added and
5318         modified variable customizations and defaults.
5319         (auth-source-pick, auth-source-user-or-password)
5320         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5321         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5322         (auth-source-user-or-password-sftp)
5323         (auth-source-user-or-password-smtp): Use new variables and provide an
5324         interface to netrc.el.
5325
5326 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5329         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5330         Make sure the nntp port to specify is a string.
5331
5332 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5333
5334         * nntp.el: Use with-current-buffer.
5335         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5336         dubious mm-with-unibyte-current-buffer.
5337         (nntp-with-open-group-function): New function extracted from
5338         nntp-with-open-group macro.
5339         (nntp-with-open-group): Use the function, so it's easier to debug.
5340         Add indentation and debugging info.
5341         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5342         the use of the netcat alternatives.
5343
5344         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5345         Avoid mm-string-as-multibyte as well.
5346
5347         * nnweb.el (nnweb-insert-html):
5348         Remove use of nnheader-string-as-multibyte.
5349
5350         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5351         (nnheader-string-as-multibyte): Remove.
5352
5353         * mm-view.el: Use inhibit-read-only.
5354         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5355         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5356         or unibyte-string.
5357
5358         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5359         (mm-uu-yenc-extract): Use with-current-buffer.
5360
5361         * gnus-soup.el (gnus-soup-send-packet): Don't use
5362         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5363
5364         * nnmh.el: Use with-current-buffer.
5365         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5366         mm-string-as-multibyte on the output of mm-encode-coding-string.
5367
5368         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5369         (nnimap-request-move-article): Use with-current-buffer.
5370
5371         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5372         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5373         conversion uses string-make-unibyte rather than string-as-unibyte.
5374
5375         * gnus-msg.el: Use with-current-buffer.
5376
5377         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5378
5379 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5380
5381         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5382         string for caching if it is 'PIN.
5383
5384 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * lpath.el: Consider the case without Emacs/W3.
5387
5388 2008-03-08  Glenn Morris  <rgm@gnu.org>
5389
5390         * time-date.el (date-to-time, time-subtract, time-add)
5391         (safe-date-to-time): Doc fixes.
5392
5393 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * mail-source.el (mail-source-delete-old-incoming-confirm):
5396         Change default to nil.
5397         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5398
5399 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * lpath.el: Rearrange.
5402
5403         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5404         (gnus-article-goto-prev-page): Work for articles having ^L's.
5405
5406         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5407
5408         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5409
5410 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5411
5412         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5413         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5414         (gnus-bookmark-jump): Adjust some variable names.
5415
5416 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5417
5418         * auth-source.el: New package.
5419         (auth-source-choices): Add customization entry point variable.
5420
5421         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5422         bug.
5423
5424 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5427         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5428         (gnus-registry-install-shortcuts): Rename from
5429         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5430         the `gnus-registry-mark-map' keymap dynamically from
5431         `gnus-registry-marks'.  The generated functions update the summary line
5432         when a registry mark is added or deleted, and will call
5433         `gnus-registry-install-p' (see the comments in the code).
5434         (gnus-registry-user-format-function-M): Use concat intelligently.
5435
5436         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5437         the registry mark functions.
5438
5439 2008-03-05  Glenn Morris  <rgm@gnu.org>
5440
5441         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5442         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5443         gnus-art.
5444         (top-level): No need to load own source when compiling.
5445
5446 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5447
5448         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5449         Suggested by <chris.anderton@zetnet.co.uk>.
5450
5451 2008-03-04  Glenn Morris  <rgm@gnu.org>
5452
5453         * gnus-sum.el (top-level): No need to require gnus when compiling,
5454         since unconditionally required near start of file.
5455         (gnus-summary-display-while-building): Move definition before use.
5456
5457 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5458
5459         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5460         formatting function.
5461
5462 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5465         with plists.
5466         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5467         Use new format.
5468
5469 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5472         `where-is-internal' that returns a range of key sequences.
5473
5474 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5475
5476         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5477
5478         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5479         (gnus-summary-jump-to-group): Consider windows on other displayed
5480         frames as well.  Similar changes might be needed elsewhere, but that's
5481         the one I've bumped into during my use.
5482
5483         * nndoc.el (nndoc-oe-dbx-type-p):
5484         * gnus-msg.el (gnus-debug):
5485         * gnus-group.el (gnus-update-group-mark-positions):
5486         Use mm-string-to-multibyte.
5487
5488 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5491         doesn't handle NotDashEscaped.
5492
5493         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5494         (mml-dnd-attach-options): Fix typo in custom choice.
5495
5496         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5497         nndoc-article-type to mbox.
5498         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5499
5500         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5501         to nil, instead of html2text.
5502
5503         * imap.el (imap-debug): Add `imap-ping-server'.
5504
5505         * gnus-bookmark.el: Add FIXMEs.
5506
5507         * message.el (message-form-letter-separator)
5508         (message-send-form-letter-delay): New variables.
5509         (message-send-form-letter): Use them.  New command to send form
5510         letters.  Requested by Uwe Siart.
5511         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5512
5513 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * Update copyright years.
5516
5517 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         Sync from EMACS_22_BASE.
5520
5521         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5522
5523 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5524
5525         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5526         empty author.
5527
5528 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         * gnus-registry.el (gnus-registry-marks): Add variable for
5531         customization of marks and their appearance.
5532         (gnus-registry-read-mark): Use it.
5533         (gnus-registry-do-marks): Add utility function to loop through
5534         `gnus-registry-marks'.
5535         (gnus-registry-install-shortcuts-and-menus): Add function to install
5536         shortcuts and menus.
5537         (gnus-registry-initialize): Use it.
5538         (gnus-registry-default-mark): Clarify documentation.
5539
5540 2008-02-29  Glenn Morris  <rgm@gnu.org>
5541
5542         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5543         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5544         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5545         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5546         Change defcustom :version from 23.0 to 23.1.
5547
5548 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * gnus-registry.el (gnus-registry-follow-group-p)
5551         (gnus-registry-post-process-groups): Add functions to aid registry
5552         splitting and improve logging.  Clarify behavior in function
5553         documentation.
5554         (gnus-registry-split-fancy-with-parent): Use them.
5555
5556 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5557
5558         * gnus-art.el: Use with-current-buffer.
5559
5560 2008-02-27  David Engster  <dengste@eml.cc>
5561
5562         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5563         Express real group name in the response.
5564
5565 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5568         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5569         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5570         autoload gnus-registry-fetch-group when compiling.
5571         (nnmairix-request-group-with-article-number-correction): Remove
5572         unreferenced argument passed to nnmairix-call-backend.
5573
5574 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5577         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5578         Wilde.
5579
5580 2008-02-27  Glenn Morris  <rgm@gnu.org>
5581
5582         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5583         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5584         variables to defconsts.  Convert comments to doc-strings.
5585         (nnmairix-last-server, nnmairix-current-server): Convert from free
5586         variables to defvars.  Convert comments to doc-strings.
5587         (gnus-registry-fetch-group): Autoload.
5588         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5589         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5590         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5591         caddr.
5592         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5593         nnmairix-request-group-with-article-number-correction call.
5594         (nnmairix-fast, nnmairix-group): New, less general names, for free
5595         variables passed from nnmairix-request-group to
5596         nnmairix-request-group-with-article-number-correction.  Declare.
5597         (nnmairix-request-group-with-article-number-correction):
5598         Use nnmairix-fast, nnmairix-group rather than fast, group.
5599
5600 2008-02-26  David Engster  <dengste@eml.cc>
5601
5602         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5603         version 0.5.
5604
5605 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5608         instead of making an extra function call.  Don't add the current group
5609         to articles only when they have the group.  Use
5610         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5611         Reported by David <de_bb@arcor.de>.
5612
5613 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5616         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5617
5618 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5619
5620         * mail-source.el (mail-source-delete-incoming): Change default.
5621         Supplement doc string.
5622
5623         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5624
5625 2008-02-14  Glenn Morris  <rgm@gnu.org>
5626
5627         * time-date.el (format-seconds): New function.
5628
5629 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * nnmail.el (nnmail-message-id-cache-file): Derive from
5632         `gnus-home-directory'.
5633
5634 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5635
5636         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5637         Document negative prefix.
5638
5639         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5640
5641 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * message.el (message-unsent-separator): Add the Exim bounce
5644         separator.
5645
5646 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5647
5648         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5649         list.
5650         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5651         recipient/signer list.
5652
5653 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * Makefile.in (datarootdir): Define.
5656         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5657         name that might contain whitespace.
5658
5659 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5662         fbound (Emacs 23 unicode), signal an error.
5663
5664 2008-02-08  Glenn Morris  <rgm@gnu.org>
5665
5666         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5667
5668 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5669
5670         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5671         ports to the calls to `netrc-machine-user-or-password' in addition to
5672         "imap" and "imaps".
5673
5674 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5675
5676         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5677
5678         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5679
5680 2008-02-01  Kenichi Handa  <handa@m17n.org>
5681
5682         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5683         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5684         (rfc2104-hash): Convert the result of concat to unibyte string.
5685
5686 2008-02-01  Dave Love  <fx@gnu.org>
5687
5688         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5689         coding-system-for-read.
5690         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5691
5692 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5695         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5696         <hanche@math.ntnu.no>.
5697
5698 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5701
5702         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5703
5704 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5705
5706         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5707         * message.el (message-beginning-of-line): Use featurep instead of bound
5708         tests in order to resolve conditionals at compile time.
5709
5710 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5711
5712         * mail-source.el (mail-sources): Add `group' choice.
5713
5714         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5715         parameter `in-group' to control into which group the articles go.
5716         Add treatment of `group' mail-source.
5717
5718 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5721
5722         * mm-decode.el (mm-dissect-buffer): Decode description.
5723
5724         * mml.el (mml-to-mime): Encode message header first.
5725
5726 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5729         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5730
5731         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5732         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5733
5734 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5735
5736         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5737
5738 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5741         prefix keys.
5742         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5743         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5744         gnus-xmas.el.
5745
5746         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5747         (gnus-xmas-article-describe-bindings): New function.
5748         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5749         gnus-xmas-article-describe-bindings.
5750
5751         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5752
5753 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5756         Add new variables for article mark management.
5757         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5758         list of extra data entries which, when present, will indicate that the
5759         article ID should not be trimmed from the registry.
5760         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5761         functions.
5762         (gnus-registry-read-mark): New function to read a mark name from the
5763         user.
5764         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5765         (gnus-registry-set-article-mark-internal): New functions to add and
5766         remove marks.
5767         (gnus-registry-get-article-marks): New function to show the marks for
5768         an article, or retrieve them for further use.
5769
5770 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5773         keys when no argument is given.
5774
5775 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * imap.el (imap-ping-server): New variable.
5778         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5779         (imap-ping-server): Minor doc string fixes.
5780
5781 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5782
5783         * imap.el (imap-ping-server): New function.
5784         (imap-opened): Call imap-ping-server.
5785
5786 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5787
5788         * gnus-sum.el (gnus-article-sort-by-random)
5789         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5790         jidanni@jidanni.org.
5791
5792 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gnus-art.el (gnus-article-describe-bindings): New function.
5795         (gnus-article-read-summary-keys): Use it.
5796         (gnus-article-mode-map): Bind `C-h b' to it.
5797
5798 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5801         XEmacs.
5802         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5803         against non-character events.
5804
5805         * lpath.el: Fbind map-keymap for Emacs 21.
5806
5807 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5810         command.
5811         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5812         instead of END.  Change name of the temp file.
5813         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5814         customizable.
5815
5816 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5819         bind `S W' to gnus-article-wide-reply-with-original; set default
5820         binding to gnus-article-read-summary-send-keys.
5821         (gnus-article-read-summary-keys): Fix the order of keys; display
5822         continuation keys correctly in the echo area; describe bindings
5823         correctly when keys end with `C-h'.
5824         (gnus-article-read-summary-send-keys): New function.
5825         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5826         for gnus-article-read-summary-send-keys; display continuation keys
5827         correctly in the echo area.
5828         (gnus-article-reply-with-original): Ignore prefix argument.
5829         (gnus-article-wide-reply-with-original): New function.
5830
5831         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5832         Emacs 21.
5833
5834 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5837         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5838
5839 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5840
5841         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5842         (gnus-group-read-ephemeral-gmane-group): New command.
5843
5844 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5845
5846         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5847
5848 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5849
5850         * message.el (message-send-mail-function): Increase custom version.
5851
5852         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5853         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5854
5855 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5856
5857         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5858         for the cases where imap-authenticate is called with a nil buffer
5859         parameter.
5860
5861 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5864         html parts correctly; support forwarded messages.
5865         (gnus-article-browse-html-article): Remove work buffers.
5866
5867         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5868         compiling.
5869         (netrc-bound-and-true-p): New macro.
5870         (netrc-parse): Use it instead of bound-and-true-p that is not available
5871         in XEmacs 21.4.
5872
5873 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5874
5875         * gnus-registry.el (gnus-registry-mark-article)
5876         (gnus-registry-article-marks): Add functionality to mark articles
5877         through the Gnus registry.
5878
5879         * encrypt.el: Clarify documentation for the new pgg method.
5880         (encrypt-file-alist): Add PGG option.
5881         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5882         functionality.  Abstract password key and messaging to external
5883         functions.
5884         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5885         (encrypt-message-method-and-cipher): Add new convenience external
5886         functions.
5887         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5888         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5889
5890         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5891         (netrc-parse): Use encrypt-file-alist to determine if
5892         encrypt-find-model or encrypt-insert-file-contents should be used.
5893
5894         * encrypt.el: Clarify documentation.  Load password-cache or
5895         password, whichever one is found first, instead of autoloading.
5896
5897 2007-12-19  Glenn Morris  <rgm@gnu.org>
5898
5899         * mml.el (message-options-set, message-narrow-to-head)
5900         (message-in-body-p, message-mail-p, message-encode-message-body):
5901         Autoload.
5902         (message-remove-header, message-narrow-to-headers-or-head)
5903         (message-subscribed-p, message-make-mail-followup-to)
5904         (message-position-on-field, message-news-p)
5905         (message-options-set-recipient, message-generate-headers)
5906         (message-sort-headers): Declare as functions.
5907
5908 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5909
5910         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5911         convention in doc string.
5912
5913 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5916         title to html parts.
5917         (gnus-article-browse-html-article): Pass message header to it.
5918
5919         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5920
5921 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5924         or password compatible with XEmacs.
5925
5926 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5929         format document.
5930         (gnus-mime-delete-part): Don't write description line if empty.
5931         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5932
5933 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5934
5935         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5936         (gnus-summary-mark-read-and-unread-as-read)
5937         (gnus-summary-mark-current-read-and-unread-as-read)
5938         (gnus-summary-mark-unread-as-ticked): Doc fix.
5939         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5940
5941 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5944         Christoph Conrad <christoph.conrad@gmx.de>.
5945
5946 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5947
5948         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5949         yes-or-no-p.
5950
5951 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * mm-decode.el (mm-add-meta-html-tag): New function.
5954         (mm-save-part-to-file, mm-pipe-part): Use it.
5955
5956         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5957         gnus-y-or-n-p instead of y-or-n-p.
5958         (gnus-article-browse-html-parts): Work with message/external-body; use
5959         mm-add-meta-html-tag.
5960
5961 2007-12-11  Glenn Morris  <rgm@gnu.org>
5962
5963         * gnus-cache.el: Require gnus-sum not just when compiling.
5964
5965         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5966
5967         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5968         definitions before use.
5969
5970         * mm-decode.el: Require gnus-util.
5971         (mm-remove-part): Only call delete-annotation on XEmacs.
5972
5973         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5974
5975         * nnmail.el: Require gnus-int.
5976
5977         * spam.el: Move `require's before `eval-when-compile's.
5978
5979         * gnus-ems.el (gnus-alive-p):
5980         * gnus-fun.el (message-goto-eoh):
5981         * gnus-util.el (gnus-group-name-decode):
5982         * mail-source.el (gnus-compress-sequence):
5983         * message.el (Info-goto-node, format-spec):
5984         * mm-bodies.el (message-options-get):
5985         * mm-decode.el (mm-view-pkcs7):
5986         * mm-util.el (gmm-write-region):
5987         * mml-smime.el (mml-compute-boundary)
5988         (gnus-completing-read-with-default):
5989         * mml.el (widget-button-press, gnus-make-hashtable):
5990         * mml1991.el (mm-decode-content-transfer-encoding)
5991         (mm-encode-content-transfer-encoding)
5992         (message-options-get, message-options-set):
5993         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5994         * nnfolder.el (gnus-request-group):
5995         * nnheader.el (ietf-drums-unfold-fws):
5996         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5997         * smime.el (gnus-run-mode-hooks):
5998         * spam-stat.el (gnus-message): Autoload.
5999
6000         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6001         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6002         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6003         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6004         Add declare-function compatibility definition.
6005
6006         * gnus-cache.el (nnvirtual-find-group-art):
6007         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6008         (gnus-add-image, gnus-add-wash-type):
6009         * gnus-group.el (nnkiboze-score-file):
6010         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6011         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6012         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6013         (message-tokenize-header, gnus-get-buffer-create)
6014         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6015         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6016         * gnus.el (gnus-group-decoded-name):
6017         * mail-source.el (imap-capability):
6018         * mm-bodies.el (message-options-set):
6019         * mm-decode.el (gnus-configure-windows):
6020         * mm-extern.el (message-goto-body):
6021         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6022         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6023         (epg-sub-key-validity, message-options-set):
6024         * mml.el (widget-event-point, gnus-configure-windows):
6025         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6026         * mml2015.el (epg-check-configuration, epg-configuration)
6027         (message-options-set):
6028         * nndb.el (nndb-request-article):
6029         * nnfolder.el (gnus-request-create-group):
6030         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6031         * nnmaildir.el (gnus-group-mark-article-read):
6032         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6033         * rfc1843.el (message-fetch-field):
6034         * spam.el (gnus-extract-address-components):
6035         Declare as functions.
6036
6037 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6040
6041         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6042
6043         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6044         bind show-trailing-whitespace for XEmacs.
6045
6046 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6047
6048         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6049         new no-op macro for backward compatibility.
6050
6051         * imap.el (imap-string-to-integer): New function.
6052
6053 2007-12-09  Glenn Morris  <rgm@gnu.org>
6054
6055         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6056
6057         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6058         * message.el, mm-view.el, sieve-manage.el, smime.el:
6059         Add declare-function compatibility definition.
6060
6061         * gnus-art.el (w3-region, w3m-region, Info-menu):
6062         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6063         * gnus-sum.el (gnus-get-predicate):
6064         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6065         * message.el (mail-abbrev-in-expansion-header-p):
6066         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6067         (w3m-detect-meta-charset, w3m-region):
6068         * sieve-manage.el (password-read, password-cache-add)
6069         (password-cache-remove):
6070         * smime.el (password-read-and-add): Declare as functions.
6071
6072 2007-12-08  David Kastrup  <dak@gnu.org>
6073
6074         * gnus-sum.el (gnus-summary-simplify-subject-query):
6075         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6076         `message'.
6077
6078 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6081         it to bind idna-program, installation-directory, defined-colors, and
6082         face-attribute for XEmacs of the version that compiles defcustom forms.
6083
6084 2007-12-07  Glenn Morris  <rgm@gnu.org>
6085
6086         * gnus-art.el (article-make-date-line): Revert previous change.
6087
6088 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6089
6090         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6091
6092 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6093
6094         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6095         Call gnus-add-to-range ranges only once with a prepared article-list.
6096
6097 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6098
6099         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6100         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6101         group names with backslashes.  Reported by Tassilo Horn
6102         <tassilo@member.fsf.org>.
6103
6104 2007-12-06  Deepak Goel  <deego3@gmail.com>
6105
6106         * gnus-art.el (article-make-date-line):
6107         * gnus-start.el (gnus-load):
6108         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6109
6110 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-art.el (gnus-use-idna)
6113         * gnus-start.el (gnus-site-init-file)
6114         * message.el (message-use-idna)
6115         * mm-uu.el (mm-uu-hide-markers)
6116         * smiley.el (smiley-style): Revert changes that suppress warnings.
6117
6118 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6121         specify charset to html source.  Reported by Christoph Conrad
6122         <christoph.conrad@gmx.de>.
6123
6124 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6127         idna-program in order to suppress byte compile warning issued by XEmacs
6128         that came to byte compile the default value section of defcustom forms
6129         recently.
6130
6131         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6132         value of installation-directory.
6133
6134         * message.el (message-use-idna): Don't directly refer to the value of
6135         idna-program.
6136
6137         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6138
6139         * smiley.el (smiley-style): Don't directly call face-attribute.
6140
6141 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6144
6145         * gnus-dired.el: Reduce Gnus dependencies.
6146         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6147         require.  Use autoloads instead.
6148         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6149         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6150         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6151         (gnus-dired-mode): Adjust doc string.
6152         (gnus-dired-mail-mode): New variable.
6153         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6154         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6155         (gnus-dired-mail-buffers): New function.  Return mail or message
6156         composition buffers.
6157         (gnus-dired-attach): Use it.
6158         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6159         NO-DECODE.
6160         (gnus-dired-print): Use `gnus-print-buffer' depending on
6161         `gnus-dired-mail-mode'.
6162
6163 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * rfc2047.el (rfc2047-encoded-word-regexp)
6166         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6167         explaining what regexp patterns are for.
6168
6169 2007-12-04  Glenn Morris  <rgm@gnu.org>
6170
6171         * password.el: Move to password-cache.el.
6172
6173         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6174         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6175         * mml-smime.el (password-read, password-cache-add)
6176         (password-cache-remove):
6177         No need to autoload, since mml-sec requires password.
6178
6179         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6180         * message.el (gnus-extract-address-components):
6181         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6182
6183         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6184         password.
6185
6186 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * mailcap.el: Reduce dependencies.
6189         (mail-header-parse-content-type): Autoload.
6190         (mailcap-delete-duplicates): New alias.
6191         (mailcap-mime-info): Add optional argument NO-DECODE.
6192         (mailcap-mime-types): Use mailcap-delete-duplicates.
6193
6194         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6195
6196 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6197
6198         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6199         (imap-parse-status): Upcase status-att for servers that sends them
6200         lower-case (e.g., MS Exchange 2007).
6201
6202 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6205         function.
6206
6207         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6208         (gnus-uu-yenc-article): New function.
6209
6210         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6211
6212         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6213         buffer.
6214
6215 2007-12-02  Glenn Morris  <rgm@gnu.org>
6216
6217         * binhex.el (binhex): New custom group.
6218         (binhex-decoder-program, binhex-decoder-switches)
6219         (binhex-use-external): Move to the binhex custom group.
6220
6221         * uudecode.el (uudecode): New custom group.
6222         (uudecode-decoder-program, uudecode-decoder-switches)
6223         (uudecode-use-external): Move to the uudecode custom group.
6224
6225         * netrc.el (top-level): Don't load `encrypt' features.
6226         (netrc-parse): Don't use encrypt.
6227         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6228
6229         * encrypt.el: Remove file.
6230
6231 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6234         matches on patches.
6235
6236         * gnus-art.el (gnus-article-browse-html-article): Mention
6237         `mm-text-html-renderer' in the doc string.
6238
6239         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6240         string.  Add comments.
6241
6242         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6243         if rhs is ASCII.
6244
6245 2007-12-01  Glenn Morris  <rgm@gnu.org>
6246
6247         * mail-source.el (top-level): Require format-spec before
6248         eval-when-compile.
6249
6250 2007-11-30  Glenn Morris  <rgm@gnu.org>
6251
6252         * encrypt.el: Require password, rather than autoloading password-read.
6253
6254 2007-11-29  Glenn Morris  <rgm@gnu.org>
6255
6256         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6257         (sasl-make-client, sasl-next-step, sasl-step-data)
6258         (sasl-step-set-data): Declare as functions.
6259
6260 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6261
6262         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6263
6264 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6265
6266         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6267         certs should be verified and what is to be done in the event of a
6268         verification failure.
6269
6270         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6271         caller can indicate whether the cache should be disregarded for this
6272         call.  This way the result of the call is reproducible at all times and
6273         can be considered a canonical server name for the supplied method.
6274         (gnus-agent-method-p): Canonicalize server names by pushing their
6275         method through `gnus-method-to-server' using the no-cache argument.
6276
6277         * gnus-srvr.el (gnus-server-insert-server-line): Call
6278         `gnus-method-to-server' with `no-cache' argument.
6279
6280         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6281         gnus-agent-possibly-synchronize-flags as this should be called when the
6282         server is actually being opened.
6283         (gnus-agent-possibly-synchronize-flags)
6284         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6285         flags file of an agentized server to the latter function.
6286
6287         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6288         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6289         after a connection has been established successfully.
6290
6291 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-art.el (article-display-face): Force to display face if called
6294         interactively; check if gnus-article-x-face-too-ugly matches author.
6295         (article-display-x-face): Display face even if From header is missing
6296         as article-display-face does.
6297
6298 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6299
6300         * hashcash.el (message-narrow-to-headers-or-head)
6301         (message-fetch-field, message-goto-eoh)
6302         (message-narrow-to-headers): Declare as functions.
6303
6304 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * mail-source.el (mail-sources): Default to fetch from file for
6307         compatibility with default of nnmail-spool-file.
6308
6309 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6312         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6313         to look for encoded word that should be encoded again.
6314         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6315         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6316         encoding pattern.
6317         (rfc2047-decode-region): Switch strict regexp and loose one according
6318         to rfc2047-allow-irregular-q-encoded-words.
6319
6320 2007-11-25  Romain Francoise  <romain@orebokech.com>
6321
6322         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6323
6324 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6325
6326         * tls.el (tls-program): Provide more custom choices from
6327         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6328         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6329
6330 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6333         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6334
6335         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6336         `nnmail-spool-file'.
6337
6338         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6339         `nnmail-spool-file'.
6340
6341         * gnus-move.el (gnus-change-server): Ditto.
6342
6343         * gnus-kill.el (gnus-batch-score): Ditto.
6344
6345         * gnus-cache.el (gnus-jog-cache): Ditto.
6346
6347         * gnus-msg.el (gnus-summary-reply):
6348         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6349
6350 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6353         version.  Minor improvement to doc strings.
6354         (tls-program): Add comment.
6355
6356 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6357
6358         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6359         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6360         mismatch between the hostname provided in the certificate and the name
6361         of the host connnecting to.
6362         (open-tls-stream): Use them.  Check certificates against trusted root
6363         certificates.
6364
6365 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * gnus-cache.el (gnus-cache-generate-nov-databases):
6368         Use nnml-generate-nov-databases-directory instead of
6369         nnml-generate-nov-databases-1.
6370
6371 2007-11-24  Glenn Morris  <rgm@gnu.org>
6372
6373         * message.el (message-tool-bar-retro): Update for rename
6374         mail_send.xpm->mail-send.xpm.
6375
6376 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6377
6378         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6379         `smime-ldap-search' for Emacs 22 and up.
6380
6381 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6382
6383         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6384
6385         * message.el (message-send-mail-function): Fix error convention.
6386         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6387         (message-widen-reply, message-send-mail, message-talkative-question)
6388         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6389         (message-clone-locals, message-send-news): Use with-current-buffer.
6390         (message-insert-or-toggle-importance): Remove unused var `valid'.
6391         (message-make-references): Remove unused var `new-references'.
6392         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6393
6394 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6395
6396         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6397         (spam-split-symbolic-return-positive): Reflow docstring.
6398         (spam-backends, spam-summary-exit-behavior)
6399         (spam-mark-ham-unread-before-move-from-spam-group)
6400         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6401         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6402         (spam-clear-cache, spam-backend-check, spam-install-backend)
6403         (spam-install-statistical-backend, spam-list-of-processors)
6404         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6405         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6406         (spam-check-crm114, spam-initialize, spam-unload-hook):
6407         Fix typos in docstrings.
6408
6409 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6412         been checked if they have never been read and those group levels are
6413         higher than the one that a user specified.
6414
6415 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6418         foreign groups unless a group level is specified by a user.
6419         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6420
6421 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * message.el (message-send-mail-function): Require sendmail.
6424
6425 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * message.el (message-send-mail-function): Check for smtpmail too.
6428
6429         * utf7.el (utf7-encode, utf7-decode): Use coding system
6430         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6431
6432         * message.el (message-send-mail-function): New function.
6433         (message-send-mail-function): Set default using
6434         message-send-mail-function.  Adjust doc string.
6435         (message-send-mail-with-mailclient): New function.
6436
6437 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6438
6439         * smime.el (from):
6440         * rfc2047.el (message-posting-charset):
6441         * qp.el (mm-use-ultra-safe-encoding):
6442         * pop3.el (parse-time-months):
6443         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6444         * nnml.el (files):
6445         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6446         (jka-compr-compression-info-list, ange-ftp-path-format)
6447         (efs-path-regexp):
6448         * nndiary.el (files):
6449         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6450         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6451         (epg-digest-algorithm-alist, inhibit-redisplay)
6452         (password-cache-expiry):
6453         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6454         (pgg-output-buffer, password-cache-expiry):
6455         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6456         (efs-path-regexp):
6457         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6458         (inhibit-redisplay):
6459         * mm-uu.el (file-name, start-point, end-point, entry)
6460         (gnus-newsgroup-name, gnus-newsgroup-charset):
6461         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6462         (latin-unity-ucs-list):
6463         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6464         (mm-uu-binhex-decode-function):
6465         * message.el (gnus-message-group-art, gnus-list-identifiers)
6466         (rmail-enable-mime-composing, gnus-local-organization)
6467         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6468         (gnus-read-active-file, facemenu-add-face-function)
6469         (facemenu-remove-face-function, gnus-article-decoded-p)
6470         (tool-bar-mode):
6471         * mail-source.el (display-time-mail-function):
6472         * gnus-util.el (nnmail-pathname-coding-system)
6473         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6474         (gnus-original-article-buffer, gnus-user-agent)
6475         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6476         (xemacs-codename, sxemacs-codename, emacs-program-version):
6477         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6478         * gnus-start.el (gnus-agent-covered-methods)
6479         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6480         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6481         (gnus-newsgroup-headers, gnus-group-list-mode)
6482         (gnus-group-mark-positions, gnus-newsgroup-data)
6483         (gnus-newsgroup-unreads, nnoo-state-alist)
6484         (gnus-current-select-method, mail-sources)
6485         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6486         (nnmail-spool-file, gnus-cache-active-hashtb):
6487         * gnus-mh.el (mh-lib-progs):
6488         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6489         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6490         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6491         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6492         (gnus-group-buffer):
6493         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6494         (font-lock-set-defaults):
6495         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6496         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6497         (gnus-summary-post-menu, total-parts, type, condition, length):
6498         * gnus-agent.el (gnus-agent-read-agentview):
6499         * flow-fill.el (show-trailing-whitespace):
6500         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6501         eval-and-compile wrappers for byte compiler pacifiers.
6502
6503         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6504         (mm-display-inline-fontify): Check for featurep 'xemacs not
6505         extent-list.
6506
6507         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6508         itimer-list.
6509         (mm-create-image-xemacs): Only do something for XEmacs.
6510         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6511
6512         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6513
6514         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6515         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6516
6517 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6518
6519         * nnimap.el (nnimap-split-download-body):
6520         * gnus-demon.el (gnus-demon):
6521         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6522
6523 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6526         macros.
6527         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6528         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6529         copy data from unibyte buffer to multibyte current buffer.
6530         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6531         to copy data from unibyte current buffer to multibyte buffer.
6532         (nntp-make-process-buffer): Make process buffer unibyte.
6533
6534         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6535
6536 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6537
6538         * pop3.el (pop3-open-server): Accept and process data more robustly at
6539         connexion start to avoid spurious "POP SSL connexion failed" errors.
6540
6541 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6544         read group names.
6545
6546 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6549
6550 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6553         (nnmail-save-active): Use a unibyte buffer when saving active file,
6554         which may contain non-ASCII group names.
6555
6556         * nnml.el (nnml-request-group): Decode group names in messages.
6557
6558 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6559
6560         * message.el (message-citation-line-function)
6561         (message-insert-formatted-citation-line): Fix spelling of
6562         `message-insert-formated-citation-line'.
6563
6564 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6565
6566         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6567
6568 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6571         nnmail-pathname-coding-system.
6572
6573         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6574         that a user enters; decode group names in messages.
6575
6576         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6577
6578 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6579
6580         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6581
6582         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6583
6584         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6585         risky local variable.
6586
6587         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6588
6589 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6590
6591         * encrypt.el: Improve documentation to fix function name typo.
6592         Reported by Daiki Ueno <ueno@unixuser.org>.
6593
6594 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6597         even if the point is not in the last page of an article.
6598         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6599         back to the previous page.
6600
6601 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6604
6605 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6608
6609 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6610
6611         * message.el (message-check-news-body-syntax): Avoid
6612         mm-string-as-multibyte.
6613         (message-hide-headers): Don't assume (point-min)==1.
6614
6615 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         * message.el (message-remove-blank-cited-lines): Fix if remove is
6618         given.
6619         (message-bogus-address-regexp): New variable.
6620         (message-bogus-recipient-p): New function.
6621         (message-check-recipients): New command.
6622         (message-syntax-checks): Add `bogus-recipient'.
6623         (message-fix-before-sending): Add `bogus-recipient'.
6624
6625         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6626         (gnus-treat-body-boundary): Don't test window-system.
6627
6628 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6629
6630         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6631
6632 2007-10-28  Miles Bader  <miles@gnu.org>
6633
6634         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6635         at compile-time too.
6636
6637 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * gnus-msg.el (gnus-message-setup-hook): Add
6640         `message-remove-blank-cited-lines' to options.
6641
6642 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * message.el (message-remove-blank-cited-lines): New function.
6645         Suggested by Karl Plästerer.
6646
6647 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6650         mapc.
6651
6652         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6653         (top-level): Use mapc to set functions to be traced for debugging.
6654
6655         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6656         called for effect with while loop.
6657
6658         * message.el (message-talkative-question): Replace mapcar called for
6659         effect with mapc.
6660
6661         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6662         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6663         called for effect with dolist.
6664
6665         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6666
6667         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6668         gnus-extra-headers and nnmail-extra-headers.
6669
6670         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6671         called for effect with dolist.
6672         (top-level): Use mapc to set functions to be traced for debugging.
6673
6674         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6675         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6676         dolist.
6677
6678         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6679         Replace mapcar called for effect with mapc.
6680         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6681         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6682         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6683         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6684
6685         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6686         remove-if that's a cl function.
6687
6688         * webmail.el (webmail-debug): Replace mapcar called for effect with
6689         dolist.
6690
6691         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6692         with mapc.
6693
6694 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6697         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6698         with while loop.
6699
6700         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6701         functions from article-* functions.
6702         (gnus-multi-decode-header): Replace mapcar called for effect with
6703         dolist.
6704
6705         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6706         (gnus-bookmark-show-details): Replace mapcar called for effect with
6707         while loop.
6708
6709         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6710         called for effect with while loop.
6711
6712         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6713         with dolist.
6714
6715         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6716         mapcar called for effect with dolist.
6717
6718         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6719
6720         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6721         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6722         Replace mapcar called for effect with dolist.
6723         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6724         mapc.
6725
6726         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6727         Replace mapcar called for effect with dolist.
6728         (gnus-topic-list): Replace mapcar called for effect with mapc.
6729
6730         * gnus.el: Use mapc instead of mapcar to add autoloads.
6731
6732 2007-10-23  Richard Stallman  <rms@gnu.org>
6733
6734         * gnus-group.el (gnus-group-highlight): Mark as risky.
6735
6736 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * gnus.el (gnus-server-to-method): Return method found first in
6739         gnus-newsrc-alist.
6740
6741         * gnus-art.el (gnus-article-highlight-signature)
6742         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6743         button overlay without the front stickiness.
6744
6745 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6746
6747         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6748         overview buffer needed a catch to receive its throw.
6749         (gnus-agent-flush-cache): Declared as interactive to make this function
6750         easier to use.
6751
6752 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6755         `next-line'.
6756
6757 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6760         exclude address matching message-dont-reply-to-names.
6761
6762 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-util.el (gnus-string<): New function.
6765
6766         * gnus-sum.el (gnus-article-sort-by-author)
6767         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6768
6769 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6772         the frame-focus tag is set in gnus-buffer-configuration.
6773
6774 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6777         the front stickiness.
6778
6779 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6782         url pattern; remove duplicate one.
6783         (gnus-article-extend-url-button): New function.
6784         (gnus-article-add-buttons): Use it.
6785         (gnus-button-push): Use concatenated url that it makes.
6786
6787 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6788
6789         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6790
6791 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6792
6793         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6794         Don't hardcode point-min==1.
6795
6796 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6799         Fix comment about "iso8859-1".
6800
6801 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6802
6803         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6804         ones returned from the verify-function.
6805
6806         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6807         mml2015-extract-cleartext-signature if extraction failed.
6808
6809 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6810
6811         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6812         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6813         failed.
6814
6815 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6818
6819 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6820
6821         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6822         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6823         recommends to use EasyPG instead of PGG.
6824
6825         * pgg.el: Revert to revision 6.23.2.16.
6826
6827         * pgg-def.el: Revert to revision 6.6.2.14.
6828
6829         * pgg-gpg.el: Revert to revision 6.23.2.34.
6830
6831 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6832
6833         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6834         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6835         thread for both the null and zero (kill/expire thread) universal prefix
6836         cases.
6837         (gnus-summary-expire-thread): Add new function to expire a thread,
6838         using gnus-summary-kill-thread.
6839         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6840         shortcuts for gnus-summary-expire-thread.
6841         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6842         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6843
6844 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6845
6846         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6847         extras value, so an extras entry can be deleted.
6848         (gnus-registry-delete-extra-entry): Use it.
6849         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6850         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6851         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6852         storage through the gnus-registry, and provide an appropriate API for
6853         it.
6854
6855 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6858         Suggested by Leo <sdl.web@gmail.com>.
6859
6860         * gnus.el: Do.
6861
6862 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6865         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6866
6867         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6868
6869         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6870         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6871
6872 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6875         newline.
6876         (nnmbox-request-accept-article): Don't change article in source buffer;
6877         narrow to header to use message-fetch-field rather than
6878         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6879         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6880         as delimiters; make sure article ends with newline.
6881         (nnmbox-delete-mail): Correct last position of article to be deleted;
6882         ignore X-Gnus-Newsgroup header in article body.
6883         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6884         positions; make sure article ends with newline.
6885
6886         * message.el (message-display-abbrev): Don't infloop when a user
6887         inserts SPC in the beginning of header.
6888
6889         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6890         coding-system-for-read and coding-system-for-write for XEmacs having no
6891         file-coding feature.
6892
6893         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6894
6895 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6898         list of groups not followed by default.  Fix type to be regexp.
6899         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6900
6901 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6902
6903         * hmac-def.el (define-hmac-function): Switch from old-style to
6904         new-style backquotes.
6905
6906         * md4.el (md4-make-step): Likewise.
6907
6908 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6911         raw-text coding system when saving .newsrc file, which may contain
6912         non-ASCII group names.
6913
6914 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-cus.el (gnus-score-extra): New widget.
6917         (gnus-score-extra-convert): New function.
6918         (gnus-score-customize): Use it for Extra.
6919
6920 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6921
6922         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6923         (mml2015-mailcrypt-clear-verify): Use it.
6924         (mml2015-gpg-clear-verify): Use it.
6925         (mml2015-pgg-clear-verify): Use it.
6926         (mml2015-epg-clear-verify): Replace the current part with the output
6927         from GnuPG; don't extract the plaintext by itself.
6928
6929         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6930         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6931         mml2015-clear-verify-function; don't touch the armor headers or
6932         dash-escaped text here.
6933
6934 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6937         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6938         parts, or application/octet-stream as a last resort.
6939         (gnus-mime-view-part-as-type): Don't toggle display.
6940         (gnus-mime-view-part-as-charset): Don't turn off display before
6941         querying charset.
6942
6943         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6944         stuff to undisplayer function in Emacs.
6945         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6946
6947         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6948         text/calendar parts.
6949
6950 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6953         decoding text/calendar parts.
6954
6955         * message.el (message-forward-make-body-mime): Always mark body as
6956         having no illegible text; remove signed-or-encrypted argument.
6957         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6958
6959         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6960         (mml-generate-mime-1): Don't encode body if it is specified to be in
6961         raw form; don't make buffer be unibyte when inserting multibyte string.
6962
6963 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6964
6965         * sha1.el: Fix up comment style.
6966         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6967         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6968
6969         * hex-util.el: Fix up comment style.
6970         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6971
6972         * gnus-salt.el: Use with-current-buffer.
6973         (gnus-pick-setup-message): Fix long-standing typo.
6974
6975 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * imap.el (imap-logout-timeout): New variable.
6978         (imap-logout, imap-logout-wait): New functions.
6979         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6980
6981         * nnimap.el (nnimap-logout-timeout): New server variable.
6982         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6983         nnimap-logout-timeout.
6984
6985         * gnus-art.el (gnus-article-summary-command-nosave)
6986         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6987
6988 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * gnus.el (gnus-maximum-newsgroup): New variable.
6991
6992         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6993         according to gnus-maximum-newsgroup.
6994
6995         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6996         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6997         Limit the range of articles according to gnus-maximum-newsgroup.
6998
6999 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7000
7001         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7002         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7003         Don't perform gnus-configure-windows here; reuse existing sticky
7004         article buffer.
7005
7006         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7007         it doesn't exist in gnus-article-mode.
7008
7009 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7012         (gnus-agent-decoded-group-name): New function.
7013         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7014         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7015
7016 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7017
7018         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7019         Add binding for gnus-sticky-article.
7020         (gnus-summary-exit): Don't kill sticky article buffers.
7021
7022         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7023         article buffer.
7024         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7025         (gnus-kill-sticky-article-buffers): New commands.
7026
7027 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * nntp.el (nntp-xref-number-is-evil): New server variable.
7030         (nntp-find-group-and-number): If it is non-nil, don't trust article
7031         numbers in the Xref header.
7032
7033 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-agent.el (gnus-agent-read-group): New function.
7036         (gnus-agent-flush-group, gnus-agent-expire-group)
7037         (gnus-agent-regenerate-group): Use it.
7038         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7039         nnmail-pathname-coding-system.
7040
7041 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7044
7045         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7046         that are unread as unread, and also as selected so that information of
7047         marks having been changed by a user may be updated when exiting group.
7048
7049 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7052         calculated ignoring signature parts to gnus-treat-article.
7053
7054 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7057         a point here in order to keep the window start.
7058         (gnus-insert-mime-security-button): Make a button overlay without the
7059         front stickiness.
7060         (gnus-mime-display-security): Goto the end of a button.
7061
7062         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7063
7064 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7067         group-name-at-point.
7068         (gnus-group-completing-read): New function that offers decoded
7069         non-ASCII group names for completion.
7070         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7071         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7072         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7073         (gnus-group-fetch-control): Use it.
7074         (gnus-fetch-group): Use group-name-at-point for the initial value
7075         rather than the default value; use gnus-alive-p.
7076
7077         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7078         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7079         (gnus-summary-post-news): Use gnus-group-completing-read.
7080
7081         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7082         (gnus-read-move-group-name): Decode group name for completion.
7083
7084 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7085
7086         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7087         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7088         Yamaoka slightly modified the code).
7089
7090 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7093         (nnmail-split-incoming): Bind it.
7094
7095         * nnml.el (nnml-group-name-charset): New function.
7096         (nnml-decoded-group-name): Use it; don't decode group name if
7097         nnmail-group-names-not-encoded-p is non-nil.
7098         (nnml-encoded-group-name): New function.
7099         (nnml-group-pathname): Inline nnml-decoded-group-name.
7100         (nnml-request-expire-articles): Decode group name in message.
7101         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7102         nnmail-pathname-coding-system.
7103         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7104         not decoded ones according to nnmail-group-names-not-encoded-p.
7105         (nnml-generate-active-info): Use nnml-encoded-group-name.
7106
7107 2007-08-08  Glenn Morris  <rgm@gnu.org>
7108
7109         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7110         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7111         doc-strings and comments.
7112
7113 2007-07-25  Glenn Morris  <rgm@gnu.org>
7114
7115         * Relicense all FSF files to GPLv3 or later.
7116
7117 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-sum.el (gnus-summary-move-article): Make
7120         gnus-summary-respool-article work.
7121
7122 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7125         string.
7126
7127 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7128
7129         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7130         that should be ignored when comparing distant RSS articles with local
7131         ones.
7132         (nnrss-make-hash-index): New function.  Create a hash index according
7133         to the ignored fields.
7134         (nnrss-check-group): Use it.
7135
7136 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7139
7140         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7141
7142         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7143         the new optional argument ENCODED is non-nil.
7144         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7145         coding system for encoding group name.
7146         (gnus-group-make-rss-group): Pass un-encoded group name to
7147         gnus-group-make-group.
7148         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7149         encoded.
7150
7151         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7152         Encode group name to which articles are moved or copied.
7153         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7154         coding system for encoding Newsgroup, Followup-To and Xref headers.
7155
7156         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7157         marks; use nnheader-file-coding-system to write a file.
7158         (nnagent-retrieve-headers): Bind file-name-coding-system to
7159         nnmail-pathname-coding-system.
7160
7161         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7162
7163         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7164         (nnml-request-article, nnml-request-create-group)
7165         (nnml-request-rename-group, nnml-find-id)
7166         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7167         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7168         (nnml-save-marks): Use nnml-group-pathname instead of
7169         nnmail-group-pathname.
7170
7171         (nnml-request-create-group, nnml-request-expire-articles)
7172         (nnml-request-move-article, nnml-request-delete-group)
7173         (nnml-deletable-article-p, nnml-possibly-create-directory)
7174         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7175         (nnml-open-marks): Bind file-name-coding-system to
7176         nnmail-pathname-coding-system.
7177
7178         (nnml-request-article): Pass server argument to nnml-find-group-number.
7179         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7180         server argument to nnml-possibly-create-directory.
7181         (nnml-request-accept-article): Pass server argument to
7182         nnml-active-number and nnml-save-mail.
7183         (nnml-find-group-number): Pass server argument to nnml-find-id.
7184         (nnml-request-update-info): Pass server argument to
7185         nnml-marks-changed-p.
7186
7187         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7188         (nnml-save-mail, nnml-active-number): Add server argument.
7189
7190         (nnml-request-delete-group): Warn if group is missing.
7191         (nnml-get-nov-buffer): Decode group name.
7192         (nnml-generate-active-info): Encode group name.
7193         (nnml-open-marks): Decode group name in messages.
7194
7195 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7198         if it is not specified.
7199         (gnus-article-pipe-part, gnus-article-save-part)
7200         (gnus-article-interactively-view-part, gnus-article-copy-part)
7201         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7202         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7203         (gnus-article-replace-part, gnus-article-delete-part)
7204         (gnus-article-view-part-as-type): Pass raw prefix argument to
7205         gnus-article-part-wrapper.
7206
7207 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-agent.el (gnus-agent-save-active): Bind
7210         nnheader-file-coding-system to gnus-agent-file-coding-system.
7211
7212         * gnus-cache.el (gnus-cache-save-buffers)
7213         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7214         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7215         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7216         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7217         (gnus-cache-generate-active, gnus-cache-rename-group)
7218         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7219         (gnus-cache-update-overview-total-fetched-for): Bind
7220         file-name-coding-system to nnmail-pathname-coding-system.
7221         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7222         variables.
7223         (gnus-cache-decoded-group-name): New function.
7224         (gnus-cache-file-name): Use it.
7225         (gnus-cache-generate-active): Use non-decoded group name for active.
7226
7227         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7228         right place.
7229         (gnus-write-active-file): Don't break non-ASCII group names.
7230
7231         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7232         nnmail-pathname-coding-system.
7233
7234         * lpath.el: Bind default-file-name-coding-system,
7235         file-name-coding-system and language-info-alist for XEmacs.
7236
7237         * gnus-uu.el (gnus-uu-decode-save): Typo.
7238
7239 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7242
7243 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7246         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7247         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7248         (gnus-agent-flush-group, gnus-agent-flush-cache)
7249         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7250         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7251         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7252         (gnus-agent-regenerate-group)
7253         (gnus-agent-update-files-total-fetched-for)
7254         (gnus-agent-update-view-total-fetched-for): Bind
7255         file-name-coding-system to nnmail-pathname-coding-system.
7256         (gnus-agent-group-pathname): Don't encode file names by
7257         nnmail-pathname-coding-system.
7258         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7259         coding-system-for-write instead of buffer-file-coding-system to
7260         gnus-agent-file-coding-system.
7261
7262         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7263         Decode group name.
7264
7265         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7266
7267         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7268         (gnus-read-newsrc-el-file): Make group names unibyte.
7269
7270         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7271         nnmail-pathname-coding-system.
7272
7273         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7274         (nnrss-request-delete-group): Bind file-name-coding-system to
7275         nnmail-pathname-coding-system.
7276         (nnrss-read-server-data, nnrss-read-group-data): Bind
7277         file-name-coding-system correctly.
7278         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7279
7280         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7281         (nntp-server-to-method-cache): New variable.
7282         (nntp-group-pathname): New function that decodes non-ASCII group names.
7283         (nntp-possibly-create-directory, nntp-marks-changed-p)
7284         (nntp-save-marks, nntp-open-marks): Use it.
7285         (nntp-possibly-create-directory, nntp-open-marks):
7286         Bind file-name-coding-system to nnmail-pathname-coding-system.
7287         (nntp-open-marks): Decode group names when bootstrapping marks.
7288
7289         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7290         Newsgroups and Folowup-To headers.
7291
7292 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7295         (gnus-server-closed-face, gnus-server-denied-face)
7296         (gnus-server-offline-face): Remove variable.
7297         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7298
7299         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7300         of modifying message-stack directly for XEmacs.
7301
7302         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7303         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7304         if the coding-system argument is nil for XEmacs.
7305
7306         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7307         mm-charset-override-alist.
7308
7309         * rfc2047.el: Don't require base64; require rfc2045 for the function
7310         rfc2045-encode-string.
7311         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7312         to quote the parameter value.
7313
7314 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7317         form in gnus-group-name-charset-method-alist.
7318
7319         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7320         overrides the default layout edit-form.
7321
7322         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7323
7324         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7325
7326 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7329         as unfetched articles.
7330
7331 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7332
7333         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7334
7335 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7338         original back end that keeps marks in the local system.
7339
7340 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7343         arg of pop-to-buffer for XEmacs.
7344         (gnus-article-read-summary-keys): Ditto; don't restore window
7345         configuration if summary command ends up with neither article buffer
7346         nor summary buffer; describe bindings if summary keys end with C-h.
7347
7348 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * message.el (message-fix-before-sending): Skip raw message part to be
7351         forwarded while checking illegible text.
7352         (message-forward-make-body-mime, message-forward-make-body): Mark
7353         signed or encrypted raw message as having no illegible text.
7354
7355 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7358         (gnus-message-with-timestamp-1): New macro.
7359         (gnus-message-with-timestamp): New function.
7360         (gnus-message): Use them.
7361
7362         * nnheader.el (nnheader-message): Use them.
7363
7364 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7367         .newsrc.eld file.
7368
7369 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-agent.el (gnus-agent-fetch-headers)
7372         (gnus-agent-retrieve-headers): Bind
7373         gnus-decode-encoded-address-function to identity.
7374
7375         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7376         available also when the server returns simply a dot.
7377
7378         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7379
7380 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7383
7384 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-ems.el (gnus-x-splash): Make it work.
7387
7388         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7389         from being used.
7390
7391         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7392
7393 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7396         4th and the 5th arguments.
7397
7398         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7399         the front stickiness.
7400         (gnus-article-summary-command-nosave): Correct the order of the
7401         arguments passed to pop-to-buffer.
7402         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7403         summary command ends up with the article buffer.
7404
7405         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7406         the same faces.
7407
7408 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7409
7410         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7411
7412 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7413
7414         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7415         * gnus-sum.el (gnus-summary-highlight):
7416         * pgg.el (pgg-sign-region, pgg-sign):
7417         * mail-source.el (mail-source-delete-old-incoming-confirm):
7418         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7419
7420 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * gnus-art.el (gnus-mime-view-part-externally)
7423         (gnus-mime-view-part-internally): Fix predicate function passed to
7424         completing-read.
7425
7426         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7427
7428         * gnus.el (gnus-update-message-archive-method): Add :version.
7429
7430 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus.el (gnus-update-message-archive-method): New variable.
7433
7434         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7435         according to gnus-message-archive-method if
7436         gnus-update-message-archive-method is non-nil.
7437
7438 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7441         by Loic Dachary <loic@dachary.org>.
7442         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7443
7444 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * message.el (message-pop-to-buffer): Add switch-function argument.
7447         (message-mail): Pass switch-function argument to it.
7448
7449 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7452         Improve doc string.
7453
7454 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7457         (gnus-header-content)
7458         * gnus-cite.el (gnus-cite-10)
7459         * gnus-srvr.el (gnus-server-closed)
7460         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7461         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7462         (gnus-group-mail-3-empty, gnus-group-mail-low)
7463         (gnus-group-mail-low-empty, gnus-splash)
7464         * message.el (message-header-to, message-header-cc)
7465         (message-header-subject, message-header-other, message-header-name)
7466         (message-header-xheader, message-separator, message-cited-text)
7467         (message-mml): Lighten colors of faces used for dark background.
7468
7469 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7470
7471         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7472         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7473
7474 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * message.el (message-narrow-to-headers-or-head):
7477         Ignore mail-header-separator in the body.
7478
7479 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7482         same as window size.
7483
7484 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7485
7486         * message.el (message-font-lock-keywords): Use message-header-xheader
7487         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7488         ahead of the anything pattern, to get it recognised.
7489
7490 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7493         spam.el loads uses it in the compiled defadvice form.
7494
7495 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7496
7497         * gnus-sum.el (gnus-articles-to-read)
7498         (gnus-summary-insert-old-articles): Don't truncate group name for
7499         `read-string'.
7500
7501         * gnus-util.el (gnus-limit-string): Delete this function.
7502
7503         * gnus-sum.el (gnus-simplify-subject-fully): Use
7504         `truncate-string-to-width' instead.
7505
7506 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7507
7508         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7509         if, on summary exit, the next group has to be selected.
7510         (gnus-summary-exit): Use it.
7511
7512 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7515         non-break space.
7516
7517 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7520         Check if group is not a directory.
7521         (nnfolder-request-expire-articles): Don't delete articles if the target
7522         group is not available.
7523
7524         * nnml.el (nnml-request-create-group): Properly check if group is not a
7525         file.
7526         (nnml-request-expire-articles): Don't delete articles if the target
7527         group is not available.
7528
7529         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7530         Don't quote characters that are within parentheses.
7531
7532 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7535         (gnus-handle-ephemeral-exit): Select article according to it.
7536
7537 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * message.el (message-insert-formated-citation-line): Remove newline.
7540         (message-citation-line-format): Add final \n here so that the user can
7541         avoid a blank line.
7542
7543 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7544
7545         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7546         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7547         Update lanl/arXiv support.
7548
7549 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * gnus.el: Bump version number.
7552
7553 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7554
7555         * gnus.el (gnus-version-number): Bump version.
7556
7557 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7558
7559         * gnus.el: No Gnus v0.6 is released.
7560
7561 2007-04-27  Didier Verna  <didier@xemacs.org>
7562
7563         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7564         * gmm-utils.el (gmm-regexp-concat): here.
7565         * message.el: Don't require 'gnus-util.
7566         (message-dont-reply-to-names): Handle name change above.
7567         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7568
7569 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7572         since the initial value varies according to the system.
7573
7574 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7577
7578 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7579
7580         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7581
7582 2007-04-24  Didier Verna  <didier@xemacs.org>
7583
7584         Improve the type of gnus-ignored-from-addresses.
7585         * gnus-util.el (gnus-orify-regexp): New function.
7586         * message.el (gnus-util): Require it.
7587         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7588         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7589         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7590
7591 2007-04-24  Didier Verna  <didier@xemacs.org>
7592
7593         * gnus-sum.el:
7594         * gnus-utils.el: Fix some trailing whitespaces.
7595
7596 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7599         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7600         article's Message-ID; refer parent article in summary buffer.
7601
7602         * message.el (message-bounce): Call mime-to-mml.
7603
7604         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7605         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7606         optimize and/or forms properly.
7607
7608 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7611         URL.
7612
7613 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7616
7617 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7620         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7621         displayed of multipart/alternative part if it is invoked from summary
7622         buffer.
7623
7624         * mm-view.el (mm-inline-text-html-render-with-w3m)
7625         (mm-inline-text-html-render-with-w3m-standalone)
7626         (mm-inline-render-with-function): Use mail-parse-charset by default.
7627
7628 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7629
7630         * parse-time.el (parse-time-string-chars): Check if CHAR
7631         is less than the length of parse-time-syntax.
7632
7633 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7636         from gnus-newsgroup-processable.
7637
7638 2007-04-16  Didier Verna  <didier@xemacs.org>
7639
7640         * gnus-msg.el (gnus-configure-posting-styles): Handle
7641         message-signature-directory properly with :file syntax.  Reported by
7642         "Leo".
7643
7644 2007-04-11  Didier Verna  <didier@xemacs.org>
7645
7646         New user option: message-signature-directory.
7647         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7648         * message.el (message-insert-signature): Ditto.
7649         * message.el (message-signature-file): Doc update.
7650         * message.el (message-signature-directory): New.
7651
7652 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus-msg.el (gnus-inews-yank-articles): Use
7655         message-exchange-point-and-mark instead of exchange-point-and-mark.
7656
7657 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * message.el (message-yank-original): Make sure cited text ends with
7660         newline; don't exchange point and mark.
7661
7662 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7663
7664         * tls.el (open-tls-stream): Properly handle case where there
7665         is no associated buffer.
7666
7667 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7668
7669         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7670         message-yank-original, make sure (< mark TEXT point).
7671
7672 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * message.el (message-fill-column): New variable.
7675         (message-mode): Use it.  Add comment on a possible new hook.
7676
7677         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7678         (nnmail-get-new-mail): Reformat.
7679
7680         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7681
7682         * gmm-utils.el: Fix Commentary.
7683         (gmm-tool-bar-from-list): Fix typo in doc string.
7684
7685 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7686
7687         * message.el (message-yank-original): Don't switch point and mark
7688         unnecessarily to put point and mark as documented.
7689
7690 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7691
7692         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7693         from the message heads.
7694
7695 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7696
7697         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7698         article buffer does not have a window.  This may not be the best
7699         solution but is certainly better than setting the start of the null,
7700         that is the current, window.
7701
7702 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7705         (gnus-draft-setup): Run it.
7706
7707         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7708         gnus-score-fast-scoring.  Allow regexp.
7709         (gnus-score-headers): Use it.
7710
7711         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7712         XEmacs.
7713
7714         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7715         string.
7716         (gnus-button-alist): Also catch `<f1> k ...'.
7717         (gnus-treat-display-x-face): Fix doc string.
7718
7719 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7720
7721         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7722         evaluation of gnus-extended-version to ensure correct generation of the
7723         User-Agent header when message-generate-headers-first is used.
7724
7725 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7726
7727         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7728         hashcash-path is nil.  Don't call callback with incorrect number of
7729         parameters if val is 0.
7730
7731 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7732
7733         * message.el (message-required-news-headers):
7734         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7735
7736 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7737
7738         * tls.el (open-tls-stream): In handshake-waiting loop,
7739         don't wait more if there is output available to process.
7740
7741 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7742
7743         * tls.el (tls-program): Doc fix.
7744
7745 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * message.el (message-generate-new-buffers): Change the meaning of the
7748         nil value; add `standard' to the choices; treat t as `unique'; improve
7749         doc string.
7750         (gnus-select-frame-set-input-focus): Autoload.
7751         (message-buffer-name): Search for the existing message buffer if
7752         message-generate-new-buffers is nil or `standard'; treat the value t of
7753         message-generate-new-buffers as `unique'.
7754         (message-pop-to-buffer): Raise the frame already displaying the message
7755         buffer; clear the echo area after querying.
7756         (message-setup): Pass the `continue' argument to compose-mail.
7757         (message-mail): Prefer `switch-function' if it is given; search for the
7758         existing message buffer if the `continue' argument is non-nil; pass
7759         continue and switch-function arguments to compose-mail by way of
7760         message-setup.
7761         (message-mail-other-window): Adjust argument of message-setup.
7762         (message-mail-other-frame): Ditto.
7763
7764 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7767         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7768         to turn font-lock on when turning gnus-message-citation-mode on.
7769
7770 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7771
7772         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7773         (mml-smime-function-alist): New variable; add epg as the backend.
7774         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7775         mml-smime- functions instead.
7776         * mm-view.el: Require smime.
7777
7778 2007-03-05  Didier Verna  <didier@xemacs.org>
7779
7780         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7781         instead of just inheritance for posting styles.
7782         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7783
7784 2007-02-24  Chris Moore  <dooglus@gmail.com>
7785
7786         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7787         * pgg-pgp.el (pgg-pgp-encrypt-region):
7788         * pgg-gpg.el (pgg-gpg-encrypt-region):
7789         Check pgg-encrypt-for-me if no other recipients.
7790
7791 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7792
7793         * tls.el (tls-certtool-program): Fix custom type.
7794
7795 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7798         and point-at-eol instead of line-(beginning|end)-position.
7799
7800         * assistant.el (assistant-parse-buffer): Ditto.
7801
7802         * netrc.el (netrc-parse-services): Ditto.
7803
7804 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7805
7806         * mml2015.el (mml2015-epg-find-usable-key): New function.
7807         (mml2015-epg-sign): Use it.
7808         (mml2015-epg-encrypt): Use it.
7809
7810 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * message.el (message-make-in-reply-to): Quote name containing
7813         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7814         if there are special characters.  Reported by NAKAJI Hiroyuki
7815         <nakaji@jp.freebsd.org>.
7816
7817 2007-02-27  Didier Verna  <didier@xemacs.org>
7818
7819         Include the group parameters as well as the topic ones in the
7820         inheritance filter process.
7821         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7822         argument GROUP-PARAMS-LIST.
7823         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7824
7825 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * nntp.el (nntp-never-echoes-commands)
7828         (nntp-open-connection-functions-never-echo-commands): New variables.
7829         (nntp-send-command): Use them.
7830
7831 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7832
7833         * mml2015.el (mml2015-epg-verify): Simplified.
7834
7835 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * mml.el (mml-content-disposition-alist): New user option.
7838         (mml-content-disposition): New function.
7839         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7840         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7841
7842 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7843
7844         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7845         verification.
7846
7847 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7848
7849         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7850         articles posted in the last 24 hours.
7851
7852 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7853
7854         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7855
7856 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7857
7858         * nntp.el (nntp-send-command): Don't wait for echoes when
7859         nntp-open-ssl-stream is used.
7860
7861 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7864         (gnus-message-add-citation-keywords)
7865         (gnus-message-remove-citation-keywords): Remove.
7866         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7867         directly, make the variables in font-lock-defaults buffer-local, add
7868         gnus-message-citation-keywords to them and then update the value of
7869         font-lock-keywords.
7870
7871 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * message.el (message-cite-original-1): Don't call
7874         gnus-article-highlight-citation.
7875
7876         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7877         citations; fix line count.
7878
7879 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7882         (gnus-message-add-citation-keywords)
7883         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7884         versions of font-lock-add-keywords and font-lock-remove-keywords to
7885         work with XEmacs correctly.
7886
7887 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-cite.el (gnus-cite-face-list): Set the values of
7890         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7891         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7892         (gnus-message-cite-prefix-regexp): New variable.
7893         (gnus-message-search-citation-line): Use it; protect against long
7894         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7895         the 0th match data for Emacs.
7896         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7897         (gnus-message-add-citation-keywords): Append keywords rather than
7898         prepending; emulate font-lock-add-keywords if it is not available.
7899         (gnus-message-remove-citation-keywords): Emulate
7900         font-lock-remove-keywords if it is not available.
7901
7902         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7903
7904         * message.el (message-cite-prefix-regexp): Set the value of
7905         gnus-message-cite-prefix-regexp.
7906
7907 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7908
7909         * nnweb.el (nnweb-google-parse-1): Update parser.
7910
7911 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7912
7913         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7914
7915 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7916
7917         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7918         regexp.
7919
7920 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7923         string-to-multibyte.
7924         (uudecode-decode-region-internal): Use it.
7925
7926         * lpath.el: Fbind string-as-multibyte for XEmacs.
7927
7928 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7931         custom choice.
7932
7933         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7934
7935 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7936
7937         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7938
7939         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7940         `write-region' to respect `mm-inhibit-file-name-handlers'.
7941
7942 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7945         Use gnus-home-directory instead of "~/" or "$HOME".
7946
7947 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7948
7949         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7950         to mention filename.
7951         Add comments at beginning regarding usage.
7952         (encrypt-write-file-contents): Change interactive so a string is
7953         acceptable.  If the file has no associated model, show an error instead
7954         of a nonsense prompt.
7955
7956 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7957
7958         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7959         Thanks to Yoshihiko Yamada for kind notification of this typo.
7960
7961 2007-01-12  Kenichi Handa  <handa@m17n.org>
7962
7963         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7964         multibyte buffer.
7965
7966 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * gnus-score.el (gnus-score-fast-scoring): New variable.
7969         (gnus-score-headers): Use it.
7970
7971         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7972
7973         * message.el (message-cite-original-1): Call
7974         gnus-article-highlight-citation if requested.
7975         (message-make-from): Allow name and address as optional arguments.
7976
7977         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7978
7979         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7980         bugs to doc string.
7981         (gnus-button-alist): Add mid\\|message-id.
7982         (gnus-button-fetch-group): Extend for use in
7983         `browse-url-browser-function'.
7984         (gnus-button-url-regexp): Try to catch paired parentheses like in
7985         Wikipedia URLs.
7986
7987         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7988         Suggested by Simon Krahnke <overlord@gmx.li>.
7989
7990 2007-01-13  Romain Francoise  <romain@orebokech.com>
7991
7992         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7993         Update copyright.
7994
7995 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7996
7997         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7998
7999 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8000
8001         * gnus-registry.el (gnus-registry-unfollowed-groups)
8002         (gnus-registry-split-fancy-with-parent): Fix documentation.
8003
8004 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005
8006         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8007         from nnweb groups.
8008
8009 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8010
8011         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8012         Xref urls.  Erase buffer before requesting head.
8013
8014 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8017         customizable.
8018
8019 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8020
8021         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8022         no signing key is found.
8023         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8024         no encrypting and/or signing key is found.
8025
8026 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8029
8030 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8031
8032         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8033         headers read from disk with the ones newly found in the current search.
8034         This should no longer cause problems, because the article numbers in
8035         Gmane's `nov.php' output are ignored since the previous change.
8036
8037 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8038
8039         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8040
8041 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8044         replace-regexp-in-string; bind url-version; fbind display-images-p and
8045         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8046         find-face and set-itimer-function for Emacs; bind itimer-list for
8047         Emacs.
8048
8049         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8050
8051 2007-01-01  Romain Francoise  <romain@orebokech.com>
8052
8053         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8054
8055 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8056
8057         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8058         `define-minor-mode' macro definition expanded properly.
8059         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8060         exclude it there.
8061
8062         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8063         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8064         `fboundp' test.
8065         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8066         This is OK to autoload in (S)XEmacs now.
8067
8068 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069
8070         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8071         keystroke.
8072         (gnus-summary-limit-to-singletons): Fix typo.
8073
8074         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8075         else fails.
8076
8077 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8078
8079         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8080         docstring.
8081
8082         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8083         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8084         (gnus-summary-insert-dormant-articles): Fix typo in message.
8085
8086 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8089         nil for XEmacs.
8090         (gnus-message-citation-mode): Don't autoload in XEmacs.
8091
8092         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8093
8094 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8095
8096         * nnimap.el (nnimap-expunge-search-string): Mention
8097         nnimap-search-uids-not-since-is-evil in docstring.
8098
8099 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * spam.el: Revert to make-obsolete-variable because
8102         define-obsolete-variable-alias is not supported in Emacs 21.
8103
8104         * spam.el (spam-ifile-path, spam-ifile-database-path)
8105         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8106         make-obsolete-variable.
8107         (spam-bsfilter-path, spam-bsfilter-program)
8108         (spam-spamassassin-path, spam-spamassassin-program)
8109         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8110         use "path" inappropriately.
8111         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8112         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8113         variable names.
8114
8115 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8116
8117         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8118         summary buffer.
8119
8120         * password.el (password-cache-remove): Use clear-string to burn
8121         password, if available.
8122
8123 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8126
8127         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8128
8129         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8130         (gnus-message-highlight-citation): Move defcustom here from
8131         gnus-cite.el.
8132         (gnus-message-citation-mode): Autoload.
8133
8134         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8135         checks to make it compile with XEmacs.
8136         (gnus-message-citation-mode): New minor mode.
8137         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8138         (gnus-message-highlight-citation): New variables.
8139         (gnus-message-search-citation-line)
8140         (gnus-message-add-citation-keywords)
8141         (gnus-message-remove-citation-keywords)
8142         (turn-on-gnus-message-citation-mode)
8143         (turn-off-gnus-message-citation-mode): New functions.
8144
8145 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8146
8147         * gnus-cite.el: Enable highlighting of different citation levels in
8148         message-mode.
8149
8150 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8151
8152         * message.el (message-make-fqdn): Fix comment.
8153         (message-bogus-system-names): Add ".local".
8154
8155         * spam.el (spam-ifile-path, spam-ifile-program)
8156         (spam-ifile-database-path, spam-ifile-database)
8157         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8158         Don't use "path" inappropriately.
8159         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8160         strings.
8161         (spam-check-ifile, spam-ifile-register-with-ifile)
8162         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8163         new variable names.
8164
8165         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8166         (gnus-treat-display-smileys): Simplify using
8167         gnus-image-type-available-p.
8168
8169         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8170         available.
8171
8172         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8173         `display-images-p' if available.
8174
8175 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8178         one after turning on the buffer's multibyteness instead of decoding
8179         them directly in the unibyte buffer that causes unexpected conversion
8180         in Emacs 23 (unicode).
8181
8182 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8183
8184         * message.el (message-generate-hashcash): Fix custom type.
8185
8186 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8189
8190 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8193         disconnect icons.  Add help text.
8194
8195 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8196
8197         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8198         negated to be consistent with the others we handle.
8199
8200 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8203         version of gnus-summary-buffer to something, so that we can use two
8204         article buffers at the same time.
8205
8206 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8207
8208         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8209         trigger all the extra headers.
8210         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8211         sorting.
8212
8213 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8214
8215         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8216         solid groups.
8217
8218 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8219
8220         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8221
8222 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * legacy-gnus-agent.el: Add Copyright notice.
8225
8226 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8227
8228         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8229
8230 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8231
8232         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8233
8234         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8235         to make it work reliably in CVS Emacs.
8236         (gnus-summary-limit-strange-charsets-predicate)
8237         (gnus-summary-limit-to-predicate): New functions.
8238
8239 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8240
8241         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8242         specifying array size.
8243         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8244         array if it is too small.
8245         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8246         (gnus-sort-threads-loop): New function.
8247
8248 2006-12-06  Chris Moore  <dooglus@gmail.com>
8249
8250         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8251         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8252
8253 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8254
8255         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8256         options.
8257
8258 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8259
8260         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8261         DOS-ing the recipient.
8262
8263         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8264         the headers when creating the mapping to avoid mismappings.
8265         (nnweb-gmane-create-mapping): Always nix out old mapping.
8266
8267 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8270         and mm-verify-option to never.
8271
8272 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * message.el (message-signed-or-encrypted-p): New function.
8275         (message-forward-make-body): Use it.
8276
8277         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8278         Replace encode-coding-string with mm-encode-coding-string.
8279
8280 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * nneething.el (nneething-decode-file-name): Replace
8283         decode-coding-string with mm-decode-coding-string.
8284
8285         * gnus-int.el (gnus-open-server): Say failed server's name.
8286
8287 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8288
8289         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8290         strings to a single string.  Quote `errors-file-name'.
8291         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8292         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8293         Adjust calls.  Use `shell-quote-argument'.
8294
8295 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8296
8297         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8298         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8299
8300         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8301         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8302         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8303         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8304         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8305         (gnus-subscribe-newsgroup, gnus-1):
8306         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8307         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8308         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8309         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8310
8311 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8312
8313         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8314         keystroke.
8315         (gnus-summary-limit-to-bodies): Implement headersp.
8316
8317 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8320
8321 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8324
8325 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326
8327         * message.el (message-generate-hashcash): Expand range of values to
8328         include `opportunistic'.
8329         (message-send-mail): Use it.
8330
8331 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8332
8333         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8334         and comment it.
8335
8336         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8337
8338 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * gnus-util.el (gnus-extract-address-components): Improve comment.
8341
8342 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * gnus-util.el (gnus-extract-address-components): Work with address in
8345         which the name portion contains @.
8346
8347         * lpath.el: Fbind custom-autoload.
8348
8349 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * gnus.el (gnus-start): Move custom group up.
8352         (gnus-select-method): Don't autoload, but make it available for
8353         `customize-variable'.
8354         (gnus-getenv-nntpserver): Don't autoload.
8355
8356 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8357
8358         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8359
8360 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * message.el (message-sendmail-extra-arguments): New variable.
8363         (message-send-mail-with-sendmail): Use it.
8364
8365 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8368         mm-with-unibyte-current-buffer to make string unibyte.
8369
8370         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8371         mm-string-as-multibyte.
8372
8373 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8374
8375         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8376         Reported by Werner Koch <wk@gnupg.org>.
8377
8378 2006-11-14  Daiki Ueno  <ueno@p360>
8379
8380         * mml2015.el: Autoload epa-select-keys when compiling.
8381
8382 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8383
8384         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8385         message-options.
8386         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8387
8388 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8389
8390         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8391         EasyPG (< 0.0.6).
8392         (mml2015-always-trust): New user option.
8393         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8394         prompt.
8395
8396 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * nntp.el (nntp-authinfo-force): New variable.
8399         (nntp-send-authinfo): Use it.
8400
8401 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8404         decode encoded words.  Improve prompt.  Add comment about forwarding.
8405         (message-replacement-char): Move up.
8406
8407 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8408
8409         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8410         instead of gnus-intersection because arguments of gnus-sorted-nunion
8411         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8412
8413 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8414
8415         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8416         (message-simplify-subject-functions): Enable
8417         message-strip-subject-encoded-words by default.
8418
8419 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * message.el (message-strip-subject-encoded-words): New function.
8422         (message-simplify-subject-functions): New variable.
8423         (message-simplify-subject): Use it.  Fix typo in doc string.
8424         Support message-strip-subject-encoded-words.
8425
8426 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8427
8428         * gnus-diary.el (gnus-diary-delay-format-function):
8429         * nndiary.el (nndiary-reminders):
8430         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8431
8432 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8433
8434         * gnus-art.el (article-hide-boring-headers): Fetch date from
8435         gnus-original-article-buffer to avoid problems with localized date
8436         strings.
8437
8438 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8441
8442 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8443
8444         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8445         New variables.
8446         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8447         (mm-charset-synonym-alist): Move some entries to
8448         mm-codepage-iso-8859-list.
8449         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8450         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8451
8452 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8455
8456 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8459         with Emacs 21 and XEmacs.
8460
8461 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8462
8463         * spam.el (spam-parse-address): New function for better parsing,
8464         catching errors, etc.
8465         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8466
8467 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * mm-view.el: Add interactive arg to html2text autoload.
8470
8471 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8474
8475 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8478         variables.
8479         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8480         (mm-charset-synonym-alist): Move some entries to
8481         mm-codepage-iso-8859-list.
8482
8483         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8484
8485 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * message.el (message-citation-line-format)
8488         (message-insert-formated-citation-line): Fix implementation of %E, %N
8489         and %n according to the doc string.
8490
8491 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8492
8493         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8494         car-safe to avoid bad parses.
8495
8496 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8499         names.
8500
8501         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8502
8503 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8506         header.
8507
8508         * message.el (message-draft-headers): Add Date.
8509         (message-headers-to-generate): Fix typo in docstring.
8510
8511         * nndraft.el (nndraft-required-headers): New variable.
8512         (nndraft-generate-headers): Use it.
8513
8514         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8515
8516 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8517
8518         * gnus-registry.el (gnus-registry-wash-for-keywords)
8519         (gnus-registry-find-keywords): New functions to allow easy searching of
8520         articles that are in the registry.
8521
8522 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8523
8524         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8525         ietf-drums-parse-address instead of gnus-extract-address-components.
8526         Reported by Damien Elmes <damien@repose.cx>.
8527
8528 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8529
8530         * gnus.el (gnus-mime): Remove unused custom group.
8531
8532 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8533
8534         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8535         "blank line" when searching for end of armor headers.
8536
8537 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gmm-utils.el (gmm-write-region): Fix variable name.
8540
8541 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * gmm-utils.el (gmm-write-region): New function based on compatibility
8544         code from `mm-make-temp-file'.
8545
8546         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8547
8548         * nnmaildir.el (nnmaildir--update-nov)
8549         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8550         Use `gmm-write-region'.
8551
8552 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8553
8554         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8555         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8556
8557         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8558
8559         * message.el (message-replacement-char): New variable.
8560         (message-fix-before-sending): Use it.
8561         (message-simplify-subject): New function to remove duplicate code.
8562         (message-reply, message-followup): Use it.
8563
8564         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8565         gnus-summary-limit-to-articles.
8566
8567 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-util.el (gnus-with-local-quit): New macro.
8570
8571         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8572
8573 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8574
8575         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8576         ignore non-string data.
8577
8578 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8579
8580         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8581         non-string data (needs to be done in the registry too).
8582
8583 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8584
8585         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8586         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8587         (gnus-registry-split-fancy-with-parent)
8588         (gnus-registry-fetch-simplified-message-subject-fast)
8589         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8590         Remove text properties on ingress into the registry and when it's saved.
8591         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8592         registry from entries with no groups.
8593
8594 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8595
8596         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8597         function to remove string properties.
8598
8599 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8600
8601         * gmm-utils.el (gmm): Adjust custom version.
8602
8603         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8604         custom version.
8605
8606         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8607
8608 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * gnus-art.el (gnus-insert-prev-page-button)
8611         (gnus-insert-next-page-button): Simplify.  Reformat.
8612
8613 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8614
8615         * gnus-art.el (gnus-insert-prev-page-button)
8616         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8617
8618 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8619
8620         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8621
8622 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8623
8624         * gnus-art.el (gnus-insert-mime-button)
8625         (gnus-insert-mime-security-button):
8626         Apply gnus-article-button-face to MIME and security buttons.
8627
8628 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8631         readable.
8632
8633 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8636
8637 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8638
8639         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8640         `browse-url-of-file' instead of `browse-url'.
8641
8642 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8643
8644         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8645         regexp.  Articles containing quotation were cut prematurely.
8646
8647 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * message.el (message-cite-original-1): Use nobody by default for the
8650         value of From header.
8651         (message-reply): Ditto.
8652
8653 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8654
8655         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8656         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8657         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8658
8659 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8662         mails in the doc string.  Add some URLs in comment.
8663         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8664
8665 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8668         backslashes handling and the way to find boundaries of quoted strings.
8669
8670 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8671
8672         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8673         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8674         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8675         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8676
8677 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8680         doc string.
8681         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8682
8683 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * lpath.el: Fbind epg-check-configuration.
8686
8687 2006-09-06  Simon Josefsson  <jas@extundo.com>
8688
8689         * mml2015.el (mml2015-use): Doc fix, mention epg.
8690
8691 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8692
8693         * mml2015.el (mml2015-use): Default to epg, if available.
8694
8695 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8696
8697         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8698         message-sender.
8699         (mml1991-epg-encrypt): Ditto.
8700         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8701         message-sender.
8702         (mml2015-epg-encrypt): Ditto.
8703
8704 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8705
8706         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8707         several common directories.
8708
8709 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8710
8711         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8712         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8713
8714 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-art.el (article-decode-encoded-words): Make it fast.
8717
8718 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8721
8722         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8723         in quoted string into `\'.
8724
8725 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8728         Use standard-syntax-table.
8729
8730 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * gnus-art.el (gnus-decode-address-function): New variable.
8733         (article-decode-encoded-words): Use it to decode headers which are
8734         assumed to contain addresses.
8735         (gnus-mime-delete-part): Remove useless `or'.
8736
8737         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8738         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8739         (gnus-nov-parse-line): Use it to decode From header.
8740         (gnus-get-newsgroup-headers): Ditto.
8741         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8742
8743         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8744         (mail-decode-encoded-address-string): New alias.
8745
8746         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8747         New function.
8748         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8749         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8750         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8751         (rfc2047-decode-string): Ditto.
8752         (rfc2047-decode-address-region): New function.
8753         (rfc2047-decode-address-string): New function.
8754
8755 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * message.el (message-caesar-buffer-body): Allow rotating headers.
8758
8759         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8760
8761         * message.el (message-insert-formated-citation-line): Fix %f.
8762         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8763
8764 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8767         (gnus-bookmark-mouse-available-p): New macro.
8768         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8769         (gnus-bookmark-bmenu-show-infos): Use it.
8770         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8771         (gnus-bookmark-bmenu-hide-infos): Ditto.
8772         (gnus-bookmark-remove-properties): New function.
8773         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8774         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8775         (gnus-bookmark-write-file): Bind coding-system-for-write.
8776         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8777         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8778         group before selecting it.
8779         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8780         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8781         quit-window if it is not available; use gnus-mouse-2 and bind it to
8782         gnus-bookmark-bmenu-select-by-mouse.
8783         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8784         (gnus-bookmark-bmenu-select-by-mouse): New function.
8785
8786 2006-08-13  Romain Francoise  <romain@orebokech.com>
8787
8788         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8789         space.
8790
8791 2006-08-10  Romain Francoise  <romain@orebokech.com>
8792
8793         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8794         (dns-mode-soa-auto-increment-serial): New user option.
8795         (dns-mode-soa-maybe-increment-serial): New function.
8796         (dns-mode): Add the latter to `write-contents-functions'.
8797
8798 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * compface.el (uncompface): Use binary rather than raw-text-unix.
8801
8802 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * compface.el (uncompface): Make sure the eol conversion doesn't take
8805         place when communicating with the external programs.  Reported by
8806         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8807
8808 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8811
8812 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8813
8814         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8815         Make it more robust by parsing author and date independently.
8816
8817 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8820
8821 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8822
8823         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8824         first matching secret key.
8825         (mml2015-epg-encrypt): Ditto.
8826
8827         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8828         first matching secret key.
8829         (mml1991-epg-encrypt): Ditto.
8830
8831         * mml2015.el (mml2015-encrypt-to-self): New user option.
8832         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8833         mml2015-epg-encrypt-to-self is set.
8834
8835         * mml1991.el (mml1991-encrypt-to-self): New variable.
8836         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8837         mml1991-epg-encrypt-to-self is set.
8838
8839         * mml2015.el (mml2015-signers): New user option.
8840         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8841         (mml2015-epg-encrypt): Allow to select signing keys.
8842
8843         * mml1991.el (mml1991-signers): New variable.
8844         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8845         (mml1991-epg-encrypt): Allow to select signing keys.
8846
8847 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * nnheader.el (nnheader-insert-head): Make it work even if the file
8850         uses CRLF for the line-break code.
8851
8852 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8853
8854         * mml2015.el: Require mml-sec instead of password.
8855         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8856         (mml2015-cache-passphrase): Inherit the default value from
8857         mml-secure-cache-passphrase.
8858         (mml2015-passphrase-cache-expiry): Inherit the default value from
8859         mml-secure-passphrase-cache-expiry.
8860
8861         * mml1991.el: Require mml-sec instead of password.
8862         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8863         (mml1991-cache-passphrase): Inherit the default value from
8864         mml-secure-cache-passphrase.
8865         (mml1991-passphrase-cache-expiry): Inherit the default value from
8866         mml-secure-passphrase-cache-expiry.
8867
8868         * mml-sec.el: Require password.
8869         (mml-secure-verbose): New user option.
8870         (mml-secure-cache-passphrase): New user option.
8871         (mml-secure-passphrase-cache-expiry): New user option.
8872
8873 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8874
8875         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8876         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8877         andreas@altroot.de (Andreas Vögele).
8878
8879         FIXME: Use `tiny change'?
8880
8881 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8882
8883         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8884         workaround for the url package included with Emacs.
8885
8886         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8887
8888 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8891         correctly.  This fixes a bug caused by the 2006-05-12 change.
8892
8893 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8894
8895         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8896         some information about the error when saying that the `bogus' mail
8897         group will be used.
8898
8899 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8900
8901         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8902         string.
8903
8904 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8905
8906         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8907
8908 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8909
8910         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8911
8912 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8913
8914         * mml1991.el (mml1991-function-alist): Add epg.
8915         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8916         (mml1991-epg-encrypt): New functions.
8917
8918 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8919
8920         * mml2015.el (mml2015-verbose): New variable.
8921         (mml2015-cache-passphrase): Ditto.
8922         (mml2015-passphrase-cache-expiry): Ditto.
8923         (mml2015-function-alist): Add epg.
8924         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8925         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8926         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8927         functions.
8928
8929 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8930
8931         * message.el (message-cite-original-1): Preserve region when removing
8932         quoted text due to X-No-Archive in order to avoid bogus attribution
8933         when citing multiple messages.
8934
8935 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8936
8937         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8938         Kenneth Jacker <khj@be.cs.appstate.edu>.
8939
8940 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * gnus-diary.el (gnus-user-format-function-d)
8943         (gnus-user-format-function-D): Autoload.
8944
8945         * imap.el (Commentary): Fix typo.
8946
8947         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8948         2006-04-22 contribution.
8949
8950 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8951
8952         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8953         It didn't really fix the bogosity I'm seeing with solid web groups.
8954
8955 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8956
8957         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8958         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8959         created using server names.  If we use the feature without declaring
8960         it, Gnus does not properly manage server and group state.
8961
8962         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8963         bound.
8964
8965 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8966
8967         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8968         looking up the method using GROUP's prefix before inventing a new one.
8969         It is used on killed/unknown groups in various places where returning
8970         an all-new method isn't expected by the caller.
8971
8972         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8973         and match semantics of gnus-group-real-prefix.
8974
8975 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * nnmail.el (nnmail-broken-references-mailers): New variable.
8978         (nnmail-ignore-broken-references): New function generalizing
8979         nnmail-fix-eudora-headers.
8980         (nnmail-fix-eudora-headers): Now obsolete.
8981
8982         * gnus-art.el (gnus-button-handle-custom): Support
8983         `customize-apropos*'.
8984
8985 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8988
8989         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8990         articles.
8991
8992 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * message.el (message-cite-reply-above): New variable.
8995         (message-yank-original): Use it.
8996
8997 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9000
9001 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9004         as read.
9005
9006         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9007
9008 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9011         (gnus-bookmark-default-file): Use gnus-directory.
9012         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9013         Remove "*" in doc string.
9014         (gnus-bookmark-write-file): Simplify.
9015         (gnus-bookmark-maybe-sort-alist): Use `when'.
9016         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9017         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9018         FIXME about Emacs 21 and XEmacs compatibility.
9019         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9020         compatibility.
9021         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9022         compatibility.
9023         (gnus-bookmark-menu-heading): Fix version.
9024
9025 2006-06-19  Bastien Guerry  <bzg@altern.org>
9026
9027         * gnus-bookmark.el: New file.
9028
9029 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * message.el (message-syntax-checks): Doc fix.
9032
9033 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9034
9035         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9036         unsubscribed groups as if they were killed ones.  It causes duplicate
9037         entries in gnus-newsrc-alist.
9038
9039 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * message.el (message-syntax-checks): Doc fix.
9042         (message-send-mail): Add check for continuation headers.
9043         (message-check-news-header-syntax): Fix regexp used to check for
9044         continuation headers.
9045
9046 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9049
9050 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9051
9052         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9053
9054 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9057         default-truncate-lines.
9058
9059 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9062         to fill the utf-8 entry.
9063
9064         * lpath.el: Fbind unicode-precedence-list.
9065
9066 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9067
9068         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9069
9070 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9071
9072         * gnus-agent.el (directory-files-and-attributes): Move all the way
9073         forward (the third and final move).
9074         (gnus-agent-read-agentview): Trap reconstruction errors due to
9075         nonexistant directory.  Handle by returning nil.
9076
9077 2006-05-30  Didier Verna  <didier@xemacs.org>
9078
9079         * message.el (message-dont-reply-to-names): Update the custom type.
9080         * message.el (message-dont-reply-to-names): New defsubst: potentially
9081         convert a list of regexps into a single one.
9082         * message.el (message-get-reply-headers): Use it.
9083         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9084
9085 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * gnus-agent.el (directory-files-and-attributes): Move forward.
9088
9089 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * gnus-ml.el (gnus-mailing-list-subscribe)
9092         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9093         (gnus-mailing-list-message): Fix doc strings.
9094
9095 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9096
9097         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9098         of doing it manually.
9099
9100 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9103         comment.
9104
9105 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9106
9107         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9108         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9109         (gnus-agent-read-local): All symbols allocated in my-obarray.
9110         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9111         (gnus-agent-regenerate-group): Check numeric names to see if they are
9112         messages or groups.
9113         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9114         better way of do this...)
9115
9116         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9117         'dummy.group' (there should be a better way of do this...)
9118
9119 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9122         (gnus-saved-headers): Ditto.
9123         (gnus-default-article-saver): Mention functions may have properties.
9124         (gnus-article-save): Override gnus-save-all-headers and
9125         gnus-saved-headers by :headers property which saver function may have.
9126         (gnus-summary-save-in-file): Add :headers property.
9127         (gnus-summary-write-to-file): Ditto.
9128
9129         * gnus-sum.el (gnus-summary-save-article): Bind
9130         gnus-prompt-before-saving to t when saving many articles in a file;
9131         always show all headers.
9132
9133         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9134
9135 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9136
9137         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9138         marks.
9139
9140         * message.el (message-indent-citation): Add optional arguments to allow
9141         using it outside of message buffers.
9142
9143         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9144         (gnus-article-treat-unfold-headers): Use it.
9145         (gnus-article-truncate-lines): New variable.
9146         (gnus-article-mode): Use it.
9147         (gnus-article-toggle-truncate-lines): New function.
9148
9149         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9150         gnus-article-toggle-truncate-lines.
9151
9152         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9153         coding system in XEmacs, use binary.
9154
9155 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9158         after-load-alist.
9159
9160         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9161         this function should save decoded articles.
9162         (gnus-summary-write-to-file): Use property to specify this function
9163         should save decoded articles and specify gnus-summary-save-in-file
9164         should be used to save articles other than the first one when saving
9165         many articles.
9166         (gnus-summary-save-body-in-file): Use property to specify this
9167         function should save decoded articles.
9168         (gnus-summary-write-body-to-file): Use property to specify this
9169         function should save decoded articles and specify
9170         gnus-summary-save-body-in-file should be used to save articles other
9171         than the first one when saving many articles.
9172
9173         * gnus-sum.el (gnus-summary-save-article): Simplify.
9174
9175 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * gnus-art.el (gnus-default-article-saver): Add
9178         gnus-summary-write-body-to-file.
9179         (gnus-article-save-coding-system): Don't use coding system object
9180         in XEmacs.
9181         (gnus-read-save-file-name): Add optional `dir-var' argument which
9182         specifies directory in which files are saved; work even if optional
9183         `variable' argument is not specified.
9184         (gnus-summary-write-to-file): Read file name.
9185         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9186         (gnus-summary-write-body-to-file): New function.
9187
9188         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9189         (gnus-summary-local-variables): Add it.
9190         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9191         (gnus-summary-save-article): Remove optional `decode' argument;
9192         determine whether to decode articles by the value of
9193         gnus-default-article-saver; when saving many files using
9194         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9195         it first and use gnus-summary-save-in-file or
9196         gnus-summary-save-body-in-file thereafter unless
9197         gnus-prompt-before-saving is always; move point to article which
9198         will be saved.
9199         (gnus-summary-save-article-file): Revert.
9200         (gnus-summary-write-article-file): Revert.
9201         (gnus-summary-save-article-body-file): Revert.
9202         (gnus-summary-write-article-body-file): New function.
9203
9204 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * gnus-art.el (gnus-default-article-saver): Doc fix.
9207         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9208         from gnus-summary-save-article-coding-system, and default to a
9209         certain coding system.
9210         (gnus-output-to-file): Add coding cookie and encode text according
9211         to gnus-article-save-coding-system; don't use mm-append-to-file.
9212
9213         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9214         gnus-art.el and rename to gnus-article-save-coding-system.
9215         (gnus-summary-save-article): Require gnus-art; don't show all
9216         headers if it decodes articles; don't add coding cookie here;
9217         don't bind mm-text-coding-system-for-write.
9218         (gnus-summary-save-article-file): Save decoded articles.
9219         (gnus-summary-write-article-file): When saving many files, use
9220         gnus-summary-write-to-file first and gnus-summary-save-in-file
9221         thereafter unless gnus-prompt-before-saving is always.
9222         (gnus-summary-save-article-body-file): Save decoded articles.
9223
9224         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9225
9226 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * nnrss.el (nnrss-check-group): Bind hash-index.
9229
9230 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9231
9232         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9233         its hash index.  Store this hash in `nnrss-group-data'.
9234         (nnrss-read-group-data): Update accordingly.
9235
9236 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9237
9238         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9239         entry.
9240
9241         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9242         gnus-article-browse-html-article.
9243
9244 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9245
9246         * gnus-sum.el (gnus-summary-mime-map): Add
9247         gnus-article-browse-html-article.
9248
9249         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9250
9251 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9254         suitable coding systems in customize.
9255
9256 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * mail-source.el (mail-sources): Fix custom type.
9259
9260 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9263         (gnus-summary-expire-articles-now): Shorten prompt.
9264
9265         * gmm-utils.el (wid-edit): Require.
9266         (defun-gmm): Renamed from `gmm-defun-compat'.
9267         (gmm-image-search-load-path): Use it.
9268         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9269
9270 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9273         variable.
9274         (gnus-summary-save-article): Add optional `decode' argument.  If
9275         it is set and gnus-summary-save-article-coding-system is non-nil,
9276         save decoded article.
9277         (gnus-summary-write-article-file): Save decoded article if
9278         gnus-summary-save-article-coding-system is non-nil.
9279
9280         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9281         type.
9282
9283 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9286
9287 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9290         first to test gnus-single-article-buffer which may be buffer-local.
9291
9292         * gnus-sum.el (gnus-summary-setup-buffer): Make
9293         gnus-single-article-buffer buffer-local and nil in ephemeral
9294         group; make gnus-article-buffer, gnus-article-current, and
9295         gnus-original-article-buffer always buffer-local.
9296         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9297         group.
9298         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9299
9300 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9301
9302         * nnml.el (nnml-request-compact-group): Compressed files might not
9303         have .gz extension.
9304
9305 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9306
9307         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9308         (mm-copy-to-buffer): Use with-current-buffer.
9309         (mm-display-part): Simplify.
9310         (mm-inlinable-p): Add optional arg `type'.
9311
9312 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9313
9314         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9315         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9316         Try harder to show the attachment internally or externally using
9317         gnus-mime-view-part-as-type.
9318
9319 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * message.el (message-from-style, message-signature-separator)
9322         (message-user-organization-file, message-send-mail-function)
9323         (message-citation-line-function, message-yank-prefix)
9324         (message-indent-citation-function, message-signature)
9325         (message-signature-file, message-signature-insert-empty-line):
9326         Remove autoloads.
9327
9328         * gnus-art.el (gnus-buttonized-mime-types): Remove
9329         "multipart/signed".  Revert 2006-04-26 change.
9330
9331 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * gnus.el (gnus-version-number): Bump version.
9334
9335 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9336
9337         * gnus.el: No Gnus v0.5 is released.
9338
9339 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9340
9341         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9342         fetching articles by message-id.
9343
9344 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * message.el (hashcash): Require hashcash as normal.
9347
9348         * ecomplete.el (ecomplete-highlight-match-line): Use
9349         point-at-eol.
9350         (ecomplete-highlight-match-line): Use `highlight', because that
9351         face exists in both Emacs and XEmacs.
9352
9353         * message.el (message-display-abbrev): Use point-at-bol.
9354
9355         * mail-source.el: Don't require timer/timer-funcs.
9356
9357         * gnus-async.el: Ditto.
9358
9359         * password.el: Ditto.
9360
9361         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9362
9363         * mm-url.el: Ditto.
9364
9365         * gnus-xmas.el: Don't require timer-funcs.
9366
9367         * mm-util.el: Require timer/timer-funcs.
9368
9369 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9370
9371         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9372         Close.
9373
9374 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9377         unibyte after clear-decrypt function runs.
9378
9379         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9380         returns as a unibyte string.
9381
9382 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * lpath.el: Revert.
9385
9386         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9387         (pgg-gpg-process-sentinel): Revert.
9388
9389         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9390         (pgg-pgp-lookup-key): Revert.
9391
9392         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9393         (pgg-pgp5-lookup-key): Revert.
9394
9395         * pgg.el (pgg-fetch-key): Revert.
9396
9397 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * lpath.el: Fbind string-as-multibyte for XEmacs.
9400
9401         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9402         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9403         (mml1991-pgg-encrypt): Ditto.
9404
9405         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9406         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9407         a multibyte buffer.
9408
9409         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9410         (pgg-pgp-lookup-key): Ditto.
9411
9412         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9413         (pgg-pgp5-lookup-key): Ditto.
9414
9415         * pgg.el (pgg-fetch-key): Ditto.
9416
9417 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * message.el (message-user-organization-file): Check several
9420         locations of the organization file.
9421
9422         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9423         Add gnus-article-view-part-as-type.
9424
9425         * gnus-art.el (gnus-article-view-part-as-type): New function.
9426
9427         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9428         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9429
9430         * mml.el: Simplify autoload.
9431         (mml-mode): defvar dnd-protocol-alist instead of using
9432         symbol-value.
9433         (mml-default-directory): New variable.
9434         (mml-minibuffer-read-file): Use it.
9435         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9436
9437         * message.el (message-citation-line-format): New variable.
9438         (message-insert-formated-citation-line): New function.
9439         (message-citation-line-function): Add
9440         `message-insert-formated-citation-line' to custom type.
9441
9442         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9443         to doc string.
9444
9445         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9446         depending on mm-verify-option.
9447
9448 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9451         binding pgg-* variables; reimplement the section which prevents
9452         MIME header from being signed.
9453         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9454         pgg-text-mode; remove a blank line at the top of body.
9455
9456         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9457         lines at the top of body; use gnus-newsgroup-charset if there's no
9458         Charset header.
9459
9460 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * message.el (message-self-insert-commands): Doc fix.
9463
9464         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9465         (mm-uu-pgp-encrypted-test): Ditto.
9466         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9467         between header and body; return application/pgp-encrypted handle
9468         if decryption failed; decode decrypted body by charset.
9469
9470         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9471         element match to application/pgp-*.
9472
9473 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9474
9475         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9476         HTML.
9477
9478 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * mail-source.el (mail-source-call-script): Message the error
9481         string.
9482
9483 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * gnus-util.el (gnus-byte-compile): Use it.
9486
9487 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9488
9489         * gnus-util.el (kill-empty-logs): New function.
9490
9491 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * message.el (message-mail-alias-type): Doc fix.
9494         (message-mail-alias-type-p): New function.
9495         (message-send): Use it.
9496         (message-mode): Ditto.
9497         (message-strip-forbidden-properties): Ditto.
9498
9499         * ecomplete.el (ecomplete-database-file-coding-system): New
9500         variable.
9501         (ecomplete-save): Use it.
9502         (ecomplete-setup): Use it.
9503
9504 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * message.el (message-self-insert-commands): New variable.
9507         (message-strip-forbidden-properties): Use it.
9508
9509 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9512         that doesn't make XEmacs choke.
9513
9514 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9515
9516         * gnus-util.el (gnus-replace-in-string):
9517         Prefer replace-regexp-in-string over of replace-in-string.
9518
9519 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * gnus-util.el (gnus-select-frame-set-input-focus):
9522         Use select-frame-set-input-focus if it is available in XEmacs; use
9523         definition defined in Emacs 22 for old Emacsen.
9524
9525         * dgnushack.el: Autoload unmorse-region for XEmacs.
9526
9527         * lpath.el: Bind cursor-in-non-selected-windows and
9528         select-frame-set-input-focus for XEmacs.
9529
9530 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9533
9534 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9535
9536         * gnus-registry.el (gnus-registry-cache-save): Remove text
9537         properties when saving via the temp buffer.
9538
9539 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * message.el (message-generate-hashcash): Honor custom type.
9542
9543 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * message.el (message-generate-hashcash): Default to non-nil when
9546         hashcash is found.
9547
9548         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9549         (gnus-refer-thread-limit): Increase default to 500.
9550
9551         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9552
9553         * flow-fill.el (fill-flowed): Allow delete-space.
9554
9555 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9558         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9559         Remove autoloads.
9560
9561 2006-04-18  Simon Josefsson  <jas@extundo.com>
9562
9563         * message.el (message-generate-hashcash): Default to.
9564
9565 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9568         concatenating segments rather than before concatenating them.
9569
9570 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9573
9574 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9575
9576         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9577
9578         * message.el (message-forward-make-body-plain): Allow
9579         message-forward-ignored-headers to be a list.
9580         (message-remove-ignored-headers): Factor out into function.
9581         (message-forward-make-body-mml): Use it.
9582
9583         * imap.el (imap-quote-specials): New function.
9584         (imap-login-auth): Quote specials.
9585
9586         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9587         (rfc2231-parse-string): Allow concatanation of parameters that
9588         aren't contiguous.  The test case is
9589           (mail-header-parse-content-type "message/external-body;
9590             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9591             access-type=LOCAL-FILE;
9592             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9593
9594 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9595
9596         * nntp.el (nntp-accept-process-output): Return the value of
9597         `nnheader-accept-process-output'.
9598
9599 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9600
9601         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9602         (gnus-button-alist): Recognize more diff formats.
9603         (gnus-button-patch): Strip directory.
9604
9605 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9608         Emacs 22 when setting focus.
9609
9610 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * gnus-art.el (gnus-article-treat-types): Do treatment of
9613         text/x-verbatim parts.
9614         (gnus-button-patch): New command.
9615
9616         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9617         addresses that contain invalid characters.
9618
9619 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * message.el (message-put-addresses-in-ecomplete): Use
9622         gnus-replace-in-string.
9623         (message-is-yours-p): Use the more correct
9624         mail-header-parse-address instead of
9625         mail-extract-address-components.
9626         (message-put-addresses-in-ecomplete): Fix typo.
9627
9628         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9629         keystroke.
9630
9631         * gnus-art.el (gnus-treatment-function-alist): Change order of
9632         newsgroups/generic header folding to avoid double-folding.
9633
9634         * message.el (message-hidden-headers): Add X-Draft-From.
9635
9636         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9637         command.
9638         (gnus-summary-repeat-search-article-backward): New command.
9639
9640         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9641         groups in the parent topic.
9642
9643 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9644
9645         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9646         (spam-extra-header-to-number): Return the CRM114 number as a
9647         number instead of a string.
9648
9649 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * gnus-art.el (gnus-face-properties-alist): Moved here from
9652         gnus-fun.
9653
9654         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9655
9656 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * message.el (message-strip-forbidden-properties): Only display on
9659         self-insert-command.
9660
9661         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9662         reindent.
9663         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9664
9665 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9666
9667         * smiley.el (smiley-style): Fix typo.
9668
9669 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * hashcash.el (hashcash-insert-payment-async-2): Use
9672         message-goto-eoh instead of doing it manually.
9673         (mail-add-payment): Use message-narrow-to-header instead of trying
9674         to do the same itself.
9675
9676         * message.el (message-hidden-headers): Add Face.
9677
9678         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9679         reparenting code.
9680         (gnus-summary-reparent-children): Refactored out code.
9681         (gnus-summary-thread-map): New keystroke.
9682         (gnus-summary-reparent-children): Make into command.
9683
9684         * smiley.el (smiley-style): Default to `medium' if using a large
9685         font.
9686
9687         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9688         does it itself.
9689
9690         * message.el (message-point-in-header-p): Simplify definition.
9691
9692 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9693
9694         * nnagent.el (nnagent-request-set-mark): Silence log file
9695         writing.
9696         (nnagent-request-set-mark): Use write-region instead of
9697         append-to-file.
9698
9699         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9700         strange select method.
9701
9702         * ecomplete.el (ecomplete-display-matches): Get highlightling
9703         right.
9704         (ecomplete-display-matches): Use literals.
9705         (ecomplete-display-matches): Disable message logging.
9706
9707         * message.el (message-display-abbrev): Small optimization.
9708
9709         * ecomplete.el (ecomplete-display-matches): Allow automatic
9710         display.
9711
9712         * message.el (message-strip-forbidden-properties): Display
9713         abbrevs.
9714         (message-display-abbrev): Get automatic display right.
9715
9716         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9717         keystrokes.
9718
9719 2006-04-13  Romain Francoise  <romain@orebokech.com>
9720
9721         TODO: Backport to v5-10!
9722
9723         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9724         Moved here (and renamed) from gnus-registry.el.
9725
9726         * gnus-registry.el: Require gnus-util.
9727         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9728
9729 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * gnus-group.el (gnus-group-catchup-current): Change
9732         if-then-else-if-then-else into cond.
9733         (gnus-group-catchup): Indent.
9734         (group-name-at-point): New function.
9735         (gnus-fetch-group): Provide default from thing at point.
9736
9737 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * message.el (message-display-abbrev): Fix regexp.
9740
9741         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9742         choosing.
9743         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9744         dead variables.
9745
9746         * message.el (message-newline-and-indent): Remove debugging.
9747         (message-display-abbrev): Use new implementation.
9748
9749 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * gnus-art.el (gnus-article-mode): Set
9752         cursor-in-non-selected-windows to nil.
9753
9754         * smiley.el: Revert previous change.
9755         (smiley-data-directory): defvar it before using it in the
9756         defcustom of `smiley-style'.
9757
9758 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * message.el (message-newline-and-indent): New function.
9761
9762         * ecomplete.el: Implement more bits.
9763
9764         * message.el (message-put-addresses-in-ecomplete): Clean up the
9765         string.
9766
9767         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9768
9769         * gnus-sum.el (gnus-summary-save-parts): Bind
9770         gnus-summary-save-parts-counter and use it to make unique file
9771         names.
9772
9773         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9774
9775         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9776         parameter to say whether to actually parse the individual
9777         addresses.
9778
9779         * message.el (message-put-addresses-in-ecomplete): New function.
9780         (ecomplete): Require.
9781         (message-mail-alias-type): Add ecomplete as an option.
9782
9783 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9784
9785         * flow-fill.el (fill-flowed): Remove trailing space from blank
9786         quoted lines.
9787
9788 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9789
9790         * smiley.el (smiley-style): Move definition later to avoid a
9791         compilation warning.
9792
9793 2006-04-12  Kenichi Handa  <handa@m17n.org>
9794
9795         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9796         buffer and then decode the buffer text if necessary.
9797         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9798         first, and after mm-encode-body, change the buffer to unibyte.
9799         Use mm-disable-multibyte instead of set-buffer-multibyte.
9800
9801 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9804         Content-Type header instead of Content-Disposition header.
9805         (gnus-mime-inline-part): Ditto.
9806         (gnus-mime-view-part-as-charset): Ignore charset that the part
9807         specifies.
9808
9809         * mm-decode.el (mm-display-part): Work with external parts and
9810         usual parts similarly.
9811
9812         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9813         instead of gnus-display-mime.
9814
9815         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9816         instead of with-temp-buffer.
9817
9818         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9819         tag to summarized topics part in order to encode non-ASCII text.
9820
9821 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * smiley.el (smiley-style): New variable.
9824         (smiley-directory): New function.
9825         (smiley-data-directory): Derive from `smiley-style' using
9826         `smiley-directory'.
9827         (smiley-regexp-alist): Add new entries.
9828
9829         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9830         (gnus-article-browse-delete-temp): Add :version.
9831
9832 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9833
9834         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9835         the sieve region.
9836
9837 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * gnus.el (gnus-version-number): Bump version.
9840
9841 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * gnus.el: No Gnus v0.4 is released.
9844
9845 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846
9847         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9848         layout.
9849
9850         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9851         unknown charset.
9852
9853         * message.el (message-header-synonyms): Add Original-To to the
9854         default.
9855
9856         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9857         optional parameter.
9858
9859 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gnus-fun.el (gnus): Require it for gnus-directory.
9862
9863 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9866
9867 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9868
9869         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9870
9871 2006-04-05  Simon Josefsson  <jas@extundo.com>
9872
9873         * password.el (password-reset): New function.
9874
9875 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9876
9877         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9878         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9879
9880 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9881
9882         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9883         Some whitespace was matched into the url, which broke browsing hits
9884         > 100 when mm-url-use-external was nil.
9885
9886 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9887
9888         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9889         gnus-extra-headers for 'Newsgroups.
9890
9891         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9892         bound.
9893
9894 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9895
9896         * pgg-gpg.el: Clean up process buffers every time gpg processes
9897         complete.
9898
9899 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9902         doc string.
9903
9904 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9905
9906         * pgg-gpg.el (pgg-gpg-process-filter)
9907         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9908
9909         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9910         lines, temporary fix.
9911
9912 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9915
9916 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9917
9918         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9919         default-enable-multibyte-characters.  This reverts the change from
9920         revision 6.17 which is no longer necessary because the passphrase
9921         is sent separately now.  GnuPG messages are unreadable under
9922         multibyte locales with default-enable-multibyte-characters set to
9923         nil.
9924
9925 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * message.el (message-tool-bar-gnome): Move "spell".
9928
9929 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9932         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9933         instead.
9934
9935 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9936
9937         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9938         newsgroups handling for NNTP overviews which don't include
9939         Newsgroups.
9940
9941 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9942
9943         * message.el (message-resend): Bind message-generate-hashcash to nil.
9944
9945 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9946
9947         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9948         when searching for already-paid recipients.
9949
9950 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9951
9952         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9953         passphrases when it is not needed.
9954         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9955         passphrase stuff from gpg, should only be necessary when you use
9956         gpg with a smartcard.
9957
9958 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * mml.el (mml-insert-mime): Ignore cached contents of
9961         message/external-body part.
9962
9963         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9964         (mm-insert-part): Ditto.
9965
9966 2006-03-23  Simon Josefsson  <jas@extundo.com>
9967
9968         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9969         Reiner.
9970         (pgg-gpg-use-agent-p): Use it again.
9971
9972 2006-03-23  Simon Josefsson  <jas@extundo.com>
9973
9974         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9975         older emacsen.
9976         (pgg-gpg-use-agent-p): Don't use it.
9977
9978 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9981         if we can.
9982
9983 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9984
9985         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9986         (pgg-gpg-update-agent): New function.
9987         (pgg-gpg-use-agent-p): New function.
9988         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9989         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9990         (pgg-gpg-sign-region): Use it.
9991
9992 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9995         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9996
9997 2006-03-21  Simon Josefsson  <jas@extundo.com>
9998
9999         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10000         <wilde@sha-bang.de>.
10001         (pgg-gpg-use-agent): New variable.
10002         (pgg-gpg-process-region): Use it.
10003         (pgg-gpg-encrypt-region): Likewise.
10004         (pgg-gpg-encrypt-symmetric-region): Likewise.
10005         (pgg-gpg-decrypt-region): Likewise.
10006         (pgg-gpg-sign-region): Likewise.
10007         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10008
10009 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10012
10013         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10014         Add comment on version.
10015
10016 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * smiley.el: Add missing test smiley.
10019
10020 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * mm-decode.el (mm-with-part): New macro.
10023         (mm-get-part): Use it; work with message/external-body as well.
10024         (mm-save-part): Treat name and filename equally.
10025
10026         * mm-extern.el (mm-extern-cache-contents): New function.
10027         (mm-inline-external-body): Use it; force the part to be displayed;
10028         move undisplayer added to the cached handle to the parent.
10029
10030         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10031         (gnus-mime-view-part-as-type): Work with message/external-body.
10032
10033         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10034
10035 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10038         images in image-load-path.  [Sync with image.el, revision 1.60, in
10039         Emacs.]
10040
10041 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10044         path rather than symbol.  Always return list of directories.
10045         Guarantee that image directory comes first.  [Sync with image.el,
10046         revision 1.59, in Emacs.]
10047
10048         * message.el (message-make-tool-bar): Adjust to new API of
10049         `gmm-image-load-path-for-library'.
10050
10051         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10052
10053         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10054
10055 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10056
10057         * gnus-art.el (gnus-article-only-boring-p):
10058         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10059         intangible text.
10060         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10061
10062 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10063
10064         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10065         `defun' instead of `gmm-defun-compat'.
10066
10067 2006-03-14  Simon Josefsson  <jas@extundo.com>
10068
10069         * message.el (message-unique-id): Don't use message-number-base36
10070         if (user-uid) is a float.
10071         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10072
10073 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10076
10077         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10078         empty line between a part and a message part.
10079
10080 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10081
10082         * smiley.el: Add more test smileys.
10083         (smiley-data-directory, smiley-regexp-alist)
10084         (gnus-smiley-file-types): Fix doc strings.
10085         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10086         adding new elements.
10087         (smiley-mouse-map): Unused code.  Make it a comment.
10088
10089 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10092         scan latest NoCeM messages instead of old ones.
10093         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10094         delimiters that are recently used.
10095         (gnus-nocem-load-cache): Add autoload cookie.
10096
10097         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10098
10099         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10100         level which is larger than gnus-use-nocem is specified.
10101
10102         * gnus-group.el (gnus-group-get-new-news): Ditto.
10103
10104 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gnus-util.el (gnus-tool-bar-update): New function.
10107
10108         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10109         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10110
10111         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10112
10113         * gnus-group.el (gnus-group-redraw-when-idle)
10114         (gnus-group-redraw-check): Remove.
10115         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10116
10117 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10120         if optional last element is specified in splits (FIELD VALUE...).
10121
10122 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10125         to gmm-image-load-path-for-library.  Call with no-error argument.
10126         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10127
10128         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10129
10130         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10131
10132         * gmm-utils.el (gmm-image-load-path): Remove alias.
10133
10134 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * gmm-utils.el (gmm-image-load-path): Add alias.
10137
10138         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10139         nnml-generate-nov-databases-1.
10140         (nnml-generate-nov-databases): Use it.
10141         (nnml-generate-nov-databases-directory): Document no-active
10142         argument.
10143
10144         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10145         directory if path is t.  Add no-error.
10146
10147         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10148         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10149
10150         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10151         resetting gnus-article-browse-html-temp-list.
10152
10153         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10154         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10155         Add example to docstring.  Rename local variables.  Move error
10156         checks to default case in cond and simplify.
10157
10158 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10161         handle is multipart when calling it recursively.
10162         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10163
10164 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10165
10166         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10167         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10168
10169 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10172         is loaded.
10173
10174         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10175         loaded.
10176
10177 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10178
10179         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10180         to "Emacs 23 (unicode)" in doc string.
10181
10182         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10183         "Emacs 23 (unicode)" in comment.
10184
10185 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10188
10189         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10190         characters 160 through 255 in Emacs 23.
10191
10192 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10195         gnus-article-browse-html-temp.
10196         (gnus-article-browse-delete-temp): Make it customizable.  Add
10197         `file'.  Adjust doc string.
10198         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10199         query for each file.  Adjust doc string.
10200         (gnus-article-browse-html-parts): Add
10201         `gnus-article-browse-delete-temp-files' to
10202         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10203
10204 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10205
10206         * gnus-art.el (gnus-article-browse-html-temp)
10207         (gnus-article-browse-delete-temp): New variables.
10208         (gnus-article-browse-delete-temp-files): New function.
10209         (gnus-article-browse-html-parts): Use it.
10210
10211 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10212
10213         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10214
10215         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10216         string.
10217
10218         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10219         gnus-summary-insert-new-articles when unplugged.  Remove
10220         gnus-summary-search-article-forward.
10221
10222         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10223         display-visual-class instead of display-color-cells.
10224
10225 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * dgnushack.el: Autoload customize-group for XEmacs.
10228
10229         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10230         message/* containing non-ASCII text properly.
10231
10232 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * message.el: Require gmm-utils, remove autoloads.
10235         (message-tool-bar): Set default based on
10236         gmm-tool-bar-style.
10237         (message-tool-bar-gnome): Add gmm-customize-mode.
10238
10239         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10240         gmm-tool-bar-style.
10241         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10242
10243         * gnus-group.el (gnus-group-tool-bar): Set default based on
10244         gmm-tool-bar-style.
10245         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10246
10247         * gmm-utils.el (gmm-image-directory): Rename variable from
10248         gmm-image-load-path.
10249         (gmm-image-load-path): Use gmm-image-directory.
10250         (gmm-customize-mode): New function.
10251         (gmm-tool-bar-style): New variable.
10252
10253         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10254         gnus-group-redraw-line-number.
10255         (gnus-group-redraw-check): Simplify.
10256         (gnus-group-tool-bar-update): Remove redraw check.
10257         (gnus-group-make-tool-bar): Add redraw check.
10258
10259 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10260
10261         * gnus-art.el (gnus-button): Add missing parentheses.
10262
10263 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * lpath.el: Fbind line-number-at-pos.
10266
10267 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10270
10271 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10272
10273         * gnus-art.el (gnus-button): New face.
10274         (gnus-article-button-face): Use it.
10275
10276         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10277         gnus-summary-next-page.  Re-order.
10278
10279         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10280         next-node are now included.
10281         (gnus-group-redraw-line-number): New internal variable.
10282         (gnus-group-redraw-check): Helper function for updating the tool
10283         bar.
10284         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10285
10286         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10287
10288         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10289         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10290         Use it to match format of Spamassassin 3.0 and later.  Reported by
10291         IRIE Tetsuya <irie@t.email.ne.jp>.
10292         (spam-check-bogofilter)
10293         (spam-bogofilter-register-with-bogofilter): Fix args of
10294         `gnus-error' calls.
10295
10296 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10297
10298         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10299         unnecessary interaction when sending queued mails.  Reported by
10300         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10301
10302 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10305         first or last are nil.
10306
10307 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10308
10309         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10310
10311 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10312
10313         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10314
10315 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10316
10317         * dns.el (query-dns): Protect more against buggy tcp output.
10318
10319 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10322         nov.php.
10323
10324 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10325
10326         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10327         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10328         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10329         output on the server side.
10330         (nnweb-google-create-mapping): Update regexps and add some
10331         progress indication.
10332
10333 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10336         gnus-agent-toggle-plugged.  Re-order icons.
10337         (gnus-group-tool-bar-gnome): Add
10338         gnus-group-{prev,next}-unread-group.
10339         (gnus-group-tool-bar-gnome): Re-order icons.
10340
10341         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10342         gnus-summary-insert-new-articles.
10343
10344         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10345         comments.
10346
10347         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10348         also available in Emacs 21.3.
10349
10350         * message.el (message-fix-before-sending): Change "Emacs 22" to
10351         "Emacs 23 (unicode)" in comment.
10352
10353         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10354         "Emacs 23 (unicode)" in comment.
10355
10356         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10357         comment.
10358         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10359
10360         * mm-view.el (mm-fill-flowed): Add :version.
10361
10362 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10365         and load-path.
10366
10367 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * message.el: Autoload gmm-image-load-path.
10370         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10371         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10372         consitency.
10373
10374         * gmm-utils.el (gmm-image-load-path): Also search in
10375         "../etc/images".  Don't set gmm-image-load-path if we don't find
10376         the image.
10377
10378 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * gmm-utils.el (gmm-image-load-path): Don't make
10381         `gmm-image-load-path' include subdirectories which the second arg
10382         `image' might specify.
10383
10384         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10385         subdirectory to icon file names.
10386
10387         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10388
10389 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10390
10391         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10392         gmm-image-load-path calls.
10393
10394         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10395
10396         * message.el (message-make-tool-bar): Ditto.
10397
10398         * mml.el (mml-preview): Added comment concerning tool bar icons.
10399
10400         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10401         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10402
10403         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10404         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10405
10406         * message.el (message-tool-bar-gnome): Use new icon names.
10407         (message-make-tool-bar): Use `gmm-image-load-path'.
10408
10409         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10410         functions from MH-E.
10411         (gmm-image-load-path): New variable from MH-E.
10412         (gmm-image-load-path): New function from MH-E.  Added arguments
10413         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10414         *-image-load-path-called-flag.
10415
10416 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10417
10418         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10419
10420 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10421
10422         * nnimap.el (nnimap-request-move-article): Change folder back to
10423         source group before deleting.
10424
10425 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10426
10427         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10428
10429         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10430         mm-url.
10431
10432         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10433
10434 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10437         coding system which mm-charset-to-coding-system returns for a
10438         given charset is valid.
10439
10440 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10441
10442         * html2text.el (html2text-remove-tag-list):
10443         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10444
10445 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10446
10447         * gnus-cus.el: Revert 2005-10-17 change.
10448
10449 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-art.el (article-strip-banner): Call
10452         article-really-strip-banner only when the regexp match is made.
10453
10454 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-art.el (article-strip-banner): Use
10457         gnus-extract-address-components instead of
10458         mail-header-parse-addresses to make it work with non-ASCII text;
10459         remove mail-encode-encoded-word-string.
10460
10461         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10462         values which are surrounded with \"...\"; make it never cause a
10463         Lisp error; give up parsing of parameters if it failed in
10464         extracting type.
10465
10466 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10467
10468         * smime.el (smime-cert-by-ldap-1): Fix bug where
10469         `smime-ldap-search' returns results without userCertificates.
10470
10471 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10474
10475 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * spam.el (spam-check-spamassassin-headers): Adapt format for
10478         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10479         <ari@mbf.ocn.ne.jp>.
10480         (spam-list-of-processors): Add spam-use-gmane.
10481
10482 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10485         make-temp-file; make it work with XEmacs as well.
10486
10487         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10488         mm-make-temp-file.
10489
10490         * mm-decode.el (mm-display-external): Use the 3rd arg of
10491         mm-make-temp-file.
10492         (mm-create-image-xemacs): Ditto.
10493
10494 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10497         with message-narrow-to-headers.
10498         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10499         (gnus-draft-check-draft-articles): New function.
10500         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10501
10502 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * gnus-art.el (gnus-article-browse-html-parts):
10505         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10506         Don't use suffix argument for mm-make-temp-file for Emacs 21
10507         compatibility.  Remove useless `format'.
10508
10509 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10510
10511         * nnweb.el (nnweb-google-wash-article): Update regexps.
10512         (nnweb-group-alist): Use defvoo instead of defvar.
10513
10514 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10517         re-loading nn* modules.
10518
10519 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10522         for `tool-bar-mode' and don't check it's default-value.
10523
10524         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10525
10526         * message.el (message-make-tool-bar): Ditto.
10527
10528         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10529         `substring'.  Shorten tmp-file name.
10530
10531         * gnus.el: Remove bogus comment.
10532
10533 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10534
10535         * gnus-art.el (gnus-article-browse-html-parts): New function.
10536         (gnus-article-browse-html-article): New function for viewing html
10537         articles with a browser.
10538
10539 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10540
10541         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10542         in elisp.
10543         (pgg-gpg-encrypt-symmetric-region): Ditto.
10544         (pgg-gpg-sign-region): Ditto.
10545
10546         * pgg-def.el (pgg-text-mode): New variable.
10547
10548         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10549         (mml2015-pgg-encrypt): Ditto.
10550
10551         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10552         (mml1991-pgg-encrypt): Ditto.
10553
10554 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10557         message-make-date instead of current-time-string.
10558
10559         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10560         to gnus-decoded which mm-uu might set.
10561
10562 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10565         don't decode quoted parameters; remove misimported Emacs code.
10566         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10567         (rfc2231-decode-encoded-string): Don't use split-string which
10568         behaves differently according to Emacs version; use
10569         mm-decode-coding-region to convert charset to coding-system.
10570         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10571         (rfc2231-encode-string): Remove misimported Emacs code.
10572
10573 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10576         when calling mail-header-parse-content-type.
10577         (article-de-quoted-unreadable): Ditto.
10578         (article-de-base64-unreadable): Ditto.
10579         (article-wash-html): Ditto.
10580
10581         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10582         calling mail-header-parse-content-type and
10583         mail-header-parse-content-disposition.
10584         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10585         mail-header-parse-content-type.
10586
10587         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10588         insert charset and format parameters; encode description after
10589         inserting it to buffer.
10590         (mml-insert-parameter): Fold lines properly even if a parameter is
10591         segmented into two or more lines; change the max column to 76.
10592
10593         * rfc1843.el (rfc1843-decode-article-body): Don't use
10594         ignore-errors when calling mail-header-parse-content-type.
10595
10596         * rfc2231.el (rfc2231-parse-string): Return at least type if
10597         possible; don't cause an error even if it fails in parsing of
10598         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10599         (rfc2231-encode-string): Don't break lines at the beginning, leave
10600         it to mml-insert-parameter.
10601
10602         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10603         calling mail-header-parse-content-type.
10604
10605 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10606
10607         * spam-report.el (spam-report-gmane-use-article-number):
10608         Improve doc string.
10609         (spam-report-gmane-internal): Check if a suitable header was found
10610         in the article.
10611
10612 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10615         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10616
10617 2006-02-05  Romain Francoise  <romain@orebokech.com>
10618
10619         Update copyright notices of all files in the gnus directory.
10620
10621 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10622
10623         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10624
10625 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10628         segmented lines of parameter value to cope with Thunderbird 1.5
10629         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10630         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10631         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10632
10633 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10634
10635         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10636         parts.
10637
10638 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10639
10640         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10641         there's only one active file for all servers.
10642         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10643         solid groups.  Gnus might have used a FAST request to select the group.
10644         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10645         and nnweb-search redundantly in the active file.
10646         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10647         (nnweb-request-create-group): Don't use ARGS.
10648         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10649         initialisations.  Let nnoo do the work.
10650
10651 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10654         Say the part has been decoded.
10655
10656         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10657
10658 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10659
10660         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10661         mailcap-viewer-test-cache when there's no 'test clause, since that
10662         will invert the meaning of a "nil" test previously determined by
10663         mailcap-mailcap-entry-passes-test.
10664
10665 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10668         compiling.
10669
10670         * gnus-sum.el: Ditto.
10671
10672         * message.el: Don't bind tool-bar-map when compiling.
10673
10674 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10677
10678 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10679
10680         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10681         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10682         current Google Groups.
10683
10684 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10687         and tool-bar-mode.
10688
10689         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10690         and tool-bar-mode.
10691
10692         * message.el (message-tool-bar-update): Simplify.
10693         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10694
10695         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10696         gnus-summary-buffer.
10697         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10698         gnus-summary-reply.
10699
10700         * gmm-utils.el (gmm): Add :version.
10701
10702 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * Makefile.in (clean): New rule.
10705         (distclean): Use it.
10706
10707 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10708
10709         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10710         autoload.
10711
10712 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * gmm-utils.el (gmm-verbose): Add :group.
10715
10716 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * message.el: Change some comments WRT tool-bars.
10719
10720         * gnus-sum.el (gnus-summary-tool-bar)
10721         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10722         (gnus-summary-tool-bar-zap-list): New variables.
10723         (gnus-summary-make-tool-bar): Complete rewrite using
10724         `gmm-tool-bar-from-list'.
10725
10726         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10727         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10728         variables.
10729         (gnus-group-make-tool-bar): Complete rewrite using
10730         `gmm-tool-bar-from-list'.
10731         (gnus-group-tool-bar-update): New function.
10732
10733         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10734
10735 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10738         is dissected into a single part of which the type is the same as
10739         the given one; decode charset.
10740
10741 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10742
10743         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10744         into alists as symbol not string, since that's what
10745         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10746         look for.
10747
10748 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10751         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10752
10753         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10754
10755 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10758         (gnus-xmas-mime-security-button-menu): New function.
10759
10760         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10761         (gnus-mime-security-button-menu): New definition.
10762         (gnus-mime-security-button-map): Use them.
10763         (gnus-mime-security-button-menu): New function.
10764         (gnus-insert-mime-security-button): Addition to help echo.
10765         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10766         (gnus-mime-security-pipe-part): New functions.
10767
10768         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10769         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10770
10771         * mm-decode.el (mm-handle-set-disposition): Remove.
10772         (mm-handle-set-description): Remove.
10773
10774 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10777         (mm-w3m-standalone-supports-m17n-p): New function.
10778         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10779         w3m usage.
10780
10781         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10782         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10783
10784 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * message.el (message-tool-bar-zap-list): Use
10787         gmm-tool-bar-zap-list as custom type.
10788         (message-tool-bar-update): New function.
10789         (message-tool-bar, message-tool-bar-gnome)
10790         (message-tool-bar-retro): Add message-tool-bar-update.
10791         (message-tool-bar-gnome): Add flyspell-buffer.
10792
10793         * gnus-util.el (gnus-error): Describe `args'.
10794
10795         * gmm-utils.el (gmm-error): Describe `args'.
10796         (gmm-tool-bar-zap-list): New widget.
10797         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10798
10799 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10802         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10803         the number of recursive calls.
10804
10805         * mm-decode.el (mm-handle-set-disposition): New macro.
10806         (mm-handle-set-description): New macro.
10807
10808 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10811         encoding.
10812
10813 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * message.el (message-tool-bar-zap-list, message-tool-bar)
10816         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10817         (message-tool-bar-local-item-from-menu): Remove.
10818         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10819         (message-make-tool-bar): New function.
10820         (message-mode): Use `message-make-tool-bar'.
10821
10822         * gmm-utils.el: New file.
10823         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10824         (gmm-lazy): New widget copied from `nnmail.el'.
10825         (gmm-tool-bar-from-list): New function for creating customizable
10826         tool bars.
10827         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10828         output.
10829         (gmm): Add :prefix to defgroup.
10830
10831 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10832
10833         * gmm-utils.el (gmm-widget-p): New function.
10834
10835 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * mml.el (mml-attach-file): Describe `description' in doc string.
10838         (mml-menu): Add Emacs MIME manual and PGG manual.
10839
10840 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10841
10842         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10843
10844 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10845
10846         * nntp.el (nntp-end-of-line): Doc fix.
10847
10848 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10849
10850         * imap.el (imap-open): Handle case where buffer is a buffer
10851         object.
10852
10853 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10854
10855         * gnus-delay.el (gnus-delay): Don't autoload.
10856         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10857         to be re-loaded when customizing the `gnus-delay' group.
10858
10859 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10860
10861         * message.el (message-insert-citation-line): Use newlines.
10862
10863 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10864
10865         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10866         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10867         these routines, so the passphrase can be managed externally and
10868         passed in to the system.
10869         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10870         pgg-add-passphrase-to-cache function.
10871
10872         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10873         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10874         these routines, so the passphrase can be managed externally and
10875         passed in to the system.
10876         (pgg-pgp5-sign-region): Use new name of
10877         pgg-add-passphrase-to-cache function.
10878
10879 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10880
10881         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10882         part of the decoded armor to find the key-identifier.
10883         (pgg-gpg-lookup-key-owner): New function to return the
10884         human-readable identifier of a key owner.
10885         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10886         itself.
10887         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10888         the key value) if we have a key and can match it against a secret
10889         key.  Also, added a note pointing out fact that the prompt only
10890         indicates the first matching key.
10891
10892         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10893         pgg-decrypt-region.
10894         (pgg-add-passphrase-to-cache): Rename from
10895         `pgg-add-passphrase-cache' to reduce confusion (all callers
10896         changed).
10897         (pgg-remove-passphrase-from-cache): Rename from
10898         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10899         changed).
10900         (pgg-read-passphrase, pgg-add-passphrase-cache)
10901         (pgg-remove-passphrase-cache): Add informative docstrings.
10902         (pgg-decrypt): Convey provided passphrase in subordinate call to
10903         pgg-decrypt-region.
10904
10905 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10906
10907         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10908         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10909         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10910         'passphrase' argument, so the passphrase can be managed externally
10911         and then passed in to the system.
10912
10913         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10914         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10915         so the passphrase cache can be used reliably with identifiers
10916         besides a pgp packet's key id.
10917
10918         * pgg-gpg.el (pgg-gpg-encrypt-region)
10919         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10920         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10921         these routines, so the passphrase can be managed externally and
10922         passed in to the system.
10923
10924         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10925         'notruncate' argument, so the passphrase cache can be used
10926         reliably with identifiers besides a pgp packet's key id.
10927
10928 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10929
10930         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10931         symmetric encryption.
10932         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10933         encrypted session key.
10934         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10935         message ask for the passphrase in a proper way.
10936
10937         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10938         New user commands for symmetric encryption.
10939
10940 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10943
10944         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10945
10946 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10947
10948         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10949
10950 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * mm-decode.el (mm-inlined-types): Add application/pgp.
10953         (mm-automatic-display): Ditto.
10954
10955         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10956         part as text.
10957
10958 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * nnrss.el: Update copyright.
10961         (nnrss-opml-import): Query whether to subscribe to each entry.
10962
10963         * gnus-art.el:
10964         * gnus-sum.el:
10965         * gnus-xmas.el:
10966         * messagexmas.el:
10967         * mm-uu.el:
10968         * mm-view.el: Update copyright.
10969
10970 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10971
10972         * message.el (message-info): New function.
10973         (message-mode-menu): Add it.
10974         Update copyright.
10975
10976         * ChangeLog: Fix and update copyright.
10977
10978 2006-01-13  Romain Francoise  <romain@orebokech.com>
10979
10980         * message.el (message-forward-subject-name-subject): Prefer the
10981         address to 'nowhere' if the sender has no name.
10982         Fix typo.  Update copyright year.
10983
10984 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-art.el (article-wash-html): Use
10987         gnus-summary-show-article-charset-alist if a numeric arg is given.
10988         (gnus-article-wash-html-with-w3m-standalone): New function.
10989
10990         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10991         mm-inline-text-html-render-with-w3m-standalone.
10992         (mm-text-html-washer-alist): Map w3m-standalone to
10993         gnus-article-wash-html-with-w3m-standalone.
10994         (mm-inline-text-html-render-with-w3m-standalone): New function.
10995
10996 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10999         Improve LaTeX.
11000
11001 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11004         (nnrss-request-article): Render text/plain parts as HTML.
11005
11006         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11007         the buffer.
11008
11009 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11012         custom definition of `gnus-posting-styles'.
11013
11014         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11015         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11016
11017 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11020         Use nntp for bug archive.
11021
11022 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11025         parts.
11026         (nnrss-normalize-date): New function converts ISO 8601 date into
11027         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11028         (nnrss-check-group): Use it.
11029
11030 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11033
11034         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11035         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11036         (nnrss-insert-w3): Ditto.
11037
11038 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11041         the articles to be forwarded including the case where neither a
11042         number of articles nor a region is specified.
11043
11044 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * nnrss.el (nnrss-request-article): Fix last change; fill
11047         text/plain parts.
11048
11049 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11052         in text/plain part.
11053         (nnrss-check-group): Don't add excessive newline to dc:subject.
11054
11055 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11056
11057         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11058         article.
11059
11060 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11063         (nnml-use-compressed-files, nnml-save-mail): Support other
11064         comression programs such as bzip2.
11065
11066 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11067
11068         * dns.el (query-dns): Make sure we check the buffer size before
11069         removing tcp headers.
11070
11071 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11074         remove MIME buttons associated with multipart/alternative parts.
11075         (gnus-mime-display-alternative): Tag buttons using `article-type'
11076         text property.
11077
11078         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11079         associated with multipart/alternative parts.
11080
11081         * gnus-art.el (gnus-signature-separator): Fix custom type.
11082
11083         * mm-decode.el (mm-inlined-types): Fix custom type.
11084         (mm-keep-viewer-alive-types): Ditto.
11085         (mm-automatic-display): Ditto.
11086         (mm-attachment-override-types): Ditto.
11087         (mm-inline-override-types): Ditto.
11088         (mm-automatic-external-display): Ditto.
11089
11090 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * spam-report.el (spam-report-user-mail-address)
11093         (spam-report-user-agent): New variables.
11094         (spam-report-url-ping-plain): Use spam-report-user-agent.
11095
11096 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11097
11098         * gnus-art.el (gnus-button-handle-custom): Do not just use
11099         `customize-apropos' for any "M-x customize-*" button but the
11100         function called for.  Accept both the function name and its
11101         argument in order to achieve this.
11102         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11103         function name to `gnus-button-handle-custom' in case of "M-x
11104         customize-*" buttons.
11105
11106 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11109         multipart/alternative and add xref to mm-discouraged-alternatives
11110         in doc string.
11111
11112         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11113         gnus-buttonized-mime-types in doc string.
11114
11115 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11118         Suggest image/.* in the doc string.
11119
11120 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11123         message-marks (Debian bug #342521).
11124
11125 2005-12-12  Simon Josefsson  <jas@extundo.com>
11126
11127         * password.el (password-read-from-cache): Add.
11128         (password-read): Use it.
11129
11130 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11133         us-ascii as a MIME charset.
11134
11135         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11136         against the case where the 2nd arg TYPE is nil.
11137
11138 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * pop3.el (pop3-stream-type): Fix custom version.
11141
11142         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11143
11144 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11145
11146         * mm-decode.el (mm-display-external): Add missing cdr.
11147
11148 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11151         RFC1524) if it is in mailcap or add a suffix according to
11152         mailcap-mime-extensions when generating a temp filename; postpone
11153         deleting a temp file for 2 seconds for some wrappers, shell
11154         scripts, and so on, which might exit right after having started a
11155         viewer command as a background job.
11156
11157 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * nntp.el (nntp-marks-directory): Fix custom group.
11160
11161         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11162         steps when < 10.
11163
11164         * gnus-start.el (gnus-no-server-1): Mention
11165         `gnus-level-default-subscribed' in doc string.
11166
11167 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11168
11169         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11170         parens.
11171
11172 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-xmas.el (gnus-use-toolbar): Revert.
11175         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11176         gnus-use-toolbar is default.
11177
11178         * messagexmas.el (message-use-toolbar): Revert.
11179         (message-setup-toolbar): Use global default-toolbar if
11180         message-use-toolbar is default.
11181
11182 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11185         according to default-toolbar-visible-p.
11186
11187         * messagexmas.el (message-use-toolbar): Ditto.
11188
11189 2005-11-26  Dave Love  <fx@gnu.org>
11190
11191         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11192         (tls-program, tls-success): Provide openssl alternative.
11193
11194         * starttls.el: Doc fixes.
11195         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11196         SERVICE to PORT.
11197
11198         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11199         port null or service name.
11200         (starttls-negotiate): Autoload.
11201
11202 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * message.el (message-kill-to-signature): Fix interactive spec.
11205
11206 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * pop3.el (pop3-open-server): Recognize a string as a service name.
11209
11210 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11211
11212         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11213
11214 2005-11-23  Dave Love  <fx@gnu.org>
11215
11216         Add pop3s, pop3/starttls.
11217
11218         * pop3.el (pop3-authentication-scheme): Clarify doc.
11219         (open-tls-stream, starttls-open-stream): Autoload.
11220         (pop3-stream-type): New.
11221         (pop3-open-server): Use it.
11222
11223         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11224         for POP.
11225         (mail-source-keyword-map): Add :stream for POP.
11226         (mail-source-fetch-pop): Use pop3-stream-type.
11227
11228 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11231         of current-time-string.
11232
11233 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11234
11235         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11236         date header.
11237
11238 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11239
11240         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11241         it can seriously impact performance as it bypasses the agent's
11242         local caches.
11243
11244 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11245
11246         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11247         must be explicitly online rather than "not explicitly offline" for
11248         its flags to be synchronized.
11249
11250         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11251         that gnus-uu-unmark-thread will function correctly.
11252
11253         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11254         1024K is instead displayed as 1M.
11255
11256 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11257
11258         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11259
11260 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11261
11262         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11263
11264 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11265
11266         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11267         error message to display actual error condition.
11268         (gnus-agent-save-local): Avoid saving symbols that are bound to
11269         nil as they simply result in a warning message in
11270         gnus-agent-read-local.
11271
11272 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11275         rather than make-variable-buffer-local for file-precious-flag.
11276
11277 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11278
11279         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11280         for duplicates which are removed.  The invalid sort check then
11281         triggers a rescan after the sort as sorting may have moved
11282         duplicate entries such that they can be cheaply detected.
11283
11284 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11287
11288 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11289
11290         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11291         internal variable to a custom variable.  Changed default value
11292         from compressed(2) to uncompressed(1).
11293         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11294         support for uncompressed agentview files.  Taken together, reading
11295         the agentview file should now be 6-7 times faster.
11296
11297 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11298
11299         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11300         as a buffer-local variable.  This avoids creating truncated
11301         dribble files as a result of a hang up, eg.
11302
11303 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11304
11305         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11306         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11307         XEmacs.
11308
11309 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * gnus-start.el (gnus-start-draft-setup): Enforce
11312         `gnus-draft-mode' for nndraft:drafts at startup.
11313
11314         * gnus.el (gnus-splash): Change custom group.
11315         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11316         allow-list argument.
11317
11318         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11319         string.
11320
11321 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * gnus-art.el (gnus-default-article-saver): Add user-defined
11324         `function' to custom type.
11325
11326 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11327
11328         * imap.el (imap-open): Handle case where buffer is a buffer
11329         object.
11330
11331 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11334         long lines.
11335         (gnus-cache-delete-group): Wrap doc strings.
11336
11337         * gnus-agent.el (gnus-agent-rename-group)
11338         (gnus-agent-delete-group): Wrap doc strings.
11339
11340 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * messagexmas.el (message-use-toolbar): Change the valid values
11343         into default, top, bottom, left, and right.
11344         (message-toolbar-thickness): New variable.
11345         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11346         well.
11347         (message-setup-toolbar): Make it work.
11348
11349         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11350         (gnus-use-toolbar): Change the valid values into default, top,
11351         bottom, left, and right.
11352         (gnus-toolbar-thickness): New variable.
11353         (gnus-xmas-setup-toolbar): New function.
11354         (gnus-xmas-setup-group-toolbar): Use it.
11355         (gnus-xmas-setup-summary-toolbar): Use it.
11356
11357 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11358
11359         * gnus-start.el (gnus-1): Add "native" to
11360         gnus-predefined-server-alist.
11361
11362         * gnus.el (gnus-method-to-server): Don't add "native" to the
11363         lists here, because that leads to problems when
11364         gnus-select-method is bound.
11365
11366 2005-11-09  Simon Josefsson  <jas@extundo.com>
11367
11368         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11369         use (not sort-by-date) instead.
11370
11371 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11372
11373         * gnus-delay.el (gnus-delay-group): Don't autoload.
11374         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11375         to be re-loaded when customizing the `gnus-delay' group.
11376
11377 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11378
11379         * message.el: Revert last changes.
11380         (message-insert-citation-line): Use newlines.
11381
11382 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11383
11384         * message.el (message-courtesy-message)
11385         (message-mark-insert-begin, message-mark-insert-end)
11386         (message-elide-ellipsis, message-cancel-message)
11387         (message-add-header, message-change-subject)
11388         (message-cross-post-followup-to-header)
11389         (message-cross-post-insert-note, message-reduce-to-to-cc)
11390         (message-widen-reply, message-delete-not-region)
11391         (message-kill-to-signature, message-insert-signature)
11392         (message-insert-importance-high, message-insert-importance-low)
11393         (message-insert-or-toggle-importance)
11394         (message-insert-disposition-notification-to)
11395         (message-indent-citation, message-yank-original)
11396         (message-cite-original-without-signature, message-cite-original)
11397         (message-insert-citation-line, message-position-on-field)
11398         (message-fix-before-sending, message-send-mail-partially)
11399         (message-send-mail, message-send-mail-with-sendmail)
11400         (message-send-mail-with-qmail, message-send-news)
11401         (message-check-news-header-syntax, message-generate-headers)
11402         (message-insert-courtesy-copy, message-fill-address)
11403         (message-fill-header, message-shorten-references)
11404         (message-setup-1, message-cancel-news)
11405         (message-forward-make-body-plain, message-forward-make-body-mime)
11406         (message-forward-make-body-mml, message-encode-message-body)
11407         (message-forward-make-body-digest-plain)
11408         (message-forward-make-body-digest-mime)
11409         (message-use-alternative-email-as-from): Insert `hard-newline'
11410         instead of ordinary newlines.
11411
11412 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * message.el (message-generate-headers): Downcase the argument
11415         given to message-check-element.
11416
11417 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11418
11419         * nntp.el (nntp-authinfo-rejected): New error condition.
11420         (nntp-wait-for): Use new error condition to signal authentication
11421         error.
11422         (nntp-retrieve-data): Rethrow new error condition to break out of
11423         recursive call to nntp-send-authinfo.
11424
11425 2005-11-08  Romain Francoise  <romain@orebokech.com>
11426
11427         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11428         (gnus-summary-exit-map): Bind to `Z p'.
11429         (gnus-summary-make-menu-bar): Add menu item.
11430
11431 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11434         (gnus-treat-*): Add `first' in all doc strings.
11435
11436         * gnus-group.el (gnus-group-compact-group): Fix typo.
11437
11438 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus.el (gnus-parameters-case-fold-search): New variable.
11441         (gnus-parameters-get-parameter): Use it.
11442
11443         * gnus-score.el (gnus-home-score-file): Doc fix.
11444
11445 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11446
11447         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11448
11449 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * mm-util.el (mm-special-display-p): New function.
11452
11453         * mml.el (mml-preview): Use it; doc fix.
11454
11455 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11456
11457         * imap.el (imap-open): Handle case where buffer is a buffer object.
11458
11459 2005-10-29  Romain Francoise  <romain@orebokech.com>
11460
11461         * message.el (message-fix-before-sending): Fix comment.
11462
11463 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11464
11465         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11466
11467 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11468
11469         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11470         Used in gnus-score.el.
11471
11472 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11475
11476 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11479         whitespace removed in revision 7.8.  Use concatenated string to
11480         protect trailing whitespace.
11481
11482 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11483
11484         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11485         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11486         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11487         Courier IMAP ("some version from 2004").  Mostly based on similar
11488         code in the same function.
11489
11490 2005-10-26  Didier Verna  <didier@xemacs.org>
11491
11492         * gnus-group.el (gnus-group-compact-group): Invalidate original
11493         article buffer.
11494         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11495         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11496         NOV database and in article itself.
11497         Invalidate article backlog.
11498
11499 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11502
11503 2005-10-26  Simon Josefsson  <jas@extundo.com>
11504
11505         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11506         part of 2004-07-25 change.
11507
11508 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * message.el (message-display-completion-list): New function.
11511         (message-expand-group): Use it; make sure the Completions buffer
11512         is modifiable.
11513 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11514
11515         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11516         user-mail-name is an empty string.
11517
11518 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11521         depending on gnus-score-decay-constant.
11522
11523         * encrypt.el (encrypt-insert-file-contents)
11524         (encrypt-write-file-contents): Don't use `gnus-message'.
11525
11526         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11527         arguments.
11528         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11529         arguments to mm-uu-verbatim-marks-extract.
11530         (mm-uu-hide-markers): New variable.
11531         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11532
11533         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11534         (gnus-convert-image-to-face-command): Use "convert" by default to
11535         allow other input image formats.
11536         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11537         accordingly.
11538
11539 2005-10-23  Simon Josefsson  <jas@extundo.com>
11540
11541         * imap.el (imap-gssapi-program): Align command line parameters
11542         with latest GNU SASL.
11543         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11544
11545 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11546
11547         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11548         HTML.
11549         (nnslashdot-request-article): Ditto.
11550
11551         * lpath.el (featurep): Add nobreak-char-display.
11552
11553 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11554
11555         * mail-source.el (mail-source-fetch-pop): Require pop3.
11556         (mail-source-check-pop): Ditto.
11557
11558 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11561         errors.
11562
11563 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11566         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11567
11568         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11569
11570         * mm-bodies.el (mm-decode-string): Call
11571         `mm-charset-to-coding-system' with allow-override argument.
11572
11573 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11576         (rfc2047-charset-to-coding-system): New function.
11577         (rfc2047-decode-encoded-words): New function.
11578         (rfc2047-decode-region): Use them.
11579         (rfc2047-decode-cte): Remove.
11580         (rfc2047-parse-and-decode): Remove.
11581         (rfc2047-decode): Remove.
11582
11583 2005-10-15  Kenichi Handa  <handa@m17n.org>
11584
11585         * rfc2047.el (rfc2047-decode-cte): New function.
11586         (rfc2047-decode-region): Change the way to decode successive
11587         encoded-words: decode B- or Q-encoding in each encoded-word,
11588         concatenate them, and decode it as charset.
11589
11590 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * lpath.el: Fbind codepage-setup for XEmacs.
11593
11594 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11595
11596         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11597         widget-move-and-invoke.
11598         (gnus-custom-mode): Use gnus-custom-map.
11599
11600 2005-10-15  Bill Wohler  <wohler@newt.com>
11601
11602         * message.el (message-tool-bar-map): Renamed image file from
11603         mail_send to mail/send.
11604
11605 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11606
11607         * message.el (message-expand-group): Pass the common
11608         prefix substring of completion to `display-completion-list'.
11609
11610 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * mml-sec.el (mml-secure-method): New internal variable.
11613         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11614         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11615         functions using mml-secure-method.
11616
11617         * mml.el (mml-mode-map): Add key bindings for those functions.
11618         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11619         Harder <harder@myrealbox.com>.
11620         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11621         end of message if point is the headers of the message.
11622
11623         * message.el (message-in-body-p): New function.
11624
11625         * assistant.el: Autoload gnus-util and netrc.
11626
11627         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11628         Use `mm-charset-override-alist' only when decoding.
11629
11630         * mm-bodies.el (mm-decode-body): Call
11631         `mm-charset-to-coding-system' with allow-override argument.
11632
11633         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11634         `filename' from Content-Disposition if Content-Type doesn't
11635         provide `name'.
11636         (gnus-mime-view-part-as-type): Set default instead of
11637         initial-input.
11638
11639 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11640
11641         * format-spec.el (format-spec): Propagate text properties of % spec.
11642
11643 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * gnus-art.el (gnus-treat-predicate): Add `first'.
11646
11647 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11650         (mm-charset-override-alist): New variable.
11651         (mm-charset-to-coding-system): Use it.
11652         (mm-codepage-setup): New helper function.
11653         (mm-charset-eval-alist): New variable.
11654         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11655         about unknown charsets.
11656
11657         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11658
11659 2005-10-04  David Hansen  <david.hansen@gmx.net>
11660
11661         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11662         (nnrss-check-group): Ditto.
11663
11664 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11667         Rename x-gnus-verbatim to x-verbatim.
11668         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11669
11670         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11671         x-verbatim.
11672
11673         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11674
11675         * gnus-util.el (gnus-remove-duplicates): Remove.
11676
11677         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11678         instead of gnus-remove-duplicates.
11679
11680         * message.el (message-remove-duplicates): Remove.
11681         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11682         message-remove-duplicates.
11683
11684         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11685         available, else use implementation from `delete-dups'.
11686
11687         * message.el (message-insert-expires): New function.
11688         (message-mode-map): Add key binding.
11689         (message-mode-field-menu): Add menu entry.
11690         (message-mode): Document it.
11691         (message-make-expires-date): Use `message-make-date'.
11692
11693 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11694
11695         * message.el (message-make-expires-date): New function.
11696
11697 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * Makefile.in (list-installed-shadows): New entry.
11700         (install): Use it.
11701         (remove-installed-shadows): New entry.
11702
11703         * dgnushack.el (dgnushack-default-load-path): New variable.
11704         (dgnushack-find-lisp-shadows): New function.
11705         (dgnushack-remove-lisp-shadows): New function.
11706
11707 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * Makefile.in (install-el-elc): New entry.
11710         (install): Use it so that .el files are necessarily installed.
11711
11712 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11715
11716 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11717
11718         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11719         function rather than the diff-mode.el package.
11720         (mm-display-external): Use with-current-buffer.
11721         (mm-viewer-completion-map, mm-viewer-completion-map):
11722         Move initialization inside declaration.
11723
11724 2005-09-29  Simon Josefsson  <jas@extundo.com>
11725
11726         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11727         autoload mail-check-payment.
11728         (spam-check-hashcash): Define unconditionally, since hashcash.el
11729         is part of Gnus now.  Ignore errors from payment checking.
11730
11731 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * message.el (message-bold-region, message-unbold-region): Rename
11734         from `bold-region' and `unbold-region'.
11735
11736         * message.el: Remove useless autoloads.
11737
11738 2005-09-28  Simon Josefsson  <jas@extundo.com>
11739
11740         * message.el (message-use-idna): Default to t.
11741         (message-use-idna): Test whether encoding works too.  Doc fix.
11742
11743 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * nntp.el (nntp-warn-about-losing-connection): Remove.
11746
11747 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11750         customizable.  Change default value.
11751         (mm-uu-diff-groups-regexp): Change default value.
11752         (mm-uu-type-alist): Add doc string.
11753         (mm-uu-configure): Add doc string.  Make it interactive.
11754         (mm-uu-tex-groups-regexp): New variable.
11755         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11756         (mm-uu-type-alist): Add LaTeX documents.
11757         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11758         of "text/verbatim".
11759         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11760
11761         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11762         instead of "text/verbatim".
11763
11764         * message.el (message-mark-inserted-region)
11765         (message-mark-insert-file): Use slrn style marks when called with
11766         prefix argument.
11767
11768 2005-09-27  Simon Josefsson  <jas@extundo.com>
11769
11770         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11771
11772 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11773
11774         * message.el (message-remove-duplicates): New function.
11775         Implementation borrowed from `gnus-remove-duplicates'.
11776         (message-idna-to-ascii-rhs): Also encode idna addresses in
11777         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11778         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11779         only ask about the same idna domain once per header and also tell
11780         in what header to replace the idna domain.
11781
11782         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11783         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11784         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11785         a header is decoded and not just the last one.
11786
11787 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11790         has been decoded.
11791
11792         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11793         (mm-insert-part): Don't modify text if it has been decoded.
11794
11795         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11796         decoded.
11797
11798         * mm-view.el (mm-inline-text): Don't strip text props unless
11799         decoding enriched or richtext parts.
11800
11801 2005-09-25  Romain Francoise  <romain@orebokech.com>
11802
11803         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11804         * gnus-start.el (gnus-subscribe-interactively):
11805         * gnus-uu.el (gnus-uu-grab-articles):
11806         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11807         space.
11808
11809 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11810
11811         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11812         * mm-view.el (mm-view-pkcs7-decrypt):
11813         * gnus-sum.el (gnus-summary-limit-to-extra)
11814         (gnus-summary-respool-article, gnus-read-move-group-name):
11815         * gnus-score.el (gnus-summary-increase-score):
11816         * gnus-util.el (gnus-completing-read-with-default):
11817         * gnus-art.el (gnus-read-save-file-name)
11818         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11819         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11820         * message.el (message-check-news-header-syntax):
11821         Follow convention for reading with the minibuffer.
11822
11823 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * spam-report.el (spam-report-url-ping-plain):
11826         Use gnus-extended-version as User-Agent.
11827
11828         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11829         default value is nil.
11830
11831         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11832         (mm-uu-verbatim-marks-extract): New function.
11833         (mm-uu-extract): New face.
11834         (mm-uu-copy-to-buffer): Use it.
11835
11836         * spam-report.el (spam-report-gmane-ham): Renamed from
11837         `spam-report-gmane-unspam'.
11838         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11839         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11840
11841         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11842         Autoload.
11843         (spam-report-gmane-unregister-routine): Renamed
11844         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11845
11846 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11847
11848         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11849         (spam-report-gmane-unregister-routine): Add support for gmane
11850         unregistration.
11851
11852         * spam-report.el (spam-report-gmane-unspam)
11853         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11854         (spam-report-gmane): Change to take a single article and do unspam
11855         registration.
11856
11857 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * mm-url.el (mm-url-decode-entities): Fix regexp.
11860
11861 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11862
11863         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11864         default to nil, to be able to use Gnus at all.  If the default
11865         switches to something else, then the function should be fixed not
11866         be exceedingly slow.
11867
11868 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11869
11870         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11871         fail hard.
11872
11873         * spam-report.el: Add better Keywords line.
11874
11875         * spam.el: Add Maintainer and better Keywords line.
11876
11877 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * gnus-art.el (gnus-article-replace-part)
11880         (gnus-mime-replace-part): New functions.
11881         (gnus-mime-action-alist, gnus-mime-button-commands)
11882         (gnus-mime-save-part-and-strip): Added file argument.
11883         (gnus-article-part-wrapper): Added interactive argument.
11884
11885         * gnus-sum.el (gnus-summary-mime-map): Add
11886         `gnus-article-replace-part'.
11887
11888 2005-09-19  Didier Verna  <didier@xemacs.org>
11889
11890         The nnml compaction feature:
11891         * nnml.el (nnml-request-compact-group): New function.
11892         * nnml.el (nnml-request-compact): New function.
11893         * gnus-int.el (gnus-request-compact-group): New function.
11894         * gnus-int.el (gnus-request-compact): New function.
11895         * gnus-group.el (gnus-group-compact-group): New function.
11896         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11897         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11898         * gnus-srvr.el (gnus-server-compact-server): New function.
11899         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11900         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11901
11902 2005-09-18  Deepak Goel  <deego@gnufans.org>
11903
11904         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11905         format spec.
11906
11907 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11910
11911 2005-09-15  Romain Francoise  <romain@orebokech.com>
11912
11913         * message.el (message-fill-paragraph): Clarify docstring.
11914
11915 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-art.el (gnus-mime-display-part): Protect against broken
11918         MIME messages.
11919
11920 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11923         before parsing header.
11924
11925 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11926
11927         * html2text.el (html2text-replace-list): Add new entities.
11928
11929 2005-09-11  Romain Francoise  <romain@orebokech.com>
11930
11931         * message.el (message-alternative-emails): Improve docstring.
11932         (message-setup-1): Call `message-use-alternative-email-as-from'
11933         after `message-setup-hook' to give it precedence over posting
11934         styles, etc.
11935         (message-use-alternative-email-as-from): Add docstring.  Remove
11936         the original From header if present.
11937
11938         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11939         (nnml-save-mail): Use it.
11940
11941         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11942         articles.  Add new argument `silent'.
11943         (gnus-uu-mark-all): Report the total number of marked articles.
11944
11945 2005-09-10  Romain Francoise  <romain@orebokech.com>
11946
11947         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11948         (gnus-uu-mark-series): Likewise.
11949
11950 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11951
11952         * spam-report.el (spam-report-gmane): Fix generation of spam
11953         report URL.
11954
11955 2005-09-10  Simon Josefsson  <jas@extundo.com>
11956
11957         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11958         t, based on discussion on the ding list with Robert Epprecht
11959         <epprecht@solnet.ch>.
11960
11961 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * spam-report.el (spam-report-gmane): Make it work without
11964         X-Report-Spam header.  Gmane now only provides Archived-At.
11965         This is only used if `spam-report-gmane-use-article-number' is nil.
11966         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11967
11968         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11969         make `gnus-summary-sort-by-recipient' work with threading.
11970
11971         * nnweb.el (nnweb-google-wash-article): Print a message if article
11972         is not available.
11973
11974 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11975
11976         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11977         change.  Decode text/* parts content before displaying.
11978
11979 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11980
11981         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11982
11983 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11986
11987         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11988         url-package-name, url-package-version,
11989         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11990         w3m-display-inline-images, and w3m-minor-mode-map.
11991
11992 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * message.el (message-tab-body-function): Fix mismatched custom type.
11995
11996         * gnus.el (gnus-group-change-level-function): Ditto.
11997
11998         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11999
12000         * gnus-art.el (gnus-signature-limit)
12001         (gnus-article-mime-part-function): Ditto.
12002
12003 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * mml.el (mml-mode): Silence the byte compiler.
12006
12007         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12008         using `(sit-for 0)' before moving the point to the specified part;
12009         skip unbuttonized parts.
12010         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12011         return to the summary window if gnus-auto-select-part is non-nil.
12012
12013 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12016         variables.
12017         (mml-dnd-attach-file, mml-mode): Use them.
12018
12019         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12020         Make fetching article by MID work again for Google Groups.  Added
12021         FIXME concerning gnus-group-make-web-group.
12022
12023         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12024         Don't depend on Gnus by using mail-extract-address-components if
12025         gnus-extract-address-components is not bound.
12026
12027 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12028
12029         * gnus-art.el (gnus-mime-display-security): Don't display the
12030         signature, but only the signed part.
12031
12032 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12035
12036         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12037         list, not listp.
12038
12039 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12040
12041         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12042         when encoding.
12043
12044         * mm-bodies.el (mm-decode-content-transfer-encoding):
12045         De-canonicalize CRLF for all text content types, not just
12046         text/plain.
12047
12048 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12051         valid article; point arrow and cursor at the MIME button.
12052
12053 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12056         Suggested by Dan Christensen <jdc@uwo.ca>.
12057
12058         * mm-decode.el (mm-save-part): Enable change of prompt.
12059
12060 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12061
12062         * gnus-msg.el (gnus-inews-add-send-actions): Made
12063         `message-post-method' lambda parameter ARG `&optional'.
12064
12065 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * gnus-sum.el (gnus-summary-mime-map): Added
12068         gnus-article-save-part-and-strip, gnus-article-delete-part and
12069         gnus-article-jump-to-part.
12070
12071         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12072         (gnus-article-edit-part): Use it.
12073         (gnus-article-part-wrapper): Added no-handle argument.
12074         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12075         functions.
12076
12077 2005-08-29  Romain Francoise  <romain@orebokech.com>
12078
12079         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12080         docstring.
12081         (gnus-face-from-file): Likewise.
12082
12083 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12086         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12087         non-nil.
12088         (gnus-auto-select-part): New variable.
12089         (gnus-article-jump-to-part): New function.
12090         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12091         (gnus-mime-delete-part): Allow selecting specified part after
12092         deleting or stripping parts.
12093         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12094         part if argument is bogus.
12095
12096 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12097
12098         * gnus-art.el (w3m-minor-mode-map):
12099         * gnus-spec.el (gnus-newsrc-file-version):
12100         * gnus-util.el (nnmail-active-file-coding-system)
12101         (gnus-original-article-buffer, gnus-user-agent):
12102         * gnus.el (gnus-ham-process-destinations)
12103         (gnus-parameter-ham-marks-alist)
12104         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12105         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12106         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12107         * mm-decode.el (gnus-current-window-configuration):
12108         * mm-extern.el (gnus-article-mime-handles):
12109         * mm-url.el (url-current-object, url-package-name)
12110         (url-package-version):
12111         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12112         (smime-keys, w3m-cid-retrieve-function-alist)
12113         (w3m-current-buffer, w3m-display-inline-images)
12114         (w3m-minor-mode-map):
12115         * mml-smime.el (gnus-extract-address-components):
12116         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12117         (gnus-newsrc-hashtb, message-default-charset)
12118         (message-deletable-headers, message-options)
12119         (message-posting-charset, message-required-mail-headers)
12120         (message-required-news-headers):
12121         * mml1991.el (mc-pgp-always-sign):
12122         * mml2015.el (mc-pgp-always-sign):
12123         * nnheader.el (nnmail-extra-headers):
12124         * rfc1843.el (gnus-decode-encoded-word-function)
12125         (gnus-decode-header-function, gnus-newsgroup-name):
12126         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12127
12128 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12129
12130         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12131         the end of the date treatments.
12132
12133 2005-08-15  Simon Josefsson  <jas@extundo.com>
12134
12135         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12136         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12137         Capello and Romain Francoise.
12138         (pgg-fetch-key-function): Removed, not used?
12139         (pgg-insert-url-with-w3): Require url, to get
12140         url-insert-file-contents regardless of where it is defined.
12141
12142 2005-08-13  Romain Francoise  <romain@orebokech.com>
12143
12144         * message.el (message-cite-original-1): New function.
12145         (message-cite-original): Use it.
12146         (message-cite-original-without-signature): Ditto.
12147
12148 2005-08-08  Romain Francoise  <romain@orebokech.com>
12149
12150         * message.el (message-yank-empty-prefix): New variable.
12151         (message-indent-citation): Use it.
12152         (message-cite-original-without-signature): Respect X-No-Archive.
12153
12154 2005-08-08  Simon Josefsson  <jas@extundo.com>
12155
12156         * pgg.el: Autoload url-insert-file-contents instead of loading
12157         w3/url.
12158         (pgg-insert-url-with-w3): Don't load url here.
12159
12160 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12161
12162         * message.el (message-kill-to-signature): Don't insert newline at
12163         bol.
12164         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12165
12166 2005-08-06  Romain Francoise  <romain@orebokech.com>
12167
12168         * message.el (message-user-fqdn): Fix typo in docstring.
12169
12170 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12171
12172         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12173
12174         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12175
12176 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * mm-bodies.el (mm-encode-body): Use coding system rather than
12179         charset to encode text.
12180
12181         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12182         number of charsets if utf-8 is available (XEmacs).
12183
12184 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12187         taken from `gnus-button-mid-or-mail-regexp'.
12188         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12189         (gnus-button-alist): Improve regexp for domain part of the MIDs
12190         for news:localpart@domain buttons.
12191         (gnus-button-ctan-directory-regexp): Update.
12192
12193 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * sieve-manage.el (sieve-manage-interactive-login): Use
12196         make-local-variable rather than make-variable-buffer-local.
12197         (sieve-manage-open): Ditto.
12198         (sieve-manage-authenticate): Ditto.
12199
12200         * mml.el (mml-generate-mime-1): Make the content type default to
12201         text/plain if the filename is not specified.
12202
12203 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12206         instead of insert-buffer.
12207
12208         * message.el (message-yank-original): Ditto; set the mark at the
12209         end of the yanked message.
12210
12211 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12214         lines to scroll rather than to stop it.
12215
12216         * mml.el (mml-generate-default-type): Add doc string.
12217         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12218         default to application/octet-stream when determining the content
12219         type if it is not specified for the part or the mml contents; add
12220         a comment about mml-generate-default-type.
12221
12222 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12225         make it default to application/octet-stream when determining the
12226         content type if it is not specified for the external contents.
12227
12228 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12231         segmented parameter but also other parameters might be there.
12232
12233 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * mm-decode.el (mm-display-external): Delete temp file, directory
12236         and buffer immediately if the external process is exited.
12237
12238 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12241         fewer lines than that of scroll-margin.
12242         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12243
12244 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * gnus-art.el (gnus-article-next-page): Revert.
12247         (gnus-article-beginning-of-window): New macro.
12248         (gnus-article-next-page-1): Use it.
12249         (gnus-article-prev-page): Ditto.
12250         (gnus-article-edit-part): Use insert-buffer-substring instead of
12251         insert-buffer.
12252         (gnus-article-edit-exit): Ditto.
12253
12254         * gnus-util.el (gnus-beginning-of-window): Remove.
12255         (gnus-end-of-window): Remove.
12256
12257         * lpath.el: Don't bind header-line-format and scroll-margin.
12258
12259 2005-07-25  Simon Josefsson  <jas@extundo.com>
12260
12261         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12262         to have the url package without w3.  Reported by Daiki Ueno
12263         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12264
12265 2005-07-20  Didier Verna  <didier@xemacs.org>
12266
12267         * gnus-diary.el: Remove the description comment (nndiary is now
12268         properly documented in the Gnus manual).
12269         Fix the spelling of "Back End".
12270         * nndiary.el: Ditto.
12271         Fix the copyright notice.
12272
12273 2005-07-18  Romain Francoise  <romain@orebokech.com>
12274
12275         * gnus-sum.el (gnus-summary-to-prefix)
12276         (gnus-summary-newsgroup-prefix): New variables.
12277         (gnus-summary-from-or-to-or-newsgroups): Use them.
12278
12279 2005-07-17  Romain Francoise  <romain@orebokech.com>
12280
12281         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12282         space as it's generally not especially interesting to the user.
12283
12284 2005-07-16  Romain Francoise  <romain@orebokech.com>
12285
12286         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12287         nil to avoid prompting and file modification if one of the
12288         messages at the top of the nnfolder file contains a copyright
12289         notice.
12290         Update copyright notice.
12291
12292         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12293         instead of `current-time-string' as the latter creates a time
12294         string that is not RFC 2822 compliant (it lacks the zone).
12295         Update copyright notice.
12296
12297 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12298
12299         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12300         for text/rtf.  Display default in prompt.  Pass default for M-n.
12301
12302         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12303
12304 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12305
12306         * gnus-msg.el (gnus-button-mailto): Remove
12307         save-selected-window-window hackery because it relies on
12308         save-selected-window internals.
12309
12310 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12313         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12314         (gnus-article-prev-page): Ditto.
12315
12316         * gnus-util.el (gnus-beginning-of-window): New function.
12317         (gnus-end-of-window): New function.
12318
12319         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12320
12321 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12322
12323         * gnus-score.el (gnus-score-edit-all-score): Set
12324         gnus-score-edit-exit-function to gnus-score-edit-done and call
12325         gnus-message.
12326
12327 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12328
12329         * gnus-msg.el (gnus-button-mailto): Remove
12330         save-selected-window-window hackery because it relies on
12331         save-selected-window internals.
12332
12333 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12336         add-minor-mode.
12337         (gnus-binary-mode): Ditto.
12338
12339         * gnus-topic.el (gnus-topic-mode): Ditto.
12340
12341 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12342
12343         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12344         (gnus-article-prev-page): Take scroll-margin into consideration.
12345
12346 2005-07-04  Lute Kamstra  <lute@gnu.org>
12347
12348         Update FSF's address in GPL notices.
12349
12350 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12351
12352         * gnus.el (gnus-exit):
12353         * gnus-group.el (gnus-group-icons):
12354         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12355
12356         * gnus-nocem.el (gnus-nocem):
12357         * message.el (message-various, message-buffers, message-sending)
12358         (message-interface, message-forwarding, message-insertion)
12359         (message-headers, message-news, message-mail):
12360         * pgg-gpg.el (pgg-gpg):
12361         * pgg-parse.el (pgg-parse):
12362         * pgg-pgp.el (pgg-pgp):
12363         * pgg-pgp5.el (pgg-pgp5):
12364         * pop3.el (pop3): Finish `defgroup' description with period.
12365
12366 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * gnus-art.el (article-display-face): Improve the efficiency.
12369         (article-display-x-face): Ditto; remove grey x-face stuff.
12370
12371 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * gnus-art.el (article-display-face): Correct the position in
12374         which Faces are inserted.
12375
12376 2005-06-29  Didier Verna  <didier@xemacs.org>
12377
12378         * gnus-art.el (article-display-face): Display faces in correct
12379         order.
12380
12381 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12384         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12385         (gnus-nocem-check-article): Fetch the Type header.
12386         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12387         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12388         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12389         make sure gnus-nocem-hashtb is initialized.
12390         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12391         (gnus-nocem-unwanted-article-p): Ditto.
12392
12393         * pgg.el (pgg-verify): Return the verification result.
12394
12395 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12396
12397         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12398         is ascii.
12399
12400 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12401
12402         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12403         `show-nonbreak-escape'.
12404
12405 2005-06-23  Lute Kamstra  <lute@gnu.org>
12406
12407         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12408
12409         * dig.el (dig-mode):
12410         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12411
12412 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12413
12414         * nnimap.el (nnimap-split-download-body): Fix spellings.
12415
12416 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12417
12418         * gnus-art.el (gnus-article-encrypt-body):
12419         * gnus-cus.el (gnus-score-customize):
12420         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12421         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12422
12423 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12424
12425         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12426         header by looking for magic "MII" at the beginnig.
12427
12428 2005-06-16  Miles Bader  <miles@gnu.org>
12429
12430         * gnus-xmas.el (gnus-xmas-group-startup-message):
12431         Use renamed gnus-splash face.
12432
12433         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12434         (assistant-field-face): New backward-compatibility alias for renamed
12435         face.
12436         (assistant-render-text): Use renamed assistant-field face.
12437
12438         * spam.el (spam): Remove "-face" suffix from face name.
12439         (spam-face): New backward-compatibility alias for renamed face.
12440         (spam-face, spam-initialize): Use renamed spam face.
12441
12442         * message.el (message-header-to, message-header-cc)
12443         (message-header-subject, message-header-newsgroups)
12444         (message-header-other, message-header-name)
12445         (message-header-xheader, message-separator, message-cited-text)
12446         (message-mml): Remove "-face" suffix from face names.
12447         (message-header-to-face, message-header-cc-face)
12448         (message-header-subject-face, message-header-newsgroups-face)
12449         (message-header-other-face, message-header-name-face)
12450         (message-header-xheader-face, message-separator-face)
12451         (message-cited-text-face, message-mml-face):
12452         New backward-compatibility aliases for renamed faces.
12453         (message-font-lock-keywords): Use renamed message faces.
12454
12455         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12456         (sieve-test-commands, sieve-tagged-arguments):
12457         Remove "-face" suffix from face names.
12458         (sieve-control-commands-face, sieve-action-commands-face)
12459         (sieve-test-commands-face, sieve-tagged-arguments-face):
12460         New backward-compatibility aliases for renamed faces.
12461         (sieve-control-commands-face, sieve-action-commands-face)
12462         (sieve-test-commands-face, sieve-tagged-arguments-face):
12463         Use renamed sieve faces.
12464
12465         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12466         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12467         (gnus-group-news-3-empty, gnus-group-news-4)
12468         (gnus-group-news-4-empty, gnus-group-news-5)
12469         (gnus-group-news-5-empty, gnus-group-news-6)
12470         (gnus-group-news-6-empty, gnus-group-news-low)
12471         (gnus-group-news-low-empty, gnus-group-mail-1)
12472         (gnus-group-mail-1-empty, gnus-group-mail-2)
12473         (gnus-group-mail-2-empty, gnus-group-mail-3)
12474         (gnus-group-mail-3-empty, gnus-group-mail-low)
12475         (gnus-group-mail-low-empty, gnus-summary-selected)
12476         (gnus-summary-cancelled, gnus-summary-high-ticked)
12477         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12478         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12479         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12480         (gnus-summary-low-undownloaded)
12481         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12482         (gnus-summary-low-unread, gnus-summary-normal-unread)
12483         (gnus-summary-high-read, gnus-summary-low-read)
12484         (gnus-summary-normal-read, gnus-splash):
12485         Remove "-face" suffix from face names.
12486         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12487         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12488         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12489         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12490         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12491         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12492         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12493         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12494         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12495         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12496         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12497         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12498         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12499         (gnus-summary-normal-ticked-face)
12500         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12501         (gnus-summary-normal-ancient-face)
12502         (gnus-summary-high-undownloaded-face)
12503         (gnus-summary-low-undownloaded-face)
12504         (gnus-summary-normal-undownloaded-face)
12505         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12506         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12507         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12508         (gnus-splash-face):
12509         New backward-compatibility aliases for renamed faces.
12510         (gnus-group-startup-message): Use renamed gnus faces.
12511
12512         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12513         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12514         (gnus-server-agent): Remove "-face" suffix from face names.
12515         (gnus-server-agent-face, gnus-server-opened-face)
12516         (gnus-server-closed-face, gnus-server-denied-face)
12517         (gnus-server-offline-face):
12518         New backward-compatibility aliases for renamed faces.
12519         (gnus-server-agent-face, gnus-server-opened-face)
12520         (gnus-server-closed-face, gnus-server-denied-face)
12521         (gnus-server-offline-face): Use renamed gnus faces.
12522
12523         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12524         Remove "-face" suffix from face names.
12525         (gnus-picon-xbm-face, gnus-picon-face):
12526         New backward-compatibility aliases for renamed faces.
12527
12528         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12529         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12530         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12531         (gnus-cite-11): Remove "-face" suffix from face names.
12532         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12533         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12534         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12535         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12536         New backward-compatibility aliases for renamed faces.
12537         (gnus-cite-attribution-face, gnus-cite-face-list)
12538         (gnus-article-boring-faces): Use renamed gnus faces.
12539
12540         * gnus-art.el (gnus-signature, gnus-header-from)
12541         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12542         (gnus-header-content): Remove "-face" suffix from face names.
12543         (gnus-signature-face, gnus-header-from-face)
12544         (gnus-header-subject-face, gnus-header-newsgroups-face)
12545         (gnus-header-name-face, gnus-header-content-face):
12546         New backward-compatibility aliases for renamed faces.
12547         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12548
12549         * gnus-sum.el (gnus-summary-selected-face)
12550         (gnus-summary-highlight): Use renamed gnus faces.
12551         * gnus-group.el (gnus-group-highlight): Likewise.
12552
12553 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12554
12555         * gnus-sieve.el (gnus-sieve-article-add-rule):
12556         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12557         * spam-stat.el (spam-stat-buffer-change-to-spam)
12558         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12559
12560         * message.el (message-is-yours-p):
12561         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12562
12563 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * mm-view.el (mm-inline-text): Withdraw the last change.
12566
12567 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12570         executing enriched-decode.
12571
12572 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12575         charset of tar files.
12576
12577 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12578
12579         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12580
12581 2005-06-04  Lute Kamstra  <lute@gnu.org>
12582
12583         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12584         information is never recorded.
12585
12586 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12587
12588         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12589
12590 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * pop3.el (pop3-apop): Run md5 in the binary mode.
12593
12594         * starttls.el (starttls-set-process-query-on-exit-flag):
12595         Use eval-and-compile.
12596
12597 2005-05-31  Simon Josefsson  <jas@extundo.com>
12598
12599         * smime.el (smime-replace-in-string): Define.
12600         (smime-cert-by-ldap-1): Use it.
12601
12602 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * gnus-art.el (article-display-x-face): Replace
12605         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12606
12607         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12608         set-process-query-on-exit-flag or process-kill-without-query.
12609
12610         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12611         loop instead of replace-regexp.
12612
12613         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12614         instead of process-kill-without-query if it is available.
12615
12616         * lpath.el: Fbind ldap-search-entries.
12617
12618         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12619         instead of find-file-hooks if it is available.
12620
12621         * mml1991.el: Bind pgg-default-user-id when compiling.
12622
12623         * mml2015.el: Bind pgg-default-user-id when compiling.
12624
12625         * nndraft.el (nndraft-request-associate-buffer):
12626         Use write-contents-functions instead of write-contents-hooks if it is
12627         available.
12628
12629         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12630         instead of find-file-hooks if it is available.
12631
12632         * nntp.el (nntp-open-connection): Replace
12633         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12634         (nntp-open-ssl-stream): Ditto.
12635         (nntp-open-tls-stream): Ditto.
12636
12637         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12638         set-process-query-on-exit-flag or process-kill-without-query.
12639         (starttls-open-stream-gnutls): Use it instead of
12640         process-kill-without-query.
12641         (starttls-open-stream): Ditto.
12642
12643 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12644
12645         * smime.el (smime-cert-by-ldap-1): Don't use
12646         replace-regexp-in-string.
12647
12648 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12649
12650         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12651
12652         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12653         in PEM format.  Adjust to the XEmacs compability.
12654
12655 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12658         by `string-to-number'.
12659         * gnus-agent.el (gnus-agent-regenerate-group)
12660         (gnus-agent-fetch-articles): Ditto.
12661         * gnus-art.el (gnus-button-fetch-group): Ditto.
12662         * gnus-cache.el (gnus-cache-generate-active)
12663         (gnus-cache-articles-in-group): Ditto.
12664         * gnus-group.el (gnus-group-set-current-level)
12665         (gnus-group-insert-group-line): Ditto.
12666         * gnus-score.el (gnus-score-set-expunge-below)
12667         (gnus-score-set-mark-below, gnus-summary-score-effect)
12668         (gnus-summary-score-entry): Ditto.
12669         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12670         (gnus-soup-pack): Ditto.
12671         * gnus-spec.el (gnus-xmas-format): Ditto.
12672         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12673         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12674         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12675         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12676         * nndb.el (nndb-get-remote-expire-response): Ditto.
12677         * nndiary.el (nndiary-parse-schedule-value)
12678         (nndiary-string-to-number, nndiary-request-replace-article)
12679         (nndiary-request-article): Ditto.
12680         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12681         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12682         * nneething.el (nneething-make-head): Ditto.
12683         * nnfolder.el (nnfolder-request-article)
12684         (nnfolder-retrieve-headers): Ditto.
12685         * nnheader.el (nnheader-file-to-number): Ditto.
12686         * nnkiboze.el (nnkiboze-request-article): Ditto.
12687         * nnmail.el (nnmail-process-unix-mail-format)
12688         (nnmail-process-babyl-mail-format): Ditto.
12689         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12690         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12691         (nnmh-request-create-group, nnmh-request-list-1)
12692         (nnmh-request-group, nnmh-request-article): Ditto.
12693         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12694         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12695         * nnsoup.el (nnsoup-make-active): Ditto.
12696         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12697         * nntp.el (nntp-find-group-and-number)
12698         (nntp-retrieve-headers-with-xover): Ditto.
12699         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12700         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12701         (pgg-format-key-identifier): Ditto.
12702         * pop3.el (pop3-last, pop3-stat): Ditto.
12703         * qp.el (quoted-printable-decode-region): Ditto.
12704
12705         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12706         of concat.
12707
12708 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12711
12712         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12713
12714         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12715
12716         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12717
12718         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12719
12720         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12721
12722         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12723         (gnus-carpal-mode): Ditto.
12724
12725         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12726         (gnus-browse-mode): Ditto.
12727
12728         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12729
12730         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12731
12732 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12733
12734         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12735
12736 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * gnus-util.el (gnus-run-mode-hooks): New function.
12739
12740         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12741
12742         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12743         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12744
12745 2005-05-27  Lute Kamstra  <lute@gnu.org>
12746
12747         * dns-mode.el (dns-mode): Specify customization group.
12748
12749 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12750
12751         * gnus-agent.el (gnus-agent-make-mode-line-string):
12752         Use mode-line-highlight as mouse-face.
12753
12754 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * canlock.el (canlock): Change the parent group to news.
12757
12758         * deuglify.el (gnus-outlook-deuglify): Add :group.
12759
12760         * dig.el (dig): Add :group.
12761
12762         * dns-mode.el (dns-mode): Add :group.
12763
12764         * encrypt.el (encrypt): Add :group.
12765
12766         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12767         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12768         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12769         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12770         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12771
12772         * gnus-diary.el (gnus-diary): Add :group.
12773
12774         * gnus.el (gnus-group-news-1-face): Add :group.
12775         (gnus-group-news-1-empty-face): Ditto.
12776         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12777         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12778         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12779         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12780         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12781         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12782         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12783         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12784         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12785         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12786         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12787         (gnus-summary-high-ticked-face): Ditto.
12788         (gnus-summary-low-ticked-face): Ditto.
12789         (gnus-summary-normal-ticked-face): Ditto.
12790         (gnus-summary-high-ancient-face): Ditto.
12791         (gnus-summary-low-ancient-face): Ditto.
12792         (gnus-summary-normal-ancient-face): Ditto.
12793         (gnus-summary-high-undownloaded-face): Ditto.
12794         (gnus-summary-low-undownloaded-face): Ditto.
12795         (gnus-summary-normal-undownloaded-face): Ditto.
12796         (gnus-summary-high-unread-face): Ditto.
12797         (gnus-summary-low-unread-face): Ditto.
12798         (gnus-summary-normal-unread-face): Ditto.
12799         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12800         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12801
12802         * hashcash.el (hashcash): New custom group.
12803         (hashcash-default-payment): Add :group.
12804         (hashcash-payment-alist): Ditto.
12805         (hashcash-default-accept-payment): Ditto.
12806         (hashcash-accept-resources): Ditto.
12807         (hashcash-path): Ditto.
12808         (hashcash-extra-generate-parameters): Ditto.
12809         (hashcash-double-spend-database): Ditto.
12810         (hashcash-in-news): Ditto.
12811
12812         * message.el (message-minibuffer-local-map): Add :group.
12813
12814         * netrc.el (netrc): Add :group.
12815
12816         * sieve-manage.el (sieve-manage-log): Add :group.
12817         (sieve-manage-default-user): Diito.
12818         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12819         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12820         (sieve-manage-authenticators): Ditto.
12821         (sieve-manage-authenticator-alist): Ditto.
12822         (sieve-manage-default-port): Ditto.
12823
12824         * sieve-mode.el (sieve-control-commands-face): Add :group.
12825         (sieve-action-commands-face): Ditto.
12826         (sieve-test-commands-face): Ditto.
12827         (sieve-tagged-arguments-face): Ditto.
12828
12829         * smime.el (smime): Add :group.
12830
12831         * spam-report.el (spam-report): Add :group.
12832
12833         * spam.el (spam, spam-face): Add :group.
12834
12835 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12836
12837         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12838         return \n.\n.\n at the end of articles.  Protect against that.
12839         (nntp-with-open-group): Allow debugging.
12840
12841         * nnheader.el (mail-header-set-extra): Make into a function
12842         because I just could't understand how to quote the list properly.
12843
12844         * dns.el (query-dns-cached): New function.
12845
12846 2005-05-26  Lute Kamstra  <lute@gnu.org>
12847
12848         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12849
12850 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12853
12854         * gnus-art.el: Don't autoload mail-extract-address-components.
12855
12856         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12857         eval-and-compile to evaluate it.
12858
12859         * hashcash.el: Don't autoload executable-find.
12860
12861         * nndb.el: Don't declare the nndb back end two or more times; don't
12862         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12863
12864         * nntp.el: Autoload format-spec instead of format; use
12865         eval-and-compile to evaluate autoload forms.
12866
12867 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12868
12869         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12870
12871 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12872
12873         * gnus.el (gnus-version-number): Bump version.
12874
12875 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12876
12877         * gnus.el: No Gnus v0.3 is released.
12878
12879 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12880
12881         * lpath.el (featurep): Bind show-nonbreak-escape.
12882
12883 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * gnus-art.el (gnus-article-edit-part): Disable undo.
12886
12887 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12890         gnus-article-date-lapsed-new-header is t if date timer is active;
12891         skip headers in which the original date value is empty.
12892         (gnus-article-save-original-date): Redefine it as a macro.
12893         (gnus-display-mime): Use it.
12894
12895 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * gnus-art.el (article-date-ut): Support converting date in
12898         forwarded parts as well.
12899         (gnus-article-save-original-date): New function.
12900         (gnus-display-mime): Use it.
12901
12902 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12903
12904         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12905         enclosure element of <item>.
12906
12907 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * message.el (message-kill-buffer-query): Renamed from
12910         `message-kill-buffer-query-if-modified'.  Added :version.
12911
12912 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12915         window layout.
12916
12917 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * mml.el: Autoload dnd when compiling.
12920
12921 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12924         x-dnd-*.
12925
12926 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * qp.el (quoted-printable-encode-region): Save excursion.
12929
12930 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12931
12932         * message.el (message-kill-buffer-query-if-modified): Add new variable
12933         so the user can kill a modified message buffer quickly.
12934         (message-kill-buffer): Use it.
12935
12936 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * lpath.el: Fbind display-time-event-handler; don't fbind
12939         string-to-multibyte.
12940
12941         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12942
12943 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12946         contained in text because xml.el decodes entities) with LFs.
12947
12948 2005-04-11  Lute Kamstra  <lute@gnu.org>
12949
12950         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12951         differently.
12952
12953 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12954
12955         * mm-util.el (mm-detect-coding-region): Typo.
12956
12957 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12960
12961 2005-04-06  Deepak Goel  <deego@gnufans.org>
12962
12963         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12964         user-function allow user modifications of the scores.
12965         (spam-stat-score-buffer-user): New function, to allow
12966         user-computed modifications to the score.
12967         (spam-stat-score-buffer-user-functions): List of additional
12968         scoring functions.
12969         (spam-stat-error-holder): Global temporary error holder.
12970         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12971         variable.
12972
12973 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12974
12975         * gnus-registry.el (gnus-registry-clean-empty-function)
12976         (gnus-registry-trim, gnus-registry-fetch-groups)
12977         (gnus-registry-delete-group): Groups that match
12978         `gnus-registry-ignored-groups' are removed from the registry
12979         entries, not just ignored for splitting.  This helps clean up the
12980         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12981         to get all the groups a message ID is in.
12982
12983         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12984         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12985         (spam-stat-score-buffer-user-functions): Add :number custom type.
12986
12987 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12990         argument in XEmacs.
12991
12992         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12993         (nnrss-request-group): Decode group name first.
12994         (nnrss-request-article): Make a text/plain article if mml-to-mime
12995         failed.
12996         (nnrss-get-encoding): Return a compatible encoding according to
12997         nnrss-compatible-encoding-alist.
12998         (nnrss-find-el): Use consp instead of listp.
12999         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13000
13001 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13004         which Emacs 20 doesn't support.
13005         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13006
13007 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13010         silence the byte compiler inside the defun.
13011
13012         * gnus-demon.el (parse-time-string): Add autoload.
13013
13014         * gnus-delay.el (parse-time-string): Add autoload.
13015
13016         * gnus-art.el (parse-time-string): Add autoload.
13017
13018         * nnultimate.el (parse-time): Require for `parse-time-string'.
13019
13020 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13021
13022         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13023
13024         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13025
13026         * smime.el (smime-ldap-host-list): Add :version.
13027
13028 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13029
13030         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13031         pass it to `gnus-browse-read-group'.
13032         (gnus-browse-read-group): Add NUMBER argument and pass it to
13033         `gnus-group-read-ephemeral-group'.
13034
13035         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13036         argument and pass it to `gnus-group-read-group'.
13037
13038 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13039
13040         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13041         mm-xemacs-find-mime-charset-1 if we have the mule feature
13042         available at runtime.
13043
13044 2005-03-25  Werner Lemberg  <wl@gnu.org>
13045
13046         * nnmaildir.el: Replace `illegal' with `invalid'.
13047
13048 2005-03-23  Lute Kamstra  <lute@gnu.org>
13049
13050         * time-date.el: Add comment on time value formats.
13051         Don't require parse-time.
13052         (with-decoded-time-value): New macro.
13053         (encode-time-value): New function.
13054         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13055         (days-to-time): Return a valid time value when arg is huge.
13056         (time-since): Use time-subtract.
13057         (time-to-number-of-days): Use time-to-seconds.
13058
13059 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13060
13061         * gnus-start.el (gnus-display-time-event-handler):
13062         Check display-time-timer at runtime rather than only at load time
13063         in case display-time-mode is turned off in the mean time.
13064
13065 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13068         used.
13069
13070         * nneething.el (nneething-map-file-directory): Derive from
13071         `gnus-directory'.
13072
13073         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13074         the To/Cc button.
13075
13076 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * nnmaildir.el (nnmaildir-request-accept-article):
13079         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13080
13081 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13082
13083         * gnus-async.el: Require timer-funcs at compile time when in
13084         XEmacs for `run-with-idle-timer'.
13085
13086 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13087
13088         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13089         autoloaded function.
13090
13091 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13092
13093         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13094
13095 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13096
13097         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13098
13099 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13100
13101         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13102         gnus-expert-user to default.
13103
13104 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13105
13106         * nnimap.el (nnimap-open-server): Ditto.
13107
13108         * imap.el (imap-authenticate): Fix typo.
13109
13110 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13111
13112         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13113         buffer (since IMAP server might return FETCH response out of
13114         order, and the nntp buffer must be sorted).
13115
13116 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13117
13118         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13119         comparison on string.
13120
13121         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13122         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13123         (gnus-agent-summary-fetch-series): Modified to protect against
13124         gnus-agent-summary-fetch-group clearing processable flags.
13125         (gnus-agent-synchronize-group-flags): Update live group buffer as
13126         synchronization may occur due to the user toggle the plugged
13127         status.
13128         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13129         successfully downloaded.
13130         (gnus-agent-expire-group-1): Avoid using markers when the overview
13131         is in ascending order; greatly improves performance.
13132         (gnus-agent-regenerate-group): Use
13133         gnus-agent-synchronize-group-flags to reset read status in both
13134         gnus and server.
13135         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13136
13137 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13138
13139         * message.el: Don't autoload former message-utils variables.
13140         (message-strip-subject-trailing-was): Change doc string.
13141
13142         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13143         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13144         (nnweb-google-search): Add "hl=en" here.
13145         (nnweb-google-parse-1, nnweb-google-create-mapping):
13146         Don't hardcode URL.
13147
13148 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13149
13150         * message.el (message-get-reply-headers, message-followup):
13151         Mention related variables `message-use-followup-to' and
13152         `message-use-mail-followup-to', in the information buffer.
13153
13154         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13155         of broken groups(-beta).google.com.
13156
13157 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13158
13159         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13160         parameter to invoked gnus-request-move-article; remove the
13161         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13162         all at once instead of once per article.
13163         (gnus-summary-remove-process-mark): Accept a list of articles as
13164         well as a single article for processing.
13165
13166         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13167         parameter.
13168
13169         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13170
13171         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13172
13173         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13174         parameter.
13175
13176         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13177         parameter.
13178
13179         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13180         parameter and remove the gnus-sum-hint-move-is-internal variable.
13181
13182         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13183         parameter.
13184
13185         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13186         parameter.
13187
13188         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13189         parameter.
13190
13191         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13192
13193         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13194         parameter.
13195
13196         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13197         parameter.
13198
13199 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13200
13201         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13202         a more conservative way.
13203
13204 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13205
13206         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13207         buffer, so it moves the window's cursor.
13208
13209 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13210
13211         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13212         `mm-dissect-multipart' and receive the from field as an (optional)
13213         argument from `mm-dissect-multipart'.
13214         (mm-dissect-multipart): Receive the from field as an argument and
13215         pass it on when we call `mm-dissect-buffer' on MIME parts.
13216         Fixes verification/decryption of signed/encrypted MIME parts.
13217
13218 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13219
13220         * gnus-sum.el (gnus-summary-move-article): Set
13221         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13222         whatever it calls (right now, only nnimap-request-move article
13223         respects it).
13224
13225         * nnimap.el (nnimap-request-move-article): When
13226         gnus-sum-hint-move-is-internal is set, don't do the extra
13227         nnimap-request-article.
13228
13229 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13232
13233         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13234         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13235
13236         * gnus-sum.el (gnus-summary-caesar-message):
13237         Apply `gnus-treat-article' after rotation.
13238
13239         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13240         doc string.
13241
13242 2005-02-22  Simon Josefsson  <jas@extundo.com>
13243
13244         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13245         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13246         <arne@arnested.dk>.
13247         (encrypt): Add password-cache and password-cache-expiry as group
13248         members.
13249
13250 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13251
13252         * smime.el (smime-ldap-host-list): Doc fix.
13253         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13254         cache) password.
13255         (smime-sign-region): Use it.
13256         (smime-decrypt-region): Use it.
13257         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13258         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13259         fails.
13260         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13261         certificate from DER to PEM format rather than calling openssl.
13262
13263         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13264
13265         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13266         for signing/encryption.
13267
13268         * mml.el (mml-parse-1): Use them.
13269
13270 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13271
13272         * nnrss.el (nnrss-verbose): Removed.
13273         (nnrss-request-group): Use `nnheader-message' instead.
13274
13275 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13276
13277         * nnrss.el (nnrss-verbose): New variable.
13278         (nnrss-request-group): Make it say nnrss is requesting a group.
13279
13280 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13281
13282         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13283         Handle news URL with given port correctly.
13284
13285 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13288         containing special characters.
13289
13290         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13291
13292         * mml.el (mime-to-mml): Ditto.
13293
13294         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13295         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13296         (rfc2047-decode-region): Quote decoded words containing special
13297         characters when rfc2047-quote-decoded-words-containing-tspecials
13298         is non-nil.
13299
13300 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13301
13302         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13303
13304         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13305
13306 2005-02-15  Simon Josefsson  <jas@extundo.com>
13307
13308         * nnimap.el (nnimap-debug): Doc fix.
13309
13310         * imap.el (imap-debug): Doc fix.
13311
13312 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13315
13316 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13317
13318         * gnus.el (spam-contents): Improve docs for spam-contents
13319         parameter in its variable incarnation.
13320
13321 2005-02-14  Simon Josefsson  <jas@extundo.com>
13322
13323         * smime-ldap.el: Use require instead of load-library for ldap.
13324         (smime-ldap-search): Indent.
13325         (smime-ldap-search-internal): Shorten line.
13326
13327         * smime.el (smime-cert-by-dns): Add doc-string.
13328         (smime-cert-by-ldap-1): Indent.
13329
13330         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13331         mml-smime-get-dns-ldap.
13332         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13333
13334 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13335
13336         * smime.el: Require smime-ldap.
13337         (smime-ldap-host-list): New variable.
13338         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13339
13340         * mml-smime.el (mml-smime-encrypt-query): New function.
13341         (mml-smime-encrypt-query): Use it.
13342
13343         * smime-ldap.el: New file.
13344
13345 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13348
13349 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13352         argument in doc string.  Make query for type more clear.
13353
13354 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13355
13356         * gnus.el (gnus-group-startup-message): Search for gnus images in
13357         etc/images/gnus.
13358         * mm-util.el (mm-image-load-path): Likewise.
13359         * smiley.el (smiley-data-directory): Search for smilies in
13360         etc/images/smilies.
13361
13362 2005-02-09  Kim F. Storm  <storm@cua.dk>
13363
13364         Change Emacs release version from 21.4 to 22.1 throughout.
13365         Change Emacs development version from 21.3.50 to 22.0.50.
13366
13367 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13370
13371         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13372         non-Mule XEmacs as well.
13373         (mm-decompress-buffer): Signal an error intentionally if it does
13374         not decompress compressed data because auto-compression-mode is
13375         disabled.
13376
13377 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13378
13379         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13380         an ID in the registry even if it has no groups.
13381
13382 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13385         merge it into mm-decompress-buffer.
13386         (gnus-mime-copy-part): Use the MIME part charset, the value which
13387         a user specified or gnus-newsgroup-charset for decoding, like
13388         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13389         save-buffer what was used.  Suggested by Kevin Ryde
13390         <user42@zip.com.au>.
13391         (gnus-mime-inline-part): Allow the name parameter as well as the
13392         filename parameter; force decompressing of compressed data; always
13393         display contents being not decoded as unibyte.
13394
13395         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13396         as well as the filename parameter.
13397
13398         * mm-util.el (mm-decompress-buffer): Merge
13399         gnus-mime-jka-compr-maybe-uncompress.
13400         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13401         of compressed data.
13402
13403 2005-02-08  Simon Josefsson  <jas@extundo.com>
13404
13405         * imap.el (imap-log): Doc fix.
13406
13407 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13410         the coding cookies; decompress compressed parts.
13411
13412         * mml.el (mml-generate-mime-1): Add the charset parameter according
13413         to the value which a user specified manually or the coding cookie.
13414
13415         * mm-util.el (mm-string-to-multibyte): New function.
13416         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13417         (mm-coding-system-to-mime-charset): New function.
13418         (mm-decompress-buffer): New function.
13419         (mm-find-buffer-file-coding-system): New function.
13420
13421         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13422         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13423         parts.
13424
13425 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13426
13427         * mm-view.el (mm-display-inline-fontify): Decode a part according
13428         to the charset parameter.
13429
13430 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13433         prefix arg is neither nil nor a number, as info specifies.
13434
13435 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13438         timestamps.
13439
13440 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13441
13442         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13443         groups error checking and notify user.
13444
13445 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13446
13447         * message.el (message-send-mail-function): Check existence of
13448         sendmail-program first before using default value
13449         `message-send-mail-with-sendmail'.  Otherwise use more generic
13450         `smtpmail-send-it'.
13451
13452 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * nntp.el (nntp-request-update-info): Always return nil.
13455
13456 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13457
13458         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13459
13460 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13461
13462         * message.el (message-beginning-of-line): Change the behavior when
13463         invoked between BOL and : so that it first moves backward.
13464
13465 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13468         article buffer when editing of the article is discarded.
13469         (gnus-article-prepare): Revert.
13470
13471 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * gnus-art.el (gnus-article-prepare):
13474         Remove message-strip-forbidden-properties from the local hook.
13475
13476 2005-01-27  Simon Josefsson  <jas@extundo.com>
13477
13478         * password.el (password-cache-add): Only start one timer per key.
13479         Reported by Derek Atkins <warlord@MIT.EDU>.
13480
13481 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13482
13483         * run-at-time.el: Removed.  It is no longer needed as
13484         timer-funcs.el in the xemacs-base package has a working version of
13485         `run-at-time'.
13486
13487         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13488
13489         * password.el: Require timer-funcs instead of run-at-time in
13490         XEmacs.
13491         Remove `password-run-at-time' macro.
13492         (password-cache-add): Use `run-at-time' instead of
13493         `password-run-at-time'.
13494
13495         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13496         Remove `nnheader-cancel-function-timers' alias,
13497         `cancel-function-timers' exists in XEmacs in timer-funcs.
13498
13499         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13500         for `run-with-idle-timer'.
13501
13502         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13503         for `run-at-time'.
13504
13505         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13506         for `with-timeout'.
13507
13508         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13509         the same as for XEmacs 21.4.
13510         No need to ignore `run-with-idle-timer', this function exists in
13511         XEmacs now in timer-funcs.el in the xemacs-base package.
13512         (dgnushack-compile): No need to delete
13513         run-at-time.el from the list of files to compile because it
13514         doesn't exist anymore.
13515
13516 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13519         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13520
13521 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13522
13523         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13524         sensitively.
13525
13526 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13527
13528         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13529
13530 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13533         which will be inserted according to the multibyteness of a buffer
13534         rather than the type of contents.  Suggested by ARISAWA Akihiro
13535         <ari@mbf.ocn.ne.jp>.
13536
13537         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13538         of string which old xml.el may return rather than a string.
13539
13540 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13543
13544 2005-01-16  Simon Josefsson  <jas@extundo.com>
13545
13546         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13547         idn/idna.el isn't available.
13548         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13549         <michael@waxrat.com>.
13550
13551         * hashcash.el: Remove non-FSF copyright header.
13552
13553         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13554         (hashcash-generate-payment): Use it.
13555         (hashcash-generate-payment-async): Use it.
13556
13557 2005-01-15  Simon Josefsson  <jas@extundo.com>
13558
13559         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13560         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13561
13562         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13563         gnus-summary-idna-message.
13564         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13565         (gnus-summary-idna-message): New function.
13566
13567 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13570         gnus-novice-user.
13571
13572 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * nnrss.el (nnrss-request-delete-group): Delete entries in
13575         nnrss-group-alist as well.
13576         (nnrss-save-server-data): Insert newline.
13577
13578 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * gnus.el (gnus-user-agent): Use list of symbols instead of
13581         symbols.  Display full version number for (S)XEmacs.  Optionally
13582         display (S)XEmacs codename.
13583
13584         * gnus-util.el (gnus-emacs-version): Update for new
13585         `gnus-user-agent'.
13586
13587         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13588         Gnus version.
13589
13590 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13593         which is unreadable in some setups.
13594
13595 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus-spec.el (gnus-update-format-specifications): Flush the
13598         group format spec cache if it doesn't support decoded group names.
13599
13600 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13601
13602         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13603         Allow to apply decay on score files matching a regexp.
13604
13605 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13608         compatibility in %g and %c.
13609
13610 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13613         name for only %g and %c.
13614         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13615         of gnus-tmp-group to decoded group name.
13616         (gnus-group-make-rss-group): Exclude `/'s from group names.
13617
13618 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * nnrss.el (nnrss-get-encoding): Fix regexp.
13621
13622 2004-12-27  Simon Josefsson  <jas@extundo.com>
13623
13624         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13625         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13626         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13627
13628 2004-12-17  Kim F. Storm  <storm@cua.dk>
13629
13630         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13631
13632         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13633
13634 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13635
13636         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13637
13638 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * nnrss.el: Require rfc2047 and mml.
13641         (nnrss-file-coding-system): New variable.
13642         (nnrss-format-string): Redefine it as an inline function.
13643         (nnrss-decode-group-name): New function.
13644         (nnrss-string-as-multibyte): Remove.
13645         (nnrss-retrieve-headers): Decode group name; don't use
13646         nnrss-format-string.
13647         (nnrss-request-group): Decode group name.
13648         (nnrss-request-article): Decode group name; allow a Message-ID as
13649         well as an article number; don't use nnrss-format-string; encode a
13650         Message-ID string which may contain non-ASCII characters; use
13651         mml-to-mime to compose a MIME article.
13652         (nnrss-request-expire-articles): Decode group name.
13653         (nnrss-request-delete-group): Decode group name.
13654         (nnrss-fetch): Clarify error message.
13655         (nnrss-read-server-data): Use insert-file-contents instead of load;
13656         bind file-name-coding-system; use multibyte buffer.
13657         (nnrss-save-server-data): Bind coding-system-for-write to the
13658         value of nnrss-file-coding-system; bind file-name-coding-system;
13659         add coding cookie.
13660         (nnrss-read-group-data): Use insert-file-contents instead of load;
13661         bind file-name-coding-system; use multibyte buffer.
13662         (nnrss-save-group-data): Bind coding-system-for-write to the
13663         value of nnrss-file-coding-system; bind file-name-coding-system.
13664         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13665         make it work with non-ASCII text.
13666         (nnrss-find-el): Make it work with old xml.el as well.
13667
13668 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13669
13670         * nnrss.el (nnrss-get-encoding): New function.
13671         (nnrss-fetch): Use unibyte buffer initially; bind
13672         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13673         decode contents according to the encoding attribute.
13674         (nnrss-save-group-data): Add coding cookie.
13675         (nnrss-mime-encode-string): New function.
13676         (nnrss-check-group): Use it to encode subject and author.
13677
13678 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13679
13680         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13681         imaginary variable.
13682
13683 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13686         correctly even if there are wide characters.
13687
13688 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13689
13690         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13691         downcased symbol names; make a new cache instead of reusing
13692         bbdb-hashtable.
13693
13694 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13697         concatenating segments rather than before concatenating them.
13698         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13699
13700         * message.el (message-get-reply-headers): Bind `extra'.
13701
13702 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13703
13704         * message.el (message-extra-wide-headers): New variable.
13705         (message-get-reply-headers): Use it.
13706
13707 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13710         (gnus-agent-group-pathname): Ditto.
13711
13712         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13713
13714         * gnus-group.el (gnus-group-make-group): Decode group name.
13715         (gnus-group-make-rss-group): Register the group data after opening
13716         the nnrss group.
13717
13718 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13719
13720         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13721         by expiry now get marked as read.
13722
13723 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13726
13727 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13728
13729         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13730         unify Latin characters in XEmacs.
13731         (mm-find-mime-charset-region): Use it.
13732
13733 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * gnus-util.el (gnus-delete-directory): New function.
13736
13737         * gnus-agent.el (gnus-agent-delete-group): Use it.
13738
13739         * gnus-cache.el (gnus-cache-delete-group): Use it.
13740
13741 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13744         names.
13745
13746 2004-12-16  Simon Josefsson  <jas@extundo.com>
13747
13748         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13749
13750 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13753
13754         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13755         (gnus-group-set-current-level): Decode group name.
13756
13757 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13758
13759         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13760         failed.
13761
13762 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * gnus-group.el (gnus-group-delete-group): Decode group name.
13765         (gnus-group-make-rss-group): Encode group name.
13766         (gnus-group-catchup-current): Decode group name.
13767         (gnus-group-kill-group): Decode group name.
13768
13769 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13770
13771         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13772
13773 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * gnus-group.el (gnus-group-make-rss-group):
13776         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13777
13778         * gnus-start.el (gnus-setup-news): Honor user's setting to
13779         gnus-message-archive-method.  Suggested by Lute Kamstra
13780         <lute@gnu.org>.
13781
13782 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13783
13784         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13785         global counterparts of the buffer-local variables.
13786
13787 2004-11-16  Romain Francoise  <romain@orebokech.com>
13788
13789         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13790         counterparts of the buffer-local variables.
13791
13792 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * message.el (message-forbidden-properties): Fixed typo in doc
13795         string.
13796
13797 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * gnus-util.el (gnus-replace-in-string): Added doc string.
13800
13801         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13802         to avoid problems when splitting mails with many recipients.
13803
13804 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13805
13806         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13807         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13808
13809 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13810
13811         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13812         if there is no hashtable in memory or file modification time is
13813         newer than cached timestamp.
13814
13815 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13816
13817         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13818         not-matching option.
13819
13820 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13821
13822         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13823         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13824         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13825         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13826         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13827         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13828
13829 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * message.el (message-forward-make-body-mml): Remove headers
13832         according to message-forward-ignored-headers if a message is decoded.
13833
13834 2004-12-02  Romain Francoise  <romain@orebokech.com>
13835
13836         * message.el (message-forward-make-body-plain): Always remove
13837         headers according to message-forward-ignored-headers.
13838
13839 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13840
13841         * spam.el (spam-summary-prepare-exit): Remove the
13842         gnus-summary-limit pop for now, it has problems with ham marks for
13843         me.
13844
13845 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13846
13847         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13848         correctly.
13849
13850 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13851
13852         * format-spec.el (format-spec): Message the char.
13853
13854 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13855
13856         * gnus-art.el (gnus-split-methods): Reformat comments.
13857
13858         * spam.el (spam-summary-prepare-exit): Remove article limits
13859         before exiting the summary buffer.
13860
13861 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13864         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13865
13866         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13867         order to silence the byte compiler.
13868
13869         * spam.el: Fix the way to silence the byte compiler, which
13870         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13871         bbdb-search-simple, spam-BBDB-register-routine,
13872         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13873         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13874         spam-stat-buffer-is-spam, spam-stat-load,
13875         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13876         spam-stat-save and spam-stat-split-fancy.
13877
13878 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13881         which may confuse users.
13882         (canlock-password-for-verify): Ditto.
13883
13884         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13885
13886         * gnus-art.el (gnus-emphasis-alist): Ditto.
13887
13888         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13889
13890         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13891
13892         * gnus-start.el (gnus-save-killed-list): Ditto.
13893
13894         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13895         (gnus-sum-thread-tree-root): Ditto.
13896         (gnus-sum-thread-tree-false-root): Ditto.
13897         (gnus-sum-thread-tree-single-indent): Ditto.
13898
13899         * message.el (message-courtesy-message): Ditto.
13900         (message-archive-note): Ditto.
13901         (message-subscribed-address-file): Ditto.
13902         (message-user-fqdn): Ditto.
13903
13904         * spam-report.el (spam-report-gmane-regex): Ditto.
13905
13906         * spam.el (spam-blackhole-good-server-regex): Ditto.
13907
13908 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * mml.el (mml-preview): Widen the message buffer before copying
13911         the contents to the preview buffer; sort headers before previewing.
13912
13913         * message.el (message-hidden-headers): Fix the way to avoid a bug
13914         in the `repeat' widget in Emacs 21.3 or earlier.
13915
13916 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * message.el (message-hidden-headers): Default to "^References:".
13919         Improve customization type.  Suggested by Reiner Steib
13920         <Reiner.Steib@gmx.de>.
13921
13922 2004-11-25  Romain Francoise  <romain@orebokech.com>
13923
13924         * message.el (message-strip-forbidden-properties): Remove check for
13925         obsolete `message-hidden' text property, hidden headers are not
13926         accessible in the buffer anymore.
13927
13928 2004-11-22  Romain Francoise  <romain@orebokech.com>
13929
13930         * message.el (message-header-format-alist): Add `From' in list
13931         so that it can be sorted.
13932         (message-fix-before-sending): Widen and sort headers before
13933         sending.
13934         (message-hide-headers): Use narrowing to hide headers by moving
13935         them to the top of the buffer and narrowing to the region
13936         underneath.
13937
13938 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13939
13940         * message.el (message-strip-forbidden-properties): Bind
13941         buffer-read-only (etc) to nil.
13942
13943 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13946         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13947
13948 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13949
13950         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13951
13952 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13953
13954         * dns.el (query-dns): Use sit-for to time instead of
13955         accept-process-output, since that doesn't seem to work on udp
13956         sockets.
13957
13958 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13961
13962 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13963
13964         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13965         doc string.  Improve doc string.
13966
13967 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13968
13969         * nntp.el (nntp-request-update-info): Return nil if
13970         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13971         may not call gnus-activate-group which uselessly issues the GROUP
13972         commands for all nntp groups and wastes time.  Reported by Romain
13973         Francoise <romain@orebokech.com>.
13974
13975         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13976
13977 2004-11-15  Simon Josefsson  <jas@extundo.com>
13978
13979         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13980         headers separately.
13981         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13982         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13983
13984 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * gnus-start.el (gnus-convert-old-newsrc):
13987         Assign legacy-gnus-agent to 5.10.7.
13988
13989 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13990
13991         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13992         start of the lines.
13993
13994 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13995
13996         * hashcash.el (hashcash-default-payment): Change default to 20.
13997         (hashcash-default-accept-payment): Change default to 20.
13998         (hashcash-process-alist): New variable.
13999         (hashcash-generate-payment-async): Add.
14000         (hashcash-already-paid-p): Add.
14001         (hashcash-insert-payment): Don't generate payments twice.
14002         (hashcash-insert-payment-async): Add.
14003         (hashcash-insert-payment-async-2): Add.
14004         (hashcash-cancel-async): Add.
14005         (hashcash-wait-async): Add.
14006         (hashcash-processes-running-p): Add.
14007         (hashcash-wait-or-cancel): Add.
14008         (mail-add-payment): New optional argument.  Conditionally start
14009         asynchronous calculation.
14010         (mail-add-payment-async): Add.
14011
14012         * message.el (message-send-mail): Wait for asynchronous hashcash
14013         results.  Don't clobber existing X-Hashcash headers.
14014         (message-setup-1): Call mail-add-payment-async when
14015         message-generate-hashcash is non-nil.
14016
14017 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14018
14019         * message.el (message-use-alternative-email-as-from): Examine the
14020         From header as well; use message-make-from in order to include a
14021         user's full name.
14022
14023 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14026         default; improve customization type.
14027         (gnus-emphasis-custom-with-format): New macro.
14028         (gnus-emphasis-custom-value-to-external): New function.
14029         (gnus-emphasis-custom-value-to-internal): New function.
14030
14031 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14032
14033         * dns.el (query-dns): Resolve reverse addresses.
14034
14035 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14036
14037         * gnus-group.el (gnus-group-get-new-news): Use it.
14038
14039         * gnus-start.el (gnus-check-reasonable-setup): New function.
14040
14041 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14044         "Args out of range" error.  Reported by Arnaud Giersch
14045         <arnaud.giersch@free.fr>.
14046
14047 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14048
14049         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14050
14051 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14052
14053         * spam.el (spam group): Add :version.
14054
14055         * pgg-def.el (pgg group): Add :version.
14056
14057 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * gnus-art.el (gnus-article-edit-article): Don't associate the
14060         article buffer with a draft file.  This is a temporary measure
14061         against the 2004-08-22 change to gnus-article-edit-mode.
14062
14063 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14066         (html2text-format-tags): Remove unused variable `attr'.
14067
14068 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14071
14072         * tls.el (tls-process-connection-type, tls-success)
14073         (tls-certtool-program): Add :version.
14074
14075         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14076         (starttls-extra-arguments, starttls-process-connection-type)
14077         (starttls-connect, starttls-failure, starttls-success): Add :version.
14078
14079         * spam-stat.el (spam-stat): Add :version.
14080
14081         * sieve.el (sieve): Add :version.
14082
14083         * sha1.el (sha1): Add :version.
14084         (sha1-use-external): Remove redundant version.
14085
14086         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14087         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14088         (nnmail-split-fancy-match-partial-words)
14089         (nnmail-split-lowercase-expanded): Add :version.
14090
14091         * nndiary.el (nndiary): Add :version.
14092
14093         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14094
14095         * mml-sec.el (mml-default-sign-method)
14096         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14097         Add :version.
14098
14099         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14100
14101         * mm-url.el (mm-url-use-external, mm-url-program)
14102         (mm-url-arguments): Add :version.
14103
14104         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14105         (mm-attachment-file-modes, mm-decrypt-option)
14106         (mm-w3m-safe-url-regexp): Add :version.
14107
14108         * message.el (message-cite-prefix-regexp)
14109         (message-sendmail-envelope-from, message-minibuffer-local-map)
14110         (message-user-fqdn, message-completion-alist): Add :version.
14111
14112         * gnus-win.el (gnus-configure-windows-hook)
14113         (gnus-use-frames-on-any-display): Add :version.
14114
14115         * gnus-art.el (gnus-article-address-banner-alist)
14116         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14117         (gnus-treat-from-picon, gnus-treat-mail-picon)
14118         (gnus-treat-x-pgp-sig): Add :version.
14119
14120         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14121         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14122         (gnus-summary-article-delete-hook)
14123         (gnus-summary-display-while-building): Add :version.
14124
14125         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14126         (gnus-get-top-new-news-hook): Add :version.
14127
14128         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14129         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14130
14131         * gnus-registry.el (gnus-registry): Add :version.
14132
14133         * gnus-spec.el (gnus-use-correct-string-widths)
14134         (gnus-make-format-preserve-properties): Add :version.
14135
14136         * gnus.el (gnus-group-charter-alist)
14137         (gnus-group-fetch-control-use-browse-url)
14138         (gnus-install-group-spam-parameters): Add :version.
14139
14140         * gnus-diary.el (gnus-diary): Add :version.
14141
14142         * gnus-delay.el (gnus-delay): Add :version.
14143
14144         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14145         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14146         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14147         Add :version.
14148
14149         * gnus-agent.el (gnus-agent-max-fetch-size)
14150         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14151         (gnus-agent-prompt-send-queue): Add :version.
14152
14153         * deuglify.el (gnus-outlook-deuglify): Add :version.
14154
14155         * html2text.el: Beautify code.  Improve doc strings.  Some
14156         checkdoc cleanup.
14157         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14158
14159 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14160
14161         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14162
14163 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14164
14165         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14166         when package is loaded.
14167
14168         * spam.el (spam-summary-score-preferred-header): Add global preference
14169         for people who want to override the default SpamAssassin over
14170         Bogofilter preference (when both are set).
14171         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14172         (spam-user-format-function-S): Check
14173         spam-summary-score-preferred-header.
14174         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14175         (spam-user-format-function-S): Format the score correctly.
14176
14177 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14180         signature file.  Suggested by Manoj Srivastava
14181         <srivasta@golden-gryphon.com>.
14182
14183         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14184         iso-2022-jp even in the Japanese language environment.
14185         Suggested by Jason Rumney <jasonr@gnu.org>.
14186
14187 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14190         use the same characters as the dummy marks; make it free from
14191         getting affected by the language environment.
14192         (gnus-summary-read-group-1): Update mark positions only when the
14193         format spec is updated.
14194
14195         * gnus-spec.el (gnus-update-format-specifications): Return a list
14196         of updated types.
14197
14198 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14201         of boundp to check if display-warning is available.
14202
14203 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14204
14205         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14206
14207 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * nnspool.el (nnspool-spool-directory): Use news-path if the
14210         news-directory variable is not bound.
14211
14212         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14213         function instead of display-warning if it is not available.
14214
14215 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14218         v5-10: Use `point-at-bol'.
14219
14220 2004-10-26  Simon Josefsson  <jas@extundo.com>
14221
14222         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14223         <chenggao@gmail.com>.
14224
14225 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14228         instead.
14229
14230 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14231
14232         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14233         to remove a server from the nnimap-server-buffer-alist.
14234         (nnimap-open-connection, nnimap-close-server): Use it.
14235
14236         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14237
14238 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14241         running the major-mode function.
14242
14243 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14246         dummy marks in the right way.
14247
14248 2004-10-18  David Edmondson  <dme@dme.org>
14249
14250         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14251         excessively.
14252
14253 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14254
14255         * gnus-util.el (gnus-split-references): Accept a nil references
14256         string and go on blissfully.
14257
14258         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14259         cases where the references string is non-nil but has no references.
14260
14261         * encrypt.el: Add autoload tags.
14262
14263         * spam.el (spam-resolve-registrations-routine): Remove article
14264         from unregistration list too.  Reported by David Hanak
14265         <dhanak@isis.vanderbilt.edu>
14266
14267 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14270         nil.  Changed custom type.
14271
14272 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14273
14274         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14275
14276         * gnus-sum.el (gnus-summary-move-article): Use it.
14277
14278 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14279
14280         * encrypt.el: Add autoload cookies.
14281
14282         * spam.el (spam-backend-article-list-property)
14283         (spam-backend-get-article-todo-list)
14284         (spam-backend-put-article-todo-list)
14285         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14286         Resolve registrations separately.
14287         (spam-register-routine): Format comments.
14288         (spam-unregister-routine, spam-register-routine): Always call with
14289         specific-articles, no default list.
14290         (spam-summary-prepare-exit): Use the spam-classifications function.
14291
14292         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14293         gnus-encrypt.el.
14294
14295         * encrypt.el: Copied from gnus-encrypt.el.
14296
14297         * gnus-encrypt.el: Commented that it's obsolete.
14298
14299 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14302         (gnus-score-save): Use it.
14303
14304         * message.el (message-bury): Use `window-dedicated-p'.
14305
14306 2004-10-15  Simon Josefsson  <jas@extundo.com>
14307
14308         * pop3.el (top-level): Don't require nnheader.
14309         (pop3-read-timeout): Add.
14310         (pop3-accept-process-output): Add.
14311         (pop3-read-response, pop3-retr): Use it.
14312
14313 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14314
14315         * spam.el (spam-register-routine): Move comment.
14316         (spam-verify-bogofilter): Use 'unknown for the initial
14317         spam-bogofilter-valid state, not 'never.
14318
14319         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14320         for netrc-machine.
14321
14322         * nnimap.el (nnimap-open-connection): Use
14323         netrc-machine-user-or-password.
14324
14325 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14326
14327         * gnus-registry.el (gnus-registry-unload-hook):
14328         Set as a variable with add-hook.
14329
14330         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14331         of news-path.
14332
14333         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14334
14335         * spam.el: Delete duplicate `provide'.
14336         (spam-unload-hook): Set as a variable with add-hook.
14337
14338 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14341         in the doc string.
14342
14343         * message.el (message-ignored-news-headers)
14344         (message-ignored-supersedes-headers)
14345         (message-ignored-resent-headers)
14346         (message-forward-ignored-headers): Improve custom type.
14347
14348 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * message.el (message-tokenize-header): Fix 2004-09-06 change
14351         which used point-min in the wrong place.
14352
14353 2004-10-12  Simon Josefsson  <jas@extundo.com>
14354
14355         * tls.el (tls-certtool-program): New variable.
14356         (tls-certificate-information): New function, based on
14357         ssl-certificate-information.
14358
14359 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * compface.el: Move the version of ELisp-based uncompface program
14362         to the contrib directory because of the copyright problem.
14363
14364 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14365
14366         * message.el (message-kill-buffer): Raise the current frame.
14367
14368 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14371
14372         * gnus.el (message-y-or-n-p): Autoload.
14373
14374         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14375         (pop3-password-required, pop3-authentication-scheme)
14376         (pop3-leave-mail-on-server): Made customizable.
14377         (pop3): New custom group.
14378         (pop3-retr): Remove `sleep-for' statements.
14379         Suggested by Dave Love <fx@gnu.org>.
14380
14381         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14382         Windows/DOS.
14383
14384         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14385         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14386         Dave Love <fx@gnu.org>.
14387
14388         * mml.el (mml-minibuffer-read-disposition): Require match.
14389         Suggested by Dave Love <fx@gnu.org>.
14390
14391 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14394         doc string.
14395
14396 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14399
14400 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14401
14402         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14403         instead of calling `mm-insert-inline', to decode text/* parts
14404         before displaying them.
14405
14406 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * mm-uu.el (mm-uu-text-plain-type): New variable.
14409         (mm-uu-pgp-signed-extract-1): Use it.
14410         (mm-uu-pgp-encrypted-extract-1): Use it.
14411         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14412         bind mm-uu-text-plain-type with that value.
14413         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14414         mm-uu-dissect.
14415
14416 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-group.el (gnus-update-group-mark-positions):
14419         * gnus-sum.el (gnus-update-summary-mark-positions):
14420         * message.el (message-check-news-body-syntax):
14421         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14422         of string-as-multibyte.
14423
14424 2004-10-05  Juri Linkov  <juri@jurta.org>
14425
14426         * gnus-group.el (gnus-update-group-mark-positions):
14427         * gnus-sum.el (gnus-update-summary-mark-positions):
14428         * message.el (message-check-news-body-syntax):
14429         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14430         8-bit unibyte values to a multibyte string for search functions.
14431
14432 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14435         (mm-uu-dissect-text-parts): New function.
14436
14437         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14438         dissect text parts.
14439
14440         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14441         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14442
14443         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14444
14445         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14446         gnus-current-topics instead of gnus-current-topic.
14447
14448 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14449
14450         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14451
14452 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14453
14454         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14455         where approriate.
14456
14457         * nnml.el (nnml-generate-active-info): do.
14458
14459         * nndiary.el (nndiary-generate-active-info): do.
14460
14461         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14462         (gnus-topic-move): do.
14463
14464         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14465         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14466
14467         * gnus-srvr.el (gnus-server-prepare)
14468         (gnus-server-open-all-servers): do.
14469
14470         * gnus-msg.el (gnus-summary-cancel-article)
14471         (gnus-summary-resend-message)
14472         (gnus-summary-mail-crosspost-complaint): do.
14473
14474         * gnus-move.el (gnus-change-server): do.
14475
14476         * gnus-group.el (gnus-group-unmark-all-groups)
14477         (gnus-group-set-current-level): do.
14478
14479 2004-10-04  Simon Josefsson  <jas@extundo.com>
14480
14481         * message.el (message-generate-hashcash): Doc fix.
14482
14483 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14484
14485         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14486         avoid infinite recursion via gnus-get-function.
14487
14488 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14489
14490         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14491
14492         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14493
14494         * nnmail.el (nnmail-split-history): do.
14495
14496         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14497         (nnml-request-delete-group): do.
14498
14499         * nnslashdot.el (nnslashdot-read-groups): do.
14500
14501         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14502         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14503
14504         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14505         (nnspool-sift-nov-with-sed): Use last.
14506         (nnspool-retrieve-headers-with-nov): Use mapc.
14507         (nnspool-request-newgroups): Use dolist.
14508         (nnspool-request-group): Use last.
14509
14510         * nntp.el (nntp-read-server-type): Use dolist.
14511
14512         * nnvirtual.el (nnvirtual-create-mapping)
14513         (nnvirtual-update-read-and-marked): Use dolist.
14514         (nnvirtual-convert-headers): Simplify.
14515
14516 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14517
14518         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14519         support for sync'ing tick marks.
14520
14521 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14524         there's no visible header.
14525
14526 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14527
14528         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14529         necessary, pass full group name to gnus-request-set-marks.
14530
14531 2004-10-01  Simon Josefsson  <jas@extundo.com>
14532
14533         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14534         acroread.
14535
14536 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14537
14538         * spam-report.el (spam-report-gmane): Fix interactive.
14539
14540         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14541
14542         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14543         when writing file.
14544         (gnus-agent-synchronize-flags): Don't default to being
14545         interactive.
14546
14547 2004-09-30  Simon Josefsson  <jas@extundo.com>
14548
14549         * message.el (message-generate-hashcash): Add.
14550         (message-send-mail): Use it, call mail-add-payment.
14551
14552 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14553
14554         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14555
14556 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14557
14558         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14559         gnus-requst-update-info with explicit code to sync the in-memory
14560         info read flags with the marks being sync'd to the backend.
14561
14562         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14563
14564 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14565
14566         * spam.el (spam-verify-bogofilter): Add new function.
14567         (spam-check-bogofilter)
14568         (spam-bogofilter-register-with-bogofilter): Use it.
14569         (spam-verify-bogofilter): Add small fixes.
14570
14571 2004-09-28  Simon Josefsson  <jas@extundo.com>
14572
14573         * hashcash.el (hashcash-generate-payment): Revert.
14574
14575 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14576
14577         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14578         gnus-extract-references instead of gnus-split-references.
14579
14580         * gnus-util.el (gnus-extract-references): Add new function, analogous
14581         to gnus-split-references but extracts only the message-ID without
14582         anything extra.
14583
14584         * hashcash.el (hashcash-generate-payment)
14585         (hashcash-check-payment): Do the right thing if hashcash-path is
14586         nil (because the hashcash program could not be found).
14587
14588         * spam.el (spam-use-hashcash): Remove comment.
14589
14590 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14591
14592         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14593         (gnus-cache-enter-article, gnus-cache-remove-article)
14594         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14595
14596         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14597
14598         * gnus-art.el (article-hide-boring-headers)
14599         (article-translate-strings, article-display-face)
14600         (gnus-article-mime-match-handle-first)
14601         (gnus-article-highlight-headers)
14602         (gnus-article-add-buttons-to-head): do.
14603
14604 2004-09-27  Simon Josefsson  <jas@extundo.com>
14605
14606         * hashcash.el: New version, from
14607         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14608         ../contrib/.
14609
14610 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14613
14614 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14615
14616         * gnus-dup.el (gnus-dup-open): Use mapc.
14617         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14618
14619         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14620         Reported by Stefan Wiens <s.wi@gmx.net>.
14621
14622         * gnus.el (gnus-shutdown): Use dolist.
14623
14624         * gnus-undo.el (gnus-undo): Use mapc.
14625
14626         * nnrss.el (nnrss-generate-active): do.
14627
14628         * message.el (message-cite-original-without-signature)
14629         (message-cite-original): Use mapc.
14630         (message-do-actions, message-make-forward-subject): Use dolist.
14631
14632 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14633
14634         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14635         deletion to remove entire duplicate line.  Fixes merged article
14636         number bug.
14637
14638 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14639
14640         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14641         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14642         first ask if you want to open a server and then, even when you
14643         responded with no, asking if you want to synchronize the server's
14644         flags.
14645         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14646         multi-line expressions.
14647         (gnus-agent-synchronize-group-flags): New internal function.
14648         Updates marks in memory (in the info structure) AND in the
14649         backend.
14650
14651         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14652
14653         * nnagent.el (nnagent-request-set-mark): Use
14654         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14655         method, to ensure that synchronization updates marks in the
14656         backend and in the info (in memory) structure.
14657
14658 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14661         convention fully; don't miss the root article of a thread; make
14662         the X-Draft-From header with correct article numbers.
14663
14664 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14665
14666         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14667         unless plugged.  Disable the agent so that an open failure causes
14668         an error.
14669
14670         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14671         Reverted 2004-09-21 change.  The backend must be opened while
14672         synchronizing flags even when the backend stores the flags
14673         locally.
14674
14675 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14678         in `header' match.  Reported by Svend Tollak Munkejord.
14679
14680         * message.el (message-cite-original): Fix use of
14681         `message-cite-articles-with-x-no-archive'.
14682
14683 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14686         (gnus-window-to-buffer): Ditto.
14687
14688         * mml.el (mml-preview-buffer): New variable.
14689         (mml-preview): Manage window layout with gnus-buffer-configuration.
14690
14691         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14692         X-Draft-From header even if those articles aren't quoted.
14693
14694 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14695
14696         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14697         (gnus-request-set-mark, gnus-request-update-mark): Use new
14698         g-s-t-u-l-m to decide to use backend even when unplugged.
14699
14700 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14703         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14704
14705 2004-09-20  Simon Josefsson  <jas@extundo.com>
14706
14707         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14708         "utf-16-le".
14709
14710 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14711
14712         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14713
14714 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * uudecode.el (uudecode-use-external): Add :version.
14717
14718         * smime.el (smime-CA-file, smime-encrypt-cipher)
14719         (smime-dns-server): Add :version.
14720
14721         * smiley.el (gnus-smiley-file-types): Add :version.
14722
14723         * sha1.el (sha1-use-external): Add :version.
14724
14725         * pgg-def.el (pgg-query-keyserver): Add :version.
14726
14727         * nnmail.el (nnmail-fancy-expiry-targets)
14728         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14729         Add :version.
14730
14731         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14732         (nnimap-retrieve-groups-asynchronous): Add :version.
14733         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14734
14735         * mml.el (mml-content-disposition-parameters)
14736         (mml-insert-mime-headers-always): Add :version.
14737
14738         * mm-util.el (mm-coding-system-priorities): Add :version.
14739
14740         * mm-decode.el (mm-inline-text-html-with-images)
14741         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14742         (mm-verify-option): Add :version.
14743         (mm-text-html-renderer): Change :version.
14744
14745         * message.el (message-fcc-externalize-attachments)
14746         (message-required-headers, message-draft-headers)
14747         (message-subject-trailing-was-query)
14748         (message-subject-trailing-was-ask-regexp)
14749         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14750         (message-mark-insert-end, message-archive-header)
14751         (message-archive-note, message-cross-post-default)
14752         (message-cross-post-note, message-followup-to-note)
14753         (message-cross-post-note-function, message-use-mail-followup-to)
14754         (message-subscribed-address-functions)
14755         (message-subscribed-address-file, message-subscribed-addresses)
14756         (message-subscribed-regexps, message-allow-no-recipients)
14757         (message-yank-cited-prefix, message-signature-insert-empty-line)
14758         (message-hidden-headers, message-hierarchical-addresses)
14759         (message-mail-user-agent, message-use-idna)
14760         (message-valid-fqdn-regexp)
14761         (message-strip-special-text-properties, message-header-synonyms)
14762         (message-beginning-of-line, message-tab-body-function): Add :version.
14763         (message-insert-canlock, message-wide-reply-confirm-recipients):
14764         Change :version.
14765
14766         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14767         and :version.
14768         (mail-source-delete-old-incoming-confirm)
14769         (mail-source-movemail-program): Add :version.
14770
14771         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14772         (gnus-agent-cache, gnus-agent): Change :version.
14773
14774         * gnus-util.el (gnus-use-byte-compile): Change :version.
14775
14776         * gnus-sum.el (gnus-summary-make-false-root-always)
14777         (gnus-summary-default-high-score)
14778         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14779         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14780         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14781         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14782         (gnus-sum-thread-tree-single-indent)
14783         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14784         (gnus-sum-thread-tree-leaf-with-other)
14785         (gnus-sum-thread-tree-single-leaf): Add :version.
14786         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14787         (gnus-article-loose-mime): Change :version.
14788
14789         * gnus-start.el (gnus-backup-startup-file)
14790         (gnus-save-startup-file-via-temp-buffer): Add :version.
14791
14792         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14793         (gnus-server-offline-face): Add :version.
14794
14795         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14796
14797         * gnus-msg.el (gnus-gcc-externalize-attachments)
14798         (gnus-debug-files, gnus-debug-exclude-variables)
14799         (gnus-discouraged-post-methods): Change :version.
14800         (gnus-confirm-mail-reply-to-news)
14801         (gnus-confirm-treat-mail-like-news): Add :version.
14802
14803         * gnus-int.el (gnus-server-unopen-status): Add :version.
14804
14805         * gnus-group.el (gnus-group-jump-to-group-prompt)
14806         (gnus-large-ephemeral-newsgroup)
14807         (gnus-fetch-old-ephemeral-headers): Add :version.
14808
14809         * gnus-fun.el (gnus-x-face-directory)
14810         (gnus-convert-pbm-to-x-face-command)
14811         (gnus-convert-image-to-x-face-command)
14812         (gnus-convert-image-to-face-command): Add :version.
14813
14814         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14815
14816         * gnus-cite.el (gnus-cite-blank-line-after-header)
14817         (gnus-article-boring-faces): Add :version.
14818
14819         * gnus-art.el (gnus-buttonized-mime-types)
14820         (gnus-inhibit-mime-unbuttonizing)
14821         (gnus-treat-display-face)
14822         (gnus-treat-body-boundary): Change :version.
14823         (gnus-body-boundary-delimiter, gnus-picon-databases)
14824         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14825         (gnus-treat-date-english, gnus-treat-fold-headers)
14826         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14827         (gnus-treat-mail-picon, gnus-treat-wash-html)
14828         (gnus-article-encrypt-protocol)
14829         (gnus-use-idna, gnus-article-over-scroll)
14830         (gnus-mime-display-multipart-alternative-as-mixed)
14831         (gnus-mime-display-multipart-related-as-mixed)
14832         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14833         (gnus-ctan-url, gnus-button-ctan-handler)
14834         (gnus-button-handle-ctan-bogus-regexp)
14835         (gnus-button-ctan-directory-regexp)
14836         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14837         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14838         (gnus-button-man-level, gnus-button-emacs-level)
14839         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14840
14841         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14842         (gnus-agent-go-online): Change :version.
14843         (gnus-agent-expire-unagentized-dirs)
14844         (gnus-agent-auto-agentize-methods): Add :version.
14845
14846         * flow-fill.el (fill-flowed-display-column)
14847         (fill-flowed-encode-column): Add :version.
14848
14849         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14850         (gnus-outlook-deuglify-unwrap-max)
14851         (gnus-outlook-deuglify-cite-marks)
14852         (gnus-outlook-deuglify-unwrap-stop-chars)
14853         (gnus-outlook-deuglify-no-wrap-chars)
14854         (gnus-outlook-deuglify-attrib-cut-regexp)
14855         (gnus-outlook-deuglify-attrib-verb-regexp)
14856         (gnus-outlook-deuglify-attrib-end-regexp)
14857         (gnus-outlook-display-hook): Add :version.
14858
14859         * binhex.el (binhex-use-external): Add :version.
14860
14861 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14864         and `invisible'.
14865
14866 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14867
14868         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14869         in gnus-registry-trim.
14870
14871 2004-09-13  Simon Josefsson  <jas@extundo.com>
14872
14873         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14874
14875         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14876
14877         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14878         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14879         <yamaoka@jpl.org>.
14880         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14881         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14882         <yamaoka@jpl.org>.
14883
14884         * sieve.el (sieve-manage-mode): Ditto.
14885
14886 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14887
14888         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14889
14890 2004-09-11  Simon Josefsson  <jas@extundo.com>
14891
14892         * dns-mode.el: Add.
14893
14894         * mm-view.el (mm-display-dns-inline): Add.
14895
14896         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14897         (mm-automatic-display): Ditto.
14898
14899         * mailcap.el (mailcap-mime-data): Add text/dns.
14900         (mailcap-mime-extensions): Map .soa to text/dns.
14901
14902 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14903
14904         * gnus-art.el (article-decode-mime-words, article-babel)
14905         (gnus-article-highlight-signature, gnus-article-add-buttons)
14906         (gnus-signature-toggle): Remove unnecessary bindings of
14907         `inhibit-read-only' inherited from v5.10 merge.
14908
14909 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * nntp.el (nntp): New customization group.
14912         (nntp-authinfo-file): Add customization group.
14913
14914         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14915
14916         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14917
14918         * gnus.el (to-address, to-list, subscribed)
14919         (large-newsgroup-initial): Ditto.
14920
14921         * flow-fill.el (fill-flowed-display-column)
14922         (fill-flowed-encode-column): Ditto.
14923
14924 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14925
14926         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14927         Use point-min rather than 1.
14928         (message-send-mail): Use buffer-size rather than point-max.
14929
14930         * gnus-sum.el (gnus-summary-search-article-forward):
14931         Signal a specific `search-failed' rather than a generic `error'.
14932
14933         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14934         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14935         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14936
14937 2004-09-10  Simon Josefsson  <jas@extundo.com>
14938
14939         * nndb.el (require): Remove tcp and duplicate cl.
14940
14941 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-agent.el (directory-files-and-attributes): Move forward.
14944
14945 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14946
14947         * gnus-agent.el (directory-files-and-attributes): Optionally
14948         defined to support XEmacs.
14949
14950 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14951
14952         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14953         to avoid run-time CL dependencies.
14954         (gnus-agent-unfetch-articles): New function.
14955         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14956         article numbers even when local .overview file is missing.
14957         (gnus-agent-read-article-number): New function.  Only accepts
14958         27-bit article numbers.
14959         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14960         gnus-agent-read-article-number.
14961         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14962         from backend while recognizing that article numbers in .overview
14963         must be valid.
14964         (gnus-agent-update-files-total-fetched-for): Use
14965         directory-files-and-attributes to improve performance.
14966         * gnus-int.el (gnus-request-move-article): Use
14967         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14968         improve performance.
14969
14970         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14971         some users confused by references to .newsrc when they only have a
14972         .newsrc.eld file.
14973         (gnus-convert-mark-converter-prompt)
14974         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14975         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14976         New function.  Used internally to only display 'gnus converting
14977         files' message when actually necessary.
14978
14979         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14980         methods now autoloaded.
14981
14982 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14985         identifiers.
14986
14987 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * gnus-picon.el: Fix indentation and closing parenthesis.
14990
14991 2004-09-01  Simon Josefsson  <jas@extundo.com>
14992
14993         * message.el (message-canlock-generate): Require sha1, not
14994         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14995         to require within a function.  Sadly, if sha1.el isn't loaded, the
14996         let binding in m-c-g will hide the defcustom definition, which is
14997         bad.)
14998
14999         * canlock.el: Require sha1, not sha1-el.
15000
15001         * message.el: Don't autoload sha1 (there is a autoload cookie in
15002         sha1.el).
15003
15004         * sha1-el.el: Renamed to sha1.el.
15005
15006 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15007
15008         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15009
15010 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15011
15012         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15013
15014 2004-08-30  Kim F. Storm  <storm@cua.dk>
15015
15016         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15017
15018         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15019         Add :group 'nnimap.
15020
15021 2004-08-30  Andreas Schwab  <schwab@suse.de>
15022
15023         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15024         ?* and ?\;.
15025
15026         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15027         and ?\' to symbol instead of whitespace.
15028
15029 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15032
15033         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15034         instead of re-search-forward.
15035
15036         * gnus-uu.el (gnus-uu-save-article): Ditto.
15037         (gnus-uu-post-encode-uuencode): Ditto.
15038
15039         * html2text.el (html2text-clean-list-items): Ditto.
15040         (html2text-clean-dtdd): Ditto.
15041         (html2text-format-tags): Ditto.
15042
15043         * message.el (message-send-mail-with-sendmail): Fix regexp.
15044         (message-fill-field-general): Use search-forward instead of
15045         re-search-forward.
15046         (unbold-region): Ditto.
15047
15048         * nnrss.el (nnrss-request-article): Ditto.
15049
15050         * nnslashdot.el (nnslashdot-request-article): Ditto.
15051
15052         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15053
15054         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15055         "Unrecognized menu descriptor" error in XEmacs.
15056
15057 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15058
15059         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15060         parent article of a sparse article in the thread hashtb.
15061
15062 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15063
15064         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15065         (nnmail-expand-newtext): Lowercase expanded entries if
15066         nnmail-split-lowercase-expanded is non-nil.
15067
15068 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15071
15072         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15073         of gnus-tmp-news-method into string under XEmacs.  It will be
15074         passed to gnus-correct-length which takes only a string argument.
15075
15076 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-util.el (gnus-bind-print-variables): New macro.
15079         (gnus-prin1): Use it.
15080         (gnus-prin1-to-string): Use it.
15081         (gnus-pp): New function.
15082         (gnus-pp-to-string): New function.
15083
15084         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15085         Replace pp-to-string with gnus-pp-to-string.
15086         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15087         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15088         * gnus-msg.el (gnus-debug): Ditto.
15089         * gnus-score.el (gnus-score-save): Ditto.
15090         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15091         gnus-pp-to-string.
15092         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15093         with gnus-pp.
15094         * score-mode.el (gnus-score-pretty-print): Ditto.
15095         * webmail.el (webmail-debug): Ditto.
15096
15097 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-art.el (article-display-face, article-display-x-face):
15100         Use buffer-read-only.
15101
15102 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-art.el (article-hide-list-identifiers):
15105         Bind inhibit-read-only as t.
15106
15107 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15108
15109         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15110
15111 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15112
15113         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15114         (gnus-narrow-to-page): Don't assume point-min == 1.
15115         (gnus-article-edit-mode): Derive from message-mode.
15116
15117         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15118         point-min == 1.
15119
15120         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15121         Disable incorrect use of `assert'.
15122
15123         * message.el (message-mode): Set comment-start-skip.
15124
15125
15126 2004-08-22  Sam Steingold  <sds@gnu.org>
15127
15128         * pop3.el (pop3-leave-mail-on-server): New user variable.
15129         (pop3-movemail): Delete mail only when it is nil.
15130
15131 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15132
15133         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15134
15135         * mml.el (mml-preview): Use `pop-to-buffer'.
15136
15137         * message.el (message-goto-mail-followup-to): Insert after "To".
15138         (message-carefully-insert-headers): Add comment.
15139
15140         * gnus.el: Remove unused variable `gnus-article-check-size'.
15141
15142         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15143
15144         * gnus-art.el (gnus-button-alist): Improve
15145         `gnus-button-handle-library' entry.
15146
15147 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15148
15149         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15150         downcase, since XEmacs capitalizes error messages differently.
15151
15152 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15153
15154         * nntp.el: Add (require 'gnus) due to reference to
15155         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15156
15157 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15158
15159         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15160         `mm-fill-flowed'.
15161
15162         * mm-decode.el (mm-dissect-singlepart): Check it.
15163
15164 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15165
15166         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15167         'imap' for netrc parsing.
15168
15169 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15170
15171         * mailcap.el (mailcap-mime-data): Mark as risky.
15172
15173 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15174
15175         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15176         may be included in the encoded word.
15177         (rfc2047-encode): Don't append a space if the encoded word
15178         includes close parenthesis.
15179
15180 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15183         of text within parentheses.
15184
15185 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15186
15187         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15188         (gnus-encrypt-write-file-contents): Make the password key the file
15189         name PLUS the cipher, not just the cipher.  Also remove failed
15190         passwords from the cache.
15191
15192 2004-08-06  Simon Josefsson  <jas@extundo.com>
15193
15194         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15195         fix.
15196
15197 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15200         LWSP.
15201
15202 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15203
15204         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15205         to append in-reply-to: data to the references: header.
15206
15207         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15208         (netrc-parse): Use gnus-encrypt.el functions.
15209
15210         * gnus-encrypt.el: Add new file for encryption support; currently
15211         does only a few GPG ciphers and an internal XOR cipher.
15212
15213         * password.el: Add comments on using password-read-and-add.
15214         (password-read-and-add): Add function to read and add the
15215         password to the cache at once.
15216
15217 2004-07-28  Simon Josefsson  <jas@extundo.com>
15218
15219         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15220         parameter (but don't use it, for now).
15221
15222         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15223         instead of hard coding to nil.
15224
15225 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15228         as mm-inline-image-xemacs does.
15229
15230 2004-07-26  Simon Josefsson  <jas@extundo.com>
15231
15232         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15233         Revert part of 2004-07-17 change below.
15234
15235 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15238         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15239
15240 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15241
15242         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15243         quotes that actually start with ">" at the beginning of the
15244         lines.
15245
15246 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * rfc2047.el (rfc2047-encode-region): Fix last change.
15249         (rfc2047-encode-parameter): Remove useless concat.
15250
15251 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15254         encode special characters; fix some kind of misconfigured headers;
15255         signal a real error if debug-on-quit or debug-on-error is non-nil.
15256         (rfc2047-encode-max-chars): New variable.
15257         (rfc2047-encode-1): Use it.
15258         (rfc2047-encode-parameter): New function.
15259
15260         * mml.el (mml-insert-parameter): Remove an excessive space.
15261
15262 2004-07-17  Simon Josefsson  <jas@extundo.com>
15263
15264         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15265         Kai Grossjohann <kai@emptydomain.de>.
15266         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15267         (gnus-group-make-menu-bar): Ditto.
15268
15269         * gnus-util.el (gnus-group-server): Add.
15270
15271 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15272
15273         * message.el (message-clone-locals): Clone sendmail and smtp
15274         variables.
15275
15276 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * rfc2047.el (rfc2047-encode-region): Fix last change.
15279
15280 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15283         characters as non-special.
15284
15285 2004-07-09  Simon Josefsson  <jas@extundo.com>
15286
15287         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15288         Users will lose all flag changes made while unplugged with
15289         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15290         good default.  See numerous reports on ding mailing list.
15291
15292 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15295         add generate-head-function and generate-article-function to the
15296         rfc822-forward entry.
15297         (nndoc-rfc822-forward-generate-article): New function.
15298         (nndoc-rfc822-forward-generate-head): New function.
15299
15300         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15301
15302 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15303
15304         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15305         respect display group parameter and gnus-summary-expunge-below.
15306         (gnus-articles-to-read): Remove unused reference to display group
15307         parameter.
15308
15309 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15310
15311         * nnheader.el (nnheader-uniquify-message-id): New experimental
15312         variable.
15313         (nnheader-nov-read-message-id): Use it.
15314
15315         * spam-report.el (spam-report-gmane): Add interactive.
15316
15317 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15320         qp-or-base64 for the application/* types.
15321
15322 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15323
15324         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15325
15326 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15327
15328         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15329         trim value.
15330
15331 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15332
15333         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15334         New macro and function.
15335         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15336
15337 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15340         after-load-alist.
15341
15342 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15343
15344         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15345         update info that isn't there.
15346
15347 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15348
15349         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15350         entry.
15351
15352 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * mm-view.el (mm-inline-render-with-function): Use multibyte
15355         buffer; decode html source by charset.
15356
15357         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15358
15359         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15360         Mule-UCS is loaded under XEmacs.
15361         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15362
15363 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15364
15365         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15366
15367 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * mm-util.el (mm-coding-system-p): Return a coding-system.
15370         (mm-mime-mule-charset-alist): Use shift_jis instead of
15371         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15372         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15373         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15374         instead of japanese-shift-jis and iso-latin-1 respectively in
15375         order to share the default value with both Emacs and XEmacs-mule.
15376         (mm-mule-charset-to-mime-charset): Make
15377         mm-coding-system-priorities effective.
15378         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15379         while predicating of candidates upon the priorities.
15380
15381 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15382
15383         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15384         gnus-uu-invert-processable.
15385
15386         * gnus.el: Autoload gnus-uu-invert-processable.
15387
15388 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * mm-util.el (mm-with-multibyte-buffer): New macro.
15391
15392         * rfc2047.el (rfc2047-encode-string): Use it.
15393         (rfc2047-encode-region): Move point to the end of the region after
15394         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15395
15396 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15399         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15400
15401 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15404         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15405         Karl Chen <quarl@nospam.quarl.org>.
15406
15407 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15408
15409         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15410         invalid addresses.
15411
15412 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15413
15414         * spam.el: Change section markers, revise TODO list.
15415         (spam-backends): Make new master list of all installed backends.
15416         (spam-summary-exit-behavior): Add new variable to determine how
15417         messages moves are done at summary exit.
15418         (spam-move-spam-nonspam-groups-only)
15419         (spam-process-ham-in-nonham-groups)
15420         (spam-process-ham-in-spam-groups): Remove variables, the
15421         spam-summary-exit-behavior variable should be used to manage this
15422         behavior.
15423         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15424         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15425         and spam-old-spam-articles.
15426         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15427         Add empty variables, placeholders for the backends they represent.
15428         (spam-set-difference): Move, unchanged.
15429         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15430         unless the user has a processor variable.
15431         (spam-classifications, spam-classification-valid-p)
15432         (spam-backend-properties, spam-backend-property-valid-p)
15433         (spam-backend-function-type-valid-p)
15434         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15435         (spam-report-articles-gmane, spam-report-articles-resend):
15436         Remove functions, they are not needed.
15437         (spam-install-backend-super, spam-backend-list)
15438         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15439         (spam-backend-function, spam-backend-ham-registration-function)
15440         (spam-backend-spam-registration-function)
15441         (spam-backend-ham-unregistration-function)
15442         (spam-backend-spam-unregistration-function)
15443         (spam-backend-statistical-p, spam-backend-mover-p)
15444         (spam-install-backend-alias, spam-install-checkonly-backend)
15445         (spam-install-mover-backend, spam-install-nocheck-backend)
15446         (spam-install-backend, spam-install-statistical-backend)
15447         (spam-install-statistical-checkonly-backend): Add backend installation
15448         support.
15449         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15450         (spam-group-processor-p): Use the new backend code and respect the
15451         summary exit behavior.
15452         (spam-mark-spam-as-expired-and-move-routine): Remove.
15453         (spam-summary-prepare): Change to use the new spam-old-articles
15454         variable.
15455         (spam-copy-or-move-routine, spam-copy-spam-routine)
15456         (spam-move-spam-routine, spam-copy-ham-routine)
15457         (spam-move-ham-routine): Add code to copy/move ham or spam.
15458         (spam-fetch-field-fast): Improve doc and code, plus allow the
15459         'number request.
15460         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15461         variables.
15462         (spam-split, spam-find-spam): Use the new backend code.
15463         (spam-registration-functions): Remove variable.
15464         (spam-unregister-routine): Add convenience wrapper.
15465         (spam-log-undo-registration, spam-register-routine)
15466         (spam-log-processing-to-registry)
15467         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15468         where possible.
15469         (spam-check-gmane-xref, spam-check-regex-headers)
15470         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15471         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15472         (spam-check-bogofilter-headers, spam-check-spamoracle)
15473         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15474         (spam-check-crm114-headers): Use the spam-split-group that
15475         spam-split prepares, no need to determine it every time.
15476
15477         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15478         to the nnheader-parse-naked-head call.
15479
15480         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15481
15482         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15483         the nnheader-nov-read-message-id call.
15484
15485 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15488         gnus-activate-group twice.  Suggested by Markus Peter
15489         <warp@spin.de>.
15490
15491 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-art.el (gnus-article-time-format): Exchange the order of
15494         day and month in the default value; fix customization type.
15495         (article-date-ut): Use add-text-properties.
15496         (article-make-date-line): Use message-make-date instead of
15497         current-time-string.
15498
15499         * message.el (message-fetch-field): Don't use set-text-properties.
15500         (message-make-date): Simplify.
15501
15502         * messagexmas.el (message-xmas-make-date): New function.
15503         (message-xmas-redefine): Defalias message-make-date to it.
15504
15505 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15508         (rfc2047-encode-region): Treat text within parentheses as special;
15509         show the original text when error has occurred.
15510
15511         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15512         already-computed method to gnus-activate-group.
15513
15514         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15515         same select-methods identical Lisp objects.
15516
15517         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15518         object when modifying the info.
15519
15520 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15523         gnus-opened-servers since it has never been opened with the new
15524         configuration yet.
15525
15526 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15529         arg to nnheader-generate-fake-message-id.
15530
15531 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15532
15533         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15534         number and build a fake message ID localized to a group and
15535         article number (so it's repeatable from that point on).
15536         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15537         ID format.
15538
15539         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15540         nnheader-generate-fake-message-id with the article number.
15541
15542 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15543
15544         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15545         end-of-buffer.
15546
15547 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15548
15549         * message.el (message-ignored-supersedes-headers): Add Approved.
15550
15551 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15554         goto-char.
15555         (rfc2047-encode): Fold the line before encoding.
15556
15557 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15558
15559         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15560         folding -- not all headers can be folded, and this should be done
15561         by the message composition mode.  Probably.  I think.
15562
15563 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15566         fast.
15567
15568         * gnus-ems.el (gnus-remove-image): Don't use
15569         message-text-with-property; remove only the image found first.
15570
15571         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15572         found first.
15573
15574 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15575
15576         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15577
15578 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * message.el (message-text-with-property): Make it fast and accept
15581         optional arguments.
15582         (message-strip-forbidden-properties): Use it.
15583         (message-fix-before-sending): Follow the m-t-w-p change.
15584
15585         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15586
15587 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-art.el (article-hide-headers): Don't change the buffer
15590         mistakenly when performing mml-preview even if
15591         gnus-single-article-buffer is nil.
15592
15593 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15594
15595         * message.el (message-expand-name-databases): New user option.
15596         (message-expand-name): Use it.
15597
15598 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15599
15600         * spam.el (spam-report-articles-resend)
15601         (spam-report-resend-register-routine): Allow ham reporting.
15602         (spam-report-resend-register-ham-routine): Add wrapper.
15603         (spam-registration-functions): Add ham resending functions.
15604         (spam-list-of-processors): Add ham resend processor.
15605
15606         * gnus.el (ham-resend-to): Add new group parameter.
15607         (spam-process): Add ham resend option.
15608
15609         * spam-report.el (spam-report-resend): Allow reporting ham.
15610         (spam-report-resend-ham): Add wrapper.
15611
15612 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15613
15614         * message.el (message-cite-articles-with-x-no-archive): New
15615         variable.
15616         (message-cite-original): Use it.
15617
15618 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15619
15620         * message.el (message-cite-original): Respect X-No-Archive.
15621
15622 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * gnus-art.el (article-hide-headers): Refer to the values for
15625         gnus-ignored-headers and gnus-visible-headers in the summary
15626         buffer since a user may have set them as group parameters.
15627
15628 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15629
15630         * assistant.el (assistant-node-name): Add convenience function.
15631         (assistant-render-text, assistant-render-node): Add error handling,
15632         plus handle multiple next nodes.
15633         (assistant-find-next-node): Comment out for now.
15634         (assistant-find-next-nodes): Add function, returns list of next
15635         nodes.
15636
15637 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * mail-source.el (mail-source-directory): Fix doc-string.
15640
15641 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15642
15643         * assistant.el (assistant-render-text, assistant-eval): Add :set
15644         widget type, which is different because it takes and returns a
15645         list.  Much hilarity ensues.
15646
15647 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15650
15651         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15652         doc-string.
15653
15654         * gnus-start.el (gnus-activate-group): Added doc-string.
15655
15656 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15659
15660 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15661
15662         * assistant.el (assistant-render-text): Try to add a :set
15663         widget, more to come.
15664
15665         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15666         strings.
15667         (spam-report-articles-resend)
15668         (spam-register-routine): Do registration iff any articles warrant
15669         it.
15670         (spam-summary-prepare-exit): Change log message for nil group
15671         destinations.
15672
15673 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15674
15675         * spam.el (spam-report-resend-register-routine): Allow
15676         spam-report-resend-to to be a group parameter or a global value.
15677
15678 2004-05-26  Simon Josefsson  <jas@extundo.com>
15679
15680         * starttls.el: Merge with my GNUTLS based starttls.el.
15681         (starttls-gnutls-program, starttls-use-gnutls)
15682         (starttls-extra-arguments, starttls-process-connection-type)
15683         (starttls-connect, starttls-failure, starttls-success): New
15684         variables.
15685         (starttls-program, starttls-extra-args): Doc fix.
15686         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15687         functions.
15688         (starttls-negotiate, starttls-open-stream): Check
15689         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15690         function if it is set.
15691
15692 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15695         structured fields.
15696
15697 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15700
15701 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15702
15703         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15704         variable.
15705         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15706         assigning the spam-mark to new messages.
15707
15708 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15709
15710         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15711
15712 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15715
15716         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15717         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15718         default.
15719
15720 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15721
15722         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15723         correct data.
15724
15725 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15726
15727         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15728         (spam-group-processor-p): Fix function.
15729         (spam-group-processor-multiple-p)
15730         (spam-group-spam-processor-report-gmane-p)
15731         (spam-group-spam-processor-report-resend-p)
15732         (spam-group-spam-processor-bogofilter-p)
15733         (spam-group-spam-processor-blacklist-p)
15734         (spam-group-spam-processor-ifile-p)
15735         (spam-group-ham-processor-ifile-p)
15736         (spam-group-spam-processor-spamoracle-p)
15737         (spam-group-spam-processor-crm114-p)
15738         (spam-group-ham-processor-bogofilter-p)
15739         (spam-group-spam-processor-stat-p)
15740         (spam-group-ham-processor-stat-p)
15741         (spam-group-ham-processor-whitelist-p)
15742         (spam-group-ham-processor-BBDB-p)
15743         (spam-group-ham-processor-spamoracle-p)
15744         (spam-group-ham-processor-copy-p): Remove functions with some
15745         prejudice against unneeded code.
15746         (spam-report-articles-resend)
15747         (spam-report-resend-register-routine): Allow the group/topic
15748         spam-resend-to value to override spam-report-resend-to.
15749         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15750         properly now.
15751
15752         * gnus.el (spam-resend-to): Add group/topic parameter.
15753         (spam-process): Move the OBSOLETE processors to the end of the
15754         choices.
15755
15756 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15757
15758         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15759         with resend-to set to nil, and then ask the user if necessary.
15760         (spam-report-resend): spam-report-resend takes a list of articles, not
15761         separate article numbers.
15762
15763 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15766         addition to emacs-w3m.
15767
15768 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15769
15770         * assistant.el (assistant-authinfo-data): New function.
15771         (assistant-eval): Eval for entire assistant.
15772
15773         * netrc.el (netrc-services-file): New variable.
15774         (netrc-parse-services): New function.
15775         (netrc-find-service-name): New function.
15776         (netrc-find-service-number): New function.
15777         (netrc-port-equal): New function.
15778         (netrc-machine): Use it.
15779
15780         * nnimap.el (nnimap-open-connection): Use netrc.
15781
15782         * gnus-util.el (gnus-netrc-get): Remove aliases.
15783
15784         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15785
15786         * assistant.el (wid-edit): Fix compilation.
15787
15788         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15789
15790 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15791
15792         * gnus-util.el (gnus-set-file-modes): New function.  (small
15793         patch).
15794
15795 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15796
15797         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15798
15799         * assistant.el (assistant-render-node): Fix up rendering and
15800         read-only text.
15801         (assistant-render-node): Reset.
15802         (assistant-make-read-only): Not sticky.
15803
15804 2004-05-20  Danny Siu  <dsiu@adobe.com>
15805
15806         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15807         centered even when gnus-auto-center-summary is t.
15808
15809 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15810
15811         * dns.el (dns-get-txt-answer): New function.
15812         (dns-read-txt): Ditto.
15813         (query-dns): Use it.
15814
15815 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15818         active for foreign groups even if the group level is higher than
15819         the specified value.
15820
15821 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15822
15823         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15824         non-active groups.
15825
15826         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15827
15828 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15829
15830         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15831
15832 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15833
15834         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15835         (spam-crm114-header, spam-crm114-spam-switch)
15836         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15837         (spam-crm114-positive-spam-header)
15838         (spam-crm114-database-directory, spam-list-of-processors)
15839         (spam-group-spam-processor-crm114-p)
15840         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15841         (spam-generic-score, spam-list-of-checks)
15842         (spam-list-of-statistical-checks, spam-registration-functions)
15843         (spam-check-crm114-headers, spam-crm114-score)
15844         (spam-check-crm114, spam-crm114-register-with-crm114)
15845         (spam-crm114-register-spam-routine)
15846         (spam-crm114-unregister-spam-routine)
15847         (spam-crm114-register-ham-routine)
15848         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15849         asjo@koldfront.dk (Adam Sjøgren).
15850
15851         * gnus.el: Add spam-use-crm114.
15852
15853         * spam.el (spam-list-of-processors, spam-registration-functions):
15854         Add spam-use-resend.
15855         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15856         (spam-report-articles-gmane): Add doc fix.
15857         (spam-report-articles-resend, spam-report-resend-register-routine):
15858         Add wrappers around spam-report-resend-to.
15859
15860         * spam-report.el (spam-report-resend-to, spam-report-resend):
15861         Add support for resending spam.
15862         (spam-report-gmane): Fix line length >80.
15863
15864         * gnus.el (spam-process): Add spam-use-resend.
15865
15866 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15867
15868         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15869         number of processed spam messages.
15870         (spam-ham-copy-or-move-routine): Return the number of processed
15871         ham messages.
15872         (spam-summary-prepare-exit): Use the above values to decide
15873         whether status messages shouled be displayed.
15874
15875 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15878         `rfc2047-encoding-function-alist' in order to avoid conflicting
15879         with the old version.
15880         (rfc2047-encode-region): Concatenate words containing non-ASCII
15881         characters in structured fields; don't encode space-delimited
15882         ASCII words even in unstructured fields; don't break words at
15883         char-category boundaries.
15884         (rfc2047-encode-1): New function.
15885         (rfc2047-encode): Use it; encode text so that it occupies the
15886         maximum width within 76-column; work correctly on Q encoding for
15887         iso-2022-* charsets.
15888         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15889         sure not to break a line just after the header name.
15890         (rfc2047-b-encode-region): Removed.
15891         (rfc2047-b-encode-string): New function.
15892         (rfc2047-q-encode-region): Removed.
15893         (rfc2047-q-encode-string): New function.
15894
15895         * mm-util.el (mm-replace-in-string): New function.
15896
15897 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15898
15899         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15900         get it right.
15901         (gnus-inews-make-draft): Really.
15902
15903 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15904
15905         * nnmh.el (nnmh-request-list-1): Don't check the link count
15906         before descending.  (small patch)
15907
15908 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15909
15910         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15911         stuff.
15912
15913         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15914         on real group name.
15915
15916         * gnus-art.el (gnus-signature-limit): Doc fix.
15917
15918         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15919
15920         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15921
15922 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15923
15924         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15925         isn't a string.
15926
15927 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15928
15929         * gnus-draft.el (gnus-draft-send): Bind
15930         rfc2047-encode-encoded-words.
15931
15932         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15933         (rfc2047-encodable-p): Say that =? needs encoding.
15934         (rfc2047-encode-encoded-words): New variable.
15935
15936         * gnus-group.el (gnus-group-select-group): Doc fix.
15937
15938         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15939
15940         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15941         to nil.
15942
15943         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15944
15945         * nnheader.el (nnheader-get-lines-and-char): New function.
15946
15947 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * gnus-msg.el (gnus-summary-followup-with-original): Document
15950         yanking of region when active.
15951
15952 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15955         groups if the group level is higher than the specified value.
15956
15957 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15960         (gnus-group-jump-to-group): Added prefix argument using
15961         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15962         non-active group.
15963
15964         * compface.el (uncompface): Be verbose when changing
15965         `uncompface-use-external'.
15966
15967         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15968         handle manual section.
15969
15970 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15971
15972         * gnus-art.el (gnus-button-alist): Revert previous change.
15973
15974 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15975
15976         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15977
15978 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15979
15980         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15981         whether backend can accept message.
15982
15983         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15984
15985 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15986
15987         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15988         Avoid creating directory when nntp-marks-is-evil is true.
15989         Reported by Reiner Steib.
15990
15991 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15992
15993         * gnus-picon.el (gnus-picon-style): New variable.
15994         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15995         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15996         Jesper Harder <harder@ifa.au.dk>.
15997
15998 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15999
16000         * message.el (message-fill-field): Return point.
16001         (message-generate-headers): Go to end of field.
16002
16003         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16004         stuff for non-living groups.
16005
16006 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16007
16008         * gnus-art.el (gnus-article-followup-with-original)
16009         (gnus-article-reply-with-original): gnus-mark-active-p ->
16010         gnus-region-active-p.
16011
16012 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16013
16014         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16015         only when there is spam or ham to be processed.
16016
16017 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16018
16019         * mail-source.el (mail-source-delete-crash-box): Refactor.
16020         (mail-source-fetch): Use it.
16021         (mail-source-fetch-file): Ditto.
16022         (mail-source-fetch-directory): Run postscript in loop.
16023         (mail-source-fetch-pop): Delete.
16024         (mail-source-fetch-maildir): Ditto.
16025         (mail-source-fetch-imap): Ditto.
16026
16027         * imap.el (imap-authenticators): Comment out sasl.
16028
16029         * message.el (message-skip-to-next-address): New function.
16030         (message-fill-header-address): Refactor.
16031         (message-fill-address): Use it.
16032         (message-delete-address): Use it.
16033         (message-fill-header-general): Refactor.
16034         (message-fill-field-address): Rename.
16035         (message-narrow-to-field): Find the start of the header.
16036         (message-header-format-alist): Don't pre-fill.
16037         (message-fill-header): Removed.
16038         (message-insert-header): New function.
16039         (message-shorten-references): Use it.
16040
16041         * rfc2047.el (rfc2047-field-value): Strip props.
16042
16043         * mail-parse.el (mail-header-make-address): New alias.
16044
16045         * ietf-drums.el (ietf-drums-make-address): New function.
16046
16047         * imap.el: Add compiler directives.
16048
16049         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16050
16051         * gnus-art.el (article-decode-idna-rhs): Don't use
16052         message-idna-inside-rhs-p.
16053
16054 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16055
16056         * message.el (message-idna-inside-rhs-p): Removed.
16057         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16058
16059         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16060         false positives.
16061
16062 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16063
16064         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16065
16066 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16067
16068         * nneething.el (nneething-file-name): Don't create spurious
16069         files.
16070
16071         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16072         (gnus-inews-do-gcc): Remove sleep.
16073
16074         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16075         part under point.
16076
16077         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16078         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16079
16080 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16081
16082         * spam.el (spam-summary-prepare-exit): Fixed (length).
16083
16084 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16085
16086         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16087         as expired without moving it" message when there are spam
16088         messages left.
16089
16090 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16091
16092         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16093         header is not nil.
16094
16095 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16096
16097         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16098         nntp-possibly-create-directory, not nntp-possibly-change-group.
16099         (nntp-marks-changed-p): New arg SERVER.
16100         (nntp-request-update-info): Adjust caller.
16101
16102 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16103
16104         * nntp.el (nntp-save-marks): Pass missing arg.
16105
16106 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16107
16108         * nntp.el: Support marks.
16109         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16110         (nntp-marks-modtime, nntp-marks-directory): New variables.
16111         (nntp-request-set-mark, nntp-request-update-info)
16112         (nntp-possibly-create-directory, nntp-marks-changed-p)
16113         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16114         functions.
16115
16116 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16117
16118         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16119         (gnus-xmas-redefine): Rename.
16120
16121         * gnus-score.el (gnus-score-insert-help): Use
16122         gnus-select-lowest-window.
16123
16124         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16125         appt-select-lowest-window and rename to gnus-select-lowest-window.
16126
16127         * gnus.el: do.
16128
16129 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16130
16131         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16132         encodings of MIME-encoded words, in order to improve
16133         interoperability with several broken MUAs.
16134
16135 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16136
16137         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16138         tags, only when charsets are not specified in headers.
16139         (mm-inline-text-html-render-with-w3m): Ditto.
16140
16141         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16142         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16143
16144 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16145
16146         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16147         instead of MIME-decoded from fields when checking
16148         `gnus-article-address-banner-alist'.
16149
16150 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16151
16152         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16153         description rather than subject.
16154
16155 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16156
16157         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16158
16159 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16160
16161         * gnus.el (gnus-version-number): Bump.
16162
16163 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16164
16165         * gnus.el: No Gnus v0.2 is released.
16166
16167 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16168
16169         * gnus-agent.el (gnus-agent-read-agentview): Inline
16170         gnus-uncompress-range.
16171
16172 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16173
16174         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16175         `exec-installed-p'.
16176
16177 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16178
16179         * gnus.el (spam-process, spam-autodetect-methods): Add
16180         bsfilter and bsfilter-headers.
16181
16182         * spam.el (spam-bsfilter): New customize group.
16183         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16184         (spam-bsfilter-header, spam-bsfilter-probability-header)
16185         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16186         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16187         (spam-bsfilter-database-directory): New options.
16188         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16189         (spam-list-of-statistical-checks, spam-registration-functions):
16190         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16191         (spam-bsfilter-score): New command.
16192         (spam-check-bsfilter-headers, spam-check-bsfilter)
16193         (spam-bsfilter-register-with-bsfilter)
16194         (spam-bsfilter-register-spam-routine)
16195         (spam-bsfilter-unregister-spam-routine)
16196         (spam-bsfilter-register-ham-routine)
16197         (spam-bsfilter-unregister-ham-routine): New functions.
16198         (spam-generic-score): Support bsfilter; Accept an optional argument
16199         to recalcurate spam score even if scoring header has already been
16200         added.
16201         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16202         optional argument to recalcurate spam score even if scoring header
16203         has already been added.
16204
16205 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16206
16207         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16208         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16209         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16210         link is missing.
16211
16212 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16213
16214         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16215         (html2text-get-attr): Rewrite.
16216
16217         * message.el (message-setup-1): Remove redundant put-text-property
16218         on mail-header-separator.
16219
16220 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16221
16222         * gnus-registry.el (gnus-registry-cache-whitespace)
16223         (gnus-registry-action, gnus-registry-spool-action)
16224         (gnus-registry-split-fancy-with-parent): Change message levels
16225         from 5 to 3 or 7, as needed.
16226
16227         * spam.el (spam-summary-prepare-exit)
16228         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16229         (spam-split, spam-find-spam, spam-log-undo-registration)
16230         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16231         level from 5 to 6.
16232
16233 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16236         2004-03-04 change).
16237
16238 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16239
16240         * sieve-manage.el (sieve-manage-open):
16241         * nnweb.el (nnweb-insert-html):
16242         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16243         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16244         * nnspool.el (nnspool-request-group):
16245         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16246         * nnml.el (nnml-request-update-info):
16247         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16248         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16249         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16250         (nnimap-request-set-mark):
16251         * nnfolder.el (nnfolder-request-update-info):
16252         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16253         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16254         * gnus-uu.el (gnus-uu-find-articles-matching):
16255         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16256         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16257         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16258         * gnus-nocem.el (gnus-nocem-scan-groups):
16259         * gnus-int.el (gnus-start-news-server):
16260         * gnus-group.el (gnus-group-make-kiboze-group)
16261         (gnus-group-browse-foreign-server):
16262         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16263         Use mapc when appropriate.
16264
16265 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16266
16267         FIXME: Make separate entries for each person.
16268
16269         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16270         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16271         <shields@msrl.com>:
16272
16273         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16274         may need for spam sorting and scoring.
16275         (spam-user-format-function-S): Add user format function suitable for
16276         general use.
16277         (spam-article-sort-by-spam-status): Add sorting function for summary
16278         sorting.
16279         (spam-extra-header-to-number): Add function to get a score from a
16280         header.
16281         (spam-summary-score): Add function to get a numeric score from the
16282         headers.
16283         (spam-generic-score): Fix function doc, was in wrong place.
16284         (spam-initialize): Take symbols when it's run, and install the
16285         extra headers that spam-necessary-extra-headers thinks we need.
16286
16287 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16288
16289         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16290         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16291
16292 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16293
16294         * gnus-sum.el (gnus-set-global-variables)
16295         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16296         (gnus-article-get-xrefs, gnus-summary-best-group)
16297         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16298         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16299         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16300         Use with-current-buffer.
16301
16302 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16303
16304         * spam.el (spam-summary-prepare-exit): Simplify logic.
16305         (spam-fetch-article-header): Read the article header if it's not
16306         available.
16307         (spam-list-articles): Simplify logic.
16308         (spam-filelist-register-routine): Fix bug with unregister-list.
16309
16310         * gnus-registry.el: Fix comments at beginning.
16311
16312 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16313
16314         * message.el (message-cater-to-broken-inn): Remove.
16315         (message-shorten-references): Make sure the total folded length of
16316         References is shorter than 998 characters to cater to a bug in INN
16317         2.3.  Also, don't pretend that references aren't folded -- this
16318         hasn't worked for a while.
16319
16320 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16321
16322         * gnus-agent.el (gnus-agentize):
16323         gnus-agent-send-mail-real-function no longer set to current value
16324         of message-send-mail-function but rather a lambda that calls
16325         message-send-mail-function.  The change makes the agent real-time
16326         responsive to user changes to message-send-mail-function.
16327
16328 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16329
16330         * legacy-gnus-agent.el
16331         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16332         help from Florian Weimer <fw@deneb.enyo.de>
16333
16334 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * nnmail.el (nnmail-cache-insert): Revert last change.
16337
16338 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * nnmail.el (nnmail-cache-insert): Always check whether
16341         nnmail-cache-ignore-groups matches a group name.
16342
16343 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16344
16345         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16346         (spam-find-spam, spam-log-processing-to-registry)
16347         (spam-log-registered-p, spam-log-unregistration-needed-p)
16348         (spam-log-undo-registration): Use gnus-message instead of
16349         gnus-error, none of these errors are fatal.
16350
16351         * gnus-registry.el (gnus-registry-clean-empty-function)
16352         (gnus-registry-clean-empty): Remove only empty entries without
16353         extra data.
16354
16355 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16356
16357         * spam-stat.el (spam-stat-buffer-change-to-spam)
16358         (spam-stat-buffer-change-to-non-spam): Change (error) to
16359         (gnus-message 8) invocation.
16360
16361 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * nntp.el (nntp-via-netcat-command): New variable.
16364         (nntp-via-netcat-switches): New variable.
16365         (nntp-open-via-rlogin-and-netcat): New function.
16366         (nntp-open-connection-function): Doc fix.
16367         (nntp-telnet-command): Doc fix.
16368         (nntp-end-of-line): Doc fix.
16369         (nntp-via-rlogin-command): Doc fix.
16370         (nntp-via-user-name): Doc fix.
16371         (nntp-via-address): Doc fix.
16372
16373 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16376         error in Emacs 21.1.
16377
16378 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16379
16380         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16381
16382 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16383
16384         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16385         (gnus-agent-with-refreshed-group): New macro.
16386         (gnus-agent-rename-group): New function.
16387         (gnus-agent-delete-group): New function.
16388         (gnus-agent-save-group-info): Use gnus-command-method when
16389         `method' parameter is nil.  Don't write nil entries into the
16390         active file.
16391         (gnus-agent-get-group-info): New function.
16392         (gnus-agent-fetch-articles): Use
16393         gnus-agent-update-files-total-fetched-for to increment disk space
16394         used.
16395         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16396         gnus-agent-update-view-total-fetched-for to increment disk space
16397         used.
16398         (gnus-agent-get-local): Added optional parameters to avoid calling
16399         gnus-group-real-name and gnus-find-method-for-group.
16400         (gnus-agent-set-local): Delete stored entry if either min, or max,
16401         are nil.
16402         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16403         quit, use gnus-agent-regenerate-group to record existance of any
16404         articles fetched to disk before the quit occurred.
16405         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16406         gnus-agent-update-view-total-fetched-for, and
16407         gnus-agent-update-files-total-fetched-for to decrement disk space
16408         used.
16409         (gnus-agent-retrieve-headers): Use
16410         gnus-agent-update-view-total-fetched-for to increment disk space
16411         used.
16412         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16413         with gnus-agent-update-files-total-fetched-for to decrement disk
16414         space and fresh group buffer.
16415         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16416         (gnus-agent-need-update-total-fetched-for): New variable.
16417         (gnus-agent-update-files-total-fetched-for): New function.
16418         (gnus-agent-update-view-total-fetched-for): New function.
16419         (gnus-agent-total-fetched-for): New function.
16420
16421         * gnus-cache.el (gnus-cache-save-buffers): Use
16422         gnus-cache-update-overview-total-fetched-for to change disk space
16423         used by this group.
16424         (gnus-cache-possibly-enter-article): Use
16425         gnus-cache-update-file-total-fetched-for to increment disk space
16426         used by this group.
16427         (gnus-cache-possibly-remove-article): Use
16428         gnus-cache-update-file-total-fetched-for to decrement disk space
16429         used by this group.
16430         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16431         (gnus-cache-rename-group): New function.
16432         (gnus-cache-delete-group): New function.
16433         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16434         (gnus-cache-need-update-total-fetched-for): New variable.
16435         (gnus-cache-with-refreshed-group): New macro.
16436         (gnus-cache-update-file-total-fetched-for): New function.
16437         (gnus-cache-update-overview-total-fetched-for): New function.
16438         (gnus-cache-rename-group-total-fetched-for): New function.
16439         (gnus-cache-delete-group-total-fetched-for): New function.
16440         (gnus-cache-total-fetched-for): New function.
16441
16442         * gnus-group.el: Require gnus-sum and autoload functions to
16443         resolve warnings when gnus-group.el compiled alone.
16444         (gnus-group-line-format): Documented new %F.
16445         (size of Fetched data) group line format; identifies disk space
16446         used by agent and cache.
16447         (gnus-group-line-format-alist): Defined new F format.
16448         (gnus-total-fetched-for): New function.
16449         (gnus-group-delete-group): No longer update
16450         gnus-cache-active-altered as gnus-request-delete-group now keeps
16451         the cache in sync.
16452         (gnus-group-list-active): Let the agent store a server's active
16453         list if currently plugged.
16454
16455         * gnus-int.el (gnus-request-delete-group):
16456         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16457         local disk in sync with the server.
16458         (gnus-request-rename-group):
16459         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16460         local disk in sync with the server.
16461
16462         * gnus-start.el (gnus-get-unread-articles):
16463         Cosmetic simplification to logic.
16464
16465         * gnus-util.el (gnus-rename-file): New function.
16466
16467 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16468
16469         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16470
16471 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16472
16473         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16474         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16475
16476 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16477
16478         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16479         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16480
16481 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16482
16483         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16484
16485 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16486
16487         * spam.el (spam-set-difference): Add function to replace
16488         gnus-set-difference in spam.el.
16489         (spam-summary-prepare-exit): Use spam-set-difference.
16490
16491 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16492
16493         * gnus-registry.el (gnus-registry-cache-file): Update to use
16494         gnus-dribble-directory OR gnus-home-directory OR ~.
16495         (gnus-registry-split-fancy-with-parent): Fix doc.
16496
16497 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * message.el (message-exchange-point-and-mark): Use
16500         message-mark-active-p.  Suggested by Jesper Harder
16501         <harder@ifa.au.dk>.
16502
16503 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * message.el (message-exchange-point-and-mark): Don't activate
16506         region if it was inactive.  Suggested by Hiroshi Fujishima
16507         <pooh@nature.tsukuba.ac.jp>.
16508
16509 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-art.el (article-display-face): Display Faces in the same
16512         order as X-Faces.
16513
16514 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16517
16518 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16521         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16522         (gnus-article-mime-hierarchy): Remove.
16523         (gnus-article-mime-hierarchy-next): Remove.
16524         (gnus-article-mode): Revert 2004-03-19 change.
16525         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16526         (gnus-insert-mime-button): Revert 2004-03-19 change.
16527         (gnus-mime-accumulate-hierarchy): Remove.
16528         (gnus-mime-enter-multipart): Remove.
16529         (gnus-mime-leave-multipart): Remove.
16530         (gnus-mime-display-part): Revert 2004-03-19 change.
16531         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16532
16533         * mml.el (mml-preview): Revert 2004-03-19 change.
16534
16535 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16536
16537         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16538
16539 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16542         t while entering a file name using the mm-with-multibyte macro.
16543         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16544
16545         * mm-util.el (mm-with-multibyte): New macro.
16546
16547 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16550         user option.
16551         (gnus-mime-multipart-functions): Doc and customization fix.
16552         (gnus-article-mime-hierarchy): New variable.
16553         (gnus-article-mime-hierarchy-next): New variable.
16554         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16555         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16556         gnus-article-mime-hierarchy-next to nil.
16557         (gnus-insert-mime-button): Show hierarchy numbers.
16558         (gnus-mime-accumulate-hierarchy): New function.
16559         (gnus-mime-enter-multipart): New function.
16560         (gnus-mime-leave-multipart): New function.
16561         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16562         (gnus-mime-display-alternative): Show hierarchy numbers.
16563
16564         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16565         gnus-article-mime-hierarchy-next to nil.
16566
16567 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16568
16569         * dns.el: Don't require gnus-xmas.
16570
16571 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16572
16573         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16574         inline PGP.
16575         (mml-menu): Disable mml-quote-region if mark is inactive.
16576
16577 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16580         when the group's active is not available.
16581
16582 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16583
16584         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16585         error.
16586
16587 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16588
16589         * imap.el (imap-store-password): New variable.
16590         (imap-interactive-login): Use it.
16591         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16592
16593 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16596         window-start and hscroll to summary window.
16597
16598 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16599
16600         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16601         conversion message to newsrc-dribble when an actual conversion is
16602         performed.
16603
16604 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16605
16606         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16607
16608 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * mm-decode.el (mm-complicated-handles): New function reviving
16611         former definition of mm-multiple-handles.
16612
16613         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16614         (gnus-mime-delete-part): Use it.
16615
16616 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16617
16618         * gnus-agent.el (gnus-agent-read-local): Bind
16619         nnheader-file-coding-system to gnus-agent-file-coding-system to
16620         avoid the implicit assumption that they will always be equal.
16621         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16622         coding-system-for-write, as the with-temp-file macro first prints
16623         to a buffer then saves the buffer.
16624
16625 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-art.el (gnus-article-edit-part): New function.
16628         (gnus-mime-save-part-and-strip): Use it; do query instead of
16629         signaling an error; don't use mm-multiple-handles.
16630         (gnus-mime-delete-part): Ditto.
16631
16632 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16633
16634         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16635         old file versions.
16636         (gnus-group-prepare-hook): Removed function that converted list
16637         form of gnus-agent-expire-days to group properties.
16638
16639         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16640         (gnus-request-accept-article): Re-indented.
16641
16642         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16643         converters to handle old agent file formats.  Added logic for a
16644         "backup before upgrading warning".
16645         (gnus-convert-mark-converter-prompt): Developers can mark
16646         functions as needing (default), or not needing,
16647         gnus-convert-old-newsrc's "backup before upgrading warning".
16648         (gnus-convert-converter-needs-prompt): Tests whether the user
16649         should be protected from potentially irreversable changes by the
16650         function.
16651
16652         * legacy-gnus-agent.el: New.  Provides converters that are only
16653         loaded when gnus-convert-old-newsrc needs to call them.
16654
16655 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * mail-source.el (mail-source-touch-pop): Doc fix.
16658
16659         * message.el (message-smtpmail-send-it): Doc fix.
16660
16661 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16662
16663         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16664
16665         * nnmail.el (nnmail-split-fancy): do.
16666
16667         * gnus-kill.el (gnus-kill, gnus-execute): do.
16668
16669 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16670
16671         * gnus-sum.el (gnus-widget-reversible-match)
16672         (gnus-widget-reversible-to-internal)
16673         (gnus-widget-reversible-to-external): New functions.
16674         (gnus-widget-reversible): New widget.
16675         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16676
16677 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16678
16679         * gnus-sum.el (gnus-thread-sort-functions)
16680         (gnus-article-sort-functions): Document `(not F)' items.
16681
16682 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16683
16684         * spam.el (spam-use-gmane-xref): Add new backend.
16685         (spam-gmane-xref-spam-group): Add variable to control the name of the
16686         Gmane spam group.
16687         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16688         (spam-regex-headers-spam, spam-regex-headers-ham)
16689         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16690         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16691         backends and checks.
16692         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16693
16694         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16695         an autodetect method.
16696
16697 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16698
16699         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16700         articles are being added to a group.
16701         (gnus-request-replace-article): Inform the agent that articles
16702         need to be uncached as the cached contents are no longer valid.
16703
16704 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * binhex.el: Don't autoload executable-find.
16707
16708         * canlock.el: Don't autoload mail-fetch-field.
16709
16710         * dgnushack.el: Autoload c-mode for XEmacs.
16711
16712         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16713
16714         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16715         rmail-dont-reply-to and rmail-output.
16716
16717         * gnus-score.el: Don't autoload ffap-string-at-point.
16718
16719         * gnus-setup.el: Don't autoload sc-cite-original.
16720
16721         * imap.el: Don't autoload base64-decode-string,
16722         base64-encode-string and md5.
16723
16724         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16725         and rmail-msg-restore-non-pruned-header.
16726
16727         * mm-decode.el: Don't autoload executable-find.
16728
16729         * mm-url.el: Don't autoload executable-find.
16730
16731         * mm-view.el: Don't autoload diff-mode.
16732
16733         * nndb.el: Don't autoload news-reply-mode, news-setup,
16734         cancel-timer and telnet.
16735
16736         * password.el: Don't autoload run-at-time for Emacs.
16737
16738         * sha1-el.el: Don't autoload executable-find.
16739
16740         * sieve-mode.el: Don't autoload c-mode.
16741
16742         * uudecode.el: Don't autoload executable-find.
16743
16744 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16745
16746         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16747         (gnus-agent-possibly-alter-active): Avoid null in numeric
16748         comparison.
16749         (gnus-agent-set-local): Refuse to save null in local object table.
16750         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16751         list of articles that will be marked as unread.
16752
16753 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16756
16757 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16758
16759         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16760         language tags.
16761
16762 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16763
16764         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16765         Don't bind "obarray".
16766
16767         * gnus-sum.el (gnus-thread-sort-functions): Added
16768         `gnus-thread-sort-by-most-recent-number' and
16769         `gnus-thread-sort-by-most-recent-date'.
16770         Reported by Kai Grossjohann <kai@emptydomain.de>.
16771
16772 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16775
16776 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16777
16778         * gnus-cus.el (gnus-agent-customize-category): Removed
16779         ignore-errors macro reference that required cl to be loaded at
16780         run-time.
16781
16782         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16783         single-interval range of the form (min . max).  Previously the
16784         range had to look like ((min . max)).  Likewise, return
16785         (min . max) rather than ((min . max)).
16786         (gnus-range-map): Use gnus-range-normalize to accept
16787         single-interval range.
16788
16789         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16790         the cache, but not the agent, now appear with their usual face.
16791
16792         * dgnushack.el (loaddir): New variable that is bound to the
16793         directory containing the dgnushack.el file. Use loaddir, rather
16794         than srcdir, to update load-path. Change lets dgnushack compile
16795         code in directories other than GNUS/lisp.
16796
16797 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * lpath.el: Don't bind w3m-safe-url-regexp.
16800
16801         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16802         w3m-safe-url-regexp variable buffer-local.
16803
16804         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16805
16806 2004-02-27  Simon Josefsson  <jas@extundo.com>
16807
16808         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16809         gnus-group-real-prefix.
16810         (gnus-summary-move-article): Use it, instead of
16811         gnus-group-real-prefix.
16812
16813 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * lpath.el: Bind w3m-safe-url-regexp.
16816
16817         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16818         w3m-safe-url-regexp variable buffer-local and set it as the value
16819         of mm-w3m-safe-url-regexp.
16820
16821         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16822
16823         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16824         parsing gnus-posting-styles when the message is not for replying.
16825
16826         * dgnushack.el: Autoload sgml-mode for XEmacs.
16827
16828         * nnrss.el (nnrss-opml-export): Use
16829         mm-set-buffer-file-coding-system instead of
16830         set-buffer-file-coding-system.
16831
16832 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16833
16834         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16835         of checkdoc.el).
16836         * nnrss.el: do.
16837         * gnus-mlspl.el: do.
16838         * gnus-ml.el: do.
16839         * gnus-srvr.el: do.
16840
16841         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16842
16843 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16844
16845         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16846         Corrections to custom-manual links.
16847
16848         * gnus-art.el (gnus-article): Ditto.
16849
16850         * mm-decode.el (mime-display, mime-security): Ditto.
16851
16852 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16853
16854         * flow-fill.el: Typo.
16855
16856 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16857
16858         * spam-wash.el: New file.
16859
16860 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16861
16862         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16863
16864 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16865
16866         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16867         to be run with new-articles as LIST1, not LIST2.
16868         (spam-registration-functions): Add spam-use-ham-copy as a nil
16869         registration backend.
16870
16871 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16872
16873         * spam-stat.el (spam-stat-washing-hook): New option.
16874         (spam-stat-buffer-words): Use it.
16875         (spam-stat-process-directory, spam-stat-test-directory): Use
16876         insert-file-contents-literally.
16877         (spam-stat-coding-system): New variable.
16878         (spam-stat-load, spam-stat-save): Use it.
16879
16880 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * spam-report.el (spam-report-plug-agent): Quote
16883         spam-report-url-to-file and spam-report-url-ping-plain.
16884
16885 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16886
16887         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16888         / in mailto URLs.
16889
16890 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * spam-report.el (spam-report-process-queue): Fix interactive use.
16893         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16894         (spam-report-unplug-agent): Doc fixes.
16895         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16896         (spam-report-agentize, spam-report-deagentize): Autoload.
16897
16898 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16901
16902         * message.el (message-setup-fill-variables): Add mml tags to
16903         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16904         <ajk@iu.edu>.
16905         (message-mode): Don't modify paragraph-separate there.
16906
16907 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * compface.el (uncompface-use-external): Default to undecided.
16910         (uncompface-use-external-threshold): New variable.
16911         (uncompface-float-time): New macro.
16912         (uncompface): Determine whether to use the external decoder if
16913         uncompface-use-external is undecided.
16914
16915 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16916
16917         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16918         after images.
16919
16920         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16921
16922 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16923
16924         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16925
16926         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16927
16928         * gnus-sum.el (gnus-summary-limit-to-age)
16929         (gnus-summary-limit-children): do.
16930
16931         * gnus-int.el (gnus-request-scan): do.
16932
16933         * gnus-group.el (gnus-group-suspend): do.
16934
16935         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16936
16937         * gnus-cite.el (gnus-cite-parse-attributions): do.
16938
16939         * gnus-agent.el (gnus-summary-set-agent-mark)
16940         (gnus-agent-regenerate-group): do.
16941
16942         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16943
16944         * binhex.el (binhex-decode-region-internal): do.
16945
16946 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * gnus-fun.el (gnus-face-properties-alist): New user option.
16949         (gnus-display-x-face-in-from): Use it.
16950
16951         * gnus-art.el (article-display-face): Ditto.
16952
16953         * compface.el (uncompface-use-external): Default to nil.
16954
16955 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16956
16957         * nntp.el (nntp-erase-buffer): New function.
16958         (nntp-retrieve-data, nntp-send-command)
16959         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16960         (nntp-possibly-change-group): Use it.
16961
16962         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16963         with-current-buffer.
16964
16965 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16966
16967         * compface.el: Merge the ELisp-based uncompface program.
16968         (compface): New customization group.
16969         (uncompface-use-external): New user option.
16970         (uncompface): Call uncompface-internal if uncompface-use-external
16971         is nil.
16972         (uncompface-internal): New function.  Note that there are also
16973         some other functions and variables added for this function.
16974
16975 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16976
16977         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16978         if necessary.
16979
16980 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16981
16982         * spam-report.el (spam-report-unplug-agent)
16983         (spam-report-plug-agent, spam-report-deagentize)
16984         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16985         Add support for the Agent in spam-report: when unplugged, report to a
16986         file; when plugged, submit all the requests.
16987
16988         * spam.el (spam-register-routine): Fix message about
16989         registration.
16990
16991 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16992
16993         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16994         dependencies.
16995         (rfc2047-encode): Use it.
16996
16997         * gnus-art.el (gnus-button-marker-list): Move before first
16998         reference.
16999
17000         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17001         (imap-parse-body): Fix format string mismatch.
17002
17003         * gnus-score.el (gnus-summary-increase-score): do.
17004
17005         * nnrss.el (nnrss-close): New function.
17006
17007 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17008
17009         * nnrss.el (nnrss-make-filename): New function.
17010         (nnrss-request-delete-group, nnrss-read-server-data)
17011         (nnrss-save-server-data, nnrss-read-group-data)
17012         (nnrss-save-group-data): Use it.
17013         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17014         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17015         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17016
17017 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17018
17019         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17020
17021 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17022
17023         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17024         files.
17025
17026         * message.el (message-generate-headers-first): Don't quote nil
17027         and t in docstrings.
17028
17029         * imap.el (imap-id): do.
17030
17031         * gnus-agent.el (gnus-agent-consider-all-articles)
17032         (gnus-agent-queue-mail): do.
17033
17034 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17035
17036         * spam-report.el (spam-report-process-queue): New function.
17037         Process requests from `spam-report-requests-file'.
17038         (spam-report-process-queue): Doc fix.
17039
17040 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17041
17042         * spam.el (spam-register-routine)
17043         (spam-log-processing-to-registry, spam-log-registered-p)
17044         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17045         Change "check" to "spam-check" for semi-clarity.
17046
17047 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17048
17049         * pop3.el: Require nnheader.
17050
17051         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17052
17053         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17054
17055         * gnus-picon.el: Require cl.
17056
17057         * gnus-fun.el: Require gnus-ems and gnus-util.
17058
17059         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17060
17061         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17062
17063         * gnus-art.el (gnus-article-edit-mode): Define before first
17064         reference.
17065
17066 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17067
17068         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17069         (gnus-uu-post-encoded): Use point-at-bol.
17070
17071         * gnus-topic.el (gnus-group-active-topic-p): do.
17072
17073         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17074
17075         * gnus-group.el (gnus-group-kill-region): do.
17076
17077         * gnus-art.el (article-date-ut): do.
17078
17079         * message.el (message-fetch-field): Remove redundant
17080         case-fold-search binding.
17081         (message-narrow-to-field): Simplify.
17082
17083 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17084
17085         * spam.el (spam-directory): Derive from `gnus-directory'.
17086
17087         * spam-report.el (spam-report-url-to-file)
17088         (spam-report-requests-file): New function and variable for offline
17089         reporting.
17090         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17091         and user defined function.
17092         (spam-report-url-ping-mm-url): Remove doubled slash.
17093
17094 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17095
17096         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17097
17098 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17099
17100         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17101         format string mismatch.
17102
17103         * sieve.el (sieve-deactivate-all): do.
17104
17105         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17106
17107         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17108
17109         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17110
17111         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17112
17113 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17114
17115         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17116         the list of checks.
17117
17118 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17119
17120         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17121         padding.
17122
17123 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17124
17125         * mm-view.el (mm-fill-flowed): New variable.
17126         (mm-inline-text): Use it.
17127
17128 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17129
17130         * spam.el (spam-spamassassin-register-ham-routine)
17131         (spam-spamassassin-register-spam-routine): Fix function names.
17132
17133 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * gnus.el (gnus-tmp-grouplens): Remove.
17136         (gnus-summary-line-format): Remove grouplens.
17137
17138         * gnus-group.el (gnus-group-line-format): Ditto.
17139
17140         * gnus-spec.el (gnus-format-specs): Ditto.
17141         (gnus-update-format-specifications): Flush the group format spec
17142         cache if there's the grouplens stuff.
17143         (gnus-parse-simple-format): Replace %l with the empty string.
17144
17145 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17146
17147         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17148         omission.
17149
17150 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17153         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17154
17155 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17156
17157         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17158         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17159         New macros and functions.
17160         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17161         Handle > NLINK_MAX messages.
17162         * nnmaildir.el (nnmaildir-request-set-mark): Use
17163         nnmaildir--emlink-p and nnmaildir--eexist-p.
17164
17165 2004-01-25  Alex Schroeder  <alex@gnu.org>
17166
17167         * spam-stat.el (spam-stat-process-directory-age): New option.
17168         (spam-stat-process-directory): Use it.
17169
17170 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17171
17172         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17173         (spam-stat-save): Accept prefix argument.
17174
17175 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17176
17177         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17178         links" error.
17179
17180 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17183         the rest of the and/or forms.
17184
17185 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17186
17187         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17188         compatibility with old .newsrc.eld files.
17189
17190         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17191
17192         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17193
17194         * gnus-start.el (gnus-1): do.
17195
17196         * gnus-group.el (gnus-group-line-format-alist): do.
17197
17198         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17199
17200         * gnus-gl.el: Remove.
17201
17202 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17203
17204         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17205         marks consisting of a single range {for example, (3 . 5)} rather
17206         than a list of a single range { ((3 . 5)) }.
17207
17208 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17209
17210         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17211         with-current-buffer.
17212         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17213         avoid consing a string.
17214
17215         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17216         Remove obsolete entries for big5 and gb2312.
17217
17218 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17219
17220         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17221         uncompressed list.
17222
17223 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17224
17225         * spam-stat.el (spam-stat-strip-xref): New function.
17226         (spam-stat-process-directory): Use it.
17227
17228         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17229         here -- it's done in message-fetch-field.
17230
17231 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17232
17233         * gnus-agent.el (gnus-agent-queue-mail)
17234         (gnus-agent-prompt-send-queue): New variables.
17235         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17236         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17237         "nndraft:queue" along to gnus-draft-send.  Use
17238         gnus-agent-prompt-send-queue.
17239         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17240         is "nndraft:queue".  Suggested by Gaute Strokkenes
17241         <gs234@srcf.ucam.org>
17242
17243         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17244         (agent-enable-undownloaded-faces): Added.
17245         (gnus-agent-cat-groups): Use eval-and-compile, not
17246         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17247         method of gnus-agent-cat-groups even when the buffer has been
17248         evaled.
17249         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17250         delete gnus-agent-save-active-1.
17251         (gnus-agent-save-groups): Deleted.  Identical to
17252         gnus-agent-save-active.
17253         (gnus-agent-write-active): No longer adjust agent's copy of active
17254         file as agent's adjustments are now stored in their own
17255         file.  Removed optional parameter.
17256         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17257         servers.  Add use of min/max range limits from server's local
17258         file.
17259         (gnus-agent-save-alist): Removed unused optional argument.
17260         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17261         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17262         (gnus-agent-set-local): A per-server file that keeps min/max range
17263         limits for articles known to the agent.  Provides a fast mechanism
17264         for altering many active ranges.
17265         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17266         active file (local makes it unnecessary).
17267         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17268
17269         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17270         (agent-enable-undownloaded-faces): Added.
17271
17272         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17273         disable it when sending to "nndraft:queue".
17274         (gnus-group-send-queue): Add safety check to avoid sending queue
17275         when unplugged.
17276
17277         * gnus-group.el (gnus-group-catchup): Use new
17278         gnus-sequence-of-unread-articles, not
17279         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17280         numbers of articles.  Use gnus-range-map to avoid having to
17281         uncompress the unread list.
17282         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17283         Fixed invalid ange-ftp reference.
17284
17285         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17286         (gnus-sorted-range-intersection): Intersection of two ranges
17287         without requiring that they first be uncompressed.
17288
17289         * gnus-start.el (gnus-activate-group): Unless blocked by the
17290         caller, possibly expand the active range to include both cached
17291         and agentized articles.
17292         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17293         multiple version-dependent converters.
17294         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17295         gnus-agent-save-active.
17296         (gnus-save-newsrc-file): Save dirty agent range limits.
17297
17298         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17299         gnus-agent-possibly-alter-active.
17300         (gnus-adjust-marked-articles): Faster handling of simple lists.
17301
17302 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17303
17304         * spam-stat.el (spam-stat-test-directory): New optional argument
17305         displays a list of files detected.  Suggested by Andrew Cohen
17306         <cohen@andy.bu.edu>.
17307         (spam-stat-buffer-words-with-scores): Don't narrow and change
17308         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17309
17310 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17311
17312         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17313         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17314         (spam-spamassassin-arguments)
17315         (spam-spamassassin-spam-flag-header)
17316         (spam-spamassassin-positive-spam-flag-header)
17317         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17318         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17319         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17320         (spam-list-of-processors, spam-list-of-checks)
17321         (spam-list-of-statistical-checks, spam-registration-functions)
17322         (spam-check-spamassassin-headers, spam-check-spamassassin)
17323         (spam-spamassassin-score)
17324         (spam-spamassassin-register-with-sa-learn)
17325         (spam-spamassassin-register-spam-routine)
17326         (spam-spamassassin-register-ham-routine)
17327         (spam-assassin-register-spam-routine)
17328         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17329         (spam-bogofilter-score): Fix to show article before scoring.
17330
17331 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17332
17333         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17334         default scoring function.
17335         (spam-generic-score): Call spam-spamassassin-score if
17336         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17337         spam-bogofilter-score otherwise.
17338
17339         * gnus.el (spam-process, spam-autodetect-methods): Add
17340         spamassassin and spamassassin-headers.
17341
17342 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17343
17344         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17345         Suppress unnecessary messages.
17346
17347 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17348
17349         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17350         make-hash-table.
17351
17352 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * canlock.el (base64-encode-string): Don't autoload it.
17355
17356 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17357
17358         * run-at-time.el: Remove useless (require 'itimer),
17359         eval-and-compile and (featurep 'xemacs).
17360
17361 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17362
17363         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17364         GROUP is a virtual group.
17365
17366 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17367
17368         * gnus.el: Autoload `message-y-or-n-p'.
17369
17370 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17371
17372         * pgg-parse.el: Remove unnecessary (require 'custom).
17373
17374         * pgg-def.el: do.
17375
17376         * nnmail.el: do.
17377
17378         * gnus-undo.el: do.
17379
17380         * gnus-picon.el: do.
17381
17382         * gnus-util.el: do.
17383
17384 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17385
17386         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17387
17388 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17391         handle, as well as a list.
17392
17393         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17394         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17395         (mm-w3m-cid-retrieve): Simplify.
17396
17397 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17398
17399         * message.el (message-kill-to-signature): Allow prefix arg to
17400         specify number of lines to keep before signature.
17401
17402 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17403
17404         * message.el (message-kill-to-signature): Change docstring.
17405
17406 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17407
17408         * canlock.el: Always require sha1-el.
17409         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17410
17411         * message.el: Autoload sha1 only when compiling.
17412
17413         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17414         eudc-expand-inline for XEmacs.
17415
17416 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * message.el (message-canlock-generate): Require sha1-el.
17419
17420 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17421
17422         * message.el (message-expand-name): Silence the byte compiler.
17423
17424         * lpath.el: Add detect-coding-system.
17425
17426         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17427         cus-edit.
17428
17429 2004-01-13  Simon Josefsson  <jas@extundo.com>
17430
17431         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17432         Invoke gnus-score-mode.  Reported by
17433         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17434
17435         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17436         Jim Blandy <jimb@redhat.com> (tiny change).
17437
17438 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17439
17440         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17441
17442 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17443
17444         * spam.el (spam-get-article-as-string): Update to use
17445         gnus-request-article-this-buffer, much simpler.
17446         (spam-get-article-as-buffer): Remove.
17447
17448 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17449
17450         * message.el (message-expand-name): Use EUDC if the user uses that.
17451
17452 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17453
17454         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17455         character for the encoding to avoid consing a string.
17456
17457         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17458         unnecessarily.
17459
17460         * mm-util.el (mm-replace-chars-in-string): Remove.
17461
17462         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17463         of mm-replace-chars-in-string.
17464
17465 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17466
17467         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17468
17469         * mm-util.el (mm-subst-char-in-string): Support inplace.
17470
17471         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17472         a new string in every iteration.  Use shy groups.
17473
17474 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17475
17476         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17477         * gnus-soup.el (gnus-soup-group-brew):
17478         * gnus-msg.el (gnus-put-message):
17479         * gnus-move.el (gnus-group-move-group-to-server):
17480         * gnus-kill.el (gnus-batch-score):
17481         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17482         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17483         (gnus-group-update-group, gnus-group-read-group)
17484         (gnus-group-make-group, gnus-group-make-help-group)
17485         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17486         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17487         (gnus-group-sort-by-unread, gnus-group-catchup)
17488         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17489         (gnus-group-yank-group, gnus-group-set-info)
17490         (gnus-group-list-groups):
17491         * gnus.el (gnus-generate-new-group-name):
17492         * gnus-delay.el (gnus-delay-send-queue):
17493         * nnvirtual.el (nnvirtual-catchup-group):
17494         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17495         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17496         (gnus-group-prepare-topics, gnus-topic-check-topology):
17497         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17498         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17499         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17500         (gnus-group-make-articles-read):
17501         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17502         (gnus-group-change-level, gnus-kill-newsgroup)
17503         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17504         (gnus-get-unread-articles, gnus-make-articles-unread)
17505         (gnus-make-ascending-articles-unread): Use accessor
17506         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17507         to get group information for improved readability.
17508
17509
17510 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17511
17512         * gnus-art.el (article-decode-mime-words, article-babel)
17513         (gnus-article-highlight-signature, gnus-article-add-buttons)
17514         (gnus-signature-toggle): Use gnus-with-article-buffer.
17515
17516         * gnus-art.el (gnus-article-highlight-headers)
17517         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17518
17519         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17520         (gnus-article-set-globals, gnus-request-article-this-buffer)
17521         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17522         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17523         (gnus-mime-display-alternative): Use with-current-buffer.
17524
17525 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17526
17527         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17528         also under 80 char limit, and call gnus-error if needed.
17529         (spam-fetch-article-header): Fix - it was a
17530         buffer-local variable (gnus-newsgroup-data).
17531         (spam-find-spam): Use spam-generate-fake-headers, forget about
17532         spam-insert-fake-headers.
17533         (spam-insert-fake-headers): Remove.
17534
17535 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17536
17537         * deuglify.el (gnus-article-outlook-unwrap-lines)
17538         (gnus-outlook-rearrange-article)
17539         (gnus-outlook-repair-attribution-outlook)
17540         (gnus-outlook-repair-attribution-block)
17541         (gnus-outlook-repair-attribution-other): Remove redundant
17542         save-excursion.
17543
17544 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17545
17546         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17547         (spam-fetch-field-subject-fast)
17548         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17549         (spam-fetch-article-header): Add functions to deal with Gnus
17550         internals for fast retrieval of article header data.
17551         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17552
17553 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17554
17555         * pop3.el (pop3-md5): Remove.
17556         (pop3-apop): Replace pop3-md5 with md5.
17557
17558         * mm-bodies.el: base64 is always built-in.
17559
17560         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17561         with-current-buffer.
17562
17563 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * canlock.el (canlock-insert-header): Remove excessive grouping in
17566         regexp.
17567
17568         * gnus-sum.el (gnus-summary-read-document): Ditto.
17569
17570         * gnus-uu.el (gnus-uu-part-number): Ditto.
17571
17572         * html2text.el (html2text-remove-tags): Ditto.
17573         (html2text-format-tags): Ditto.
17574         (html2text-format-single-elements): Ditto.
17575
17576         * mml.el (mml-parse-1): Ditto.
17577
17578 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17579
17580         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17581
17582         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17583
17584         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17585
17586         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17587
17588 2003-11-15  Simon Josefsson  <jas@extundo.com>
17589
17590         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17591         (pgg-gpg-lookup-key): Use regexp match instead of
17592         split-string (split-string is different between emacs 21.2 and
17593         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17594
17595 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17596
17597         * gnus-art.el (gnus-mime-view-all-parts)
17598         (gnus-article-part-wrapper, gnus-article-view-part): Use
17599         with-current-buffer.
17600
17601 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17602
17603         * spam.el (spam-disable-spam-split-during-ham-respool)
17604         (spam-spamoracle-database, spam-cache-lookups)
17605         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17606         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17607         (spam-group-ham-marks, spam-group-spam-marks)
17608         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17609         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17610         also add spam-use-blackholes to the statistical checks.
17611         (spam-fetch-field-fast): Add interface to fetching fields, may
17612         become a macro.
17613         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17614         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17615         (spam-insert-fake-headers): Fake an article when needed.
17616         (spam-find-spam): Fake article when possible.
17617         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17618         (spam-check-bogofilter-headers): Use message-fetch-field instead
17619         of nnmail-fetch-field.
17620
17621 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17622
17623         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17624
17625 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17626
17627         * spam.el (spam-split): Do not require spam-use-CHECK to be
17628         enabled if that check is passed to spam-split explicitly; also
17629         fix so 'spam doesn't get converted to spam-split-group when
17630         spam-split-symbolic-return is t.
17631         (spam-find-spam): Find registrations of the article and use those
17632         instead of re-running spam-split to find the spam/ham
17633         classification of the article.
17634         (spam-log-processing-to-registry, spam-log-registered-p)
17635         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17636         Use gnus-error instead of gnus-message.
17637         (spam-log-registration-type): Add function to determine the
17638         classification of a message based on registry entries; will
17639         return nil if both 'spam and 'ham are found.
17640         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17641         a reasonably fast local cache without the loading errors.
17642         (spam-cache-lookups): Set to t by default.
17643         (spam-find-spam): Don't try to guess spam-cache-lookups.
17644         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17645         spam-caches entry.
17646         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17647         caching of whitelist/blacklist entries.
17648         (spam-check-whitelist, spam-check-blacklist): Invoke
17649         spam-from-listed-p with a type, not a cache variable.
17650         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17651
17652 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17653
17654         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17655
17656         * nnmail.el (nnmail-split-fancy): do.
17657
17658         * mml.el (mml-parse): do.
17659
17660         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17661         (gnus-score-adaptive): do.
17662
17663 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17666         (gnus-mime-button-map): Don't set keymap parent.
17667         (gnus-button-ctan-directory-regexp): Use shy grouping.
17668         (gnus-prev-page-map): Don't set keymap parent.
17669         (gnus-prev-page-map): Remove duplicated one.
17670         (gnus-next-page-map): Don't set keymap parent.
17671         (gnus-mime-security-button-map): Ditto.
17672
17673         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17674         version number.
17675
17676         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17677
17678 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * canlock.el (canlock-sha1-function): Remove.
17681         (canlock-sha1-function-for-verify): Remove.
17682         (canlock-openssl-program): Remove.
17683         (canlock-openssl-args): Remove.
17684         (canlock-ignore-errors): Remove.
17685         (canlock-sha1-with-openssl): Remove.
17686         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17687         (canlock-verify): Don't use canlock-ignore-errors.
17688
17689         * sha1-el.el (sha1-string-external): Make it can return a string
17690         in binary form.
17691         (sha1-region-external): Ditto.
17692         (sha1-string-internal): Ditto.
17693         (sha1-region-internal): Ditto.
17694         (sha1-region): Ditto.
17695         (sha1-string): Ditto.
17696         (sha1): Ditto.
17697
17698 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17699
17700         * spam.el (spam-report-articles-gmane): New command.
17701
17702 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17705
17706         * run-at-time.el (run-at-time-saved): Remove.
17707         (run-at-time): Doc fix.
17708
17709 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17710
17711         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17712         (gnus-summary-limit-map): Add it.
17713         (gnus-summary-make-menu-bar): do.
17714
17715 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17716
17717         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17718         Make attempt at some caching support (done for BBDB only now).
17719         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17720         addresses to be checked.
17721         (spam-clear-cache-BBDB): Add function, to be invoked by
17722         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17723         (spam-check-BBDB): Check and use the caches, if
17724         spam-cache-lookups is on, remove superfluous (provide).
17725
17726 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17727
17728         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17729
17730 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17731
17732         * run-at-time.el (run-at-time-saved): Move to after the definition
17733         of `run-at-time'.
17734
17735         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17736
17737 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17740         mm-w3m-local-map-property.
17741
17742         * mm-view.el (mm-w3m-mode-map): Remove.
17743         (mm-w3m-local-map-property): Remove.
17744         (mm-inline-text-html-render-with-w3m): Don't use
17745         mm-w3m-local-map-property.
17746
17747 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17748
17749         * run-at-time.el: New file.
17750
17751         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17752         under Emacs.
17753
17754         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17755         of gnus-set-text-properties.
17756
17757         * gnus-uu.el (gnus-uu-save-article): Ditto.
17758
17759         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17760
17761         * gnus-cite.el (gnus-cite-parse): Ditto.
17762
17763         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17764         of gnus-.
17765
17766         * gnus-xmas.el (run-at-time): Require run-at-time.
17767
17768         * gnus.el: Changed calls to nnheader-run-at-time and
17769         password-run-at-time throughout to use run-at-time directly.
17770
17771         * password.el: Removed definition of run-at-time.
17772
17773         * nnheaderxm.el: Remove definition of run-at-time.
17774
17775 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17776
17777         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17778         in prompt.
17779
17780 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17781
17782         * messagexmas.el (message-xmas-redefine): Alias
17783         `message-make-caesar-translation-table' to
17784         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17785         version.
17786
17787         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17788         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17789         `gnus-xmas-set-text-properties'.
17790         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17791         `gnus-xmas-completing-read'.
17792         (gnus-xmas-completing-read): Removed.
17793         (gnus-xmas-open-network-stream): Removed.
17794
17795         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17796         XEmacs version.
17797
17798         * dns.el (dns-make-network-process): Use `open-network-stream'
17799         instead of `gnus-xmas-open-network-stream'.
17800
17801         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17802
17803         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17804
17805 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17806
17807         * gnus-art.el (gnus-mime-display-alternative)
17808         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17809         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17810         Don't use gnus-local-map-property.
17811
17812         * gnus-util.el (gnus-local-map-property): Remove.
17813
17814         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17815         gnus-completing-read-maybe-default with completing-read.
17816
17817         * gnus-util.el (gnus-completing-read): do.
17818         (gnus-completing-read-maybe-default): Remove.
17819
17820 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17821
17822         * password.el: Only autoload `run-at-time' if not XEmacs.
17823         Only autoload the itimer functions if XEmacs.
17824
17825 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17828         XEmacsen.
17829
17830         * dgnushack.el: Autoload executable-find for XEmacs.
17831
17832 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17833
17834         * gnus-art.el (gnus-read-string): Remove.
17835         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17836         read-string.
17837
17838 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17839
17840         * netrc.el: Autoload password-read.
17841         (netrc): Add configuration group.
17842         (netrc-encoding-method, netrc-openssl-path): Add
17843         variables for encoding and decoding of files with symmetric
17844         ciphers.
17845         (netrc-encode): Add assistant function to encode a file with
17846         netrc-encoding-method.
17847         (netrc-parse): Add interactive parameter, added optional
17848         decoding if netrc-encoding-method is non-nil but otherwise
17849         behavior is standard.
17850         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17851         Do s/encode/encrypt/ everywhere.
17852
17853         * spam.el: Remove executable-find autoload.
17854
17855 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17856
17857         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17858
17859         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17860
17861 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17862
17863         * gnus-art.el (gnus-treat-ansi-sequences)
17864         (article-treat-ansi-sequences): New variable and function.
17865         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17866
17867         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17868         Use it.
17869
17870 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17871
17872         * mm-util.el (mm-quote-arg): Remove.
17873
17874         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17875         shell-quote-argument.
17876
17877         * gnus-uu.el (gnus-uu-command): do.
17878
17879         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17880
17881         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17882         with make-char.
17883
17884         * mm-util.el (mm-make-char): Remove.
17885
17886         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17887         add-minor-mode.
17888
17889         * gnus-undo.el (gnus-undo-mode): do.
17890
17891         * gnus-topic.el (gnus-topic-mode): do.
17892
17893         * gnus-sum.el (gnus-dead-summary-mode): do.
17894
17895         * gnus-start.el (gnus-slave-mode): do.
17896
17897         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17898
17899         * gnus-ml.el (gnus-mailing-list-mode): do.
17900
17901         * gnus-gl.el (gnus-grouplens-mode): do.
17902
17903         * gnus-draft.el (gnus-draft-mode): do.
17904
17905         * gnus-dired.el (gnus-dired-mode): do.
17906
17907         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17915         Replace gnus-char-width with char-width.
17916
17917         * gnus-ems.el (gnus-char-width): Remove.
17918
17919         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17920         definition.
17921         Remove Emacs 20 hash table compatibility code.
17922
17923         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17924         20 compatibility code.
17925
17926         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17927
17928         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17929
17930         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17931         with point-at-{eol,bol}.
17932
17933         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17934
17935         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17936
17937         * flow-fill.el (fill-flowed-point-at-bol)
17938         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17939
17940         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17941         Replace with point-at-{eol,bol} throughout all files.
17942
17943 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * ntlm.el (ntlm-string-as-unibyte): New macro.
17946         (ntlm-build-auth-response): Use it.
17947
17948         Remove Emacs 20 stuff:
17949         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17950         (butlast, mapc, remove): Remove the compiler macros.
17951         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17952         of delq and copy-sequence.
17953         * gnus-art.el (popup-menu): Remove the compiler macro.
17954         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17955         Emacs 20.
17956
17957 2004-01-05  Simon Josefsson  <jas@extundo.com>
17958
17959         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17960         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17961         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17962         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17963         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17964         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17965         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17966         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17967         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17968         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17969         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17970         string-xor into ntlm-string-xor.  Suggested by
17971         Jesper Harder <harder@myrealbox.com>.
17972
17973         * ntlm.el: Don't include poem.
17974
17975         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17976         Jesper Harder <harder@myrealbox.com>.
17977
17978         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17979
17980         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17981         probably breaks emacs with DL patch, but do we care? Is anyone
17982         still using the DL stuff?)
17983
17984         * sieve-manage.el: Use the password package.
17985         (sieve-manage-read-passwd): Remove.
17986         (sieve-manage-interactive-login): Use password.  Re-add
17987         condition-case around loop.
17988
17989         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17990         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17991         the password package.
17992
17993 2003-02-19  Simon Josefsson  <jas@extundo.com>
17994
17995         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17996         token.
17997
17998 2002-08-07  Simon Josefsson  <jas@extundo.com>
17999
18000         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18001         (sieve-manage-authenticators):
18002         (sieve-manage-authenticator-alist): Add some SASL mechs.
18003         (sieve-sasl-auth): New function.
18004         (sieve-manage-cram-md5-auth):
18005         (sieve-manage-plain-auth): Rewrite using SASL library.
18006         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18007         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18008         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18009         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18010
18011 2004-01-05  Simon Josefsson  <jas@extundo.com>
18012
18013         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18014         New files.
18015
18016 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18017
18018         * gnus-group.el (gnus-no-groups-message): Update.
18019
18020         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18021
18022 2003-11-09  Simon Josefsson  <jas@extundo.com>
18023
18024         * imap.el: Support for ID IMAP extension (RFC 2971).
18025         (imap-local-variables): Add imap-id.
18026         (imap-id): New variable.
18027         (imap-id): New function.
18028         (imap-parse-response): Parse untagged ID response.
18029         * nnimap.el (nnimap-id): New variable.
18030         (nnimap-open-connection): Use it.
18031
18032 2003-12-28  Simon Josefsson  <jas@extundo.com>
18033
18034         * gnus-score.el (gnus-score-edit-all-score): New.
18035         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18036
18037 2004-01-04  Simon Josefsson  <jas@extundo.com>
18038
18039         * password.el: Add.
18040
18041 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18042
18043         * dns.el (dns-query-types): Fix typo.
18044         (dns-query-types): New function.
18045         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18046         PTR and SOA replies, see RFC 1035.
18047
18048 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18049
18050         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18051
18052         * Moved to Changelog.2.
18053
18054 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18055
18056         * gnus.el (gnus-version-number): Bump version.
18057
18058 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18059
18060         * gnus.el: No Gnus v0.1 is released.
18061
18062 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18063
18064         * gnus.el: No Gnus v0.0 is released.
18065
18066 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18067
18068         * gnus.el (gnus-version-number): Bump.
18069         (gnus-version): No.
18070
18071 See ChangeLog.2 for earlier changes.
18072
18073     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18074       Free Software Foundation, Inc.
18075
18076   This file is part of GNU Emacs.
18077
18078   GNU Emacs is free software: you can redistribute it and/or modify
18079   it under the terms of the GNU General Public License as published by
18080   the Free Software Foundation, either version 3 of the License, or
18081   (at your option) any later version.
18082
18083   GNU Emacs is distributed in the hope that it will be useful,
18084   but WITHOUT ANY WARRANTY; without even the implied warranty of
18085   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18086   GNU General Public License for more details.
18087
18088   You should have received a copy of the GNU General Public License
18089   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18090
18091 ;; Local Variables:
18092 ;; coding: utf-8
18093 ;; fill-column: 79
18094 ;; add-log-time-zone-rule: t
18095 ;; End: