(nnimap-wait-for-response): If the user hits `C-g', kill the process, too.
[gnus] / lisp / ChangeLog
1 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2
3         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4         the process, too.
5
6 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
9         Allbery.
10
11         * shr.el: Rework the way things are indented by <li> slightly.
12
13         * gnus.el (gnus-group-set-parameter): Fix typo.
14
15         * nnimap.el: Start implementing QRESYNC support.
16
17 2010-10-09  Julien Danjou  <julien@danjou.info>
18
19         * nnir.el (nnir-engines): Fix too many arguments.
20
21 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
24         group is the "last", so that the backends like nnfolder actually save
25         their folders.
26
27         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
28         try to use that for the tls stream.
29         (nnimap-retrieve-group-data-early): Rework the marks code to heed
30         UIDVALIDITY and find out which groups are read-only and not.
31         (nnimap-get-flags): Use the same marks parsing code as the rest of
32         nnimap.
33
34 2010-10-09  Julien Danjou  <julien@danjou.info>
35
36         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
37
38         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
39         retrieving gravatars.
40
41         * shr.el (shr-table-corner): Add.
42         (shr-table-line): Add.
43         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
44
45 2010-10-08  Julien Danjou  <julien@danjou.info>
46
47         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
48
49 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
50
51         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
52
53         * gnus-sum.el (gnus-mark-article-as-unread)
54         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
55         (gnus-summary-set-bookmark): Use it.
56
57         * gnus-msg.el (gnus-setup-message): Use it.
58
59         * gnus-demon.el (gnus-demon-remove-handler): Use it.
60
61         * gnus.el (gnus-group-remove-parameter): Use it.
62
63         * gnus-group.el (gnus-group-make-web-group): Use it.
64
65         * gnus-demon.el (gnus-demon-remove-handler): Use it.
66
67         * nnregistry.el: Update docs to mention manual.
68
69         * gnus-registry.el: Update docs to mention nnregistry.el.
70         (gnus-registry-initialize): Don't install nnregistry refer method
71         automatically.
72         (gnus-registry-install-nnregistry): Remove it.
73
74 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * shr.el (shr-insert): Don't insert double spaces.
77
78 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-gravatar.el (gnus-treat-from-gravatar)
81         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
82         called interactively.
83
84         * gnus-art.el (gnus-mime-view-part-externally)
85         (gnus-mime-view-part-internally): Make predicate function passed to
86         gnus-mime-view-part-as-type assume argument is a mime type, not a list
87         of a mime type.
88
89         * shr.el (shr-table-widths): Don't use cl function `reduce'.
90
91 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * shr.el (require): Require cl when compiling.
94         (shr-tag-hr): New function.
95
96         * nnimap.el (nnimap-update-info): Remove double setting of high.
97         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
98         makes nnimap work properly on Courier again.
99
100         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
101         the variable for backwards compatability.
102
103         * mm-decode.el (mm-save-part): If given a non-directory result, expand
104         the file name before using to avoid setting mm-default-directory to
105         nil.
106
107         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
108         bidning gnus-agent variables.
109
110         * shr.el (shr-render-td): Use a cache for the table rendering function
111         to avoid getting an exponential rendering behaviour in nested tables.
112         (shr-insert): Rework the line-breaking algorithm.
113         (shr-insert): Don't leave trailing spaces.
114         (shr-insert-table): Also insert empty TDs.
115         (shr-tag-blockquote): Ensure paragraphs after </ul>.
116
117 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
118
119         * gnus-sum.el (gnus-number): Rename from `number'.
120         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
121         (gnus-summary-limit-children): Update uses correspondingly.
122
123 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
126         (gnus-gravatar-transform-address): Don't show avatars of people of
127         which mail addresses match gnus-gravatar-too-ugly.
128
129 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * shr.el (shr-table-widths): Expand TD elements to fill available
132         space.
133
134 2010-10-07  Julien Danjou  <julien@danjou.info>
135
136         * nnimap.el (nnimap-request-rename-group): Add this method.
137
138 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
141         name from XEmacs' function-arglist.
142
143         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
144         gravatar under XEmacs.
145
146 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
147
148         * auth-source.el: Update docs with TODO items.
149
150         * gnus-sync.el: Update docs to explain state and plans.
151
152         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
153         Hooks for mark updates.
154         (gnus-request-set-mark, gnus-request-update-mark): Use them.
155
156         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
157         hooks with arguments, which is needed for mark update hooks.
158
159 2010-10-06  Julien Danjou  <julien@danjou.info>
160
161         * gnus.el (gnus-expand-group-parameter): Only return and act on what
162         was matched.
163
164         * sieve-manage.el: Update example in `Commentary'.
165
166         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
167
168         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
169         not 2000.
170         (sieve-manage-authenticate): Re-add function.
171
172 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * shr.el (shr-insert): Get 'space transition right.
175         (shr-render-td): Only delete space at the end of the TD.
176
177         * nnimap.el (nnimap-open-connection): Prepare to support
178         open-gnutls-stream.
179
180         * shr.el: Rearrange function order to be more logical.
181
182 2010-10-06  Julien Danjou  <julien@danjou.info>
183
184         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
185         (nnrss-discover-feed): Remove 404 URL in docstring.
186
187         * nnir.el: Fix Swish-E URL.
188         Fix Namazu URL.
189
190         * message.el (message-change-subject): Remove 404 URL in a comment.
191
192 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
195         called interactively.
196
197         * gnus-util.el (gnus-remove-if): Allow hash table.
198         (gnus-remove-if-not): New function.
199
200         * gnus-art.el (gnus-mime-view-part-as-type)
201         * gnus-score.el (gnus-summary-score-effect)
202         * gnus-sum.el (gnus-read-move-group-name):
203         Replace remove-if-not with gnus-remove-if-not.
204
205         * gnus-group.el (gnus-group-completing-read):
206         Regard collection as a hash table if it is not a list.
207
208 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209
210         * shr.el (shr-render-td): Allow blank/missing <TD>s.
211
212         * shr.el: Document the table-rendering algorithm.
213
214 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
217         for Emacsen having no `libxml-parse-html-region' support.
218
219 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
222         invalid URLs.
223
224         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
225         line-broken.
226         (shr-tag-img): Ignore image fetching errors.
227         (shr-overlays-in-region): Compute overlay positions correctly.
228
229         * mm-decode.el (mm-shr): Require shr.
230
231         * gnus-art.el (gnus-blocked-images): Move variable here.
232
233         * shr.el (shr-insert-table): Bind free variable.
234
235         * mm-decode.el (mm-shr): Bind shr-content-function.
236
237         * shr.el (shr-content-function): New variable.
238
239         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
240         added for symmetry.
241
242         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
243
244         * gnus-group.el (gnus-group-make-group): Doc fix.
245
246         * nnimap.el (nnimap-request-newgroups): Return success.
247
248         * shr.el (shr-find-elements): New function.
249         (shr-tag-table): Put all the images after the table.
250         (shr-tag-table): Really inhibit images inside the table.
251         (shr-collect-overlays): Copy over overlays from the TD elements to the
252         main document.
253
254         * mm-decode.el (mm-shr): Bind shr-blocked-images to
255         gnus-blocked-images.
256
257 2010-10-05  Julien Danjou  <julien@danjou.info>
258
259         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
260
261         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
262         (gnus-html-maximum-image-size): Add this function.
263         (gnus-html-put-image): Use gnus-html-maximum-image-size.
264
265         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
266         server-value of the capability is nil.
267
268 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * shr.el (shr-tag-em): Add <EM> tag.
271
272 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
273
274         * sieve-manage.el (sieve-manage-default-stream): Make default stream
275         customizable.
276
277         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
278         handing broken links to browse-url.
279
280 2010-10-05  Julien Danjou  <julien@danjou.info>
281
282         * gnus-util.el (gnus-emacs-completing-read)
283         (gnus-iswitchb-completing-read): Use autoload rather than require.
284
285 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
288         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
289         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
290         iswitchb-temp-buflist for XEmacs.
291
292         * gnus-util.el (gnus-completing-read-function): Exclude
293         gnus-icompleting-read and gnus-ido-completing-read from candidates for
294         XEmacs since iswitchb.el is very old and ido.el is unavailable in
295         XEmacs.
296
297         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
298         not to use `delete-dups' that is unavailable in XEmacs 21.4.
299
300         * gnus-html.el: Don't require help-fns under XEmacs.
301         (gnus-html-schedule-image-fetching): Work for XEmacs.
302
303         * mm-decode.el (mm-shr): Decode contents by charset.
304
305 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
308         unknown.
309
310         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
311         (shr-get-image-data): Ensure against the cache file missing.
312
313         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
314         for data.
315
316         * spam-report.el (spam-report-url-ping-plain): Don't query about
317         killing the process.
318
319         * shr.el (shr-render-td): Protect against too-wide text.
320
321 2010-10-04  Julien Danjou  <julien@danjou.info>
322
323         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
324         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
325
326         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
327         retrieved.
328
329 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * shr.el (browse-url): Required.
332         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
333         lines.
334         (shr-show-alt-text, shr-browse-image): New commands.
335         (shr-browse-url, shr-copy-url): New commands.
336
337         * gnus-sum.el (gnus-widen-article-window): New variable.
338         (gnus-summary-select-article-buffer): Use it.
339
340         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
341         without @ signs.
342
343 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
344
345         * nnir.el (nnir-run-imap): Remove spurious space in search string.
346
347 2010-10-04  Julien Danjou  <julien@danjou.info>
348
349         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
350         for XEmacs.
351
352 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
355
356         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
357         (nnimap-close-server): Implement.
358
359         * dgnushack.el (iswitchb): Require to shut up the compiler.
360
361         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
362         (shr-insert): Tweak line breaking.
363         (shr-insert): Handle <pre> better.
364         (shr-tag-li): Get <li> indentation right.
365         (shr-tag-li): Get <li> indentation even righter.
366         (shr-tag-blockquote): Ensure paragraph start.
367         (shr-make-table): Tweak table generation.
368         (shr-make-table): Fix typo.
369
370         * shr.el: Implement table rendering.
371
372 2010-10-04  Julien Danjou  <julien@danjou.info>
373
374         * gnus-html.el (gnus-html-put-image): Fix resize image code.
375
376 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * shr.el (shr-insert): Use string anchors instead of line anchors.
379
380 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * shr.el: Add headings.
383         (shr-ensure-paragraph): Actually work.
384         (shr-tag-li): Make <ul> prettier.
385         (shr-insert): Get white space at the beginning/end of elements right.
386         (shr-tag-p): Collapse subsequent <p>s.
387         (shr-ensure-paragraph): Don't insert double line feeds after blank
388         lines.
389         (shr-insert): \t is also space.
390         (shr-tag-s): Fix "s" tag name function.
391         (shr-tag-s): Fix face prop name.
392
393 2010-10-03  Julien Danjou  <julien@danjou.info>
394
395         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
396
397         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
398         gnus-window-inside-pixel-edges.
399
400         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
401         gnus-ems.
402
403         * mm-view.el (mm-inline-image-emacs): Support image resizing.
404
405         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
406         function.
407
408         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
409         resize choice.
410
411 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
414         beginning of the buffer.
415
416         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
417         article buffer again.
418
419         * shr.el (shr-tag-p): Don't insert newlines at the start of the
420         buffer.
421
422         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
423         when it's at the start of the buffer.
424
425         * shr.el (shr-tag-blockquote): Convert name.
426         (shr-rescale-image): Use the right image-size variant.
427
428         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
429         buffer isn't shown, then select the current article first instead of
430         bugging out.
431         (gnus-summary-select-article-buffer): Show both the article and summary
432         buffers again.
433
434         * shr.el (shr-fontize-cont): Protect against regions with no text.
435         Rename tag functions to shr-tag-* for enhanced security.
436         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
437
438 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
439
440         * shr.el (shr-insert):
441         * pop3.el (pop3-movemail):
442         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
443         loaded.
444
445 2010-10-03  Glenn Morris  <rgm@gnu.org>
446
447         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
448
449         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
450
451         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
452
453         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
454
455         * gnus-util.el (gnus-make-local-hook): Simplify.
456
457 2010-10-02  Julien Danjou  <julien@danjou.info>
458
459         * gnus-util.el (gnus-iswitchb-completing-read): New function.
460         (gnus-ido-completing-read): New function.
461         (gnus-emacs-completing-read): New function.
462         (gnus-completing-read): Use gnus-completing-read-function.
463         Add gnus-completing-read-function.
464
465 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * shr.el (shr-insert-document): Autoload.
468         (shr-img): Be silent.
469         (shr-insert): Add a newline after every picture before text.
470         (shr-add-font): Use overlays for combining faces.
471         (shr-insert): Pass upwards the text start point.
472
473         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
474         possible.
475         (mm-shr): New function.
476
477 2010-10-02  Julien Danjou  <julien@danjou.info>
478
479         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
480         should go backward.
481
482 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
483
484         * shr.el (shr): Fix typo in provide call.
485
486 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * shr.el: New file.
489
490         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
491
492         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
493         completing read.
494
495 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
498         we're being queried about.  Suggested by Dan Jacobson.
499
500         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
501         by Jason Eisner.
502
503         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
504         table, too.  Suggested by Stefan Wiens.
505         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
506         the table unnecessary.  Suggested by Stefan Wiens.
507
508         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
509         longer needed, and probably doesn't work either, as pointed out by
510         Stefan Wiens.
511         (gnus-summary-exit): Remove call to the clearing function.
512         (gnus-summary-exit-no-update): Ditto.
513
514         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
515         instead of gnus-eval-in-buffer-window to avoid popping up frames.
516         Reported by Stefan Monnier.
517         (gnus-summary-save-in-rmail): Ditto.
518
519         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
520         article buffer, instead of both the article buffer and the summary
521         buffer.  Sort of suggested by Dan Jacobson.
522
523         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
524
525         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
526         Suggested by Dan Jacobson.
527
528         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
529         documentation clearer.
530
531         * message.el (message-shorten-references): Comment on the number "21".
532         Suggested by Stefan Monnier.
533
534         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
535         Suggested by Dan Jacobson.
536
537         * gnus.el (gnus-large-newsgroup): Mention
538         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
539
540         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
541         externalize attachments.  Bug reported by Steve Wen.
542
543         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
544         really message anything to the user.
545
546         * nnmail.el (nnmail-article-group): Allow using the fancy split method
547         directly.
548
549         * nnimap.el (nnimap-request-group): Low higher than high to signal no
550         messages in empty groups.
551
552 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
553
554         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
555         non-UIDNEXT group.
556
557 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
560         not the value from the collection.
561
562         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
563         values.  This sometimes happens on some groups that have no info.
564         (nnimap-request-newgroups): New function.
565
566 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
567
568         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
569         check into `gnus-registry-initialize'.
570         (gnus-registry-initialize): Ditto.
571         Fix and extend header docs.
572
573 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
576         regexp backtrace overflows.
577
578         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
579         for starttls that tls.el implements; i.e. openssl.
580
581         * tls.el (tls-starttls-switches): Give up on using starttls with
582         gnutls-cli.
583         (tls-program): Add --insecure to be consistent with the defaults from
584         openssl s_client.  Now all three commands are insecure.
585
586 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * lpath.el: Bind completion-styles-alist for XEmacs.
589
590         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
591         (gravatar-create-image): New function that's an alias to
592         gnus-xmas-create-image, gnus-create-image, or create-image.
593         (gravatar-data->image): Use it.
594
595 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
596
597         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
598         install the nnregistry refer method.
599         (gnus-registry-install-hooks): Use it.
600         (gnus-registry-unfollowed-groups): Add nnmairix to the default
601         unfollowed groups.
602
603 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
604
605         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
606         expanding threads.
607
608 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * nnir.el: Use the server names without suffixes (bug #7009).
611
612         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
613         unencrypted to STARTTLS, if possible.
614
615 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
616
617         * message.el (message-ignored-supersedes-headers): Strip Injection-*
618         headers before superseding.
619
620 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * nnrss.el (nnrss-use-local): Add documentation.
623
624         * nnimap.el (nnimap-extend-tls-programs): New function.
625         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
626         (nnimap-wait-for-connection): Accept the greeting from the stupid
627         output from openssl s_client -starttls, too.
628
629         * tls.el (tls-starttls-switches): New variable.
630         (tls-find-starttls-argument): Use it.
631         (open-tls-stream): Ditto.
632
633         * netrc.el (netrc-credentials): Return the value of the "default"
634         entry.
635         (netrc-machine): Ditto.
636
637         * nnimap.el (nnimap-find-article-by-message-id): Really return the
638         article number.
639         (nnimap-split-fancy): New variable.
640         (nnimap-split-incoming-mail): Use it.
641
642         * nntp.el (nntp-server-list-active-group): Document.
643
644         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
645         SELECT to get the message-id.
646
647         * mail-source.el (mail-sources): Removed webmail support.
648         (defvar): Ditto.
649         (mail-source-fetcher-alist): Ditto.
650         (mail-source-fetch-webmail): Removed.
651
652         * webmail.el: Removed -- doesn't seem relevant any more.
653
654         * gnus.el: Fix up make-obsolete-variable declarations throughout.
655
656         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
657         the \r.
658
659 2010-09-30  Julien Danjou  <julien@danjou.info>
660
661         * gnus-agent.el (gnus-agent-add-group): Fix call to
662         gnus-completing-read.
663
664 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * nndoc.el (nndoc-retrieve-groups): New function.
667
668         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
669         `default', use nnmail-split-methods.
670         (nnimap-request-article): Downcase the NILs so that they are nil.
671
672         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
673         symbol.
674
675         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
676         code, since if the user has requested network, that's what they ought
677         to get.
678         (nnimap-request-set-mark): Erase the buffer before issuing commands.
679         (nnimap-split-rule): Mark as obsolete.
680
681         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
682         variable.
683
684         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
685         correct slot, too.
686
687 2010-09-29  Julien Danjou  <julien@danjou.info>
688
689         * gnus.el (gnus-local-domain): Declare variable obsolete.
690
691         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
692         computing.
693         (gnus-ido-completing-read): Require ido.
694
695 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * gnus-registry.el: Don't prompt on load, which makes it impossible to
698         build Gnus.
699
700         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
701         when interpreting the structures.
702         (nnimap-request-accept-article): Add \r\n to the lines to make this
703         work with Cyrus.
704
705         * nndraft.el (nndraft-request-expire-articles): Use the group name
706         instead if "nndraft".  Fix found by Nils Ackermann.
707
708 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
709
710         * nnregistry.el: Added.
711
712 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
713
714         * nnmail.el (group, group-art-list, group-art):
715         Remove unneeded directives.
716
717 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
720         (mm-mime-charset)
721         * rfc2047.el (rfc2047-syntax-table)
722         * utf7.el (utf7-utf-16-coding-system): Comment fix.
723
724         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
725         rather than `insert-file-contents' and `eval-region'.
726
727         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
728         construction.
729
730         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
731
732         * time-date.el: No need to require cl for Emacs 21.
733
734 2010-09-29  Julien Danjou  <julien@danjou.info>
735
736         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
737         replacement of `gnus-gravatar-relief' to mimic
738         `gnus-faces-properties-alist'.
739         Add :version property.
740
741 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * mail-source.el (mail-source-report-new-mail)
744         * message.el (message-default-mail-headers)
745         * mm-decode.el (mm-valid-image-format-p): Comment fix.
746
747         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
748
749 2010-09-28  Julien Danjou  <julien@danjou.info>
750
751         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
752         mail-address contains the same string as real-name.
753
754         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
755         non-blank in header, otherwise it'll get stripped.
756
757         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
758         real-name, and then for mail address rather than doing : or , search.
759
760 2010-09-27  Julien Danjou  <julien@danjou.info>
761
762         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
763         (gnus-server-goto-server): Use gnus-completing-read.
764
765         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
766
767         * mm-util.el (defalias): Use gnus-completing-read.
768         (mm-codepage-setup): Use gnus-completing-read.
769
770         * smime.el (smime-sign-buffer): Use gnus-completing-read.
771         (smime-decrypt-buffer): Use gnus-completing-read.
772
773         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
774
775         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
776         (mml-minibuffer-read-disposition): Use gnus-completing-read.
777         (mml-insert-multipart): Use gnus-completing-read.
778
779         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
780
781         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
782
783         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
784
785         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
786
787         * gnus.el (gnus-read-method): Use gnus-completing-read.
788
789         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
790
791         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
792         (gnus-mime-action-on-part): Use gnus-completing-read.
793         (gnus-article-encrypt-body): Use gnus-completing-read.
794
795         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
796         (gnus-topic-move-matching): Use gnus-completing-read.
797         (gnus-topic-copy-matching): Use gnus-completing-read.
798         (gnus-topic-sort-topics): Use gnus-completing-read.
799         (gnus-topic-move): Use gnus-completing-read.
800
801         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
802         (gnus-agent-add-group): Use gnus-completing-read.
803
804         * nnmairix.el (nnmairix-create-server-and-default-group): Use
805         gnus-completing-read.
806         (nnmairix-update-groups): Use gnus-completing-read.
807         (nnmairix-get-server): Use gnus-completing-read.
808         (nnmairix-backend-to-server): Use gnus-completing-read.
809         (nnmairix-goto-original-article): Use gnus-completing-read.
810         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
811
812         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
813
814         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
815         (gnus-group-make-useful-group): Use gnus-completing-read.
816         (gnus-group-make-web-group): Use gnus-completing-read.
817         (gnus-group-add-to-virtual): Use gnus-completing-read.
818         (gnus-group-browse-foreign-server): Use gnus-completing-read.
819
820         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
821         (gnus-summary-limit-to-extra): Use gnus-completing-read.
822         (gnus-summary-execute-command): Use gnus-completing-read.
823         (gnus-summary-respool-article): Use gnus-completing-read.
824         (gnus-read-move-group-name): Use gnus-completing-read.
825
826         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
827         (gnus-summary-score-effect): Use gnus-completing-read.
828
829         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
830
831         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
832         right completing-read function.
833         (gnus-use-ido): New variable
834         (gnus-completing-read-with-default): Remove.
835
836 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
839         x-focus-frame.
840
841         * nnimap.el (auth-source-forget-user-or-password)
842         (auth-source-user-or-password): Autoload.
843
844         * message.el (message-from-style, message-interactive)
845         (message-cite-prefix-regexp, message-sendmail-envelope-from)
846         (message-yank-prefix, message-indentation-spaces, message-signature)
847         (message-signature-file): Add comment.
848
849 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
852         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
853         new articles.
854
855         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
856         parts.
857         (nnimap-request-article): Work with the t setting, too.
858
859         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
860         that you don't get flashes of other buffers.
861         (gnus-summary-show-complete-article): Intern before setting.
862
863 2010-09-27  David Engster  <dengste@eml.cc>
864
865         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
866         well as HEADERS.
867         (nnmairix-retrieve-headers): Provide new argument for the above.
868
869 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-sum.el (gnus-summary-move-article): Don't alter
872         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
873         group.
874
875         * nnimap.el (nnimap-update-info): Don't destructively alter active.
876
877         * message.el (message-cite-prefix-regexp): Revert my last edit.
878
879         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
880         variable instead of the Gnus variable.
881
882         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
883
884         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
885         again.
886
887         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
888         since some servers don't like it.
889         (nnimap-open-connection): Forget credentials if the server says the
890         password was wrong.
891         (nnimap-parse-line): Protect against invalid data.
892
893         * gnus-sum.el (gnus-summary-move-article): Add comment.
894         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
895         nothing alters it while scanning for new messages.
896
897         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
898         which may or may not help.
899         (nnimap-open-connection): If we're doing a stream connection, and then
900         discover we're on a STARTTLS-capable server, then open a STARTTLS
901         connection instead.
902
903 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * nnimap.el (utf7): Required.
906
907         * message.el (message-cite-prefix-regexp): Remove "}" from citation
908         prefix.
909
910 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
911
912         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
913
914 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * nnimap.el (nnimap-request-accept-article): Message the error on
917         error.
918
919 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
922
923 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * nndoc.el (nndoc-request-list): Return success always.
926
927         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
928         `fetch-old' -- we only want to fetch the articles we've requested.  The
929         rest are in the agent, probably.
930         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
931         disappeared server" to something low.  It's not important.
932
933         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
934         arrived before the FETCH data.
935
936         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
937         target here, because we don't know the Gnus name of the group.
938
939         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
940         for the correct group.
941
942         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
943
944         * gnus.el (gnus): Give a final warning after startup.
945
946         * gnus-util.el (gnus-action-message-log): New variable.
947         (gnus-message): Use it.
948         (gnus-final-warning): New function.
949
950         * nnimap.el (nnimap-open-connection): Record the greeting.
951         (nnimap): Add greeting.
952
953 2010-09-26  Julien Danjou  <julien@danjou.info>
954
955         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
956         arguments.
957         (gnus-html-wash-images): Fix spec computing to include start/end.
958
959         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
960
961 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
964         deletion.
965         (nnimap-retrieve-headers): Don't select the group, because that's
966         already done by nnimap-possibly-change-group.
967
968         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
969         (gnus-picon-transform-address): Use it.
970
971         * mail-source.el (mail-source-value): Revert previous patch.
972
973         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
974         on failure.
975         (nnimap-open-connection): Look up both virtual and physical server name
976         credentials.
977
978         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
979
980 2009-02-07  Dave Love  <fx@gnu.org>
981
982         * tls.el (open-tls-stream): Don't query killing process.
983
984 2009-02-08  Dave Love  <fx@gnu.org>
985
986         * gnus-win.el (gnus-window-to-buffer-helper,
987         gnus-all-windows-visible-p): Function needn't be a symbol.
988
989         * mail-source.el (mail-source-value): Function needn't be a symbol.
990
991 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * message.el (message-cite-prefix-regexp): Remove } from the cite
994         prefix.
995
996         * gnus-art.el (gnus-treatment-function-alist): Do picons before
997         highlight again, so that the highlight is correct.
998
999         * gnus-picon.el (gnus-picon): Remove again.
1000         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1001
1002         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1003         doing the header highlightling, so that the background colour of the
1004         picon is correct.
1005
1006         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1007         (gnus-picon): Ditto.
1008         (gnus-picon): Reinstate.  The background colour for picons is white.
1009         (gnus-picon-insert-glyph): Make the background white.
1010
1011         * nnml.el (nnml-open-nov): Don't return dead buffers.
1012
1013         * auth-source.el (auth-source-create): Query the user for whether to
1014         store the credentials.
1015
1016         * netrc.el (netrc-store-data): New function.
1017
1018         * auth-source.el (auth-source-user-or-password): Use the existing auth
1019         sources, if any, for creation.
1020
1021         * gnus.el (gnus-group-fast-parameter): Return the last matching
1022         parameter instead of the first matching parameter.
1023
1024 2010-09-26  Julien Danjou  <julien@danjou.info>
1025
1026         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1027
1028 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * mml2015.el (mml2015-use): Remove gpg support.
1031
1032         * mml1991.el (mml1991-function-alist): Remove gpg function.
1033         (mml1991-gpg-sign): Removed.
1034
1035 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1036
1037         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1038         (gnus-browse-unsubscribe-current-group): Document it.
1039         (gnus-browse-unsubscribe-group): Use it.
1040
1041 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1044         address to the To list for easier response.
1045
1046         * gnus.el (gnus-play-startup-jingle): Removed.
1047         (gnus-splash): Don't play jingle.
1048         (gnus): Silence gnus-load message.
1049
1050         * gnus-art.el (gnus-treat-play-sounds): Removed.
1051
1052         * gnus.el (gnus-play-jingle): Remove audio support.
1053
1054         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1055
1056         * earcon.el: Removed -- no users.
1057
1058         * gnus-audio.el: Removed -- no users of this package.
1059
1060         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1061
1062         * gnus-start.el (gnus-setup-news): Remove nocem support.
1063
1064         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1065
1066         * gnus.el (gnus-use-nocem): Removed.
1067
1068         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1069         Removed.
1070
1071         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1072         uses NoCeM any more.
1073
1074         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1075         (gnus-button-ctan-handler): Ditto.
1076         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1077         (gnus-button-ctan-directory-regexp): Ditto.
1078         (gnus-button-handle-ctan): Ditto.
1079         (gnus-button-tex-level): Ditto.
1080         (gnus-button-alist): Removed CTAN stuff.
1081
1082 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1085         nnimap-streaming test.
1086
1087         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1088         servers twice.
1089
1090         * nnimap.el (nnimap-open-connection): Add more error reporting when
1091         nnimap fails early.
1092
1093         * nnheader.el (nnheader-get-report-string): New function.
1094         (nnheader-get-report): Use it.
1095
1096         * gnus-int.el (gnus-check-server): Say what the error was when opening
1097         failed.
1098
1099         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1100         using streaming.
1101
1102 2010-09-25  Julien Danjou  <julien@danjou.info>
1103
1104         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1105         gnus-window-inside-pixel-edges.
1106
1107 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1110
1111         * mm-decode.el (mm-save-part): Allow saving to other directories the
1112         normal Emacs way.
1113
1114         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1115         by Jay Berkenbilt.
1116
1117         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1118         there isn't a single byte.
1119
1120         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1121         just do it.  It doesn't really seem to matter what the user responds
1122         here, I think, so it's just a confusing question.
1123
1124         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1125         non-streaming case.
1126
1127         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1128         (gnus-article-encrypt-body): Use it.
1129
1130         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1131         keystroke.
1132
1133         * nnimap.el (nnimap-find-wanted-parts-1): Use
1134         gnus-fetch-partial-articles.
1135
1136         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1137
1138         * nnimap.el (nnimap-insert-partial-structure): New function.
1139         (nnimap-get-partial-article): New function.
1140         (nnimap-request-article): Use it.
1141         (nnimap-wait-for-response): Return whether the wait was successful.
1142         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1143         retrieval wasn't successful.
1144         (nnimap-retrieve-group-data-early): Allow throttling servers.
1145         (nnimap-streaming): New variable.
1146         (nnimap-fetch-partial-articles): Removed.
1147
1148         * mm-decode.el (mm-with-part): Protect against killed buffers.
1149
1150         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1151         for prettier summary display.
1152
1153 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1154
1155         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1156         directly.
1157
1158 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1161         apparently third-party libraries depend on it.
1162
1163         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1164         before starting negotiation.
1165
1166         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1167         privacy reasons.
1168         (gnus-treat-mail-gravatar): Ditto.
1169
1170         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1171         buffer when inserting images.  Inserting text into the headers, for
1172         instance, can make them invalid.
1173
1174 2010-09-25  Julien Danjou  <julien@danjou.info>
1175
1176         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1177         variables.
1178
1179         * nnheader.el: Remove useless variables news-reply-yank-from and
1180         news-reply-yank-message-id.
1181
1182         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1183         variables.
1184
1185         * mml1991.el: Remove useless mml1991-verbose.
1186
1187         * gnus.el: Remove useless variable gnus-use-generic-from.
1188         Remove obsolete variable gnus-topic-indentation.
1189
1190         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1191
1192         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1193
1194         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1195
1196         * gnus-group.el: Remove useless gnus-group-icon-cache.
1197         Remove useless gnus-ephemeral-group-server.
1198
1199         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1200
1201         * mml2015.el: Remove useless mml2015-verbose.
1202
1203         * mml-smime.el: Remove useless mml-smime-verbose.
1204
1205         * gnus.el: Remove useless gnus-local-domain.
1206
1207         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1208         gnus-gravatar-size.
1209
1210         * gnus-art.el: Remove useless gnus-treat-translate.
1211
1212 2010-09-24  Julien Danjou  <julien@danjou.info>
1213
1214         * gnus-sum.el: Add support for Gravatars.
1215
1216         * gnus-art.el: Add support for Gravatars.
1217
1218         * gnus-gravatar.el: Add this file.
1219
1220         * gravatar.el: Add this file.
1221
1222 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1225
1226         * gnus-group.el (gnus-group-fetch-faq): Removed.
1227
1228         * gnus.el (gnus-group-faq-directory): Removed.
1229
1230         * gnus-group.el (gnus-group-fetch-charter): Removed.
1231
1232         * gnus.el (gnus-group-charter-alist): Removed.
1233
1234         * gnus-group.el (gnus-group-archive-directory): Removed.
1235         (gnus-group-recent-archive-directory): Ditto.
1236         (gnus-group-make-archive-group): Removed.
1237
1238         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1239
1240         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1241         use the same article number for all the cached articles.
1242
1243         * nnimap.el (nnimap-command): Register the last command time so
1244         that we can use it for idling NOOPs.
1245         (nnimap-open-connection): Start the keeplive timer.
1246         (nnimap-make-process-buffer): Store all the process buffers.
1247         (nnimap-keepalive): New function.
1248
1249         * starttls.el: (starttls-open-stream): Add autoload cookie.
1250
1251 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1252
1253         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1254         handling.
1255
1256 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257
1258         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1259         its data structures.
1260
1261         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1262         instead of the cl.el copy-list.
1263         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1264         equalp.
1265
1266 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1269         and tool-bar-local-item-from-menu.
1270
1271         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1272         mode-line-highlight face for Emacs.
1273
1274         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1275         loading gnus-sum.elc; fix comment for canlock-verify.
1276         (gnus-article-jump-to-part): Use read-number.
1277         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1278         Emacs pre-21 compatible code for help-echo.
1279         (gnus-article-next-page-1): No need to adjust the number of lines.
1280         (gnus-article-describe-bindings): Always use help-buffer.
1281
1282         * gnus-audio.el (gnus-audio-inline-sound)
1283         * gnus-cus.el (gnus-custom-mode)
1284         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1285
1286         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1287
1288         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1289         compatible code.
1290
1291 2010-09-24  Glenn Morris  <rgm@gnu.org>
1292
1293         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1294         visiting the fcc file in rmail-mode.
1295
1296         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1297
1298 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * nnir.el: Silence the byte compiler.
1301
1302         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1303         alias to browse-url-url-encode-chars if any.
1304         (gnus-html-encode-url): Use it.
1305
1306 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * gnus-start.el (gnus-use-backend-marks): New variable.
1309         (gnus-get-unread-articles-in-group): Use it.
1310
1311         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1312         makeover.
1313
1314 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1315
1316         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1317
1318 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1321         Removed.
1322         (gnus-setup-news-hook): Removed
1323         gnus-fixup-nnimap-unread-after-getting-new-news.
1324
1325         * gnus-int.el (gnus-request-update-info): Protect against backends not
1326         having the function.
1327
1328         * nnimap.el (nnimap-stream): Mention starttls.
1329         (nnimap-open-connection): Add starttls support.
1330
1331 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1332
1333         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1334
1335 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1338         BODYSTRUCTUREs.
1339         (nnimap-transform-headers): Unfold quoted {42} headers.
1340
1341         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1342         the info.
1343         (gnus-get-unread-articles): Only call updatep on backends that support
1344         it.
1345
1346         * nnweb.el (nnweb-request-update-info): NOOP.
1347
1348         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1349
1350         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1351         since it only deals with marks.
1352
1353         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1354         gnus-request-marks, and make a new gnus-request-update-info.
1355
1356         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1357         the active instead of the high number, which is usually too low.
1358
1359 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1360
1361         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1362         * encrypt.el: Removed.
1363
1364 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1367         server in symbolic form.
1368
1369         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1370         0.9.
1371
1372 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1375         (nnimap-update-info): Fix up code slightly.
1376
1377         * gnus-int.el (gnus-open-server): Add tracing for performance
1378         debugging.
1379
1380         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1381         (gnus-group-insert-group-line): Pass the real group name so that it
1382         gets the right data.
1383
1384         * gnus-start.el (gnus-get-unread-articles): Don't have
1385         `gnus-get-unread-articles-in-group' update info, since that can be
1386         really slow and doesn't seem to be needed?
1387
1388 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1389
1390         * time-date.el (date-to-time): Try using parse-time-string first before
1391         using the slower timezone-make-date-arpa-standard.
1392
1393 2010-09-22  Julien Danjou  <julien@danjou.info>
1394
1395         * gnus-group.el (gnus-group-insert-group-line): Call
1396         gnus-group-highlight-line.
1397         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1398         default hook list.
1399         (gnus-group-update-eval-form): Add new function.
1400         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1401         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1402
1403 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1406         immediate, then expire all articles.
1407         (nnimap-update-info): Fix off-by-one errors.
1408         (nnimap-flags-to-marks): Would return no marks lists for group with no
1409         flags.  Instead return the other data.
1410
1411 2010-09-22  Julien Danjou  <julien@danjou.info>
1412
1413         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1414         Only return an icon.
1415         (gnus-group-insert-group-line): Compute icon to return.
1416
1417         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1418         variable.
1419         (gnus-html-image-fetched): Only cache if
1420         gnus-html-image-automatic-caching is set.
1421         (gnus-html-image-fetched): Check for errors.
1422
1423 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1426         once per method on `g'.  This ensures that backends like nnfolder don't
1427         open all their folders.
1428
1429         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1430         (nnimap-request-list): Nix out group in the correct buffer.
1431         (nnimap-parse-flags): Implement by using `read' instead of
1432         hand-parsing.
1433         (nnimap-flags-to-marks): Pass on permanent-flags.
1434         (nnimap-make-process-buffer): Record the server name.
1435         (nnimap-parse-flags): Fix typo.
1436         (nnimap-request-scan): Run split on the server in general, not just a
1437         single group.
1438
1439         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1440         parameter, and propagate this downwards.
1441
1442         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1443         since EXAMINE changes it on the server.
1444
1445         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1446         this command might take a while.
1447
1448 2010-09-22  Julien Danjou  <julien@danjou.info>
1449
1450         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1451         harmful if you have 2 images side-by-side, they can't be properly
1452         update on text deletion.  Using text-property is safer here.
1453         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1454         data.
1455
1456 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * nnimap.el (nnimap-expunge-inbox): Removed.
1459         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1460         (nnimap-expunge): Flip default to t.
1461
1462         * gnus.el (gnus-method-to-server): Don't push things to the cache
1463         unless it's unique.
1464         (gnus-server-to-method): Ditto.
1465
1466 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1467
1468         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1469
1470 2010-09-22  Julien Danjou  <julien@danjou.info>
1471
1472         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1473         get the start of data.
1474         (gnus-html-encode-url): Add this function to encode special chars in
1475         URL.
1476         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1477         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1478
1479         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1480         default.
1481         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1482
1483         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1484         images alt-text.
1485         (gnus-html-put-image): Put alt-text as help-echo.
1486
1487 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1490         * mm-util.el (mm-decompress-buffer)
1491         * nnir.el (nnir-run-find-grep)
1492         * pop3.el (pop3-list): Use 3rd arg of split-string.
1493
1494         * time-date.el (format-seconds): Comment fix.
1495
1496         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1497         and byte-optimize-form-code-walker.
1498         (dgnushack-make-auto-load): Don't advise make-autoload.
1499
1500         * lpath.el: Remove Emacs 21 stuff.
1501
1502 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1505         outside the active range.  Suggested by Dan Christensen.
1506
1507         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1508         slightly later to avoid double-getting it.
1509
1510         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1511         previous patch.
1512
1513         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1514
1515 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1516
1517         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1518
1519 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * gnus-int.el (gnus-open-server): Give a better error message in the
1522         "go offline" case.
1523
1524         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1525         marks for nnimap, which is seldom the right thing to do.
1526
1527         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1528         (gnus-same-method-different-name): New function.
1529
1530         * nnimap.el (parse-time): Require.
1531
1532         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1533         method in the presence of many similar methods.
1534
1535         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1536
1537         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1538         nnml-inhibit-expiry.
1539
1540         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1541         find out whether methods are equal.
1542
1543         * nnimap.el (nnimap-find-expired-articles): New function.
1544         (nnimap-process-expiry-targets): New function.
1545         (nnimap-request-move-article): Request the article before looking at
1546         what the Message-ID is.  Fix found by Andrew Cohen.
1547         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1548
1549         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1550         for oldness in addition to being a predicate.
1551
1552         * nnimap.el (nnimap-request-group): When we have zero articles, return
1553         the right data to Gnus.
1554         (nnimap-request-expire-articles): Only delete articles immediately if
1555         the target is 'delete.
1556
1557         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1558         method, this would bug out.
1559
1560         * gnus-group.el (gnus-group-expunge-group): Renamed from
1561         gnus-group-nnimap-expunge, and implemented as a normal interface
1562         function.
1563
1564         * gnus-int.el (gnus-request-expunge-group): New function.
1565
1566         * nnimap.el (nnimap-request-create-group): Implement.
1567         (nnimap-request-expunge-group): New function.
1568
1569 2010-09-21  Julien Danjou  <julien@danjou.info>
1570
1571         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1572         (gnus-html-cache-expired): Add new function.
1573         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1574         wethever we should display image for fetch it.
1575         Compute alt-text earlier to pass it to the fetching function too.
1576         (gnus-html-schedule-image-fetching): Change function argument to only
1577         get one image at a time, not a list.
1578         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1579         cache.
1580         (gnus-html-get-image-data): New function to retrieve image data from
1581         cache.
1582         (gnus-html-put-image): Change buffer argument to use image data rather
1583         than file, and place image above region rather than inserting a new
1584         one. Do not take alt-text as argument, since it's useless now: we place
1585         the image above alt-text.
1586         (gnus-html-prune-cache): Remove.
1587         (gnus-html-show-images): Start to fetch image when we find one, do not
1588         push into a temporary list.
1589         (gnus-html-prefetch-images): Only fetch image if they have expired.
1590         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1591         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1592
1593 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1596
1597 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598
1599         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1600         spec inser "*" if the group isn't active instead of 0.
1601
1602         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1603         opening the server.
1604         (nnimap-request-delete-group): Implement group deletion.
1605         (nnimap-transform-headers): Return the size of the entire message in
1606         the Bytes header, not just the size of the first part.
1607         (nnimap-request-move-article): When moving an article from nnimap,
1608         request the article first so the accepting form has an article to
1609         accept.  Reported by Dan Christensen.
1610         (nnimap-command): Make sure that the error message doesn't error out.
1611
1612 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1613
1614         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1615         we haven't requested anything.
1616
1617 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1620         "".  Fix found by Andrew Cohen.
1621
1622         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1623         instead of -encode-string.
1624
1625 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1628
1629         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1630         by mm-subst-char-in-string.
1631
1632 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1635         waiting for the connection string.
1636
1637         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1638         arriving.
1639
1640         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1641         bogus characters.  This allows selecting certain Gmail groups.
1642
1643         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1644         (nnimap-fetch-partial-articles): New variable.
1645         (nnimap-open-connection): When looking for credentials, also use the
1646         nnimap-server-port.
1647         (nnimap-request-article): Return the group/article number, so that Gnus
1648         `^' works as expected.
1649         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1650         them.
1651
1652         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1653         comments.
1654         (gnus-methods-sloppily-equal): New function.
1655         (gnus): When using the development version of Gnus, load the gnus-load
1656         file.
1657
1658         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1659         `gnus-open-server' on each method before trying to scan them etc.  This
1660         ensures that all the backend parameters are set correctly.
1661
1662         * nnimap.el (nnimap-authenticator): New variable.
1663         (nnimap-open-connection): Allow anonymous login.
1664         (nnimap-transform-headers): The chars header is called Chars not
1665         Bytes.
1666         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1667         drops.
1668
1669         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1670         patch, found by Knut Anders Hatlen.
1671
1672 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1673
1674         * gnus-agent.el (gnus-agent-batch-confirmation)
1675         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1676         to gnus-message.
1677         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1678         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1679         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1680         * gnus-int.el (gnus-open-server): Likewise.
1681         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1682         (gnus-score-check-syntax): Likewise.
1683         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1684         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1685         Likewise.
1686         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1687
1688 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1691         calling conventions so that prefetch doesn't bug out.
1692
1693 2010-09-19  Julien Danjou  <julien@danjou.info>
1694
1695         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1696         rather than `subst-char-in-region' in order to be able to replace ASCII
1697         char by UTF-8 ones.
1698
1699         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1700         than curl.
1701         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1702         the right URL and ALT text on images.
1703         (gnus-html-wash-tags): Fix tag case.
1704         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1705         (gnus-article-html): Add -o display_ins_del=2 option.
1706         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1707
1708 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1711         the extra mail headers, which sometimes seem to happen for unknown
1712         reasons.
1713
1714         * mail-parse.el (mail-header-encode-parameter): Define as
1715         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1716         (or most, perhaps?) mail readers don't understand the latter, but do
1717         understand the former.
1718
1719         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1720         to nil, so that no methods are automatically agentized.  I think this
1721         is probably what most users want.
1722
1723         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1724         from url-retrieve, for instance about invalid URLs.
1725
1726         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1727         groups that have no articles.
1728         (nnimap-request-article): Check that we really got an article when we
1729         requested one.
1730
1731         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1732         doesn't exist.
1733
1734         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1735         nntp buffer so the agent can save it.
1736         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1737         that CRLF doesn't get translated to \n.
1738         (nnimap-open-connection): Don't make 'shell commands only send \n.
1739
1740 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1741
1742         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1743         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1744         Update var name.
1745         (nnml-generate-nov-file): Use dolist.
1746         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1747         Use with-current-buffer.
1748
1749 2010-09-18  Julien Danjou  <julien@danjou.info>
1750
1751         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1752         parallel.
1753
1754 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1757         the range update right.
1758         (nnimap-request-group): Don't make `M-g' bug out on group with no
1759         marks.
1760         (nnoo): Required, so that other packages can require nnimap.
1761         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1762         command we're looking for.  This helps when the server sends more
1763         responses after we've gotten everything we expected.
1764         (nnimap): Add a `newlinep' field to keep track of end-of-line
1765         conventions.
1766         Don't send CRLF to things that don't want it.
1767         (nnimap-request-accept-article): Ditto.
1768
1769 2010-09-18  Julien Danjou  <julien@danjou.info>
1770
1771         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1772         than curl to retrieve images.
1773
1774 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1777         the marks.
1778         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1779         (nnimap-wait-for-connection): New function.
1780         (nnimap-open-connection): If we have PREAUTH, don't query for login
1781         credentials.
1782         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1783         when doing a partial update.
1784
1785 2010-09-18  Julien Danjou  <julien@danjou.info>
1786
1787         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1788         tags.
1789
1790 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * nnimap.el (nnimap-credentials): New function.
1793         (nnimap-open-connection): Use the new function to look for credentials
1794         also on the numeric equivalents of "imap" and "imaps".
1795
1796         * gnus-start.el (gnus-activate-group): Send the info to
1797         gnus-request-group.
1798
1799         * nnimap.el (nnimap-request-group): Have the "check" version of the
1800         function parse flags and update the info, so that a `M-g' get a total
1801         resync of all flags from the group.
1802
1803         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1804         to allow backends to alter the info on group selection.  Also alter all
1805         the backend -request-group functions to take the parameter.
1806
1807         * nnimap.el (nnimap-store-info): New function.
1808         (nnimap-update-info): Store the info for later usage.
1809         (nnimap-request-group): Use the stored info for the dont-check case, so
1810         that we don't retrieve all marks when we enter a group.
1811
1812         * nnimap.el: Use deffoo instead of defun for interface functions.
1813
1814         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1815         update the group info.  This makes the nndraft groups, for instance, go
1816         back to their old behaviour.
1817
1818         * gnus-sum.el (gnus-select-newsgroup): Indent.
1819
1820         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1821         in.
1822         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1823         nothing.
1824
1825         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1826         from methods that are denied.
1827
1828         * gnus-int.el (gnus-method-denied-p): New function.
1829
1830         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1831         store the password instead of netrc.
1832         (nnimap-open-connection): Don't error out when we can't make a
1833         connections.
1834
1835         * auth-source.el (auth-source-create): In the password prompt, say what
1836         we're querying for.  Also prompt for user name if that hasn't been
1837         given.
1838
1839         * nnimap.el (nnimap-with-process-buffer): Removed.
1840
1841 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1844         method when we're reading from the agent.
1845
1846         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1847
1848         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1849         that's probably most useful for users.
1850
1851         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1852         "failed" all the time.
1853
1854         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1855         ...)) with (with-current-buffer ... ).
1856
1857         * nntp.el (nntp-open-server): Return whether the open was successful or
1858         not.
1859
1860         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1861         select an unread unseen article first.
1862
1863         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1864         /etc/services, supply some sensible port defaults.
1865
1866         * dgnushack.el: Define netrc-credentials.
1867
1868 2010-09-17  Julien Danjou  <julien@danjou.info>
1869
1870         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1871
1872 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1873
1874         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1875         doesn't have any parameters.
1876
1877 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1880         only upcased checks.
1881
1882         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1883
1884         * nnimap.el (nnimap-open-shell-stream): New function.
1885         (nnimap-open-connection): Use it.
1886         (nnimap-transform-headers): Get the number of lines in each message.
1887         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1888         number of lines.
1889         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1890         problem.
1891
1892         * utf7.el (utf7-encode): Autoload.
1893
1894         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1895         to allow the mail splitting to not return a default group.  This is
1896         useful for nnimap, which will leave unmatched mail in the inbox.
1897
1898         * nnimap.el: Rewritten.
1899
1900         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1901         nnimap usage.
1902
1903         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1904         if the move is internal, so that nnimap can do fast internal moves.
1905
1906         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1907         data.
1908         (gnus-read-active-for-groups): Support finishing the early retrieval of
1909         data.
1910
1911         * gnus-range.el (gnus-range-nconcat): New function.
1912
1913         * gnus-int.el (gnus-finish-retrieve-group-infos)
1914         (gnus-retrieve-group-data-early): New functions.
1915
1916 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1917
1918         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1919         (nnrss-retrieve-groups):
1920         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1921         (pop3-quit): Use with-current-buffer.
1922
1923 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1924
1925         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1926         instead of nnheader-accept-process-output.
1927
1928         * dgnushack.el (dgnushack-compile): Add comment.
1929
1930         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1931
1932         * gnus-html.el (gnus-html-schedule-image-fetching)
1933         (gnus-html-prefetch-images): Replace process-kill-without-query by
1934         gnus-set-process-query-on-exit-flag.
1935
1936 2010-09-16  Romain Francoise  <romain@orebokech.com>
1937
1938         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1939
1940 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1943         parameter to unintern is mandatory-ish in Emacs 24.
1944
1945         * gnus-html.el (gnus-html-schedule-image-fetching)
1946         (gnus-html-prefetch-images): Check for curl before using it.
1947
1948         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1949         depend on curl, which isn't essential.
1950
1951         * imap.el: Revert back to version
1952         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1953         seem problematic.
1954
1955 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1956
1957         * gnus-registry.el (gnus-registry-install-shortcuts):
1958         Explicitly pass `obarray' to `unintern' to avoid a warning.
1959
1960 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1963         change.
1964
1965         * nnrss.el (nnrss-request-list): Removed this function and related
1966         functions, including the moreover stuff.
1967
1968 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * nnrss.el (nnrss-retrieve-groups): New function.
1971
1972 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1973
1974         * .dir-locals.el: Add no-byte-compile cookie.
1975
1976 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * time-date.el (format-seconds): Comment fix.
1979
1980         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1981         for back end that doesn't support request-scan.
1982
1983 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1986         then do request scans from the backends.
1987
1988         * netrc.el (netrc-credentials): New conveniency function.
1989
1990         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1991         avoid running a hook per line, since this takes a lot of time,
1992         profiling shows.
1993         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1994         directly if gnus-visual-p is true.
1995
1996 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1999         groups; replace mapcar with dolist which is a bit faster; pass groups
2000         info to gnus-read-active-file-1.
2001         (gnus-read-active-file-1): Scan only specified groups if the new
2002         optional arg `infos' is given.
2003
2004 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2007
2008         * pop3.el (pop3-movemail): Removed.
2009         (pop3-streaming-movemail): Renamed to pop3-movemail.
2010
2011         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2012         don't restrict end-tag searches to the end of the line.
2013
2014 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2017         articles of every unchecked group to t, which means unknown since the
2018         server has never been opened.
2019
2020 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus-html.el (gnus-html-show-alt-text): New command.
2023         (gnus-html-browse-image): Ditto.
2024         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2025         to browse the image directly.
2026         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2027         better.
2028
2029         * gnus-async.el (gnus-async-article-callback): Call
2030         `gnus-html-prefetch-images' unconditionally.
2031
2032         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2033         before feeding URLs to curl.
2034
2035 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2038         internal images as deletable by `W D D'.
2039
2040         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2041         (gnus-async-article-callback): Fix typo.
2042
2043 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2046         current line to work around bugs in the output from w3m.
2047
2048         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2049         for groups that want that.
2050
2051         * nntp.el (nntp-wait-for-string): Supply a timeout for
2052         accept-process-output to ensure progress.
2053
2054         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2055         level to get unread articles from, then use that for foreign groups,
2056         too.
2057
2058         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2059         confuses the rest of the function.
2060
2061         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2062         for the methods that support -retrieve-groups, too.
2063
2064         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2065
2066 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2069         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2070
2071         * pop3.el: Require cl when compiling.
2072         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2073
2074 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075
2076         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2077         that aren't going to be activated.
2078         (gnus-get-unread-articles): Fix up the last commit.
2079
2080         * gnus-html.el (gnus-article-html): Allow calling without specifying
2081         the handle.  In that case, dissect the buffer first.
2082
2083         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2084
2085         * nnimap.el (nnimap-open-connection): Revert the change that would look
2086         into authinfo for imaps instead of imap.
2087
2088         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2089         say that you don't want to call gnus-request-group with don-check, but
2090         do check the reponse.  This is for virtual groups only.
2091         (gnus-get-unread-articles): Count the archive groups as secondary, so
2092         that they're activated the same way as before.
2093
2094         * imap.el (imap-message-map): Removed optional buffer parameter, since
2095         no callers use it.
2096         (imap-message-get): Ditto.
2097         (imap-message-put): Ditto.
2098         (imap-mailbox-map): Ditto.
2099         (imap-mailbox-put): Ditto.
2100         (imap-mailbox-get): Ditto.
2101         (imap-mailbox-get): Revert last change for this function.
2102
2103         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2104         case-insensitively.
2105         (nnimap-debug): Removed.
2106
2107         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2108         to use `imap-fetch' instead.  According to the comments, this should be
2109         safe, since all other IMAP clients use the 1:* syntax.
2110         (imap-enable-exchange-bug-workaround): Removed.
2111         (imap-debug): Removed -- doesn't seem very useful.
2112
2113         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2114         mail from a file, and the file doesn't exist.
2115
2116         * imap.el (imap-log): New convenience function used throughout instead
2117         of repeating the same code all over the place.
2118
2119         * pop3.el (pop3-streaming-movemail): Return t for success.
2120
2121         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2122         .authinfo if we're using ssl connection.
2123
2124         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2125         already have if we're in a main Gnus `g' run.
2126
2127         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2128
2129 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2132
2133         * nnmh.el (nnmh-request-list-1): Bind `file'.
2134
2135         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2136         alias to set-process-query-on-exit-flag or process-kill-without-query.
2137         (pop3-open-server): Use it.
2138
2139 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2142         box to the Incoming file.  Fixes mistake in previous checkin.
2143
2144         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2145         request loop (for debugging purposes) removed.
2146
2147         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2148         culprit is more visible.
2149         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2150         (nnml-add-incremental-nov): New functions to do "incremental" nov
2151         updates, where we just append to the end of the existing nov files
2152         without reading/writing them in full.
2153
2154         * mail-source.el (mail-source-delete-crash-box): Really only check the
2155         incoming files once in a while.
2156
2157         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2158
2159         * mail-source.el (mail-source-delete-crash-box): Only check the
2160         incoming files for deletion once per day to save a lot of file
2161         accesses.
2162
2163         * pop3.el (pop3-logon): Fix up unbound variable typo.
2164
2165         * mail-source.el (pop3-streaming-movemail): Autoload.
2166
2167         * pop3.el (pop3-streaming-movemail): Respect
2168         pop3-leave-mail-on-server.
2169
2170         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2171         retrieval.
2172
2173         * pop3.el (pop3-process-filter): Removed unused function.
2174         (pop3-streaming-movemail, pop3-send-streaming-command)
2175         (pop3-wait-for-messages, pop3-write-to-file)
2176         (pop3-number-of-responses): New functions for streaming pop3
2177         retrieval.
2178
2179         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2180         come from no known methods.
2181         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2182         list.
2183
2184         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2185         message sizes.
2186         (pop3-movemail): Use erase-buffer instead of looping and deleting
2187         regions, which seems rather odd.
2188
2189         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2190         file once per `g' run.
2191
2192         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2193         directories.  This makes the draft queue directory work.
2194
2195         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2196         data from the backends, so that we only request the list of groups from
2197         each method once.  This should speed things up considerably.
2198
2199         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2200         detect that it's not implemented.
2201
2202         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2203         we actually do recurse down into the tree, but don't stat all leaf
2204         nodes.
2205
2206         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2207         then say so instead of bugging out.
2208
2209         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2210         files exist before trying to read them.
2211
2212         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2213         around <pre_int>.
2214
2215         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2216
2217         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2218
2219 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * mm-util.el (mm-image-load-path): Just return the image directories,
2222         not all directories in the path in addition to the image directories.
2223         (mm-image-load-path): Maintain a cache of the image directories so that
2224         the `g' command in Gnus doesn't have to stat dozens of directories each
2225         time.
2226
2227         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2228         (gnus-html-wash-tags): Add a new `i' command to insert images.
2229         (gnus-html-insert-image): New command and keystroke.
2230         (gnus-html-redisplay-with-images): New command and keystroke.
2231         (gnus-html-show-images): Renamed command.
2232         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2233         spacers.
2234         (gnus-html-wash-tags): Decode entities at the end, so that entities
2235         inside the tags don't mess up the rest of the "parsing".
2236
2237         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2238         so that nnimap methods aren't agentized by default.  There's apparently
2239         many problems related to agent/imap behaviour.
2240
2241         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2242
2243         * gnus-html.el: Doc fix.
2244
2245 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2248         specifier-spec-list for Emacs 21.
2249
2250         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2251         glyph-width and glyph-height instead of display-graphic-p and
2252         image-size; make avoidance of displaying small images work for XEmacs.
2253
2254         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2255         for XEmacs.
2256
2257         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2258         of symbol that holds plist data.
2259         (gnus-process-plist): Remove plist of process after getting it.
2260
2261 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * message.el (message-generate-hashcash): Change default to
2264         'opportunistic if hashcash is installed.
2265
2266         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2267         (gnus-html-put-image): Only call image-size once, since it's somewhat
2268         time-consuming on remote X servers.
2269
2270 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2273         type on data, not a file name.
2274
2275         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2276         window-pixel-edges for Emacs 21.
2277
2278         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2279         decoded contents.
2280         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2281
2282 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2285         group line format, since it isn't very interesting.
2286
2287         * gnus-agent.el (gnus-agent-short-article),
2288         (gnus-agent-long-article): Increase values for these two variables,
2289         since most people are likely to have more network connection and
2290         storage than before.
2291
2292         * gnus.el (gnus-refer-article-method): Change default to 'current.
2293         When referring an article, the common behaviour is to refer it from the
2294         current select method, not the native select method.  The chances of
2295         the native select method having the message in question is rather slim
2296         these days.
2297
2298         * gnus-sum.el (gnus-auto-select-subject): Change default to
2299         `unseen-or-unread'.  I think it's likely that most people want to
2300         select an unseen article over a previously seen, but unread one.
2301
2302         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2303         means that in the article buffer none of the minor mode elements will
2304         be shown, usually, and this is not desirable in most cases.
2305
2306         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2307         that commands like `d' (and the like) go to the next line in the
2308         buffer, instead of the next unread article.  I think this is the
2309         behaviour that is most natural for most users.
2310         (gnus-single-article-buffer): Change default to nil, so that people can
2311         have as many article buffers open as they have summary buffer.  I think
2312         this is the most natural way for the groups to behave.
2313
2314         * message.el (message-generate-new-buffers): Change default to
2315         `unsent', so that all new message buffers start their names with the
2316         string "*unsent", and it's easier to find the buffers if you move from
2317         them.
2318
2319 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2322         small.  They're probably tracking images.
2323         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2324         (gnus-html-rescale-image): Yet another try at getting the image sizing
2325         right.
2326
2327         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2328         nntp-marks-file-name is nil.
2329
2330 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2331
2332         * gnus-html.el (gnus-html-wash-tags)
2333         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2334         Better logging.
2335
2336 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2339
2340         * gnus-html.el (gnus-html-wash-tags): Check the value of
2341         gnus-blocked-images in the summary buffer.
2342
2343 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2344
2345         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2346
2347 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2350         like "a", it seems like.
2351         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2352         since it needs to be picked from the correct buffer.
2353
2354         * nnwfm.el: Removed.
2355
2356         * nnlistserv.el: Removed.
2357
2358 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2359
2360         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2361         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2362
2363 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * nnkiboze.el: Removed.
2366
2367         * nndb.el: Removed.
2368
2369         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2370         alt text.
2371         (gnus-html-rescale-image): Try to get the rescaling logic right for
2372         images that are just wide and not tall.
2373
2374         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2375         overshadow variable bindings.
2376
2377 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2378
2379         * gnus-html.el (gnus-html-wash-tags)
2380         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2381         extra logging.
2382
2383 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2386         (gnus-max-image-proportion): New variable.
2387         (gnus-html-rescale-image): New function.
2388         (gnus-html-put-image): Rescale images.
2389
2390 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2391
2392         Fix up some byte-compiler warnings.
2393         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2394         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2395         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2396         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2397         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2398         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2399         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2400
2401 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * gnus-html.el (gnus-article-html): Decode contents by charset.
2404
2405 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2408         (gnus-html-frame-width, gnus-blocked-images)
2409         * message.el (message-prune-recipient-rules): Add custom version.
2410         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2411
2412         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2413         functions.
2414
2415         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2416         gnus-process-get.
2417
2418 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2419
2420         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2421         instead of lsub directly.
2422
2423 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * nnwarchive.el: Removed.
2426
2427         * gnus-soup.el: Removed.
2428
2429         * nnsoup.el: Removed.
2430
2431         * nnultimate.el: Removed.
2432
2433         * gnus-html.el (gnus-blocked-images): New variable.
2434
2435         * message.el (message-prune-recipients): New function.
2436         (message-prune-recipient-rules): New variable.
2437
2438         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2439         guess whether a long line is natural text or not.
2440
2441         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2442         gnus-process-plist and friends for compatibility.
2443
2444 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2445
2446         * gnus-html.el: Require packages that define macros used in this file.
2447         (gnus-article-mouse-face): Declare to silence byte-compiler.
2448         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2449         process-get.
2450         (gnus-html-put-image): Use plist-get to avoid getf.
2451         (gnus-html-prefetch-images): Use with-current-buffer.
2452
2453 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * gnus-ems.el: Provide compatibility functions for
2456         gnus-set-process-plist.
2457
2458         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2459         header-line-format for XEmacs 21.4.
2460
2461         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2462         * gnus.el (gnus-valid-select-methods)
2463         * message.el (message-send-mail-partially-limit)
2464         * mm-decode.el (mm-text-html-renderer)
2465         * mml.el (mml-insert-mime-headers-always)
2466         * smiley.el (smiley-regexp-alist): Bump custom version.
2467
2468 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * gnus-html.el: require mm-url.
2471         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2472         with the url to `url'.
2473         (gnus-html-wash-tags): Support cid: URLs/images.
2474
2475 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2478         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2479         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2480
2481         * gnus-move.el: Removed file, since it doesn't really work.
2482
2483         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2484         UTF-8.  This seems to fix problems with some German web feeds.
2485
2486         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2487         at the top so that the proper colours are applied.
2488
2489         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2490         don't have dots in their names.
2491
2492         * gnus-art.el (gnus-article-view-part): Doc fix.
2493
2494         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2495         XEmacs-compatible.
2496         (gnus-html-put-image): Don't do images on non-graphic displays.
2497
2498         * nnslashdot.el: Removed this unused backend.
2499
2500         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2501         actions.
2502         (gnus-undo-register-1): Revert last change.
2503
2504         * gnus-group.el (gnus-group-completing-read): Protect against not
2505         having completion-styles bound.
2506
2507         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2508         make broken recipients happier.
2509
2510         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2511
2512         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2513         point parameter.
2514
2515         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2516
2517         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2518         completion-styles for group selection.
2519
2520 2009-02-04  Andreas Schwab  <schwab@suse.de>
2521
2522         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2523         headers and regexp-quote the match if necessary.
2524
2525 2009-03-24  Miles Bader  <miles@gnu.org>
2526
2527         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2528         the blinking smiley.
2529
2530 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2531
2532         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2533         blink smiley.
2534
2535 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2538         where the dribbel file lives exists.
2539
2540         * message.el (message-send-mail-partially-limit): Change the default to
2541         nil, since most people don't want this.
2542
2543         * mm-url.el (mm-url-decode-entities): Also decode entities like
2544         &#x3212.
2545
2546 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2547
2548         * gnus-sum.el (gnus-summary-idna-message):
2549         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2550         Hyperlink urls in docstrings with URL `...'.
2551
2552 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2553
2554         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2555         functions.
2556
2557 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2560         say what the mouseover text should be.
2561
2562         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2563         version of the mm-w3m-safe-url-regexp variable to only download images
2564         in the groups where we want that to happen.
2565
2566         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2567
2568         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2569         easier debugging.
2570         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2571         big pictures in the article buffer.
2572
2573         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2574         gnus-article-html.
2575         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2576         w3m.
2577
2578         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2579
2580 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2583         which doesn't exist.
2584
2585         * message.el (message-inhibit-ecomplete): New variable to allow some
2586         function to inhibit ecomplete address storage.
2587         (message-resend): Disable ecomplete message storage when resending
2588         messages.
2589
2590         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2591
2592 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2595         Save excursion while copying, moving, and deleting articles in order to
2596         prevent the cursor from jumping to unforeseen place.
2597
2598 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * lpath.el: No need to bind bookmark-current-buffer,
2601         bookmark-yank-point and bookmark-make-record-function.
2602
2603 2010-08-17  Glenn Morris  <rgm@gnu.org>
2604
2605         * gnus-sync.el: Require gnus components whose functions are used.
2606
2607         * gnus-art.el (bookmark-make-record-function):
2608         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2609         Declare for compiler.
2610
2611         * mm-url.el (mml-compute-boundary): Autoload.
2612
2613 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2616
2617 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         Typo fix "hoo4a" -> "hook".
2620
2621         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2622
2623 2010-08-14  Glenn Morris  <rgm@gnu.org>
2624
2625         * gnus-sync.el (gnus-sync): Fix defgroup version.
2626
2627 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2628
2629         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2630
2631         * gnus-sync.el: Fix docs.
2632         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2633         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2634
2635 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2636
2637         Optimizations for gnus-sync.el.
2638
2639         * gnus-sync.el: Add docs about gnus-sync-backend
2640         possibilities.
2641         (gnus-sync-save): Remove unnecessary message.
2642         (gnus-sync-read): Optimize and show what groups were skipped.
2643
2644 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2645
2646         Minor bug fixes for gnus-sync.el.
2647
2648         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2649         read the sync on get-new-news.
2650
2651         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2652         quiet.
2653
2654         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2655
2656 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2657
2658         Make saving and restoring of hidden threads work with overlays.
2659         Patch applied by Ted Zlatanov.
2660
2661         * gnus-sum.el (gnus-hidden-threads-configuration)
2662         (gnus-restore-hidden-threads-configuration): Update to deal with text
2663         properties, rather than searching for a magic character.
2664
2665 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2666
2667         New gnus-sync.el library for synchronization of marks.
2668
2669         * gnus-sync.el: New library for synchronization of marks.
2670
2671         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2672         renamed from `gnus-registry-grep-in-list'.
2673
2674         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2675
2676         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2677
2678 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2681         determining charset of text fails.
2682
2683 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * nnmail.el (nnmail-get-new-mail-1): Revert.
2686
2687         * nnml.el (nnml-active-number): Make sure names of newly created groups
2688         in nnml-group-alist are encoded.
2689
2690 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2693         containing non-ASCII characters in active file for nnml back end.
2694
2695 2010-07-24  David Engster  <dengste@eml.cc>
2696
2697         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2698         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2699
2700 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2701
2702         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2703         tag (Bug#6654).
2704
2705 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2708         the article buffer, not the summary buffer.
2709
2710 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2713         Emacs 23 as well.
2714
2715 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2718         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2719
2720 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2721
2722         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2723         Patch applied by Karl Fogel.
2724
2725         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2726         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2727
2728 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2729
2730         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2731         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2732         C-w still not working correctly from Article buffers; Thierry's
2733         patch to fix that will be applied after this.
2734
2735         * gnus-art.el (bookmark-make-record-function): New local variable.
2736
2737         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2738         article buffer.
2739         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2740
2741 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2742
2743         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2744         on changes in bookmark.el.
2745
2746 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2749         `no-log' instead of message not to log prompt string.
2750
2751 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2752
2753         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2754         the *other* type of HTML form submission.
2755
2756 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2757
2758         * auth-source.el (auth-source-pick): If choice does not contain a
2759         questioned keyword, set the check to t.
2760
2761 2010-06-12  Romain Francoise  <romain@orebokech.com>
2762
2763         * gnus-util.el (gnus-date-get-time): Move up before first use.
2764
2765 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2768         (gnus-article-edit-part): Bind it to make last part that is substituted
2769         or deleted visible.
2770         (gnus-mime-display-single): Buttonize part of which id equals to
2771         gnus-mime-buttonized-part-id.
2772
2773 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2774
2775         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2776         (gnus-dd-mmm): Use gnus-date-get-time.
2777         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2778         simplify logic.
2779         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2780         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2781
2782 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2783
2784         * auth-source.el (top): Autoload `secrets-list-collections',
2785         `secrets-create-item', `secrets-delete-item'.
2786         (auth-sources): Fix tag string.
2787         (auth-get-source, auth-source-retrieve, auth-source-create)
2788         (auth-source-delete): New defuns.
2789         (auth-source-pick): Rewrite in order to avoid 2 passes.
2790         (auth-source-forget-user-or-password): New parameter USERNAME.
2791         (auth-source-user-or-password): New parameters CREATE-MISSING and
2792         DELETE-EXISTING.  Retrieve password interactively, if needed.
2793
2794 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2795
2796         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2797         deleting unused directories when gnus-expert-user is t.
2798
2799 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2802         for each temp file when gnus-article-browse-delete-temp is ask.
2803
2804 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2805
2806         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2807         Lisp calls to delete-backward-char by calls to delete-char.
2808
2809 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2810
2811         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2812
2813 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2814
2815         * password-cache.el (password-cache-remove): Fix docstring.
2816
2817 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2820         article unless decoding article to be saved.
2821
2822 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2825         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2826         generated within the mm-with-unibyte-current-buffer macro.
2827
2828 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2831         to nil when we're in a mml-preview buffer and no group is selected.
2832
2833 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2834
2835         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2836         when catching the `C-g'.  Reported by "Leo".
2837
2838 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * message.el (message-forward-make-body-plain)
2841         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2842         multibyte-string-p.
2843
2844         * lpath.el: Revert.
2845
2846 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * message.el (message-forward-make-body-mml): Assume original message
2849         is multibyte string; error on unibyte.
2850         (message-forward-make-body-plain): Ditto; don't add excessive newline
2851         in body end.
2852
2853         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2854
2855 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2856
2857         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2858         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2859
2860 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * mm-extern.el (mm-extern-url): Don't use
2863         mm-with-unibyte-current-buffer.
2864         (mm-extern-cache-contents): Use with-current-buffer instead of
2865         save-excursion + set-buffer.
2866
2867 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * mm-util.el (mm-emacs-mule): Remove.
2870
2871 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2872
2873         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2874         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2875         change.
2876
2877 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2880         bind the default value of enable-multibyte-characters to nil.
2881
2882 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2883
2884         * message.el (message-forward-make-body-plain)
2885         (message-forward-make-body-mml):
2886         Don't use mm-with-unibyte-current-buffer.
2887
2888 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2889
2890         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2891
2892 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2893
2894         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2895         (Bug#5592).
2896
2897 2010-05-07  Julien Danjou  <julien@danjou.info>
2898
2899         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2900         it to mm-pipe-part.
2901
2902         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2903         it is given.
2904
2905 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * binhex.el (binhex-decode-region-internal)
2908         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2909         (dns-query)
2910         * nnweb.el (nnweb-gmane-search)
2911         * pgg-parse.el (pgg-parse-armor)
2912         * pgg.el (pgg-verify-region)
2913         * sha1.el (sha1-string-external)
2914         * uudecode.el (uudecode-decode-region-internal)
2915         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2916         XEmacs.
2917
2918         * gnus-art.el (gnus-article-browse-html-parts)
2919         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2920         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2921         make-temp-file.
2922
2923         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2924         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2925         compiling.
2926
2927         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2928         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2929         XEmacs when compiling.
2930
2931         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2932         gnus-pick-mode-off-hook for XEmacs when compiling.
2933         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2934         gnus-binary-mode-off-hook for XEmacs when compiling.
2935
2936         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2937         nil if char-charset is not available.
2938
2939         * imap.el (imap-disable-multibyte)
2940         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2941         macros.
2942
2943         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2944         instead of encode-coding-string.
2945
2946         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2947         'xemacs) instead of mm-emacs-mule to switch function definitions.
2948         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2949
2950         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2951         bind temporary-file-directory for XEmacs;
2952         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2953         timer-set-function for XEmacs 21.4 and SXEmacs;
2954         bind timer-list for XEmacs 21.4 and SXEmacs;
2955         fbind char-charset and find-charset-region for non-Mule XEmacs;
2956         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2957         encode-coding-region and encode-coding-string for XEmacs having no
2958         file-coding feature.
2959
2960 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2961
2962         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2963
2964 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2967         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2968
2969 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2970
2971         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2972         alias `jka-compr-delete-temp-file' no longer exists.
2973
2974 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2975
2976         Use define-minor-mode in Gnus where applicable.
2977         * mml.el (mml-mode): Use define-minor-mode.
2978         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2979         (gnus-undo-mode): Use define-minor-mode.
2980         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2981         (gnus-dead-summary-mode): Use define-minor-mode.
2982         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2983         Initialize in declaration.
2984         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2985         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2986         (gnus-mailing-list-mode): Use define-minor-mode.
2987         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2988         (gnus-draft-mode): Use define-minor-mode.
2989         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2990         (gnus-dired-mode): Use define-minor-mode.
2991
2992 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2993
2994         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2995         handles on recursive mml-to-mime translation and check them for
2996         boundary delimiter collisions.  Reported by Greg Troxel.
2997
2998 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3001
3002 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3003
3004         * mm-util.el (mm-find-buffer-file-coding-system):
3005         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3006
3007 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3008
3009         * message.el (message-generate-headers): Record insertion of optional
3010         headers as well.  Otherwise the check to prevent repeated insertion of
3011         optional headers is a no-op.
3012
3013 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3014
3015         * smime.el: Don't mention CVS.
3016
3017         * nnrss.el (nnrss-fetch): Don't mention CVS.
3018
3019         * nnir.el: Don't mention CVS.
3020
3021 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3022
3023         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3024
3025 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * lpath.el: Fbind bookmark-default-handler,
3028         bookmark-get-bookmark-record, bookmark-make-record-default,
3029         bookmark-prop-get for Emacs <23 and XEmacs.
3030
3031 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3032
3033         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3034         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3035         Use with-current-buffer to silence the byte-compiler.
3036         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3037         bother to require `gnus'.
3038         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3039
3040 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3041
3042         * gnus-sum.el (gnus-summary-bookmark-make-record)
3043         (gnus-summary-bookmark-jump): New functions.
3044         (gnus-summary-mode): Setup bookmark support.
3045
3046 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3047
3048         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3049         if set.
3050
3051 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3054         gnus-article-browse-html-save-cid-image; make it work recursively for
3055         forwarded messages as well.
3056         (gnus-article-browse-html-parts): Work when prefix arg is given.
3057         (gnus-article-browse-html-article): Doc fix.
3058
3059 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3060
3061         * message.el (message-default-mail-headers):
3062         (message-default-headers): Carry the value mail-default-headers over
3063         into message-default-mail-headers, rather than message-default-headers.
3064
3065 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3066
3067         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3068         charset.
3069
3070         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3071         charset into the <meta> tag when the article is encoded to utf-8.
3072
3073 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3076         directories as well.
3077         (gnus-article-browse-html-parts): Work for images that do not specify
3078         file names; delete temp directory when quitting; insert header at the
3079         right place; use file: scheme for image files.
3080
3081 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3082
3083         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3084         (gnus-article-browse-html-parts): Use it to make temporary cid image
3085         files in addition to html file so that browser may display them.
3086
3087 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3090
3091 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3092
3093         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3094
3095 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3096
3097         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3098         about Secret Service API sources.  Improve Customize options.
3099         (auth-source-pick): Change to accept any number of search parameters.
3100         Implement fallbacks iteratively, not recursively.  Add scoring on the
3101         second pass and sort by score.  Call Secret Service API when needed.
3102         (auth-source-user-or-password): Use it.  Call Secret Service API
3103         directly when needed to get the user name and the password.
3104
3105 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3106
3107         * message.el (message-interactive): Doc fix.
3108         (message-qmail-inject-args): Reflow.
3109         (message-kill-to-signature): Fix typo in docstring.
3110
3111         * smiley.el (smiley-buffer): Fix typo in docstring.
3112
3113 2010-03-24  Glenn Morris  <rgm@gnu.org>
3114
3115         * mail-source.el (gnus-message): Declare.
3116         (mail-source-delete-old-incoming): Require gnus-util.
3117
3118 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3121
3122         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3123
3124         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3125         password-cache's default if it is not bound.
3126         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3127         password-cache-expiry's default if it is not bound.
3128
3129         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3130         available in Emacs 21.
3131
3132         * lpath.el: Suppress compiler warnings for:
3133         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3134         XEmacs;
3135         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3136         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3137         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3138
3139 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3140
3141         * auth-source.el (auth-sources): Fix up definition so extra parameters
3142         are always inline.
3143
3144 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3145
3146         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3147         wasn't updated after mismatch.  Clear cached mailbox info correctly
3148         when uidvalidity changes.
3149         (nnimap-group-prefixed-name): New function to avoid some code
3150         duplication.
3151         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3152         (nnimap-request-group): Use it.
3153         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3154         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3155         with many imap folders.  This is done by caching the group status from
3156         the imap server persistently in a group parameter `imap-status'.  (This
3157         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3158         but not persistently, so every Gnus startup was still very slow.)
3159
3160 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3161
3162         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3163         delete the extra newline.  Otherwise editing of :string and :number
3164         types don't work.
3165
3166 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3167
3168         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3169         secrets.el dependency.
3170         (auth-sources): Add optional user name.  Add secrets.el configuration
3171         choice (unused right now).
3172
3173 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3174
3175         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3176         `gnus-registry-install-shortcuts' fill in the functions.
3177
3178         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3179         warnings.
3180         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3181         (gnus-registry-install-shortcuts): Populate and use it in a
3182         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3183
3184 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3185
3186         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3187         In-place substitutions for the group name encoding/decoding.
3188         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3189         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3190         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3191         (nnimap-update-unseen, nnimap-request-list)
3192         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3193         (nnimap-request-set-mark, nnimap-split-to-groups)
3194         (nnimap-split-articles, nnimap-request-newgroups)
3195         (nnimap-request-create-group, nnimap-request-accept-article)
3196         (nnimap-request-delete-group, nnimap-request-rename-group)
3197         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3198         `encoded-mbx' for consistency.
3199         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3200         variable `imap-current-mailbox'.
3201
3202         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3203         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3204
3205 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3206
3207         * pop3.el (pop3-display-message-size-flag): Display message size byte
3208         counts during POP3 download.
3209         (pop3-movemail): Use it.
3210         (pop3-list): Implement listing of available messages.
3211
3212 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3213
3214         * nnir.el (nnir-get-article-nov-override-function): New function to
3215         override the normal NOV retrieval.
3216         (nnir-retrieve-headers): Use it.
3217
3218 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3219
3220         * auth-source.el (netrc-machine-user-or-password): Autoload.
3221
3222 2010-03-19  Glenn Morris  <rgm@gnu.org>
3223
3224         Stop message.el from loading about 40 libraries it doesn't always need.
3225         The general approach is to autoload rather than require, and to
3226         require in the specific functions rather than the file.  (Bug#5642)
3227
3228         * gmm-utils.el: Don't require wid-edit.
3229         (widget-create-child-value, widget-convert, widget-default-get):
3230         Autoload.
3231
3232         * gnus-util.el: Don't require time-date, netrc.
3233         (message-fetch-field, gnus-group-name-decode): Declare rather than
3234         autoloading.
3235         (gnus-fetch-field): Require message.
3236         (gnus-decode-newsgroups): Require gnus-group.
3237
3238         * ietf-drums.el: Don't require time-date.
3239
3240         * message.el: Don't require hashcash, canlock, ecomplete.
3241         Do require mail-utils.  Require nnheader only when compiling.
3242         (smtpmail-default-smtp-server): Remove declaration.
3243         (message-send-mail-function): Check smtpmail-default-smtp-server
3244         is bound rather than requiring smtpmail.
3245         (message-auto-save-directory, message-insert-signature): Use
3246         expand-file-name rather than nnheader-concat.
3247         (nnheader-insert-file-contents): Autoload.
3248         (hashcash-wait-async): Declare.
3249         (message-send-mail): Only call gnus-setup-posting-charset if
3250         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3251         (message-send-mail-with-sendmail): Require sendmail.
3252         (canlock-password, canlock-password-for-verify): Declare.
3253         (message-canlock-password): Require canlock.
3254         (nnheader-get-report): Autoload.
3255         (gnus-setup-posting-charset): Declare.
3256         (message-send-news): Require gnus-msg.
3257         (message-make-references, message-make-in-reply-to): Use mail-header-id
3258         rather than the alias mail-header-message-id.
3259         (ecomplete-add-item, ecomplete-save): Declare.
3260         (message-put-addresses-in-ecomplete): Require ecomplete.
3261         (ecomplete-display-matches): Autoload.
3262
3263         * mm-decode.el: Don't require mailcap, gnus-util.
3264         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3265         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3266         Autoload.
3267         (mailcap-mime-extensions): Declare.
3268
3269         * mm-encode.el: Don't require mailcap.
3270         (mailcap-extension-to-mime): Autoload.
3271
3272         * mml-sec.el: Don't require password-cache.
3273
3274         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3275         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3276         (mml-minibuffer-read-type): Require mailcap.
3277         (mml-preview): Require gnus-msg.
3278
3279         * mml1991.el: Require password-cache.
3280         (password-cache-expiry): Remove declaration.
3281
3282         * mml2015.el: Require password-cache.
3283         (password-cache-expiry): Remove declaration.
3284
3285         * nneething.el (mailcap): Require mailcap.
3286
3287         * nnheader.el (declare-function): Add compatibility stub.
3288         (message-remove-header): Declare rather than autoload.
3289         (nnheader-replace-header): Require message.
3290
3291         * nnimap.el (declare-function): Add compatibility stub.
3292         (netrc-parse, netrc-machine-user-or-password): Declare.
3293         (nnimap-open-connection): Require netrc.
3294
3295         * nntp.el (declare-function): Add compatibility stub.
3296         (netrc-parse, netrc-machine, netrc-get): Declare.
3297         (nntp-send-authinfo): Require netrc.
3298
3299         * rfc2047.el: Don't require qp.
3300         (quoted-printable-encode-region, quoted-printable-decode-string):
3301         Autoload.
3302
3303         * sieve-mode.el: Don't require easymenu.
3304         (easy-menu-add-item): Autoload it.
3305
3306         * spam-stat.el (time-to-number-of-days): Autoload it.
3307
3308 2010-03-19  Glenn Morris  <rgm@gnu.org>
3309
3310         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3311
3312 2010-03-18  Glenn Morris  <rgm@gnu.org>
3313
3314         * hashcash.el (declare-function): Remove duplicate definition.
3315
3316 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3317
3318         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3319         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3320         value if any backslash escapes).
3321
3322 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3325         if it is available.  (bug#5647)
3326
3327         * lpath.el: Suppress compiler warning for coding-system-from-name for
3328         Emacs 21 and XEmacs.
3329
3330 2010-03-14  Juri Linkov  <juri@jurta.org>
3331
3332         * hmac-def.el:
3333         * hmac-md5.el:
3334         * netrc.el: Fix keywords.
3335
3336 2010-02-26  Glenn Morris  <rgm@gnu.org>
3337
3338         * message.el (message-send-mail-function): Change the default, so that
3339         it inherits from a customized send-mail-function.  (Bug#5643)
3340
3341 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3342
3343         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3344         shell-command-to-string signals an error (bug#5299).
3345
3346 2010-02-24  Glenn Morris  <rgm@gnu.org>
3347
3348         * message.el (message-smtpmail-send-it)
3349         (message-send-mail-with-mailclient): Doc fixes.
3350
3351 2010-02-16  Glenn Morris  <rgm@gnu.org>
3352
3353         * message.el (message-default-mail-headers): Change the default value
3354         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3355
3356 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3359         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3360
3361 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3362
3363         * time-date.el (date-to-time): Doc fix (Bug#5408).
3364
3365 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3366
3367         * message.el (message-mail): Just pass yank-action on to message-setup.
3368         (message-setup): Handle (FUN . ARGS) form of yank-action.
3369         (message-with-reply-buffer, message-widen-reply)
3370         (message-yank-original): Handle non-buffer values of
3371         message-reply-buffer (Bug#4080).
3372         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3373
3374 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3375
3376         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3377         Fix typo in docstring.
3378
3379 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3380
3381         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3382         response.
3383
3384 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3387
3388         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3389
3390         * message.el (message-check-news-header-syntax): Protect against a
3391         string that `rfc822-addresses' returns when parsing fails.
3392
3393 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3396         (gnus-previous-char-property-change): New functions.
3397
3398         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3399
3400 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3401
3402         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3403         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3404
3405 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3406
3407         * message.el (message-exchange-point-and-mark): Rework last change to
3408         avoid using optional arg of exchange-point-and-mark, for backward
3409         compatibility.
3410
3411 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3412
3413         * message.el (message-exchange-point-and-mark): Call
3414         exchange-point-and-mark with an argument rather than setting
3415         mark-active by hand (Bug#5175).
3416
3417 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * nntp.el (nntp-service-to-port): Work for service expressed with
3420         numeric string; replace [:digit:] with [0-9] for XEmacs.
3421
3422 2009-12-17  Glenn Morris  <rgm@gnu.org>
3423
3424         * gnus-group.el (gnus-bug-group-download-format-alist):
3425         Change emacs entry to debbugs.gnu.org.  Bump :version.
3426
3427 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3428
3429         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3430
3431 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3432
3433         * message.el (message-info): Explain why we use `Info-goto-node'.
3434
3435 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3438
3439 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3440
3441         * message.el (message-completion-in-region): New compatibility function.
3442         (message-expand-group): Use it.
3443
3444 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3447         with no unread article should be listed if the 2nd arg `predicate' is
3448         given.
3449
3450 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3453
3454 2009-11-29  Juri Linkov  <juri@jurta.org>
3455
3456         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3457         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3458         on `gnus-recenter'. (Bug#4698, Bug#4981)
3459
3460 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3461
3462         * sha1.el (sha1-string-external): default-directory "/" in case
3463         otherwise non-existent.  process-connection-type pipe for touch of
3464         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3465
3466 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3467
3468         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3469         it's comms related and sgml-mode.el has "comm" on that basis too.
3470
3471 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3474         containing tspecial characters if they have been already quoted.
3475
3476 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3477
3478         * dns-mode.el (auto-mode-alist): Purecopy string.
3479
3480 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3481
3482         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3483
3484 2009-10-24  Glenn Morris  <rgm@gnu.org>
3485
3486         * gnus-art.el (help-xref-stack-item): Define for compiler.
3487
3488 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3489
3490         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3491
3492 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3495
3496 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3499         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3500
3501 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3504         (gnus-overlays-in): New alias to overlays-in.
3505
3506         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3507         gnus-overlay-get, and gnus-delete-overlay.
3508         (gnus-summary-show-thread): Make it work as well for systems in which
3509         next-single-char-property-change is not available.
3510         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3511
3512         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3513         (gnus-overlay-get): New alias to extent-property.
3514         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3515
3516         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3517         SXEmacs.
3518
3519         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3520         SXEmacs.
3521
3522 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3523
3524         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3525
3526 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3527
3528         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3529         and XEmacs that don't have `remove-overlays'.
3530
3531 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3532
3533         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3534         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3535         selective display.  Use overlays instead.
3536
3537 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3538
3539         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3540
3541 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3542
3543         * spam-stat.el (spam-stat-load): Fix typo in message.
3544
3545 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3546
3547         * dig.el (dig-invoke): Fix typo in docstring.
3548         (query-dig): Reflow docstring.
3549
3550 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3551
3552         * gnus-art.el (gnus-article-encrypt-body):
3553         * message.el (message-check-recipients):
3554         * mm-util.el (mm-codepage-setup):
3555         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3556         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3557
3558 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3559
3560         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3561         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3562         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3563         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3564         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3565
3566 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3567
3568         * dig.el: Add "Keywords: comm", as per net-utils.el.
3569
3570 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3571
3572         * dig.el (dig-mode): Use define-derived-mode.
3573
3574 2009-09-19  Glenn Morris  <rgm@gnu.org>
3575
3576         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3577
3578 2009-09-18  Glenn Morris  <rgm@gnu.org>
3579
3580         * gnus-diary.el (gnus-diary-check-message):
3581         * message.el (message-insert-formatted-citation-line):
3582         * nnbabyl.el (top-level):
3583         * nndiary.el (nndiary-schedule):
3584         Fix typos in condition-case handlers.
3585
3586 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3589         configuration that provides the sole article window in a frame;
3590         position point correctly after deleting a part.
3591
3592 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3593
3594         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3595         (spam-resolve-registrations-routine): Use it to unregister articles
3596         that change status.
3597
3598 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3601         with XEmacs.
3602         (parse-time-string-chars): Use it.
3603
3604 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3605
3606         * imap.el (imap-interactive-login): Better messages.
3607         (imap-open): Fix bug with renamed buffer on reconnect.
3608         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3609         for easier debugging and cleaner code.  On successful (guessed based on
3610         server capabilities) secondary authentication, set imap-state
3611         correctly.
3612         (imap-last-authenticator): Define imap-last-authenticator as a variable
3613         to avoid warnings.
3614
3615 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * nnrss.el (nnrss-request-article): Remove binding of
3618         default-enable-multibyte-characters that has gotten needless by
3619         the 2007-07-13 change in rfc2047-encode-message-header.
3620
3621         * mml.el (mml-insert-multipart): Error on the message header.
3622         (mml-insert-part): Error on the message header; position point at
3623         the end of a MIME tag.
3624
3625 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * time-date.el (autoload): Expand define-obsolete-function-alias into
3628         defalias and make-obsolete for old Emacsen that Gnus supports.
3629         (with-no-warnings): Define it for old Emacsen.
3630         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3631         is available.
3632         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3633         float-time is available; suppress compile warning for time-to-seconds.
3634
3635         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3636         (gnus-float-time): Alias to float-time if it exists.
3637
3638         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3639         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3640         float-time is available; suppress compile warning for time-to-seconds.
3641
3642         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3643         XEmacs.
3644
3645 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3646
3647         * imap.el (imap-message-map): Docstring fix.
3648
3649 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3652         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3653         Add the optional argument `encoding' that overrides the default.
3654
3655         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3656         mm-encode-buffer.
3657
3658 2009-09-04  Glenn Morris  <rgm@gnu.org>
3659
3660         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3661         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3662         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3663         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3664         * mm-util.el (mm-with-unibyte-current-buffer)
3665         (mm-find-buffer-file-coding-system):
3666         * yenc.el (yenc-decode-region): Use default-value rather than
3667         default-enable-multibyte-characters.
3668
3669 2009-09-03  Glenn Morris  <rgm@gnu.org>
3670
3671         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3672         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3673         than default-enable-multibyte-characters.
3674
3675 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3676
3677         * gnus-art.el (gnus-article-read-summary-keys):
3678         Fix gnus-buffer-configuration's value temporarily used.
3679
3680 2009-09-02  Glenn Morris  <rgm@gnu.org>
3681
3682         * gnus-util.el (gnus-float-time): New function.
3683         * gnus-delay.el (gnus-delay-article):
3684         * gnus-sum.el (gnus-thread-latest-date):
3685         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3686         * nnspool.el (nnspool-request-newgroups):
3687         Use gnus-float-time rather than time-to-seconds.
3688         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3689
3690         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3691         (gnus-header-subject-face, gnus-header-newsgroups-face)
3692         (gnus-header-name-face, gnus-header-content-face):
3693         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3694         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3695         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3696         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3697         (gnus-cite-face-11):
3698         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3699         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3700         (gnus-server-closed-face, gnus-server-denied-face)
3701         (gnus-server-offline-face):
3702         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3703         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3704         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3705         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3706         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3707         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3708         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3709         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3710         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3711         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3712         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3713         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3714         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3715         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3716         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3717         (gnus-summary-high-undownloaded-face)
3718         (gnus-summary-low-undownloaded-face)
3719         (gnus-summary-normal-undownloaded-face)
3720         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3721         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3722         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3723         (gnus-splash-face):
3724         * message.el (message-header-to-face, message-header-cc-face)
3725         (message-header-subject-face, message-header-newsgroups-face)
3726         (message-header-other-face, message-header-name-face)
3727         (message-header-xheader-face, message-separator-face)
3728         (message-cited-text-face, message-mml-face):
3729         * sieve-mode.el (sieve-control-commands-face)
3730         (sieve-action-commands-face, sieve-test-commands-face)
3731         (sieve-tagged-arguments-face):
3732         * spam.el (spam-face):
3733         Mark face aliases with "-face" in the name as obsolete.
3734
3735 2009-09-01  Glenn Morris  <rgm@gnu.org>
3736
3737         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3738         than goto-line.
3739
3740 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3743         Don't move point if the command is invoked inside the message header.
3744
3745 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3746
3747         * imap.el (imap-send-command): Simplify.
3748         (imap-wait-for-tag): point-max -> buffer-size.
3749
3750 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3751
3752         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3753         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3754         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3755         * nnir.el (nnir-swish-e-index-file):
3756         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3757         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3758         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3759         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3760         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3761         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3762
3763 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3766         Don't save excursion.
3767
3768 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3769
3770         * nnheader.el (nnheader-find-file-noselect):
3771         * mm-util.el (mm-insert-file-contents):
3772         Use (default-value 'major-mode) instead of default-major-mode.
3773
3774 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3775
3776         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3777
3778 2009-08-26  Glenn Morris  <rgm@gnu.org>
3779
3780         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3781         than placing in files.el.
3782
3783 2009-08-25  Glenn Morris  <rgm@gnu.org>
3784
3785         * nnir.el (top-level): Don't require cl at run-time.
3786         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3787         Replace cl-function substitute with gnus-replace-in-string.
3788         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3789         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3790         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3791         simplified expansions.
3792
3793 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3794
3795         * dig.el (dig): Add autoload cookie.
3796
3797 2009-08-22  Glenn Morris  <rgm@gnu.org>
3798
3799         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3800         goto-line.
3801
3802 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3803
3804         * parse-time.el (parse-time-string-chars): Save match data.
3805
3806 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3807
3808         * parse-time.el (parse-time-string-chars): Compute using character
3809         classes, to handle non-ascii characters (Bug#3190).
3810
3811 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3814
3815         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3816         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3817         (gnus-mm-display-part, gnus-mime-display-single)
3818         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3819         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3820
3821         * gnus-sum.el
3822         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3823         (gnus-summary-move-article): Add expirable mark to articles copied or
3824         moved to group that has auto-expire turned on if the option is non-nil.
3825
3826 2009-07-24  Glenn Morris  <rgm@gnu.org>
3827
3828         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3829         Fix typo.  (Bug#3903)
3830
3831 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3834         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3835         that should not be used for draft articles.
3836         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3837         that has no concern in minor mode keys.
3838         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3839         Abolish.
3840
3841 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3844         article without making inquiry to a user for unknown encoding.
3845
3846         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3847         (nnmaildir--scan): Assume i-node and device number that file-attributes
3848         returns might be cons-cell.
3849
3850         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3851
3852         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3853
3854 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3855
3856         * auth-source.el: Remove docs now in auth.texi.  Don't use
3857         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3858         `auth-source-hide-passwords' and use them.
3859
3860 2009-07-15  Glenn Morris  <rgm@gnu.org>
3861
3862         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3863
3864 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3867         excessive whitespace from the default values of title and description.
3868
3869 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3872         mail-fetch-field to fetch Content-Description header in order to
3873         exclude newlines.
3874
3875 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3876
3877         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3878         format used by GnuPG 2.0.11.
3879
3880 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3883         to deleted part.
3884
3885 2009-05-30  David Engster  <dengste@eml.cc>
3886
3887         * nnmairix.el: Remove old documentation in the commentary block.
3888         (nnmairix-request-group): Do not update active file for nnml back ends.
3889         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3890         end so that overview files are ignored.
3891         (nnmairix-update-groups): Make updating the groups more robust by using
3892         marks.
3893         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3894         with dollar characters in message-id.
3895
3896 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3897
3898         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3899         2008-12-25 in dns.el.
3900
3901 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3902
3903         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3904         could happen if the text is only composed of spaces and/or tabs.
3905
3906 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3907
3908         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3909         when sending a queued message to avoid extra mml tags.
3910
3911 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3914
3915 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3918         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3919         rmail-toggle-header for XEmacs;
3920         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3921
3922 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * gnus-dired.el: Remove autoload for gnus-setup-message.
3925         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3926         displaying Gnus logo; always use compose-mail.
3927
3928 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3931
3932 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3935         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3936         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3937         available.
3938         (gnus-nocem-epg-verify): New function.
3939
3940 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3941
3942         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3943
3944 2009-02-15  Glenn Morris  <rgm@gnu.org>
3945
3946         * gnus-util.el (rmail-insert-rmail-file-header)
3947         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3948         autoloads.
3949         (rmail-default-rmail-file): Remove unnecessary declaration.
3950         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3951
3952 2009-02-14  Glenn Morris  <rgm@gnu.org>
3953
3954         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3955         variable (only used in gnus-util, which declares it anyway).
3956         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3957         which was only needed by gnus-art (changed to not use it any more).
3958         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3959         only used in gnus-util, which autoloads it itself.
3960         (rmail-update-summary): Fix autoload.
3961
3962         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3963         rather than rmail-output-to-rmail-file.
3964
3965 2009-02-07  Glenn Morris  <rgm@gnu.org>
3966
3967         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3968         autoload of function that no longer exists.
3969         (rmail-toggle-header): Declare.
3970         (message-forward-rmail-make-body): Handle mbox Rmail.
3971
3972 2009-01-31  Glenn Morris  <rgm@gnu.org>
3973
3974         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3975         2009-01-09 change.
3976
3977 2009-01-31  Dave Love  <fx@gnu.org>
3978
3979         * imap.el (imap-fetch-safe): Bind debug-on-error.
3980         (imap-debug): Add imap-fetch-safe.
3981
3982 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3983
3984         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3985         (auth-source-forget-all-cached): New convenience function.
3986         (auth-source-user-or-password): Accept list of modes or a single mode.
3987
3988         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3989         auth-source modes.
3990
3991         * netrc.el (netrc-machine-user-or-password): Use list of
3992         auth-source modes.
3993
3994         * nnimap.el (nnimap-open-connection): Use list of
3995         auth-source modes.
3996
3997         * nntp.el (nntp-send-authinfo): Use list of
3998         auth-source modes.
3999
4000 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4001
4002         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4003         now.
4004
4005 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4008         coding system in XEmacs; add a workaround for XEmacs.
4009
4010         * lpath.el: Fbind coding-system-aliasee.
4011
4012 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4015         of current-language-environment.
4016
4017 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4018
4019         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4020         available at runtime.
4021
4022 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4025
4026 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4027
4028         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4029         the greatest positive fixnum value doesn't work under an XEmacs with
4030         bignum support; use the most-positive-fixnum constant instead,
4031         available since Emacs 21.1 with cl and XEmacs 21.1.
4032
4033 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4036         XEmacs gets not to work.
4037
4038 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * mm-util.el (mm-coding-system-priorities): Allow the value like
4041         "Japanese (UTF-8)" of current-language-environment.
4042
4043 2009-01-09  Glenn Morris  <rgm@gnu.org>
4044
4045         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4046         with last-command-event.
4047
4048 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4051         in the doc string.
4052
4053         * message.el (message-fix-before-sending): Amend comment.
4054
4055 2009-01-08  Dave Love  <fx@gnu.org>
4056
4057         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4058
4059 2009-01-07  David Engster  <dengste@eml.cc>
4060
4061         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4062         simplified server definitions by converting it via
4063         gnus-server-to-method.
4064
4065 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4068         parameter's operands.
4069
4070 2009-01-06  David Engster  <dengste@eml.cc>
4071
4072         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4073         primary select method (for gnus-group-mark-article-as-read).
4074
4075 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4076
4077         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4078         `(gnus)Face', not `(gnus)X-Face'.
4079
4080 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * mm-util.el (mm-ucs-to-char): New function.
4083
4084         * mm-url.el (mm-url-decode-entities): Use it.
4085
4086         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4087         unicode-to-char.
4088
4089 2009-01-05  Dave Love  <fx@gnu.org>
4090
4091         * time-date.el: Require cl for `declare'.
4092
4093 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4094
4095         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4096         Dave Love.
4097
4098 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4099
4100         * message.el (message-fix-before-sending): Add `eight-bit' to
4101         illegible-text check.
4102
4103 2009-01-03  Michael Olson  <mwolson@gnu.org>
4104
4105         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4106         `headers' is nil.  This can occur if the IMAP server does not have
4107         permissions to read messages from a folder, but can write new messages
4108         to the folder.
4109         (nnimap-request-article-part): Do not insert `data' if it is nil.
4110
4111         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4112         characters which will confuse `read', so skip past them.
4113
4114 2009-01-01  Dave Love  <fx@gnu.org>
4115
4116         * imap.el (imap-string-to-integer): Fix typo.
4117         (imap-fetch-safe): New function.
4118         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4119
4120         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4121
4122         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4123         (imap-parse-greeting): Fix doc strings.
4124         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4125         (imap-parse-flag-list): Make messages unique.
4126         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4127
4128         * nnimap.el: Fix author email.
4129         (nnimap-split-rule): Add FIXME comment.
4130         (nnimap-debug): Fix doc string.
4131
4132 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4133
4134         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4135
4136 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4137
4138         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4139         nslookup if resolv.conf isn't available.
4140         (dns-query): Rename from query-dns.
4141         (dns-query-cached): Rename from query-dns-cached.
4142
4143 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4146         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4147         to check if those variables exist (first appeared in Emacs 18.50).
4148
4149 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * mm-util.el (mm-line-number-at-pos): New function.
4152
4153         * spam-report.el (spam-report-process-queue): Use it.
4154
4155 2008-12-24  David Engster  <dengste@eml.cc>
4156
4157         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4158         parameters that haven't existed as variables as buffer-local variables.
4159
4160 2008-12-23  Dave Love  <fx@gnu.org>
4161
4162         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4163         cadar.
4164
4165         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4166         imap-starttls-p.
4167         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4168
4169 2008-12-22  Dave Love  <fx@gnu.org>
4170
4171         * imap.el: Fix author email.  Doc fixes.
4172         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4173         reply.
4174
4175 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4176
4177         * spam-report.el (spam-report-gmane-max-requests): New constant.
4178         (spam-report-gmane-wait): New variable.
4179         (spam-report-gmane-ham, spam-report-gmane-spam)
4180         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4181         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4182         the server.
4183
4184         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4185         Add explanations.
4186
4187         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4188         nnheader-accept-process-output and nnheader-read-timeout if available.
4189         (pop3-movemail): Use it.
4190
4191         * message.el (message-check-news-body-syntax): Fix signature check if
4192         there's an attachment.
4193
4194 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * mm-util.el: Add comments to the mm- emulating functions.
4197
4198 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4199
4200         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4201         by Stephen Berman <stephen.berman@gmx.net>.
4202
4203 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * mm-util.el (mm-substring-no-properties): New function.
4206         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4207         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4208         (mm-string-to-multibyte): Doc fix.
4209
4210         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4211
4212 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4213
4214         * mml.el (mml-attach-file): Strip text properties from file name.
4215         (Bug#1574)
4216
4217 2008-12-16  Glenn Morris  <rgm@gnu.org>
4218
4219         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4220
4221 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4224         knows since the charset specified might be a bogus alias that
4225         mm-charset-synonym-alist provides.
4226
4227 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4228
4229         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4230         "ISO_8859-1".
4231
4232         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4233
4234 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * mm-util.el (mm-charset-eval-alist):
4237         Define it before mm-charset-to-coding-system.
4238         (mm-charset-to-coding-system): Add optional argument `silent';
4239         define it before mm-charset-override-alist.
4240         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4241         default value if it can be used in Emacs currently running;
4242         silence mm-charset-to-coding-system.
4243
4244 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4247         `allow-override' which says whether to use `mm-charset-override-alist'.
4248         (rfc2047-decode-encoded-words): Use it.
4249
4250         * mm-util.el (mm-charset-override-alist): Fix custom type;
4251         add `(gb2312 . gbk)' to choices.
4252
4253 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4256         fast.
4257
4258         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4259
4260         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4261
4262 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4263
4264         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4265         on links.
4266
4267         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4268
4269 2008-12-03  Lute Kamstra  <lute@gnu.org>
4270
4271         * sha1.el: Remove leading * from docstrings of defcustoms,
4272         deffaces, defconsts and defuns.
4273
4274 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4277         users' addresses that don't have domain parts.
4278         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4279         rather than message-narrow-to-head since there will be the message
4280         header separator.
4281
4282 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4283
4284         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4285         since the result is inserted in a unibyte buffer anyway.
4286         (nnimap-demule-use-string-to-multibyte): Remove.
4287         (nnimap-demule): Alias it to mm-string-to-multibyte.
4288
4289 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4290
4291         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4292         variable for debugging bug#464 and bug#1174.
4293         (nnimap-demule): Use it.
4294
4295 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4296
4297         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4298         score calculation correctly.
4299
4300 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4301
4302         * message.el (message-send-mail): Just set the buffer to unibyte
4303         rather than use mm-with-unibyte-current-buffer which does a lot more.
4304         (message-send-mail-partially): Don't bother with
4305         mm-with-unibyte-current-buffer since it's already been made unibyte by
4306         message-send-mail.
4307
4308 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4311
4312 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4313
4314         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4315
4316 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4319         require itself and to remove `with-no-warnings'.
4320
4321 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4322
4323         * starttls.el (starttls-any-program-available): Get the name of the
4324         available TLS layer program.
4325         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4326         well as the host name in the "opening" message.
4327
4328         * auth-source.el (auth-source-cache, auth-source-do-cache)
4329         (auth-source-user-or-password): Cache passwords and logins by default,
4330         allow override with `auth-source-do-cache'.
4331         (auth-source-forget-user-or-password): Allow users to remove cache
4332         entries if needed.
4333
4334 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4335
4336         * md4.el (md4-buffer): Fix typo in docstring.
4337         (md4, md4-64): Doc fixes.
4338         (md4-pack-int32): Reflow docstring.
4339
4340 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4343         condition-case to only the forward-sexp call.
4344
4345 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4346
4347         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4348         quotes contained.  Make it more robust regardless by an extra
4349         condition-case wrapper.
4350
4351 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4354
4355 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * nnml.el (nnml-request-expire-articles): Check if the function set to
4358         `nnmail-expiry-target' returns the symbol `delete'.
4359
4360         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4361
4362         * nnmail.el (nnmail-expiry-target): Fix custom type.
4363
4364 2008-10-02  Glenn Morris  <rgm@gnu.org>
4365
4366         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4367         Silence compiler warning.
4368
4369 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4370
4371         * tls.el (open-tls-stream): Show the actual command being
4372         executed, instead of the format string.
4373
4374 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * lpath.el: Fbind codepage-setup for Emacs 23.
4377
4378 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4379
4380         * mml.el (mml-menu): Don't assume mml2015 is bound.
4381
4382 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4385         exists.
4386
4387 2008-09-27  Glenn Morris  <rgm@gnu.org>
4388
4389         * gnus-util.el (mail-header-remove-comments): Autoload it.
4390
4391 2008-09-27  Andreas Schwab  <schwab@suse.de>
4392
4393         * gnus-util.el (gnus-split-references): Strip comments.
4394         (gnus-parent-id): Likewise.
4395
4396 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4397
4398         * message.el (message-confirm-send): Fix version.
4399
4400 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * message.el (message-idna-to-ascii-rhs-1): Use
4403         mail-extract-address-components rather than mail-header-parse-addresses
4404         that is an alias by default to ietf-drums-parse-addresses that does not
4405         support non-ASCII names in headers' contents.
4406
4407 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4408
4409         * message.el (message-confirm-send): Fixed variable documentation to
4410         avoid the "y/n" wording.
4411
4412 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4413
4414         * message.el (message-set-auto-save-file-name): Save to a different
4415         filename so multiple messages (especially drafts) can be recovered.
4416
4417 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4418
4419         * message.el (message-confirm-send): Add appropriate version.
4420
4421 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4422
4423         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4424         defvar.
4425
4426 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4427
4428         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4429         (mm-pkcs7-enveloped-magic): Ditto.
4430
4431 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4432
4433         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4434         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4435
4436 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4439         default, it's better.
4440
4441 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4442
4443         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4444         summary line gnus-number property and ignore them (with a warning
4445         message).
4446
4447 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4450         macro caddr in the interactive form since it won't be expanded.
4451
4452 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4455         `charset'; fix name of function called recursively.
4456         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4457
4458 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4461         (gnus-mime-set-charset-parameters): New function.
4462         (gnus-mime-view-part-as-charset): Use it to correctly display part
4463         specifying wrong charset.
4464
4465 2008-09-08  David Engster  <dengste@eml.cc>
4466
4467         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4468         in completing-read for back end server.
4469
4470 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4471
4472         * message.el (message-confirm-send): New variable to confirm sending a
4473         message.
4474         (message-send): Use it.
4475
4476 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4477
4478         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4479
4480 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4483
4484 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4485
4486         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4487         prevent tracking too many groups.
4488         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4489         Use it.
4490
4491 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4492
4493         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4494         moving point to the bottom of the window in order to avoid recentering.
4495
4496 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4499
4500         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4501         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4502         (gnus-article-beginning-of-window): Fix calculation.
4503
4504 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-msg.el (gnus-summary-supersede-article)
4507         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4508         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4509         message header.
4510
4511 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4512
4513         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4514         pending output coming after the status change.
4515
4516 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4517
4518         * message.el:
4519         * gnus-start.el:
4520         * gnus-registry.el: Remove VMS support.
4521
4522 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4525         macro.
4526         (rfc2104-hash): Use it.
4527
4528 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4529
4530         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4531         (gnus-summary-sort-by-most-recent-date): New commands.
4532         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4533         and menu entries.
4534
4535 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4538         don't redisplay article for raw contents; remove plural articles stuff.
4539
4540         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4541         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4542         on gnus-summary-save-article; display results properly.
4543
4544 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * lpath.el: No need to fbind ns-focus-frame.
4547
4548 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4551
4552 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4555         gnus-save-all-headers.
4556
4557 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4558
4559         * gnus-util.el (ns-focus-frame): Remove declaration.
4560         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4561         like x.
4562
4563 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4564
4565         * rfc2104.el (rfc2104-zero): Delete defconst.
4566         (rfc2104-hex-alist): Likewise.
4567         (rfc2104-hex-to-int): Delete func.
4568         (rfc2104-hexstring-to-bitstring): Likewise.
4569         (rfc2104-nybbles): New defconst.
4570         (rfc2104-hash): Rewrite for speed.
4571
4572 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * tls.el (open-tls-stream): Make it work with the 2nd argument
4575         BUFFER that is a string but does not exist as a buffer object, as
4576         mentioned in the doc-string.
4577
4578 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4581         SXEmacs.
4582
4583 2008-07-16  Glenn Morris  <rgm@gnu.org>
4584
4585         * gnus-util.el (ns-focus-frame): Declare for compiler.
4586
4587 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4590         set as a group parameter.
4591         (gnus-summary-save-in-pipe): Work when it is called independently.
4592         (gnus-summary-pipe-to-muttprint): Don't modify
4593         gnus-summary-pipe-output-default-command.
4594
4595 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4596
4597         * message.el (message-send-mail-with-sendmail):
4598         Display the error message.
4599
4600 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-art.el (gnus-default-article-saver):
4603         Add gnus-summary-save-in-pipe to choices.
4604         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4605         gnus-summary-pipe-output-default-command as the default command.
4606         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4607         instead of gnus-last-shell-command.
4608
4609         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4610         New user option.
4611         (gnus-summary-muttprint-program): Mention the value will be changed.
4612         (gnus-summary-save-article): Force showing of all headers.
4613         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4614
4615 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4616
4617         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4618
4619 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4620
4621         * nnimap.el (nnimap-id):
4622         * sieve-manage.el (sieve-manage-open): Doc fixes.
4623
4624 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4625
4626         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4627         if available.
4628
4629 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4630
4631         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4632
4633         * nnkiboze.el (nnkiboze-generate-group):
4634         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4635
4636         * nnmairix.el: Require CL.
4637
4638 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * dgnushack.el: Autoload get-display-table and put-display-table for
4641         XEmacs 21.5.
4642
4643         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4644         21.4 and SXEmacs.
4645
4646 2008-06-15  David Engster  <dengste@eml.cc>
4647
4648         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4649
4650 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4651
4652         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4653         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4654         runtime choice under XEmacs.
4655
4656         * gnus-sum.el (gnus-summary-set-display-table):
4657         Use `gnus-put-display-table', `gnus-get-display-table',
4658         `gnus-set-display-table' for the display table, instead of `aset'.
4659
4660         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4661         Use `gnus-put-display-table', `gnus-get-display-table',
4662         `gnus-set-display-table' for the display table.
4663
4664 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * nnmairix.el: Add autoloads.
4667
4668 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4669
4670         * nnmairix.el (nnmairix-delete-recreate-group)
4671         (nnmairix-update-and-clear-marks): Fix error messages.
4672
4673 2008-06-14  David Engster  <dengste@eml.cc>
4674
4675         * nnmairix.el: Upgrade to version 0.6.
4676         (nnmairix-group-toggle-propmarks-this-group)
4677         (nnmairix-group-toggle-readmarks-this-group)
4678         (nnmairix-group-delete-recreate-this-group)
4679         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4680         (nnmairix-remove-tick-mark-original-article): New commands.
4681         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4682         (nnmairix-propagate-marks-to-nnmairix-groups)
4683         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4684         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4685         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4686         functions needed for marks propagation and manipulation of read marks.
4687         (nnmairix-update-groups): New function.
4688         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4689         (nnmairix-determine-original-group-from-registry)
4690         (nnmairix-determine-original-group-from-path)
4691         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4692         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4693         New helper functions.
4694         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4695         keystrokes for new commands.
4696         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4697         (nnmairix-request-group): Check allow-fast group parameter.
4698         (nnmairix-request-create-group): Set allow-fast group parameter if
4699         nnmairix-allowfast-default is set.
4700         (nnmairix-close-group): Propagate marks upon closing if needed.
4701         (nnmairix-group-toggle-threads-this-group): Use new.
4702         nnmairix-group-toggle-parameter helper function.
4703         (nnmairix-search): Better check for empty search result.
4704         (nnmairix-goto-original-article): Use new helper functions for
4705         determining original article.
4706         (nnmairix-show-original-article): Make sure message-id is in brackets.
4707         (nnmairix-call-mairix-binary): Change variable name.
4708         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4709         helper function.
4710         (nnmairix-widget-toggle-activate): Fix doc string.
4711
4712 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * nnir.el: Require edmacro when compiling with XEmacs.
4715         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4716         available in Emacs 21.
4717
4718 2008-06-11  Glenn Morris  <rgm@gnu.org>
4719
4720         * gnus-util.el (x-focus-frame):
4721         * gnus.el (image-size):
4722         * mm-decode.el (image-size): Declare.
4723
4724         * gnus-picon.el (declare-function): Add compat definition.
4725         (image-size): Declare.
4726
4727         * gnus-group.el (tool-bar-map):
4728         * gnus-sum.el (tool-bar-map): Define for compiler.
4729
4730         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4731
4732         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4733
4734         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4735         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4736         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4737         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4738         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4739         * sieve-manage.el, spam-report.el, spam.el:
4740         Remove unnecessary eval-and-compile of autoloads.
4741
4742 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4743
4744         * auth-source.el: Precise Tramp doc.
4745
4746 2008-06-07  Glenn Morris  <rgm@gnu.org>
4747
4748         * nnmairix.el: Remove unnecessary eval-when-compile.
4749
4750 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * lpath.el: Fbind propertize for XEmacs 21.4.
4753
4754 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4755
4756         * nnir.el: Move here from ../contrib.
4757
4758 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4759
4760         * gnus-util.el (gnus-read-shell-command): New function.
4761         * mm-decode.el (mm-pipe-part):
4762         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4763
4764 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4767
4768 2008-06-03  Glenn Morris  <rgm@gnu.org>
4769
4770         * pop3.el (nnheader-accept-process-output): Autoload it.
4771
4772 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4775         are not 2-digit hexadecimal characters that follow `%'s.
4776
4777 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4778
4779         * message.el (message-bogus-recipient-p): Fix type in doc string.
4780         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4781         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4782         Improve custom options.
4783         (message-bogus-recipient-p): Adjust accordingly.
4784
4785 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4786
4787         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4788         long-form month and day names.
4789
4790 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * dgnushack.el: Autoload debug, eudc-expand-inline and
4793         pgg-snarf-keys-region for XEmacs.
4794
4795         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4796
4797         * nnmairix.el: Require edmacro when compiling with XEmacs.
4798
4799 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4800
4801         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4802         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4803
4804 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4805
4806         * auth-source.el: Add more docs.
4807
4808         * netrc.el (netrc-machine): Always match if the port is not given.
4809
4810 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4811
4812         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4813         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4814         retrieval faster in some cases, but might make CPU usage larger.  If
4815         this has any bad side effects, we might revert this change.
4816
4817         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4818         seems to make mail retrieval much, much faster.
4819         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4820         unconditionally.
4821
4822         * gnus-draft.el (gnus-group-send-queue): Bind
4823         message-send-mail-partially-limit to nil to avoid being prompted.
4824
4825 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4826
4827         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4828
4829         * message.el (message-bogus-address-regexp): Fix and improve custom
4830         type.
4831         (message-setup-hook): Add message-check-recipients as custom option.
4832
4833 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4834
4835         * message.el (message-cite-function): Remove bogus autoload which crept
4836         in during merge from v5-10.
4837
4838 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4839
4840         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4841
4842         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4843
4844         * auth-source.el: Preliminary Tramp docs.
4845         (auth-sources): Change the default auth-sources to use
4846         EPA .gpg files.
4847
4848 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4849
4850         * nntp.el: Autoload `auth-source-user-or-password'.
4851         (nntp-send-authinfo): Use it.
4852
4853         * nnimap.el: Autoload `auth-source-user-or-password'.
4854         (nnimap-open-connection): Use it.
4855
4856         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4857         for the gnus-message function.
4858         (auth-source-user-or-password): Use it.
4859
4860 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4861
4862         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4863         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4864         (rfc2104-hash): Use it.
4865
4866 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4867
4868         * gnus-art.el (gnus-article-toggle-truncate-lines):
4869         Don't use `iff' in docstring.
4870
4871 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4874
4875         * gnus-util.el (gnus-extract-address-component-name)
4876         (gnus-extract-address-component-email): Convenience functions around
4877         `gnus-extract-address-components'.
4878
4879         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4880         Use `gnus-extract-address-component-email' to fix bug of comparing full
4881         sender name to `user-mail-address'.
4882
4883 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4884
4885         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4886         catch/throw to optimize.
4887         (gnus-registry-find-keywords): Just use member to find a keyword.
4888
4889 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4890
4891         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4892         is current before calling gnus-server-prepare.
4893         (gnus-server-setup-buffer, gnus-server-update-server)
4894         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4895
4896 2008-05-04  Juri Linkov  <juri@jurta.org>
4897
4898         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4899         (mailcap-file-default-commands): Use mailcap-replace-in-string
4900         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4901         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4902
4903 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4904
4905         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4906
4907 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4908
4909         * gnus.el: Bump version to 0.11.
4910
4911 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4912
4913         * gnus.el: No Gnus v0.10 is released.
4914
4915 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916
4917         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4918         hooks.
4919         (gnus-update-read-articles): Speed up non-marks-using users.
4920         (gnus-use-marks): Define gnus-use-marks.
4921         (gnus-propagate-marks): Rename variable to something more sensible.
4922
4923 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4924
4925         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4926         (gmm-image-load-path-for-library): Fix typos in docstrings.
4927         (gmm-message): Reflow docstring.
4928
4929 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4930
4931         * mail-source.el (mail-source-set-1, mail-source-bind):
4932         Move auth-source code out of the macro to clean it up and fix bugs.
4933
4934 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4935
4936         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4937         by sender if it's equal to user-mail-address, it's likely to be
4938         useless.
4939
4940         * mail-source.el (mail-source-bind): Don't use user or password if they
4941         are not bound.  Unintern them if they are nil.  Don't use server unless
4942         it's bound, and default it to empty string otherwise.
4943
4944 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * mail-source.el: Load auth-source.el.
4947         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4948         get user name or password, if auth-sources is set up.
4949
4950         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4951         strategy of splitting with parent.
4952         (gnus-registry-split-fancy-with-parent)
4953         (gnus-registry-post-process-groups): Use it and fix prior
4954         bug (returning a list as the split result).
4955
4956         * auth-source.el (auth-sources): Remove server parameter.
4957         (auth-source-pick, auth-source-user-or-password)
4958         (auth-source-user-or-password-imap)
4959         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4960         (auth-source-user-or-password-sftp)
4961         (auth-source-user-or-password-smtp): Remove server parameter.
4962
4963 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4964
4965         * smime.el (smime-sign-region, smime-encrypt-region)
4966         (smime-decrypt-region):
4967         Remove redundant calls to `generate-new-buffer-name'.
4968
4969 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4970
4971         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4972         Don't use QP for message/rfc822.
4973         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4974
4975 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4976
4977         * sieve-manage.el (sieve-string-bytes): Remove.
4978         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4979         correct byte-length only if the process's coding-system is the same as
4980         the one used internally by Emacs to represent strings.
4981
4982 2008-04-22  Juri Linkov  <juri@jurta.org>
4983
4984         * mailcap.el (mailcap-file-default-commands): New function.
4985
4986 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * message.el (message-signature-separator, message-cite-function):
4989         Change custom version.
4990
4991 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4992
4993         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4994         commands.
4995         (tls-checktrust): Ditto.
4996
4997 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4998
4999         * mm-decode.el (mm-display-external): Make temp file read-only.
5000
5001 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5004         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5005         `C-c C-f d'.
5006
5007 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5008
5009         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5010
5011 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5012
5013         * gnus.el: Bump version to 0.9.
5014
5015 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5016
5017         * gnus.el: No Gnus v0.8 is released.
5018
5019 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5020
5021         * mail-source.el (mail-source-value):
5022         Prefer fboundp to functionp so it works with macros as well.
5023
5024 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5025
5026         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5027         Fix last change in case the element is not even a symbol.
5028
5029 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5030
5031         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5032         Prefer fboundp to functionp so it works with macros as well.
5033
5034 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5035
5036         * auth-source.el: Added docs.
5037         (auth-sources): Modify format to support server.
5038         (auth-source-pick, auth-source-user-or-password)
5039         (auth-source-user-or-password-imap)
5040         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5041         (auth-source-user-or-password-sftp)
5042         (auth-source-user-or-password-smtp): Add server parameter.
5043
5044 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5045
5046         * gnus-registry.el: Initialize the registry when gnus-registry-install
5047         is t.
5048
5049 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * compface.el (uncompface): Make buffer unibyte.
5052
5053 2008-04-05  Glenn Morris  <rgm@gnu.org>
5054
5055         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5056
5057 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5058
5059         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5060         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5061
5062         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5063         multibyteness after rather than before erasing it.
5064
5065         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5066         mm-with-multibyte.
5067         (gnus-request-article-this-buffer): Make sure the proper decoding is
5068         used if gnus-original-article-buffer happens to be unibyte.
5069
5070         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5071         default-enable-multibyte-characters.
5072
5073         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5074         default-enable-multibyte-characters.
5075
5076         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5077
5078         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5079
5080 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5081
5082         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5083         (imap-message-copyuid-1): Use it.
5084         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5085         J. Williams in
5086         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5087
5088         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5089         imap-enable-exchange-bug-workaround.
5090         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5091
5092 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5093
5094         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5095         a 100 byte status-checks into a 2-3MB transfer for each group.
5096         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5097         to enable bug workaround or not.
5098         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5099
5100 2008-03-31  Glenn Morris  <rgm@gnu.org>
5101
5102         * message.el (mml2015-use): Declare for compiler.
5103         (message-info): Require mml2015 when appropriate.
5104
5105 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5108         whitespace.
5109
5110 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5111
5112         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5113         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5114         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5115         (nntp-service-to-port): New function.
5116         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5117         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5118         (nntp-open-netcat-stream): New function.
5119         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5120
5121 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5122
5123         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5124
5125 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5126
5127         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5128
5129 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5130
5131         * dns.el (dns-write): Use set-buffer-multibyte.
5132
5133 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5134
5135         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5136
5137 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5138
5139         * message.el (message-signature-separator): Change default.
5140         Improve custom type.
5141         (message-cite-function): Change default to
5142         message-cite-original-without-signature.
5143
5144         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5145         toggle.
5146
5147         * message.el (message-check-news-body-syntax): Fix signature check.
5148         (message-setup-1): Mark buffer as unmodified _after_ running
5149         message-setup-hook and handling message-alternative-emails.
5150         (message-shorten-references): Be more strict when building list of
5151         valid references to comply with GNKSA.
5152
5153         * gnus-group.el (gnus-read-ephemeral-bug-group)
5154         (gnus-read-ephemeral-debian-bug-group)
5155         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5156
5157         * message.el (message-info): Don't use booleanp which isn't supported
5158         in Emacs 21 and XEmacs.
5159
5160 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5163         gnus-group-gmane-group-download-format.
5164         (gnus-group-read-ephemeral-gmane-group): Rename from
5165         gnus-group-read-ephemeral-gmane-group.
5166         (gnus-read-ephemeral-gmane-group-url): Rename from
5167         gnus-group-read-ephemeral-gmane-group-url.
5168         (gnus-bug-group-download-format-alist): New variable.
5169         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5170         (gnus-read-ephemeral-emacs-bug-group): New commands.
5171
5172 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5173
5174         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5175         (gnus-visible-headers): Improve custom type.
5176
5177 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5178
5179         * mml.el (mml-menu): Add workarounds for XEmacs.
5180
5181         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5182         X-Boundary header.
5183
5184         * message.el (message-simplify-recipients): Fix previous commit.
5185
5186 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5187
5188         * mm-util.el (mm-set-buffer-multibyte): New function.
5189         * mm-decode.el (mm-copy-to-buffer): Use it.
5190
5191 2008-03-19  Glenn Morris  <rgm@gnu.org>
5192
5193         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5194         Accidentally removed in the sync process with Emacs.
5195
5196 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * message.el (message-alter-recipients-discard-bogus-full-name):
5199         New function.
5200         (message-alter-recipients-function): New variable.
5201         (message-get-reply-headers): Use it.
5202         (message-replace-header): New helper function.
5203         (message-recipients-without-full-name): New variable.
5204         (message-simplify-recipients): New command.
5205
5206         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5207
5208         * message.el (message-info): Handle EasyPG manual.
5209
5210         * mml.el (mml-menu): Add entry for EasyPG.
5211
5212 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5213
5214         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5215         parameter.
5216
5217         * message.el (message-disassociate-draft): Specify drafts group name
5218         fully.
5219
5220 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5221
5222         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5223         unnecessary duplicates from the match list.
5224
5225 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5228
5229         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5230
5231         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5232         args of `how-many' of which the XEmacs version doesn't take; declare
5233         Info-index-next as function.
5234
5235 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5236
5237         * gnus-score.el (gnus-score-headers): Fix handling of
5238         gnus-inhibit-slow-scoring.
5239
5240         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5241         string.
5242         (gnus-button-url-regexp): Improve handling of parenthesis.
5243         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5244         (gnus-button-handle-info-keystrokes): Handle index entries.
5245
5246 2008-03-15  Glenn Morris  <rgm@gnu.org>
5247
5248         * parse-time.el (parse-time-string): Simplify.
5249
5250 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5253         Incoming* files.
5254
5255 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5256
5257         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5258         (auth-source-pick): Use it.
5259
5260 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5261
5262         * binhex.el (binhex-decode-region-internal):
5263         * uudecode.el (uudecode-decode-region-internal):
5264         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5265         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5266         setting default-enable-multibyte-characters.
5267
5268 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5269
5270         * auth-source.el (auth-source-protocols)
5271         (auth-source-protocols-customize, auth-source-choices): Added and
5272         modified variable customizations and defaults.
5273         (auth-source-pick, auth-source-user-or-password)
5274         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5275         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5276         (auth-source-user-or-password-sftp)
5277         (auth-source-user-or-password-smtp): Use new variables and provide an
5278         interface to netrc.el.
5279
5280 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5283         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5284         Make sure the nntp port to specify is a string.
5285
5286 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5287
5288         * nntp.el: Use with-current-buffer.
5289         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5290         dubious mm-with-unibyte-current-buffer.
5291         (nntp-with-open-group-function): New function extracted from
5292         nntp-with-open-group macro.
5293         (nntp-with-open-group): Use the function, so it's easier to debug.
5294         Add indentation and debugging info.
5295         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5296         the use of the netcat alternatives.
5297
5298         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5299         Avoid mm-string-as-multibyte as well.
5300
5301         * nnweb.el (nnweb-insert-html):
5302         Remove use of nnheader-string-as-multibyte.
5303
5304         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5305         (nnheader-string-as-multibyte): Remove.
5306
5307         * mm-view.el: Use inhibit-read-only.
5308         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5309         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5310         or unibyte-string.
5311
5312         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5313         (mm-uu-yenc-extract): Use with-current-buffer.
5314
5315         * gnus-soup.el (gnus-soup-send-packet): Don't use
5316         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5317
5318         * nnmh.el: Use with-current-buffer.
5319         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5320         mm-string-as-multibyte on the output of mm-encode-coding-string.
5321
5322         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5323         (nnimap-request-move-article): Use with-current-buffer.
5324
5325         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5326         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5327         conversion uses string-make-unibyte rather than string-as-unibyte.
5328
5329         * gnus-msg.el: Use with-current-buffer.
5330
5331         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5332
5333 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5334
5335         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5336         string for caching if it is 'PIN.
5337
5338 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * lpath.el: Consider the case without Emacs/W3.
5341
5342 2008-03-08  Glenn Morris  <rgm@gnu.org>
5343
5344         * time-date.el (date-to-time, time-subtract, time-add)
5345         (safe-date-to-time): Doc fixes.
5346
5347 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * mail-source.el (mail-source-delete-old-incoming-confirm):
5350         Change default to nil.
5351         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5352
5353 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * lpath.el: Rearrange.
5356
5357         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5358         (gnus-article-goto-prev-page): Work for articles having ^L's.
5359
5360         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5361
5362         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5363
5364 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5365
5366         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5367         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5368         (gnus-bookmark-jump): Adjust some variable names.
5369
5370 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5371
5372         * auth-source.el: New package.
5373         (auth-source-choices): Add customization entry point variable.
5374
5375         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5376         bug.
5377
5378 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5379
5380         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5381         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5382         (gnus-registry-install-shortcuts): Rename from
5383         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5384         the `gnus-registry-mark-map' keymap dynamically from
5385         `gnus-registry-marks'.  The generated functions update the summary line
5386         when a registry mark is added or deleted, and will call
5387         `gnus-registry-install-p' (see the comments in the code).
5388         (gnus-registry-user-format-function-M): Use concat intelligently.
5389
5390         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5391         the registry mark functions.
5392
5393 2008-03-05  Glenn Morris  <rgm@gnu.org>
5394
5395         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5396         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5397         gnus-art.
5398         (top-level): No need to load own source when compiling.
5399
5400 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5401
5402         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5403         Suggested by <chris.anderton@zetnet.co.uk>.
5404
5405 2008-03-04  Glenn Morris  <rgm@gnu.org>
5406
5407         * gnus-sum.el (top-level): No need to require gnus when compiling,
5408         since unconditionally required near start of file.
5409         (gnus-summary-display-while-building): Move definition before use.
5410
5411 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5412
5413         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5414         formatting function.
5415
5416 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5417
5418         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5419         with plists.
5420         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5421         Use new format.
5422
5423 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5426         `where-is-internal' that returns a range of key sequences.
5427
5428 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5429
5430         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5431
5432         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5433         (gnus-summary-jump-to-group): Consider windows on other displayed
5434         frames as well.  Similar changes might be needed elsewhere, but that's
5435         the one I've bumped into during my use.
5436
5437         * nndoc.el (nndoc-oe-dbx-type-p):
5438         * gnus-msg.el (gnus-debug):
5439         * gnus-group.el (gnus-update-group-mark-positions):
5440         Use mm-string-to-multibyte.
5441
5442 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5445         doesn't handle NotDashEscaped.
5446
5447         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5448         (mml-dnd-attach-options): Fix typo in custom choice.
5449
5450         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5451         nndoc-article-type to mbox.
5452         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5453
5454         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5455         to nil, instead of html2text.
5456
5457         * imap.el (imap-debug): Add `imap-ping-server'.
5458
5459         * gnus-bookmark.el: Add FIXMEs.
5460
5461         * message.el (message-form-letter-separator)
5462         (message-send-form-letter-delay): New variables.
5463         (message-send-form-letter): Use them.  New command to send form
5464         letters.  Requested by Uwe Siart.
5465         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5466
5467 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5468
5469         * Update copyright years.
5470
5471 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5472
5473         Sync from EMACS_22_BASE.
5474
5475         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5476
5477 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5478
5479         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5480         empty author.
5481
5482 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * gnus-registry.el (gnus-registry-marks): Add variable for
5485         customization of marks and their appearance.
5486         (gnus-registry-read-mark): Use it.
5487         (gnus-registry-do-marks): Add utility function to loop through
5488         `gnus-registry-marks'.
5489         (gnus-registry-install-shortcuts-and-menus): Add function to install
5490         shortcuts and menus.
5491         (gnus-registry-initialize): Use it.
5492         (gnus-registry-default-mark): Clarify documentation.
5493
5494 2008-02-29  Glenn Morris  <rgm@gnu.org>
5495
5496         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5497         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5498         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5499         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5500         Change defcustom :version from 23.0 to 23.1.
5501
5502 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         * gnus-registry.el (gnus-registry-follow-group-p)
5505         (gnus-registry-post-process-groups): Add functions to aid registry
5506         splitting and improve logging.  Clarify behavior in function
5507         documentation.
5508         (gnus-registry-split-fancy-with-parent): Use them.
5509
5510 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5511
5512         * gnus-art.el: Use with-current-buffer.
5513
5514 2008-02-27  David Engster  <dengste@eml.cc>
5515
5516         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5517         Express real group name in the response.
5518
5519 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5522         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5523         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5524         autoload gnus-registry-fetch-group when compiling.
5525         (nnmairix-request-group-with-article-number-correction): Remove
5526         unreferenced argument passed to nnmairix-call-backend.
5527
5528 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5531         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5532         Wilde.
5533
5534 2008-02-27  Glenn Morris  <rgm@gnu.org>
5535
5536         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5537         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5538         variables to defconsts.  Convert comments to doc-strings.
5539         (nnmairix-last-server, nnmairix-current-server): Convert from free
5540         variables to defvars.  Convert comments to doc-strings.
5541         (gnus-registry-fetch-group): Autoload.
5542         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5543         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5544         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5545         caddr.
5546         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5547         nnmairix-request-group-with-article-number-correction call.
5548         (nnmairix-fast, nnmairix-group): New, less general names, for free
5549         variables passed from nnmairix-request-group to
5550         nnmairix-request-group-with-article-number-correction.  Declare.
5551         (nnmairix-request-group-with-article-number-correction):
5552         Use nnmairix-fast, nnmairix-group rather than fast, group.
5553
5554 2008-02-26  David Engster  <dengste@eml.cc>
5555
5556         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5557         version 0.5.
5558
5559 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5560
5561         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5562         instead of making an extra function call.  Don't add the current group
5563         to articles only when they have the group.  Use
5564         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5565         Reported by David <de_bb@arcor.de>.
5566
5567 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5570         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5571
5572 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5573
5574         * mail-source.el (mail-source-delete-incoming): Change default.
5575         Supplement doc string.
5576
5577         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5578
5579 2008-02-14  Glenn Morris  <rgm@gnu.org>
5580
5581         * time-date.el (format-seconds): New function.
5582
5583 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5584
5585         * nnmail.el (nnmail-message-id-cache-file): Derive from
5586         `gnus-home-directory'.
5587
5588 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5589
5590         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5591         Document negative prefix.
5592
5593         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5594
5595 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * message.el (message-unsent-separator): Add the Exim bounce
5598         separator.
5599
5600 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5601
5602         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5603         list.
5604         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5605         recipient/signer list.
5606
5607 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * Makefile.in (datarootdir): Define.
5610         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5611         name that might contain whitespace.
5612
5613 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5616         fbound (Emacs 23 unicode), signal an error.
5617
5618 2008-02-08  Glenn Morris  <rgm@gnu.org>
5619
5620         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5621
5622 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5623
5624         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5625         ports to the calls to `netrc-machine-user-or-password' in addition to
5626         "imap" and "imaps".
5627
5628 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5629
5630         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5631
5632         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5633
5634 2008-02-01  Kenichi Handa  <handa@m17n.org>
5635
5636         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5637         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5638         (rfc2104-hash): Convert the result of concat to unibyte string.
5639
5640 2008-02-01  Dave Love  <fx@gnu.org>
5641
5642         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5643         coding-system-for-read.
5644         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5645
5646 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5649         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5650         <hanche@math.ntnu.no>.
5651
5652 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5655
5656         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5657
5658 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5659
5660         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5661         * message.el (message-beginning-of-line): Use featurep instead of bound
5662         tests in order to resolve conditionals at compile time.
5663
5664 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5665
5666         * mail-source.el (mail-sources): Add `group' choice.
5667
5668         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5669         parameter `in-group' to control into which group the articles go.
5670         Add treatment of `group' mail-source.
5671
5672 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5675
5676         * mm-decode.el (mm-dissect-buffer): Decode description.
5677
5678         * mml.el (mml-to-mime): Encode message header first.
5679
5680 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5683         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5684
5685         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5686         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5687
5688 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5689
5690         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5691
5692 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5695         prefix keys.
5696         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5697         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5698         gnus-xmas.el.
5699
5700         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5701         (gnus-xmas-article-describe-bindings): New function.
5702         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5703         gnus-xmas-article-describe-bindings.
5704
5705         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5706
5707 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5708
5709         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5710         Add new variables for article mark management.
5711         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5712         list of extra data entries which, when present, will indicate that the
5713         article ID should not be trimmed from the registry.
5714         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5715         functions.
5716         (gnus-registry-read-mark): New function to read a mark name from the
5717         user.
5718         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5719         (gnus-registry-set-article-mark-internal): New functions to add and
5720         remove marks.
5721         (gnus-registry-get-article-marks): New function to show the marks for
5722         an article, or retrieve them for further use.
5723
5724 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5727         keys when no argument is given.
5728
5729 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5730
5731         * imap.el (imap-ping-server): New variable.
5732         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5733         (imap-ping-server): Minor doc string fixes.
5734
5735 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5736
5737         * imap.el (imap-ping-server): New function.
5738         (imap-opened): Call imap-ping-server.
5739
5740 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * gnus-sum.el (gnus-article-sort-by-random)
5743         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5744         jidanni@jidanni.org.
5745
5746 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-art.el (gnus-article-describe-bindings): New function.
5749         (gnus-article-read-summary-keys): Use it.
5750         (gnus-article-mode-map): Bind `C-h b' to it.
5751
5752 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5755         XEmacs.
5756         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5757         against non-character events.
5758
5759         * lpath.el: Fbind map-keymap for Emacs 21.
5760
5761 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5762
5763         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5764         command.
5765         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5766         instead of END.  Change name of the temp file.
5767         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5768         customizable.
5769
5770 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5773         bind `S W' to gnus-article-wide-reply-with-original; set default
5774         binding to gnus-article-read-summary-send-keys.
5775         (gnus-article-read-summary-keys): Fix the order of keys; display
5776         continuation keys correctly in the echo area; describe bindings
5777         correctly when keys end with `C-h'.
5778         (gnus-article-read-summary-send-keys): New function.
5779         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5780         for gnus-article-read-summary-send-keys; display continuation keys
5781         correctly in the echo area.
5782         (gnus-article-reply-with-original): Ignore prefix argument.
5783         (gnus-article-wide-reply-with-original): New function.
5784
5785         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5786         Emacs 21.
5787
5788 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5791         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5792
5793 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5796         (gnus-group-read-ephemeral-gmane-group): New command.
5797
5798 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5799
5800         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5801
5802 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * message.el (message-send-mail-function): Increase custom version.
5805
5806         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5807         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5808
5809 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5810
5811         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5812         for the cases where imap-authenticate is called with a nil buffer
5813         parameter.
5814
5815 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5818         html parts correctly; support forwarded messages.
5819         (gnus-article-browse-html-article): Remove work buffers.
5820
5821         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5822         compiling.
5823         (netrc-bound-and-true-p): New macro.
5824         (netrc-parse): Use it instead of bound-and-true-p that is not available
5825         in XEmacs 21.4.
5826
5827 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5828
5829         * gnus-registry.el (gnus-registry-mark-article)
5830         (gnus-registry-article-marks): Add functionality to mark articles
5831         through the Gnus registry.
5832
5833         * encrypt.el: Clarify documentation for the new pgg method.
5834         (encrypt-file-alist): Add PGG option.
5835         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5836         functionality.  Abstract password key and messaging to external
5837         functions.
5838         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5839         (encrypt-message-method-and-cipher): Add new convenience external
5840         functions.
5841         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5842         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5843
5844         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5845         (netrc-parse): Use encrypt-file-alist to determine if
5846         encrypt-find-model or encrypt-insert-file-contents should be used.
5847
5848         * encrypt.el: Clarify documentation.  Load password-cache or
5849         password, whichever one is found first, instead of autoloading.
5850
5851 2007-12-19  Glenn Morris  <rgm@gnu.org>
5852
5853         * mml.el (message-options-set, message-narrow-to-head)
5854         (message-in-body-p, message-mail-p, message-encode-message-body):
5855         Autoload.
5856         (message-remove-header, message-narrow-to-headers-or-head)
5857         (message-subscribed-p, message-make-mail-followup-to)
5858         (message-position-on-field, message-news-p)
5859         (message-options-set-recipient, message-generate-headers)
5860         (message-sort-headers): Declare as functions.
5861
5862 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5865         convention in doc string.
5866
5867 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5870         title to html parts.
5871         (gnus-article-browse-html-article): Pass message header to it.
5872
5873         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5874
5875 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5878         or password compatible with XEmacs.
5879
5880 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5881
5882         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5883         format document.
5884         (gnus-mime-delete-part): Don't write description line if empty.
5885         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5886
5887 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5888
5889         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5890         (gnus-summary-mark-read-and-unread-as-read)
5891         (gnus-summary-mark-current-read-and-unread-as-read)
5892         (gnus-summary-mark-unread-as-ticked): Doc fix.
5893         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5894
5895 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5898         Christoph Conrad <christoph.conrad@gmx.de>.
5899
5900 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5903         yes-or-no-p.
5904
5905 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * mm-decode.el (mm-add-meta-html-tag): New function.
5908         (mm-save-part-to-file, mm-pipe-part): Use it.
5909
5910         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5911         gnus-y-or-n-p instead of y-or-n-p.
5912         (gnus-article-browse-html-parts): Work with message/external-body; use
5913         mm-add-meta-html-tag.
5914
5915 2007-12-11  Glenn Morris  <rgm@gnu.org>
5916
5917         * gnus-cache.el: Require gnus-sum not just when compiling.
5918
5919         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5920
5921         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5922         definitions before use.
5923
5924         * mm-decode.el: Require gnus-util.
5925         (mm-remove-part): Only call delete-annotation on XEmacs.
5926
5927         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5928
5929         * nnmail.el: Require gnus-int.
5930
5931         * spam.el: Move `require's before `eval-when-compile's.
5932
5933         * gnus-ems.el (gnus-alive-p):
5934         * gnus-fun.el (message-goto-eoh):
5935         * gnus-util.el (gnus-group-name-decode):
5936         * mail-source.el (gnus-compress-sequence):
5937         * message.el (Info-goto-node, format-spec):
5938         * mm-bodies.el (message-options-get):
5939         * mm-decode.el (mm-view-pkcs7):
5940         * mm-util.el (gmm-write-region):
5941         * mml-smime.el (mml-compute-boundary)
5942         (gnus-completing-read-with-default):
5943         * mml.el (widget-button-press, gnus-make-hashtable):
5944         * mml1991.el (mm-decode-content-transfer-encoding)
5945         (mm-encode-content-transfer-encoding)
5946         (message-options-get, message-options-set):
5947         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5948         * nnfolder.el (gnus-request-group):
5949         * nnheader.el (ietf-drums-unfold-fws):
5950         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5951         * smime.el (gnus-run-mode-hooks):
5952         * spam-stat.el (gnus-message): Autoload.
5953
5954         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5955         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5956         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5957         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5958         Add declare-function compatibility definition.
5959
5960         * gnus-cache.el (nnvirtual-find-group-art):
5961         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5962         (gnus-add-image, gnus-add-wash-type):
5963         * gnus-group.el (nnkiboze-score-file):
5964         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5965         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5966         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5967         (message-tokenize-header, gnus-get-buffer-create)
5968         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5969         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5970         * gnus.el (gnus-group-decoded-name):
5971         * mail-source.el (imap-capability):
5972         * mm-bodies.el (message-options-set):
5973         * mm-decode.el (gnus-configure-windows):
5974         * mm-extern.el (message-goto-body):
5975         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5976         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5977         (epg-sub-key-validity, message-options-set):
5978         * mml.el (widget-event-point, gnus-configure-windows):
5979         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5980         * mml2015.el (epg-check-configuration, epg-configuration)
5981         (message-options-set):
5982         * nndb.el (nndb-request-article):
5983         * nnfolder.el (gnus-request-create-group):
5984         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5985         * nnmaildir.el (gnus-group-mark-article-read):
5986         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5987         * rfc1843.el (message-fetch-field):
5988         * spam.el (gnus-extract-address-components):
5989         Declare as functions.
5990
5991 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5994
5995         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5996
5997         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5998         bind show-trailing-whitespace for XEmacs.
5999
6000 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6003         new no-op macro for backward compatibility.
6004
6005         * imap.el (imap-string-to-integer): New function.
6006
6007 2007-12-09  Glenn Morris  <rgm@gnu.org>
6008
6009         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6010
6011         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6012         * message.el, mm-view.el, sieve-manage.el, smime.el:
6013         Add declare-function compatibility definition.
6014
6015         * gnus-art.el (w3-region, w3m-region, Info-menu):
6016         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6017         * gnus-sum.el (gnus-get-predicate):
6018         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6019         * message.el (mail-abbrev-in-expansion-header-p):
6020         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6021         (w3m-detect-meta-charset, w3m-region):
6022         * sieve-manage.el (password-read, password-cache-add)
6023         (password-cache-remove):
6024         * smime.el (password-read-and-add): Declare as functions.
6025
6026 2007-12-08  David Kastrup  <dak@gnu.org>
6027
6028         * gnus-sum.el (gnus-summary-simplify-subject-query):
6029         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6030         `message'.
6031
6032 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6035         it to bind idna-program, installation-directory, defined-colors, and
6036         face-attribute for XEmacs of the version that compiles defcustom forms.
6037
6038 2007-12-07  Glenn Morris  <rgm@gnu.org>
6039
6040         * gnus-art.el (article-make-date-line): Revert previous change.
6041
6042 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6045
6046 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6047
6048         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6049         Call gnus-add-to-range ranges only once with a prepared article-list.
6050
6051 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6052
6053         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6054         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6055         group names with backslashes.  Reported by Tassilo Horn
6056         <tassilo@member.fsf.org>.
6057
6058 2007-12-06  Deepak Goel  <deego3@gmail.com>
6059
6060         * gnus-art.el (article-make-date-line):
6061         * gnus-start.el (gnus-load):
6062         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6063
6064 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-art.el (gnus-use-idna)
6067         * gnus-start.el (gnus-site-init-file)
6068         * message.el (message-use-idna)
6069         * mm-uu.el (mm-uu-hide-markers)
6070         * smiley.el (smiley-style): Revert changes that suppress warnings.
6071
6072 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6075         specify charset to html source.  Reported by Christoph Conrad
6076         <christoph.conrad@gmx.de>.
6077
6078 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6081         idna-program in order to suppress byte compile warning issued by XEmacs
6082         that came to byte compile the default value section of defcustom forms
6083         recently.
6084
6085         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6086         value of installation-directory.
6087
6088         * message.el (message-use-idna): Don't directly refer to the value of
6089         idna-program.
6090
6091         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6092
6093         * smiley.el (smiley-style): Don't directly call face-attribute.
6094
6095 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6098
6099         * gnus-dired.el: Reduce Gnus dependencies.
6100         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6101         require.  Use autoloads instead.
6102         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6103         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6104         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6105         (gnus-dired-mode): Adjust doc string.
6106         (gnus-dired-mail-mode): New variable.
6107         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6108         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6109         (gnus-dired-mail-buffers): New function.  Return mail or message
6110         composition buffers.
6111         (gnus-dired-attach): Use it.
6112         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6113         NO-DECODE.
6114         (gnus-dired-print): Use `gnus-print-buffer' depending on
6115         `gnus-dired-mail-mode'.
6116
6117 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * rfc2047.el (rfc2047-encoded-word-regexp)
6120         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6121         explaining what regexp patterns are for.
6122
6123 2007-12-04  Glenn Morris  <rgm@gnu.org>
6124
6125         * password.el: Move to password-cache.el.
6126
6127         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6128         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6129         * mml-smime.el (password-read, password-cache-add)
6130         (password-cache-remove):
6131         No need to autoload, since mml-sec requires password.
6132
6133         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6134         * message.el (gnus-extract-address-components):
6135         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6136
6137         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6138         password.
6139
6140 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * mailcap.el: Reduce dependencies.
6143         (mail-header-parse-content-type): Autoload.
6144         (mailcap-delete-duplicates): New alias.
6145         (mailcap-mime-info): Add optional argument NO-DECODE.
6146         (mailcap-mime-types): Use mailcap-delete-duplicates.
6147
6148         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6149
6150 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6151
6152         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6153         (imap-parse-status): Upcase status-att for servers that sends them
6154         lower-case (e.g., MS Exchange 2007).
6155
6156 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6157
6158         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6159         function.
6160
6161         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6162         (gnus-uu-yenc-article): New function.
6163
6164         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6165
6166         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6167         buffer.
6168
6169 2007-12-02  Glenn Morris  <rgm@gnu.org>
6170
6171         * binhex.el (binhex): New custom group.
6172         (binhex-decoder-program, binhex-decoder-switches)
6173         (binhex-use-external): Move to the binhex custom group.
6174
6175         * uudecode.el (uudecode): New custom group.
6176         (uudecode-decoder-program, uudecode-decoder-switches)
6177         (uudecode-use-external): Move to the uudecode custom group.
6178
6179         * netrc.el (top-level): Don't load `encrypt' features.
6180         (netrc-parse): Don't use encrypt.
6181         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6182
6183         * encrypt.el: Remove file.
6184
6185 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6186
6187         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6188         matches on patches.
6189
6190         * gnus-art.el (gnus-article-browse-html-article): Mention
6191         `mm-text-html-renderer' in the doc string.
6192
6193         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6194         string.  Add comments.
6195
6196         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6197         if rhs is ASCII.
6198
6199 2007-12-01  Glenn Morris  <rgm@gnu.org>
6200
6201         * mail-source.el (top-level): Require format-spec before
6202         eval-when-compile.
6203
6204 2007-11-30  Glenn Morris  <rgm@gnu.org>
6205
6206         * encrypt.el: Require password, rather than autoloading password-read.
6207
6208 2007-11-29  Glenn Morris  <rgm@gnu.org>
6209
6210         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6211         (sasl-make-client, sasl-next-step, sasl-step-data)
6212         (sasl-step-set-data): Declare as functions.
6213
6214 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6217
6218 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6219
6220         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6221         certs should be verified and what is to be done in the event of a
6222         verification failure.
6223
6224         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6225         caller can indicate whether the cache should be disregarded for this
6226         call.  This way the result of the call is reproducible at all times and
6227         can be considered a canonical server name for the supplied method.
6228         (gnus-agent-method-p): Canonicalize server names by pushing their
6229         method through `gnus-method-to-server' using the no-cache argument.
6230
6231         * gnus-srvr.el (gnus-server-insert-server-line): Call
6232         `gnus-method-to-server' with `no-cache' argument.
6233
6234         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6235         gnus-agent-possibly-synchronize-flags as this should be called when the
6236         server is actually being opened.
6237         (gnus-agent-possibly-synchronize-flags)
6238         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6239         flags file of an agentized server to the latter function.
6240
6241         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6242         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6243         after a connection has been established successfully.
6244
6245 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-art.el (article-display-face): Force to display face if called
6248         interactively; check if gnus-article-x-face-too-ugly matches author.
6249         (article-display-x-face): Display face even if From header is missing
6250         as article-display-face does.
6251
6252 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6253
6254         * hashcash.el (message-narrow-to-headers-or-head)
6255         (message-fetch-field, message-goto-eoh)
6256         (message-narrow-to-headers): Declare as functions.
6257
6258 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * mail-source.el (mail-sources): Default to fetch from file for
6261         compatibility with default of nnmail-spool-file.
6262
6263 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6266         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6267         to look for encoded word that should be encoded again.
6268         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6269         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6270         encoding pattern.
6271         (rfc2047-decode-region): Switch strict regexp and loose one according
6272         to rfc2047-allow-irregular-q-encoded-words.
6273
6274 2007-11-25  Romain Francoise  <romain@orebokech.com>
6275
6276         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6277
6278 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * tls.el (tls-program): Provide more custom choices from
6281         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6282         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6283
6284 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6285
6286         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6287         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6288
6289         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6290         `nnmail-spool-file'.
6291
6292         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6293         `nnmail-spool-file'.
6294
6295         * gnus-move.el (gnus-change-server): Ditto.
6296
6297         * gnus-kill.el (gnus-batch-score): Ditto.
6298
6299         * gnus-cache.el (gnus-jog-cache): Ditto.
6300
6301         * gnus-msg.el (gnus-summary-reply):
6302         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6303
6304 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6307         version.  Minor improvement to doc strings.
6308         (tls-program): Add comment.
6309
6310 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6311
6312         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6313         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6314         mismatch between the hostname provided in the certificate and the name
6315         of the host connnecting to.
6316         (open-tls-stream): Use them.  Check certificates against trusted root
6317         certificates.
6318
6319 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * gnus-cache.el (gnus-cache-generate-nov-databases):
6322         Use nnml-generate-nov-databases-directory instead of
6323         nnml-generate-nov-databases-1.
6324
6325 2007-11-24  Glenn Morris  <rgm@gnu.org>
6326
6327         * message.el (message-tool-bar-retro): Update for rename
6328         mail_send.xpm->mail-send.xpm.
6329
6330 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6333         `smime-ldap-search' for Emacs 22 and up.
6334
6335 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6336
6337         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6338
6339         * message.el (message-send-mail-function): Fix error convention.
6340         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6341         (message-widen-reply, message-send-mail, message-talkative-question)
6342         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6343         (message-clone-locals, message-send-news): Use with-current-buffer.
6344         (message-insert-or-toggle-importance): Remove unused var `valid'.
6345         (message-make-references): Remove unused var `new-references'.
6346         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6347
6348 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6349
6350         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6351         (spam-split-symbolic-return-positive): Reflow docstring.
6352         (spam-backends, spam-summary-exit-behavior)
6353         (spam-mark-ham-unread-before-move-from-spam-group)
6354         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6355         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6356         (spam-clear-cache, spam-backend-check, spam-install-backend)
6357         (spam-install-statistical-backend, spam-list-of-processors)
6358         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6359         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6360         (spam-check-crm114, spam-initialize, spam-unload-hook):
6361         Fix typos in docstrings.
6362
6363 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6366         been checked if they have never been read and those group levels are
6367         higher than the one that a user specified.
6368
6369 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6372         foreign groups unless a group level is specified by a user.
6373         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6374
6375 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * message.el (message-send-mail-function): Require sendmail.
6378
6379 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * message.el (message-send-mail-function): Check for smtpmail too.
6382
6383         * utf7.el (utf7-encode, utf7-decode): Use coding system
6384         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6385
6386         * message.el (message-send-mail-function): New function.
6387         (message-send-mail-function): Set default using
6388         message-send-mail-function.  Adjust doc string.
6389         (message-send-mail-with-mailclient): New function.
6390
6391 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6392
6393         * smime.el (from):
6394         * rfc2047.el (message-posting-charset):
6395         * qp.el (mm-use-ultra-safe-encoding):
6396         * pop3.el (parse-time-months):
6397         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6398         * nnml.el (files):
6399         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6400         (jka-compr-compression-info-list, ange-ftp-path-format)
6401         (efs-path-regexp):
6402         * nndiary.el (files):
6403         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6404         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6405         (epg-digest-algorithm-alist, inhibit-redisplay)
6406         (password-cache-expiry):
6407         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6408         (pgg-output-buffer, password-cache-expiry):
6409         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6410         (efs-path-regexp):
6411         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6412         (inhibit-redisplay):
6413         * mm-uu.el (file-name, start-point, end-point, entry)
6414         (gnus-newsgroup-name, gnus-newsgroup-charset):
6415         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6416         (latin-unity-ucs-list):
6417         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6418         (mm-uu-binhex-decode-function):
6419         * message.el (gnus-message-group-art, gnus-list-identifiers)
6420         (rmail-enable-mime-composing, gnus-local-organization)
6421         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6422         (gnus-read-active-file, facemenu-add-face-function)
6423         (facemenu-remove-face-function, gnus-article-decoded-p)
6424         (tool-bar-mode):
6425         * mail-source.el (display-time-mail-function):
6426         * gnus-util.el (nnmail-pathname-coding-system)
6427         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6428         (gnus-original-article-buffer, gnus-user-agent)
6429         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6430         (xemacs-codename, sxemacs-codename, emacs-program-version):
6431         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6432         * gnus-start.el (gnus-agent-covered-methods)
6433         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6434         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6435         (gnus-newsgroup-headers, gnus-group-list-mode)
6436         (gnus-group-mark-positions, gnus-newsgroup-data)
6437         (gnus-newsgroup-unreads, nnoo-state-alist)
6438         (gnus-current-select-method, mail-sources)
6439         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6440         (nnmail-spool-file, gnus-cache-active-hashtb):
6441         * gnus-mh.el (mh-lib-progs):
6442         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6443         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6444         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6445         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6446         (gnus-group-buffer):
6447         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6448         (font-lock-set-defaults):
6449         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6450         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6451         (gnus-summary-post-menu, total-parts, type, condition, length):
6452         * gnus-agent.el (gnus-agent-read-agentview):
6453         * flow-fill.el (show-trailing-whitespace):
6454         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6455         eval-and-compile wrappers for byte compiler pacifiers.
6456
6457         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6458         (mm-display-inline-fontify): Check for featurep 'xemacs not
6459         extent-list.
6460
6461         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6462         itimer-list.
6463         (mm-create-image-xemacs): Only do something for XEmacs.
6464         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6465
6466         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6467
6468         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6469         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6470
6471 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6472
6473         * nnimap.el (nnimap-split-download-body):
6474         * gnus-demon.el (gnus-demon):
6475         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6476
6477 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6480         macros.
6481         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6482         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6483         copy data from unibyte buffer to multibyte current buffer.
6484         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6485         to copy data from unibyte current buffer to multibyte buffer.
6486         (nntp-make-process-buffer): Make process buffer unibyte.
6487
6488         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6489
6490 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6491
6492         * pop3.el (pop3-open-server): Accept and process data more robustly at
6493         connexion start to avoid spurious "POP SSL connexion failed" errors.
6494
6495 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6498         read group names.
6499
6500 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6501
6502         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6503
6504 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6507         (nnmail-save-active): Use a unibyte buffer when saving active file,
6508         which may contain non-ASCII group names.
6509
6510         * nnml.el (nnml-request-group): Decode group names in messages.
6511
6512 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * message.el (message-citation-line-function)
6515         (message-insert-formatted-citation-line): Fix spelling of
6516         `message-insert-formated-citation-line'.
6517
6518 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6521
6522 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6525         nnmail-pathname-coding-system.
6526
6527         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6528         that a user enters; decode group names in messages.
6529
6530         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6531
6532 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6535
6536         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6537
6538         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6539         risky local variable.
6540
6541         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6542
6543 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6544
6545         * encrypt.el: Improve documentation to fix function name typo.
6546         Reported by Daiki Ueno <ueno@unixuser.org>.
6547
6548 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6551         even if the point is not in the last page of an article.
6552         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6553         back to the previous page.
6554
6555 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6558
6559 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6562
6563 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6564
6565         * message.el (message-check-news-body-syntax): Avoid
6566         mm-string-as-multibyte.
6567         (message-hide-headers): Don't assume (point-min)==1.
6568
6569 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6570
6571         * message.el (message-remove-blank-cited-lines): Fix if remove is
6572         given.
6573         (message-bogus-address-regexp): New variable.
6574         (message-bogus-recipient-p): New function.
6575         (message-check-recipients): New command.
6576         (message-syntax-checks): Add `bogus-recipient'.
6577         (message-fix-before-sending): Add `bogus-recipient'.
6578
6579         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6580         (gnus-treat-body-boundary): Don't test window-system.
6581
6582 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6583
6584         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6585
6586 2007-10-28  Miles Bader  <miles@gnu.org>
6587
6588         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6589         at compile-time too.
6590
6591 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * gnus-msg.el (gnus-message-setup-hook): Add
6594         `message-remove-blank-cited-lines' to options.
6595
6596 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6597
6598         * message.el (message-remove-blank-cited-lines): New function.
6599         Suggested by Karl Plästerer.
6600
6601 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6604         mapc.
6605
6606         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6607         (top-level): Use mapc to set functions to be traced for debugging.
6608
6609         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6610         called for effect with while loop.
6611
6612         * message.el (message-talkative-question): Replace mapcar called for
6613         effect with mapc.
6614
6615         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6616         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6617         called for effect with dolist.
6618
6619         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6620
6621         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6622         gnus-extra-headers and nnmail-extra-headers.
6623
6624         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6625         called for effect with dolist.
6626         (top-level): Use mapc to set functions to be traced for debugging.
6627
6628         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6629         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6630         dolist.
6631
6632         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6633         Replace mapcar called for effect with mapc.
6634         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6635         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6636         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6637         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6638
6639         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6640         remove-if that's a cl function.
6641
6642         * webmail.el (webmail-debug): Replace mapcar called for effect with
6643         dolist.
6644
6645         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6646         with mapc.
6647
6648 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6651         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6652         with while loop.
6653
6654         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6655         functions from article-* functions.
6656         (gnus-multi-decode-header): Replace mapcar called for effect with
6657         dolist.
6658
6659         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6660         (gnus-bookmark-show-details): Replace mapcar called for effect with
6661         while loop.
6662
6663         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6664         called for effect with while loop.
6665
6666         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6667         with dolist.
6668
6669         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6670         mapcar called for effect with dolist.
6671
6672         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6673
6674         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6675         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6676         Replace mapcar called for effect with dolist.
6677         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6678         mapc.
6679
6680         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6681         Replace mapcar called for effect with dolist.
6682         (gnus-topic-list): Replace mapcar called for effect with mapc.
6683
6684         * gnus.el: Use mapc instead of mapcar to add autoloads.
6685
6686 2007-10-23  Richard Stallman  <rms@gnu.org>
6687
6688         * gnus-group.el (gnus-group-highlight): Mark as risky.
6689
6690 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus.el (gnus-server-to-method): Return method found first in
6693         gnus-newsrc-alist.
6694
6695         * gnus-art.el (gnus-article-highlight-signature)
6696         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6697         button overlay without the front stickiness.
6698
6699 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6700
6701         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6702         overview buffer needed a catch to receive its throw.
6703         (gnus-agent-flush-cache): Declared as interactive to make this function
6704         easier to use.
6705
6706 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6709         `next-line'.
6710
6711 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6714         exclude address matching message-dont-reply-to-names.
6715
6716 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-util.el (gnus-string<): New function.
6719
6720         * gnus-sum.el (gnus-article-sort-by-author)
6721         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6722
6723 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6726         the frame-focus tag is set in gnus-buffer-configuration.
6727
6728 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6731         the front stickiness.
6732
6733 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6736         url pattern; remove duplicate one.
6737         (gnus-article-extend-url-button): New function.
6738         (gnus-article-add-buttons): Use it.
6739         (gnus-button-push): Use concatenated url that it makes.
6740
6741 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6742
6743         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6744
6745 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6746
6747         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6748         Don't hardcode point-min==1.
6749
6750 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6751
6752         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6753         Fix comment about "iso8859-1".
6754
6755 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6756
6757         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6758         ones returned from the verify-function.
6759
6760         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6761         mml2015-extract-cleartext-signature if extraction failed.
6762
6763 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6764
6765         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6766         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6767         failed.
6768
6769 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6772
6773 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6776         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6777         recommends to use EasyPG instead of PGG.
6778
6779         * pgg.el: Revert to revision 6.23.2.16.
6780
6781         * pgg-def.el: Revert to revision 6.6.2.14.
6782
6783         * pgg-gpg.el: Revert to revision 6.23.2.34.
6784
6785 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6786
6787         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6788         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6789         thread for both the null and zero (kill/expire thread) universal prefix
6790         cases.
6791         (gnus-summary-expire-thread): Add new function to expire a thread,
6792         using gnus-summary-kill-thread.
6793         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6794         shortcuts for gnus-summary-expire-thread.
6795         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6796         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6797
6798 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6799
6800         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6801         extras value, so an extras entry can be deleted.
6802         (gnus-registry-delete-extra-entry): Use it.
6803         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6804         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6805         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6806         storage through the gnus-registry, and provide an appropriate API for
6807         it.
6808
6809 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6812         Suggested by Leo <sdl.web@gmail.com>.
6813
6814         * gnus.el: Do.
6815
6816 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6819         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6820
6821         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6822
6823         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6824         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6825
6826 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6829         newline.
6830         (nnmbox-request-accept-article): Don't change article in source buffer;
6831         narrow to header to use message-fetch-field rather than
6832         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6833         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6834         as delimiters; make sure article ends with newline.
6835         (nnmbox-delete-mail): Correct last position of article to be deleted;
6836         ignore X-Gnus-Newsgroup header in article body.
6837         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6838         positions; make sure article ends with newline.
6839
6840         * message.el (message-display-abbrev): Don't infloop when a user
6841         inserts SPC in the beginning of header.
6842
6843         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6844         coding-system-for-read and coding-system-for-write for XEmacs having no
6845         file-coding feature.
6846
6847         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6848
6849 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6850
6851         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6852         list of groups not followed by default.  Fix type to be regexp.
6853         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6854
6855 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6856
6857         * hmac-def.el (define-hmac-function): Switch from old-style to
6858         new-style backquotes.
6859
6860         * md4.el (md4-make-step): Likewise.
6861
6862 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6865         raw-text coding system when saving .newsrc file, which may contain
6866         non-ASCII group names.
6867
6868 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-cus.el (gnus-score-extra): New widget.
6871         (gnus-score-extra-convert): New function.
6872         (gnus-score-customize): Use it for Extra.
6873
6874 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6875
6876         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6877         (mml2015-mailcrypt-clear-verify): Use it.
6878         (mml2015-gpg-clear-verify): Use it.
6879         (mml2015-pgg-clear-verify): Use it.
6880         (mml2015-epg-clear-verify): Replace the current part with the output
6881         from GnuPG; don't extract the plaintext by itself.
6882
6883         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6884         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6885         mml2015-clear-verify-function; don't touch the armor headers or
6886         dash-escaped text here.
6887
6888 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6891         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6892         parts, or application/octet-stream as a last resort.
6893         (gnus-mime-view-part-as-type): Don't toggle display.
6894         (gnus-mime-view-part-as-charset): Don't turn off display before
6895         querying charset.
6896
6897         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6898         stuff to undisplayer function in Emacs.
6899         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6900
6901         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6902         text/calendar parts.
6903
6904 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6907         decoding text/calendar parts.
6908
6909         * message.el (message-forward-make-body-mime): Always mark body as
6910         having no illegible text; remove signed-or-encrypted argument.
6911         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6912
6913         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6914         (mml-generate-mime-1): Don't encode body if it is specified to be in
6915         raw form; don't make buffer be unibyte when inserting multibyte string.
6916
6917 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6918
6919         * sha1.el: Fix up comment style.
6920         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6921         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6922
6923         * hex-util.el: Fix up comment style.
6924         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6925
6926         * gnus-salt.el: Use with-current-buffer.
6927         (gnus-pick-setup-message): Fix long-standing typo.
6928
6929 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * imap.el (imap-logout-timeout): New variable.
6932         (imap-logout, imap-logout-wait): New functions.
6933         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6934
6935         * nnimap.el (nnimap-logout-timeout): New server variable.
6936         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6937         nnimap-logout-timeout.
6938
6939         * gnus-art.el (gnus-article-summary-command-nosave)
6940         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6941
6942 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * gnus.el (gnus-maximum-newsgroup): New variable.
6945
6946         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6947         according to gnus-maximum-newsgroup.
6948
6949         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6950         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6951         Limit the range of articles according to gnus-maximum-newsgroup.
6952
6953 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6954
6955         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6956         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6957         Don't perform gnus-configure-windows here; reuse existing sticky
6958         article buffer.
6959
6960         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6961         it doesn't exist in gnus-article-mode.
6962
6963 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6966         (gnus-agent-decoded-group-name): New function.
6967         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6968         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6969
6970 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6971
6972         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6973         Add binding for gnus-sticky-article.
6974         (gnus-summary-exit): Don't kill sticky article buffers.
6975
6976         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6977         article buffer.
6978         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6979         (gnus-kill-sticky-article-buffers): New commands.
6980
6981 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * nntp.el (nntp-xref-number-is-evil): New server variable.
6984         (nntp-find-group-and-number): If it is non-nil, don't trust article
6985         numbers in the Xref header.
6986
6987 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * gnus-agent.el (gnus-agent-read-group): New function.
6990         (gnus-agent-flush-group, gnus-agent-expire-group)
6991         (gnus-agent-regenerate-group): Use it.
6992         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6993         nnmail-pathname-coding-system.
6994
6995 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6998
6999         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7000         that are unread as unread, and also as selected so that information of
7001         marks having been changed by a user may be updated when exiting group.
7002
7003 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7006         calculated ignoring signature parts to gnus-treat-article.
7007
7008 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7011         a point here in order to keep the window start.
7012         (gnus-insert-mime-security-button): Make a button overlay without the
7013         front stickiness.
7014         (gnus-mime-display-security): Goto the end of a button.
7015
7016         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7017
7018 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7021         group-name-at-point.
7022         (gnus-group-completing-read): New function that offers decoded
7023         non-ASCII group names for completion.
7024         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7025         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7026         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7027         (gnus-group-fetch-control): Use it.
7028         (gnus-fetch-group): Use group-name-at-point for the initial value
7029         rather than the default value; use gnus-alive-p.
7030
7031         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7032         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7033         (gnus-summary-post-news): Use gnus-group-completing-read.
7034
7035         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7036         (gnus-read-move-group-name): Decode group name for completion.
7037
7038 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7039
7040         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7041         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7042         Yamaoka slightly modified the code).
7043
7044 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7047         (nnmail-split-incoming): Bind it.
7048
7049         * nnml.el (nnml-group-name-charset): New function.
7050         (nnml-decoded-group-name): Use it; don't decode group name if
7051         nnmail-group-names-not-encoded-p is non-nil.
7052         (nnml-encoded-group-name): New function.
7053         (nnml-group-pathname): Inline nnml-decoded-group-name.
7054         (nnml-request-expire-articles): Decode group name in message.
7055         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7056         nnmail-pathname-coding-system.
7057         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7058         not decoded ones according to nnmail-group-names-not-encoded-p.
7059         (nnml-generate-active-info): Use nnml-encoded-group-name.
7060
7061 2007-08-08  Glenn Morris  <rgm@gnu.org>
7062
7063         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7064         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7065         doc-strings and comments.
7066
7067 2007-07-25  Glenn Morris  <rgm@gnu.org>
7068
7069         * Relicense all FSF files to GPLv3 or later.
7070
7071 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * gnus-sum.el (gnus-summary-move-article): Make
7074         gnus-summary-respool-article work.
7075
7076 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7079         string.
7080
7081 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7082
7083         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7084         that should be ignored when comparing distant RSS articles with local
7085         ones.
7086         (nnrss-make-hash-index): New function.  Create a hash index according
7087         to the ignored fields.
7088         (nnrss-check-group): Use it.
7089
7090 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7093
7094         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7095
7096         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7097         the new optional argument ENCODED is non-nil.
7098         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7099         coding system for encoding group name.
7100         (gnus-group-make-rss-group): Pass un-encoded group name to
7101         gnus-group-make-group.
7102         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7103         encoded.
7104
7105         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7106         Encode group name to which articles are moved or copied.
7107         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7108         coding system for encoding Newsgroup, Followup-To and Xref headers.
7109
7110         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7111         marks; use nnheader-file-coding-system to write a file.
7112         (nnagent-retrieve-headers): Bind file-name-coding-system to
7113         nnmail-pathname-coding-system.
7114
7115         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7116
7117         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7118         (nnml-request-article, nnml-request-create-group)
7119         (nnml-request-rename-group, nnml-find-id)
7120         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7121         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7122         (nnml-save-marks): Use nnml-group-pathname instead of
7123         nnmail-group-pathname.
7124
7125         (nnml-request-create-group, nnml-request-expire-articles)
7126         (nnml-request-move-article, nnml-request-delete-group)
7127         (nnml-deletable-article-p, nnml-possibly-create-directory)
7128         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7129         (nnml-open-marks): Bind file-name-coding-system to
7130         nnmail-pathname-coding-system.
7131
7132         (nnml-request-article): Pass server argument to nnml-find-group-number.
7133         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7134         server argument to nnml-possibly-create-directory.
7135         (nnml-request-accept-article): Pass server argument to
7136         nnml-active-number and nnml-save-mail.
7137         (nnml-find-group-number): Pass server argument to nnml-find-id.
7138         (nnml-request-update-info): Pass server argument to
7139         nnml-marks-changed-p.
7140
7141         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7142         (nnml-save-mail, nnml-active-number): Add server argument.
7143
7144         (nnml-request-delete-group): Warn if group is missing.
7145         (nnml-get-nov-buffer): Decode group name.
7146         (nnml-generate-active-info): Encode group name.
7147         (nnml-open-marks): Decode group name in messages.
7148
7149 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7152         if it is not specified.
7153         (gnus-article-pipe-part, gnus-article-save-part)
7154         (gnus-article-interactively-view-part, gnus-article-copy-part)
7155         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7156         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7157         (gnus-article-replace-part, gnus-article-delete-part)
7158         (gnus-article-view-part-as-type): Pass raw prefix argument to
7159         gnus-article-part-wrapper.
7160
7161 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * gnus-agent.el (gnus-agent-save-active): Bind
7164         nnheader-file-coding-system to gnus-agent-file-coding-system.
7165
7166         * gnus-cache.el (gnus-cache-save-buffers)
7167         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7168         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7169         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7170         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7171         (gnus-cache-generate-active, gnus-cache-rename-group)
7172         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7173         (gnus-cache-update-overview-total-fetched-for): Bind
7174         file-name-coding-system to nnmail-pathname-coding-system.
7175         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7176         variables.
7177         (gnus-cache-decoded-group-name): New function.
7178         (gnus-cache-file-name): Use it.
7179         (gnus-cache-generate-active): Use non-decoded group name for active.
7180
7181         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7182         right place.
7183         (gnus-write-active-file): Don't break non-ASCII group names.
7184
7185         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7186         nnmail-pathname-coding-system.
7187
7188         * lpath.el: Bind default-file-name-coding-system,
7189         file-name-coding-system and language-info-alist for XEmacs.
7190
7191         * gnus-uu.el (gnus-uu-decode-save): Typo.
7192
7193 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7196
7197 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7200         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7201         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7202         (gnus-agent-flush-group, gnus-agent-flush-cache)
7203         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7204         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7205         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7206         (gnus-agent-regenerate-group)
7207         (gnus-agent-update-files-total-fetched-for)
7208         (gnus-agent-update-view-total-fetched-for): Bind
7209         file-name-coding-system to nnmail-pathname-coding-system.
7210         (gnus-agent-group-pathname): Don't encode file names by
7211         nnmail-pathname-coding-system.
7212         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7213         coding-system-for-write instead of buffer-file-coding-system to
7214         gnus-agent-file-coding-system.
7215
7216         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7217         Decode group name.
7218
7219         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7220
7221         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7222         (gnus-read-newsrc-el-file): Make group names unibyte.
7223
7224         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7225         nnmail-pathname-coding-system.
7226
7227         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7228         (nnrss-request-delete-group): Bind file-name-coding-system to
7229         nnmail-pathname-coding-system.
7230         (nnrss-read-server-data, nnrss-read-group-data): Bind
7231         file-name-coding-system correctly.
7232         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7233
7234         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7235         (nntp-server-to-method-cache): New variable.
7236         (nntp-group-pathname): New function that decodes non-ASCII group names.
7237         (nntp-possibly-create-directory, nntp-marks-changed-p)
7238         (nntp-save-marks, nntp-open-marks): Use it.
7239         (nntp-possibly-create-directory, nntp-open-marks):
7240         Bind file-name-coding-system to nnmail-pathname-coding-system.
7241         (nntp-open-marks): Decode group names when bootstrapping marks.
7242
7243         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7244         Newsgroups and Folowup-To headers.
7245
7246 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7249         (gnus-server-closed-face, gnus-server-denied-face)
7250         (gnus-server-offline-face): Remove variable.
7251         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7252
7253         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7254         of modifying message-stack directly for XEmacs.
7255
7256         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7257         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7258         if the coding-system argument is nil for XEmacs.
7259
7260         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7261         mm-charset-override-alist.
7262
7263         * rfc2047.el: Don't require base64; require rfc2045 for the function
7264         rfc2045-encode-string.
7265         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7266         to quote the parameter value.
7267
7268 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7271         form in gnus-group-name-charset-method-alist.
7272
7273         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7274         overrides the default layout edit-form.
7275
7276         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7277
7278         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7279
7280 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7283         as unfetched articles.
7284
7285 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7288
7289 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7292         original back end that keeps marks in the local system.
7293
7294 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7297         arg of pop-to-buffer for XEmacs.
7298         (gnus-article-read-summary-keys): Ditto; don't restore window
7299         configuration if summary command ends up with neither article buffer
7300         nor summary buffer; describe bindings if summary keys end with C-h.
7301
7302 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * message.el (message-fix-before-sending): Skip raw message part to be
7305         forwarded while checking illegible text.
7306         (message-forward-make-body-mime, message-forward-make-body): Mark
7307         signed or encrypted raw message as having no illegible text.
7308
7309 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7312         (gnus-message-with-timestamp-1): New macro.
7313         (gnus-message-with-timestamp): New function.
7314         (gnus-message): Use them.
7315
7316         * nnheader.el (nnheader-message): Use them.
7317
7318 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7321         .newsrc.eld file.
7322
7323 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * gnus-agent.el (gnus-agent-fetch-headers)
7326         (gnus-agent-retrieve-headers): Bind
7327         gnus-decode-encoded-address-function to identity.
7328
7329         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7330         available also when the server returns simply a dot.
7331
7332         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7333
7334 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7337
7338 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-ems.el (gnus-x-splash): Make it work.
7341
7342         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7343         from being used.
7344
7345         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7346
7347 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7350         4th and the 5th arguments.
7351
7352         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7353         the front stickiness.
7354         (gnus-article-summary-command-nosave): Correct the order of the
7355         arguments passed to pop-to-buffer.
7356         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7357         summary command ends up with the article buffer.
7358
7359         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7360         the same faces.
7361
7362 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7363
7364         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7365
7366 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7367
7368         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7369         * gnus-sum.el (gnus-summary-highlight):
7370         * pgg.el (pgg-sign-region, pgg-sign):
7371         * mail-source.el (mail-source-delete-old-incoming-confirm):
7372         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7373
7374 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-art.el (gnus-mime-view-part-externally)
7377         (gnus-mime-view-part-internally): Fix predicate function passed to
7378         completing-read.
7379
7380         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7381
7382         * gnus.el (gnus-update-message-archive-method): Add :version.
7383
7384 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus.el (gnus-update-message-archive-method): New variable.
7387
7388         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7389         according to gnus-message-archive-method if
7390         gnus-update-message-archive-method is non-nil.
7391
7392 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7395         by Loic Dachary <loic@dachary.org>.
7396         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7397
7398 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * message.el (message-pop-to-buffer): Add switch-function argument.
7401         (message-mail): Pass switch-function argument to it.
7402
7403 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7406         Improve doc string.
7407
7408 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7411         (gnus-header-content)
7412         * gnus-cite.el (gnus-cite-10)
7413         * gnus-srvr.el (gnus-server-closed)
7414         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7415         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7416         (gnus-group-mail-3-empty, gnus-group-mail-low)
7417         (gnus-group-mail-low-empty, gnus-splash)
7418         * message.el (message-header-to, message-header-cc)
7419         (message-header-subject, message-header-other, message-header-name)
7420         (message-header-xheader, message-separator, message-cited-text)
7421         (message-mml): Lighten colors of faces used for dark background.
7422
7423 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7424
7425         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7426         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7427
7428 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * message.el (message-narrow-to-headers-or-head):
7431         Ignore mail-header-separator in the body.
7432
7433 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7436         same as window size.
7437
7438 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7439
7440         * message.el (message-font-lock-keywords): Use message-header-xheader
7441         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7442         ahead of the anything pattern, to get it recognised.
7443
7444 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7447         spam.el loads uses it in the compiled defadvice form.
7448
7449 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7450
7451         * gnus-sum.el (gnus-articles-to-read)
7452         (gnus-summary-insert-old-articles): Don't truncate group name for
7453         `read-string'.
7454
7455         * gnus-util.el (gnus-limit-string): Delete this function.
7456
7457         * gnus-sum.el (gnus-simplify-subject-fully): Use
7458         `truncate-string-to-width' instead.
7459
7460 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7461
7462         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7463         if, on summary exit, the next group has to be selected.
7464         (gnus-summary-exit): Use it.
7465
7466 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7469         non-break space.
7470
7471 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7474         Check if group is not a directory.
7475         (nnfolder-request-expire-articles): Don't delete articles if the target
7476         group is not available.
7477
7478         * nnml.el (nnml-request-create-group): Properly check if group is not a
7479         file.
7480         (nnml-request-expire-articles): Don't delete articles if the target
7481         group is not available.
7482
7483         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7484         Don't quote characters that are within parentheses.
7485
7486 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7489         (gnus-handle-ephemeral-exit): Select article according to it.
7490
7491 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * message.el (message-insert-formated-citation-line): Remove newline.
7494         (message-citation-line-format): Add final \n here so that the user can
7495         avoid a blank line.
7496
7497 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7498
7499         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7500         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7501         Update lanl/arXiv support.
7502
7503 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * gnus.el: Bump version number.
7506
7507 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * gnus.el (gnus-version-number): Bump version.
7510
7511 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7512
7513         * gnus.el: No Gnus v0.6 is released.
7514
7515 2007-04-27  Didier Verna  <didier@xemacs.org>
7516
7517         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7518         * gmm-utils.el (gmm-regexp-concat): here.
7519         * message.el: Don't require 'gnus-util.
7520         (message-dont-reply-to-names): Handle name change above.
7521         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7522
7523 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7526         since the initial value varies according to the system.
7527
7528 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7531
7532 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7533
7534         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7535
7536 2007-04-24  Didier Verna  <didier@xemacs.org>
7537
7538         Improve the type of gnus-ignored-from-addresses.
7539         * gnus-util.el (gnus-orify-regexp): New function.
7540         * message.el (gnus-util): Require it.
7541         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7542         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7543         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7544
7545 2007-04-24  Didier Verna  <didier@xemacs.org>
7546
7547         * gnus-sum.el:
7548         * gnus-utils.el: Fix some trailing whitespaces.
7549
7550 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7553         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7554         article's Message-ID; refer parent article in summary buffer.
7555
7556         * message.el (message-bounce): Call mime-to-mml.
7557
7558         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7559         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7560         optimize and/or forms properly.
7561
7562 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7563
7564         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7565         URL.
7566
7567 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7570
7571 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7574         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7575         displayed of multipart/alternative part if it is invoked from summary
7576         buffer.
7577
7578         * mm-view.el (mm-inline-text-html-render-with-w3m)
7579         (mm-inline-text-html-render-with-w3m-standalone)
7580         (mm-inline-render-with-function): Use mail-parse-charset by default.
7581
7582 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7583
7584         * parse-time.el (parse-time-string-chars): Check if CHAR
7585         is less than the length of parse-time-syntax.
7586
7587 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7590         from gnus-newsgroup-processable.
7591
7592 2007-04-16  Didier Verna  <didier@xemacs.org>
7593
7594         * gnus-msg.el (gnus-configure-posting-styles): Handle
7595         message-signature-directory properly with :file syntax.  Reported by
7596         "Leo".
7597
7598 2007-04-11  Didier Verna  <didier@xemacs.org>
7599
7600         New user option: message-signature-directory.
7601         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7602         * message.el (message-insert-signature): Ditto.
7603         * message.el (message-signature-file): Doc update.
7604         * message.el (message-signature-directory): New.
7605
7606 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * gnus-msg.el (gnus-inews-yank-articles): Use
7609         message-exchange-point-and-mark instead of exchange-point-and-mark.
7610
7611 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * message.el (message-yank-original): Make sure cited text ends with
7614         newline; don't exchange point and mark.
7615
7616 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7617
7618         * tls.el (open-tls-stream): Properly handle case where there
7619         is no associated buffer.
7620
7621 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7622
7623         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7624         message-yank-original, make sure (< mark TEXT point).
7625
7626 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * message.el (message-fill-column): New variable.
7629         (message-mode): Use it.  Add comment on a possible new hook.
7630
7631         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7632         (nnmail-get-new-mail): Reformat.
7633
7634         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7635
7636         * gmm-utils.el: Fix Commentary.
7637         (gmm-tool-bar-from-list): Fix typo in doc string.
7638
7639 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7640
7641         * message.el (message-yank-original): Don't switch point and mark
7642         unnecessarily to put point and mark as documented.
7643
7644 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7645
7646         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7647         from the message heads.
7648
7649 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7650
7651         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7652         article buffer does not have a window.  This may not be the best
7653         solution but is certainly better than setting the start of the null,
7654         that is the current, window.
7655
7656 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7659         (gnus-draft-setup): Run it.
7660
7661         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7662         gnus-score-fast-scoring.  Allow regexp.
7663         (gnus-score-headers): Use it.
7664
7665         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7666         XEmacs.
7667
7668         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7669         string.
7670         (gnus-button-alist): Also catch `<f1> k ...'.
7671         (gnus-treat-display-x-face): Fix doc string.
7672
7673 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7674
7675         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7676         evaluation of gnus-extended-version to ensure correct generation of the
7677         User-Agent header when message-generate-headers-first is used.
7678
7679 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7680
7681         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7682         hashcash-path is nil.  Don't call callback with incorrect number of
7683         parameters if val is 0.
7684
7685 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7686
7687         * message.el (message-required-news-headers):
7688         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7689
7690 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7691
7692         * tls.el (open-tls-stream): In handshake-waiting loop,
7693         don't wait more if there is output available to process.
7694
7695 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7696
7697         * tls.el (tls-program): Doc fix.
7698
7699 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * message.el (message-generate-new-buffers): Change the meaning of the
7702         nil value; add `standard' to the choices; treat t as `unique'; improve
7703         doc string.
7704         (gnus-select-frame-set-input-focus): Autoload.
7705         (message-buffer-name): Search for the existing message buffer if
7706         message-generate-new-buffers is nil or `standard'; treat the value t of
7707         message-generate-new-buffers as `unique'.
7708         (message-pop-to-buffer): Raise the frame already displaying the message
7709         buffer; clear the echo area after querying.
7710         (message-setup): Pass the `continue' argument to compose-mail.
7711         (message-mail): Prefer `switch-function' if it is given; search for the
7712         existing message buffer if the `continue' argument is non-nil; pass
7713         continue and switch-function arguments to compose-mail by way of
7714         message-setup.
7715         (message-mail-other-window): Adjust argument of message-setup.
7716         (message-mail-other-frame): Ditto.
7717
7718 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7721         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7722         to turn font-lock on when turning gnus-message-citation-mode on.
7723
7724 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7725
7726         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7727         (mml-smime-function-alist): New variable; add epg as the backend.
7728         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7729         mml-smime- functions instead.
7730         * mm-view.el: Require smime.
7731
7732 2007-03-05  Didier Verna  <didier@xemacs.org>
7733
7734         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7735         instead of just inheritance for posting styles.
7736         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7737
7738 2007-02-24  Chris Moore  <dooglus@gmail.com>
7739
7740         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7741         * pgg-pgp.el (pgg-pgp-encrypt-region):
7742         * pgg-gpg.el (pgg-gpg-encrypt-region):
7743         Check pgg-encrypt-for-me if no other recipients.
7744
7745 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7746
7747         * tls.el (tls-certtool-program): Fix custom type.
7748
7749 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7752         and point-at-eol instead of line-(beginning|end)-position.
7753
7754         * assistant.el (assistant-parse-buffer): Ditto.
7755
7756         * netrc.el (netrc-parse-services): Ditto.
7757
7758 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7759
7760         * mml2015.el (mml2015-epg-find-usable-key): New function.
7761         (mml2015-epg-sign): Use it.
7762         (mml2015-epg-encrypt): Use it.
7763
7764 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * message.el (message-make-in-reply-to): Quote name containing
7767         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7768         if there are special characters.  Reported by NAKAJI Hiroyuki
7769         <nakaji@jp.freebsd.org>.
7770
7771 2007-02-27  Didier Verna  <didier@xemacs.org>
7772
7773         Include the group parameters as well as the topic ones in the
7774         inheritance filter process.
7775         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7776         argument GROUP-PARAMS-LIST.
7777         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7778
7779 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * nntp.el (nntp-never-echoes-commands)
7782         (nntp-open-connection-functions-never-echo-commands): New variables.
7783         (nntp-send-command): Use them.
7784
7785 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7786
7787         * mml2015.el (mml2015-epg-verify): Simplified.
7788
7789 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * mml.el (mml-content-disposition-alist): New user option.
7792         (mml-content-disposition): New function.
7793         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7794         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7795
7796 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7797
7798         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7799         verification.
7800
7801 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7802
7803         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7804         articles posted in the last 24 hours.
7805
7806 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7807
7808         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7809
7810 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7811
7812         * nntp.el (nntp-send-command): Don't wait for echoes when
7813         nntp-open-ssl-stream is used.
7814
7815 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7818         (gnus-message-add-citation-keywords)
7819         (gnus-message-remove-citation-keywords): Remove.
7820         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7821         directly, make the variables in font-lock-defaults buffer-local, add
7822         gnus-message-citation-keywords to them and then update the value of
7823         font-lock-keywords.
7824
7825 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * message.el (message-cite-original-1): Don't call
7828         gnus-article-highlight-citation.
7829
7830         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7831         citations; fix line count.
7832
7833 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7836         (gnus-message-add-citation-keywords)
7837         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7838         versions of font-lock-add-keywords and font-lock-remove-keywords to
7839         work with XEmacs correctly.
7840
7841 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-cite.el (gnus-cite-face-list): Set the values of
7844         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7845         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7846         (gnus-message-cite-prefix-regexp): New variable.
7847         (gnus-message-search-citation-line): Use it; protect against long
7848         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7849         the 0th match data for Emacs.
7850         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7851         (gnus-message-add-citation-keywords): Append keywords rather than
7852         prepending; emulate font-lock-add-keywords if it is not available.
7853         (gnus-message-remove-citation-keywords): Emulate
7854         font-lock-remove-keywords if it is not available.
7855
7856         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7857
7858         * message.el (message-cite-prefix-regexp): Set the value of
7859         gnus-message-cite-prefix-regexp.
7860
7861 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7862
7863         * nnweb.el (nnweb-google-parse-1): Update parser.
7864
7865 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7866
7867         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7868
7869 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7870
7871         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7872         regexp.
7873
7874 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7877         string-to-multibyte.
7878         (uudecode-decode-region-internal): Use it.
7879
7880         * lpath.el: Fbind string-as-multibyte for XEmacs.
7881
7882 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7885         custom choice.
7886
7887         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7888
7889 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7890
7891         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7892
7893         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7894         `write-region' to respect `mm-inhibit-file-name-handlers'.
7895
7896 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7899         Use gnus-home-directory instead of "~/" or "$HOME".
7900
7901 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7902
7903         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7904         to mention filename.
7905         Add comments at beginning regarding usage.
7906         (encrypt-write-file-contents): Change interactive so a string is
7907         acceptable.  If the file has no associated model, show an error instead
7908         of a nonsense prompt.
7909
7910 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7911
7912         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7913         Thanks to Yoshihiko Yamada for kind notification of this typo.
7914
7915 2007-01-12  Kenichi Handa  <handa@m17n.org>
7916
7917         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7918         multibyte buffer.
7919
7920 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * gnus-score.el (gnus-score-fast-scoring): New variable.
7923         (gnus-score-headers): Use it.
7924
7925         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7926
7927         * message.el (message-cite-original-1): Call
7928         gnus-article-highlight-citation if requested.
7929         (message-make-from): Allow name and address as optional arguments.
7930
7931         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7932
7933         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7934         bugs to doc string.
7935         (gnus-button-alist): Add mid\\|message-id.
7936         (gnus-button-fetch-group): Extend for use in
7937         `browse-url-browser-function'.
7938         (gnus-button-url-regexp): Try to catch paired parentheses like in
7939         Wikipedia URLs.
7940
7941         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7942         Suggested by Simon Krahnke <overlord@gmx.li>.
7943
7944 2007-01-13  Romain Francoise  <romain@orebokech.com>
7945
7946         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7947         Update copyright.
7948
7949 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7950
7951         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7952
7953 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7954
7955         * gnus-registry.el (gnus-registry-unfollowed-groups)
7956         (gnus-registry-split-fancy-with-parent): Fix documentation.
7957
7958 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7961         from nnweb groups.
7962
7963 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7966         Xref urls.  Erase buffer before requesting head.
7967
7968 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7971         customizable.
7972
7973 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7974
7975         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7976         no signing key is found.
7977         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7978         no encrypting and/or signing key is found.
7979
7980 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7983
7984 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7985
7986         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7987         headers read from disk with the ones newly found in the current search.
7988         This should no longer cause problems, because the article numbers in
7989         Gmane's `nov.php' output are ignored since the previous change.
7990
7991 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7992
7993         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7994
7995 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7998         replace-regexp-in-string; bind url-version; fbind display-images-p and
7999         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8000         find-face and set-itimer-function for Emacs; bind itimer-list for
8001         Emacs.
8002
8003         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8004
8005 2007-01-01  Romain Francoise  <romain@orebokech.com>
8006
8007         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8008
8009 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8010
8011         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8012         `define-minor-mode' macro definition expanded properly.
8013         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8014         exclude it there.
8015
8016         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8017         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8018         `fboundp' test.
8019         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8020         This is OK to autoload in (S)XEmacs now.
8021
8022 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023
8024         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8025         keystroke.
8026         (gnus-summary-limit-to-singletons): Fix typo.
8027
8028         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8029         else fails.
8030
8031 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8032
8033         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8034         docstring.
8035
8036         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8037         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8038         (gnus-summary-insert-dormant-articles): Fix typo in message.
8039
8040 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8041
8042         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8043         nil for XEmacs.
8044         (gnus-message-citation-mode): Don't autoload in XEmacs.
8045
8046         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8047
8048 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8049
8050         * nnimap.el (nnimap-expunge-search-string): Mention
8051         nnimap-search-uids-not-since-is-evil in docstring.
8052
8053 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * spam.el: Revert to make-obsolete-variable because
8056         define-obsolete-variable-alias is not supported in Emacs 21.
8057
8058         * spam.el (spam-ifile-path, spam-ifile-database-path)
8059         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8060         make-obsolete-variable.
8061         (spam-bsfilter-path, spam-bsfilter-program)
8062         (spam-spamassassin-path, spam-spamassassin-program)
8063         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8064         use "path" inappropriately.
8065         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8066         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8067         variable names.
8068
8069 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8070
8071         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8072         summary buffer.
8073
8074         * password.el (password-cache-remove): Use clear-string to burn
8075         password, if available.
8076
8077 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8078
8079         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8080
8081         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8082
8083         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8084         (gnus-message-highlight-citation): Move defcustom here from
8085         gnus-cite.el.
8086         (gnus-message-citation-mode): Autoload.
8087
8088         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8089         checks to make it compile with XEmacs.
8090         (gnus-message-citation-mode): New minor mode.
8091         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8092         (gnus-message-highlight-citation): New variables.
8093         (gnus-message-search-citation-line)
8094         (gnus-message-add-citation-keywords)
8095         (gnus-message-remove-citation-keywords)
8096         (turn-on-gnus-message-citation-mode)
8097         (turn-off-gnus-message-citation-mode): New functions.
8098
8099 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8100
8101         * gnus-cite.el: Enable highlighting of different citation levels in
8102         message-mode.
8103
8104 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * message.el (message-make-fqdn): Fix comment.
8107         (message-bogus-system-names): Add ".local".
8108
8109         * spam.el (spam-ifile-path, spam-ifile-program)
8110         (spam-ifile-database-path, spam-ifile-database)
8111         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8112         Don't use "path" inappropriately.
8113         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8114         strings.
8115         (spam-check-ifile, spam-ifile-register-with-ifile)
8116         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8117         new variable names.
8118
8119         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8120         (gnus-treat-display-smileys): Simplify using
8121         gnus-image-type-available-p.
8122
8123         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8124         available.
8125
8126         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8127         `display-images-p' if available.
8128
8129 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8132         one after turning on the buffer's multibyteness instead of decoding
8133         them directly in the unibyte buffer that causes unexpected conversion
8134         in Emacs 23 (unicode).
8135
8136 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8137
8138         * message.el (message-generate-hashcash): Fix custom type.
8139
8140 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8143
8144 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8145
8146         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8147         disconnect icons.  Add help text.
8148
8149 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8150
8151         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8152         negated to be consistent with the others we handle.
8153
8154 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8155
8156         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8157         version of gnus-summary-buffer to something, so that we can use two
8158         article buffers at the same time.
8159
8160 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8161
8162         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8163         trigger all the extra headers.
8164         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8165         sorting.
8166
8167 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8168
8169         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8170         solid groups.
8171
8172 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8173
8174         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8175
8176 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * legacy-gnus-agent.el: Add Copyright notice.
8179
8180 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8181
8182         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8183
8184 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8187
8188         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8189         to make it work reliably in CVS Emacs.
8190         (gnus-summary-limit-strange-charsets-predicate)
8191         (gnus-summary-limit-to-predicate): New functions.
8192
8193 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8194
8195         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8196         specifying array size.
8197         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8198         array if it is too small.
8199         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8200         (gnus-sort-threads-loop): New function.
8201
8202 2006-12-06  Chris Moore  <dooglus@gmail.com>
8203
8204         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8205         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8206
8207 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8208
8209         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8210         options.
8211
8212 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8215         DOS-ing the recipient.
8216
8217         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8218         the headers when creating the mapping to avoid mismappings.
8219         (nnweb-gmane-create-mapping): Always nix out old mapping.
8220
8221 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8224         and mm-verify-option to never.
8225
8226 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * message.el (message-signed-or-encrypted-p): New function.
8229         (message-forward-make-body): Use it.
8230
8231         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8232         Replace encode-coding-string with mm-encode-coding-string.
8233
8234 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * nneething.el (nneething-decode-file-name): Replace
8237         decode-coding-string with mm-decode-coding-string.
8238
8239         * gnus-int.el (gnus-open-server): Say failed server's name.
8240
8241 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8242
8243         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8244         strings to a single string.  Quote `errors-file-name'.
8245         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8246         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8247         Adjust calls.  Use `shell-quote-argument'.
8248
8249 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8250
8251         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8252         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8253
8254         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8255         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8256         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8257         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8258         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8259         (gnus-subscribe-newsgroup, gnus-1):
8260         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8261         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8262         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8263         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8264
8265 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266
8267         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8268         keystroke.
8269         (gnus-summary-limit-to-bodies): Implement headersp.
8270
8271 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8274
8275 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8278
8279 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8280
8281         * message.el (message-generate-hashcash): Expand range of values to
8282         include `opportunistic'.
8283         (message-send-mail): Use it.
8284
8285 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8286
8287         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8288         and comment it.
8289
8290         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8291
8292 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * gnus-util.el (gnus-extract-address-components): Improve comment.
8295
8296 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-util.el (gnus-extract-address-components): Work with address in
8299         which the name portion contains @.
8300
8301         * lpath.el: Fbind custom-autoload.
8302
8303 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * gnus.el (gnus-start): Move custom group up.
8306         (gnus-select-method): Don't autoload, but make it available for
8307         `customize-variable'.
8308         (gnus-getenv-nntpserver): Don't autoload.
8309
8310 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8311
8312         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8313
8314 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8315
8316         * message.el (message-sendmail-extra-arguments): New variable.
8317         (message-send-mail-with-sendmail): Use it.
8318
8319 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8322         mm-with-unibyte-current-buffer to make string unibyte.
8323
8324         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8325         mm-string-as-multibyte.
8326
8327 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8328
8329         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8330         Reported by Werner Koch <wk@gnupg.org>.
8331
8332 2006-11-14  Daiki Ueno  <ueno@p360>
8333
8334         * mml2015.el: Autoload epa-select-keys when compiling.
8335
8336 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8337
8338         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8339         message-options.
8340         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8341
8342 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8343
8344         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8345         EasyPG (< 0.0.6).
8346         (mml2015-always-trust): New user option.
8347         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8348         prompt.
8349
8350 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * nntp.el (nntp-authinfo-force): New variable.
8353         (nntp-send-authinfo): Use it.
8354
8355 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8358         decode encoded words.  Improve prompt.  Add comment about forwarding.
8359         (message-replacement-char): Move up.
8360
8361 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8362
8363         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8364         instead of gnus-intersection because arguments of gnus-sorted-nunion
8365         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8366
8367 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8370         (message-simplify-subject-functions): Enable
8371         message-strip-subject-encoded-words by default.
8372
8373 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * message.el (message-strip-subject-encoded-words): New function.
8376         (message-simplify-subject-functions): New variable.
8377         (message-simplify-subject): Use it.  Fix typo in doc string.
8378         Support message-strip-subject-encoded-words.
8379
8380 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8381
8382         * gnus-diary.el (gnus-diary-delay-format-function):
8383         * nndiary.el (nndiary-reminders):
8384         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8385
8386 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * gnus-art.el (article-hide-boring-headers): Fetch date from
8389         gnus-original-article-buffer to avoid problems with localized date
8390         strings.
8391
8392 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8395
8396 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8399         New variables.
8400         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8401         (mm-charset-synonym-alist): Move some entries to
8402         mm-codepage-iso-8859-list.
8403         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8404         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8405
8406 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8409
8410 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8411
8412         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8413         with Emacs 21 and XEmacs.
8414
8415 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8416
8417         * spam.el (spam-parse-address): New function for better parsing,
8418         catching errors, etc.
8419         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8420
8421 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8422
8423         * mm-view.el: Add interactive arg to html2text autoload.
8424
8425 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8428
8429 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8432         variables.
8433         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8434         (mm-charset-synonym-alist): Move some entries to
8435         mm-codepage-iso-8859-list.
8436
8437         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8438
8439 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * message.el (message-citation-line-format)
8442         (message-insert-formated-citation-line): Fix implementation of %E, %N
8443         and %n according to the doc string.
8444
8445 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8446
8447         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8448         car-safe to avoid bad parses.
8449
8450 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8453         names.
8454
8455         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8456
8457 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8460         header.
8461
8462         * message.el (message-draft-headers): Add Date.
8463         (message-headers-to-generate): Fix typo in docstring.
8464
8465         * nndraft.el (nndraft-required-headers): New variable.
8466         (nndraft-generate-headers): Use it.
8467
8468         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8469
8470 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8471
8472         * gnus-registry.el (gnus-registry-wash-for-keywords)
8473         (gnus-registry-find-keywords): New functions to allow easy searching of
8474         articles that are in the registry.
8475
8476 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8477
8478         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8479         ietf-drums-parse-address instead of gnus-extract-address-components.
8480         Reported by Damien Elmes <damien@repose.cx>.
8481
8482 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * gnus.el (gnus-mime): Remove unused custom group.
8485
8486 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8487
8488         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8489         "blank line" when searching for end of armor headers.
8490
8491 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gmm-utils.el (gmm-write-region): Fix variable name.
8494
8495 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * gmm-utils.el (gmm-write-region): New function based on compatibility
8498         code from `mm-make-temp-file'.
8499
8500         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8501
8502         * nnmaildir.el (nnmaildir--update-nov)
8503         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8504         Use `gmm-write-region'.
8505
8506 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8509         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8510
8511         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8512
8513         * message.el (message-replacement-char): New variable.
8514         (message-fix-before-sending): Use it.
8515         (message-simplify-subject): New function to remove duplicate code.
8516         (message-reply, message-followup): Use it.
8517
8518         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8519         gnus-summary-limit-to-articles.
8520
8521 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * gnus-util.el (gnus-with-local-quit): New macro.
8524
8525         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8526
8527 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8528
8529         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8530         ignore non-string data.
8531
8532 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8533
8534         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8535         non-string data (needs to be done in the registry too).
8536
8537 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8538
8539         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8540         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8541         (gnus-registry-split-fancy-with-parent)
8542         (gnus-registry-fetch-simplified-message-subject-fast)
8543         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8544         Remove text properties on ingress into the registry and when it's saved.
8545         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8546         registry from entries with no groups.
8547
8548 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8549
8550         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8551         function to remove string properties.
8552
8553 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8554
8555         * gmm-utils.el (gmm): Adjust custom version.
8556
8557         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8558         custom version.
8559
8560         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8561
8562 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * gnus-art.el (gnus-insert-prev-page-button)
8565         (gnus-insert-next-page-button): Simplify.  Reformat.
8566
8567 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8568
8569         * gnus-art.el (gnus-insert-prev-page-button)
8570         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8571
8572 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8573
8574         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8575
8576 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8577
8578         * gnus-art.el (gnus-insert-mime-button)
8579         (gnus-insert-mime-security-button):
8580         Apply gnus-article-button-face to MIME and security buttons.
8581
8582 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8585         readable.
8586
8587 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8590
8591 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8592
8593         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8594         `browse-url-of-file' instead of `browse-url'.
8595
8596 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8597
8598         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8599         regexp.  Articles containing quotation were cut prematurely.
8600
8601 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * message.el (message-cite-original-1): Use nobody by default for the
8604         value of From header.
8605         (message-reply): Ditto.
8606
8607 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8608
8609         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8610         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8611         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8612
8613 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8616         mails in the doc string.  Add some URLs in comment.
8617         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8618
8619 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8622         backslashes handling and the way to find boundaries of quoted strings.
8623
8624 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8625
8626         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8627         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8628         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8629         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8630
8631 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8634         doc string.
8635         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8636
8637 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * lpath.el: Fbind epg-check-configuration.
8640
8641 2006-09-06  Simon Josefsson  <jas@extundo.com>
8642
8643         * mml2015.el (mml2015-use): Doc fix, mention epg.
8644
8645 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8646
8647         * mml2015.el (mml2015-use): Default to epg, if available.
8648
8649 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8650
8651         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8652         message-sender.
8653         (mml1991-epg-encrypt): Ditto.
8654         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8655         message-sender.
8656         (mml2015-epg-encrypt): Ditto.
8657
8658 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8659
8660         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8661         several common directories.
8662
8663 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8664
8665         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8666         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8667
8668 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-art.el (article-decode-encoded-words): Make it fast.
8671
8672 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8675
8676         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8677         in quoted string into `\'.
8678
8679 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8682         Use standard-syntax-table.
8683
8684 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-decode-address-function): New variable.
8687         (article-decode-encoded-words): Use it to decode headers which are
8688         assumed to contain addresses.
8689         (gnus-mime-delete-part): Remove useless `or'.
8690
8691         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8692         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8693         (gnus-nov-parse-line): Use it to decode From header.
8694         (gnus-get-newsgroup-headers): Ditto.
8695         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8696
8697         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8698         (mail-decode-encoded-address-string): New alias.
8699
8700         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8701         New function.
8702         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8703         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8704         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8705         (rfc2047-decode-string): Ditto.
8706         (rfc2047-decode-address-region): New function.
8707         (rfc2047-decode-address-string): New function.
8708
8709 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * message.el (message-caesar-buffer-body): Allow rotating headers.
8712
8713         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8714
8715         * message.el (message-insert-formated-citation-line): Fix %f.
8716         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8717
8718 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8721         (gnus-bookmark-mouse-available-p): New macro.
8722         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8723         (gnus-bookmark-bmenu-show-infos): Use it.
8724         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8725         (gnus-bookmark-bmenu-hide-infos): Ditto.
8726         (gnus-bookmark-remove-properties): New function.
8727         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8728         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8729         (gnus-bookmark-write-file): Bind coding-system-for-write.
8730         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8731         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8732         group before selecting it.
8733         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8734         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8735         quit-window if it is not available; use gnus-mouse-2 and bind it to
8736         gnus-bookmark-bmenu-select-by-mouse.
8737         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8738         (gnus-bookmark-bmenu-select-by-mouse): New function.
8739
8740 2006-08-13  Romain Francoise  <romain@orebokech.com>
8741
8742         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8743         space.
8744
8745 2006-08-10  Romain Francoise  <romain@orebokech.com>
8746
8747         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8748         (dns-mode-soa-auto-increment-serial): New user option.
8749         (dns-mode-soa-maybe-increment-serial): New function.
8750         (dns-mode): Add the latter to `write-contents-functions'.
8751
8752 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * compface.el (uncompface): Use binary rather than raw-text-unix.
8755
8756 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * compface.el (uncompface): Make sure the eol conversion doesn't take
8759         place when communicating with the external programs.  Reported by
8760         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8761
8762 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8765
8766 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8767
8768         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8769         Make it more robust by parsing author and date independently.
8770
8771 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8774
8775 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8776
8777         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8778         first matching secret key.
8779         (mml2015-epg-encrypt): Ditto.
8780
8781         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8782         first matching secret key.
8783         (mml1991-epg-encrypt): Ditto.
8784
8785         * mml2015.el (mml2015-encrypt-to-self): New user option.
8786         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8787         mml2015-epg-encrypt-to-self is set.
8788
8789         * mml1991.el (mml1991-encrypt-to-self): New variable.
8790         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8791         mml1991-epg-encrypt-to-self is set.
8792
8793         * mml2015.el (mml2015-signers): New user option.
8794         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8795         (mml2015-epg-encrypt): Allow to select signing keys.
8796
8797         * mml1991.el (mml1991-signers): New variable.
8798         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8799         (mml1991-epg-encrypt): Allow to select signing keys.
8800
8801 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * nnheader.el (nnheader-insert-head): Make it work even if the file
8804         uses CRLF for the line-break code.
8805
8806 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8807
8808         * mml2015.el: Require mml-sec instead of password.
8809         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8810         (mml2015-cache-passphrase): Inherit the default value from
8811         mml-secure-cache-passphrase.
8812         (mml2015-passphrase-cache-expiry): Inherit the default value from
8813         mml-secure-passphrase-cache-expiry.
8814
8815         * mml1991.el: Require mml-sec instead of password.
8816         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8817         (mml1991-cache-passphrase): Inherit the default value from
8818         mml-secure-cache-passphrase.
8819         (mml1991-passphrase-cache-expiry): Inherit the default value from
8820         mml-secure-passphrase-cache-expiry.
8821
8822         * mml-sec.el: Require password.
8823         (mml-secure-verbose): New user option.
8824         (mml-secure-cache-passphrase): New user option.
8825         (mml-secure-passphrase-cache-expiry): New user option.
8826
8827 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8828
8829         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8830         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8831         andreas@altroot.de (Andreas Vögele).
8832
8833         FIXME: Use `tiny change'?
8834
8835 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8836
8837         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8838         workaround for the url package included with Emacs.
8839
8840         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8841
8842 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8845         correctly.  This fixes a bug caused by the 2006-05-12 change.
8846
8847 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8848
8849         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8850         some information about the error when saying that the `bogus' mail
8851         group will be used.
8852
8853 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8856         string.
8857
8858 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8859
8860         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8861
8862 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8863
8864         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8865
8866 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8867
8868         * mml1991.el (mml1991-function-alist): Add epg.
8869         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8870         (mml1991-epg-encrypt): New functions.
8871
8872 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8873
8874         * mml2015.el (mml2015-verbose): New variable.
8875         (mml2015-cache-passphrase): Ditto.
8876         (mml2015-passphrase-cache-expiry): Ditto.
8877         (mml2015-function-alist): Add epg.
8878         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8879         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8880         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8881         functions.
8882
8883 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8884
8885         * message.el (message-cite-original-1): Preserve region when removing
8886         quoted text due to X-No-Archive in order to avoid bogus attribution
8887         when citing multiple messages.
8888
8889 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8890
8891         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8892         Kenneth Jacker <khj@be.cs.appstate.edu>.
8893
8894 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8895
8896         * gnus-diary.el (gnus-user-format-function-d)
8897         (gnus-user-format-function-D): Autoload.
8898
8899         * imap.el (Commentary): Fix typo.
8900
8901         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8902         2006-04-22 contribution.
8903
8904 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8905
8906         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8907         It didn't really fix the bogosity I'm seeing with solid web groups.
8908
8909 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8910
8911         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8912         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8913         created using server names.  If we use the feature without declaring
8914         it, Gnus does not properly manage server and group state.
8915
8916         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8917         bound.
8918
8919 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8920
8921         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8922         looking up the method using GROUP's prefix before inventing a new one.
8923         It is used on killed/unknown groups in various places where returning
8924         an all-new method isn't expected by the caller.
8925
8926         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8927         and match semantics of gnus-group-real-prefix.
8928
8929 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * nnmail.el (nnmail-broken-references-mailers): New variable.
8932         (nnmail-ignore-broken-references): New function generalizing
8933         nnmail-fix-eudora-headers.
8934         (nnmail-fix-eudora-headers): Now obsolete.
8935
8936         * gnus-art.el (gnus-button-handle-custom): Support
8937         `customize-apropos*'.
8938
8939 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8942
8943         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8944         articles.
8945
8946 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8947
8948         * message.el (message-cite-reply-above): New variable.
8949         (message-yank-original): Use it.
8950
8951 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8954
8955 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8958         as read.
8959
8960         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8961
8962 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8965         (gnus-bookmark-default-file): Use gnus-directory.
8966         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8967         Remove "*" in doc string.
8968         (gnus-bookmark-write-file): Simplify.
8969         (gnus-bookmark-maybe-sort-alist): Use `when'.
8970         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8971         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8972         FIXME about Emacs 21 and XEmacs compatibility.
8973         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8974         compatibility.
8975         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8976         compatibility.
8977         (gnus-bookmark-menu-heading): Fix version.
8978
8979 2006-06-19  Bastien Guerry  <bzg@altern.org>
8980
8981         * gnus-bookmark.el: New file.
8982
8983 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * message.el (message-syntax-checks): Doc fix.
8986
8987 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8988
8989         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8990         unsubscribed groups as if they were killed ones.  It causes duplicate
8991         entries in gnus-newsrc-alist.
8992
8993 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * message.el (message-syntax-checks): Doc fix.
8996         (message-send-mail): Add check for continuation headers.
8997         (message-check-news-header-syntax): Fix regexp used to check for
8998         continuation headers.
8999
9000 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9003
9004 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9005
9006         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9007
9008 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9011         default-truncate-lines.
9012
9013 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9016         to fill the utf-8 entry.
9017
9018         * lpath.el: Fbind unicode-precedence-list.
9019
9020 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9021
9022         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9023
9024 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9025
9026         * gnus-agent.el (directory-files-and-attributes): Move all the way
9027         forward (the third and final move).
9028         (gnus-agent-read-agentview): Trap reconstruction errors due to
9029         nonexistant directory.  Handle by returning nil.
9030
9031 2006-05-30  Didier Verna  <didier@xemacs.org>
9032
9033         * message.el (message-dont-reply-to-names): Update the custom type.
9034         * message.el (message-dont-reply-to-names): New defsubst: potentially
9035         convert a list of regexps into a single one.
9036         * message.el (message-get-reply-headers): Use it.
9037         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9038
9039 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-agent.el (directory-files-and-attributes): Move forward.
9042
9043 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9044
9045         * gnus-ml.el (gnus-mailing-list-subscribe)
9046         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9047         (gnus-mailing-list-message): Fix doc strings.
9048
9049 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9050
9051         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9052         of doing it manually.
9053
9054 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9055
9056         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9057         comment.
9058
9059 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9060
9061         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9062         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9063         (gnus-agent-read-local): All symbols allocated in my-obarray.
9064         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9065         (gnus-agent-regenerate-group): Check numeric names to see if they are
9066         messages or groups.
9067         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9068         better way of do this...)
9069
9070         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9071         'dummy.group' (there should be a better way of do this...)
9072
9073 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9076         (gnus-saved-headers): Ditto.
9077         (gnus-default-article-saver): Mention functions may have properties.
9078         (gnus-article-save): Override gnus-save-all-headers and
9079         gnus-saved-headers by :headers property which saver function may have.
9080         (gnus-summary-save-in-file): Add :headers property.
9081         (gnus-summary-write-to-file): Ditto.
9082
9083         * gnus-sum.el (gnus-summary-save-article): Bind
9084         gnus-prompt-before-saving to t when saving many articles in a file;
9085         always show all headers.
9086
9087         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9088
9089 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9092         marks.
9093
9094         * message.el (message-indent-citation): Add optional arguments to allow
9095         using it outside of message buffers.
9096
9097         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9098         (gnus-article-treat-unfold-headers): Use it.
9099         (gnus-article-truncate-lines): New variable.
9100         (gnus-article-mode): Use it.
9101         (gnus-article-toggle-truncate-lines): New function.
9102
9103         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9104         gnus-article-toggle-truncate-lines.
9105
9106         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9107         coding system in XEmacs, use binary.
9108
9109 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9112         after-load-alist.
9113
9114         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9115         this function should save decoded articles.
9116         (gnus-summary-write-to-file): Use property to specify this function
9117         should save decoded articles and specify gnus-summary-save-in-file
9118         should be used to save articles other than the first one when saving
9119         many articles.
9120         (gnus-summary-save-body-in-file): Use property to specify this
9121         function should save decoded articles.
9122         (gnus-summary-write-body-to-file): Use property to specify this
9123         function should save decoded articles and specify
9124         gnus-summary-save-body-in-file should be used to save articles other
9125         than the first one when saving many articles.
9126
9127         * gnus-sum.el (gnus-summary-save-article): Simplify.
9128
9129 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * gnus-art.el (gnus-default-article-saver): Add
9132         gnus-summary-write-body-to-file.
9133         (gnus-article-save-coding-system): Don't use coding system object
9134         in XEmacs.
9135         (gnus-read-save-file-name): Add optional `dir-var' argument which
9136         specifies directory in which files are saved; work even if optional
9137         `variable' argument is not specified.
9138         (gnus-summary-write-to-file): Read file name.
9139         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9140         (gnus-summary-write-body-to-file): New function.
9141
9142         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9143         (gnus-summary-local-variables): Add it.
9144         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9145         (gnus-summary-save-article): Remove optional `decode' argument;
9146         determine whether to decode articles by the value of
9147         gnus-default-article-saver; when saving many files using
9148         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9149         it first and use gnus-summary-save-in-file or
9150         gnus-summary-save-body-in-file thereafter unless
9151         gnus-prompt-before-saving is always; move point to article which
9152         will be saved.
9153         (gnus-summary-save-article-file): Revert.
9154         (gnus-summary-write-article-file): Revert.
9155         (gnus-summary-save-article-body-file): Revert.
9156         (gnus-summary-write-article-body-file): New function.
9157
9158 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-art.el (gnus-default-article-saver): Doc fix.
9161         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9162         from gnus-summary-save-article-coding-system, and default to a
9163         certain coding system.
9164         (gnus-output-to-file): Add coding cookie and encode text according
9165         to gnus-article-save-coding-system; don't use mm-append-to-file.
9166
9167         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9168         gnus-art.el and rename to gnus-article-save-coding-system.
9169         (gnus-summary-save-article): Require gnus-art; don't show all
9170         headers if it decodes articles; don't add coding cookie here;
9171         don't bind mm-text-coding-system-for-write.
9172         (gnus-summary-save-article-file): Save decoded articles.
9173         (gnus-summary-write-article-file): When saving many files, use
9174         gnus-summary-write-to-file first and gnus-summary-save-in-file
9175         thereafter unless gnus-prompt-before-saving is always.
9176         (gnus-summary-save-article-body-file): Save decoded articles.
9177
9178         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9179
9180 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * nnrss.el (nnrss-check-group): Bind hash-index.
9183
9184 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9185
9186         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9187         its hash index.  Store this hash in `nnrss-group-data'.
9188         (nnrss-read-group-data): Update accordingly.
9189
9190 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9193         entry.
9194
9195         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9196         gnus-article-browse-html-article.
9197
9198 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9199
9200         * gnus-sum.el (gnus-summary-mime-map): Add
9201         gnus-article-browse-html-article.
9202
9203         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9204
9205 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9208         suitable coding systems in customize.
9209
9210 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * mail-source.el (mail-sources): Fix custom type.
9213
9214 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9217         (gnus-summary-expire-articles-now): Shorten prompt.
9218
9219         * gmm-utils.el (wid-edit): Require.
9220         (defun-gmm): Renamed from `gmm-defun-compat'.
9221         (gmm-image-search-load-path): Use it.
9222         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9223
9224 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9227         variable.
9228         (gnus-summary-save-article): Add optional `decode' argument.  If
9229         it is set and gnus-summary-save-article-coding-system is non-nil,
9230         save decoded article.
9231         (gnus-summary-write-article-file): Save decoded article if
9232         gnus-summary-save-article-coding-system is non-nil.
9233
9234         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9235         type.
9236
9237 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9240
9241 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9244         first to test gnus-single-article-buffer which may be buffer-local.
9245
9246         * gnus-sum.el (gnus-summary-setup-buffer): Make
9247         gnus-single-article-buffer buffer-local and nil in ephemeral
9248         group; make gnus-article-buffer, gnus-article-current, and
9249         gnus-original-article-buffer always buffer-local.
9250         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9251         group.
9252         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9253
9254 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * nnml.el (nnml-request-compact-group): Compressed files might not
9257         have .gz extension.
9258
9259 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9260
9261         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9262         (mm-copy-to-buffer): Use with-current-buffer.
9263         (mm-display-part): Simplify.
9264         (mm-inlinable-p): Add optional arg `type'.
9265
9266 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9267
9268         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9269         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9270         Try harder to show the attachment internally or externally using
9271         gnus-mime-view-part-as-type.
9272
9273 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * message.el (message-from-style, message-signature-separator)
9276         (message-user-organization-file, message-send-mail-function)
9277         (message-citation-line-function, message-yank-prefix)
9278         (message-indent-citation-function, message-signature)
9279         (message-signature-file, message-signature-insert-empty-line):
9280         Remove autoloads.
9281
9282         * gnus-art.el (gnus-buttonized-mime-types): Remove
9283         "multipart/signed".  Revert 2006-04-26 change.
9284
9285 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9286
9287         * gnus.el (gnus-version-number): Bump version.
9288
9289 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9290
9291         * gnus.el: No Gnus v0.5 is released.
9292
9293 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9294
9295         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9296         fetching articles by message-id.
9297
9298 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * message.el (hashcash): Require hashcash as normal.
9301
9302         * ecomplete.el (ecomplete-highlight-match-line): Use
9303         point-at-eol.
9304         (ecomplete-highlight-match-line): Use `highlight', because that
9305         face exists in both Emacs and XEmacs.
9306
9307         * message.el (message-display-abbrev): Use point-at-bol.
9308
9309         * mail-source.el: Don't require timer/timer-funcs.
9310
9311         * gnus-async.el: Ditto.
9312
9313         * password.el: Ditto.
9314
9315         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9316
9317         * mm-url.el: Ditto.
9318
9319         * gnus-xmas.el: Don't require timer-funcs.
9320
9321         * mm-util.el: Require timer/timer-funcs.
9322
9323 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9324
9325         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9326         Close.
9327
9328 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9331         unibyte after clear-decrypt function runs.
9332
9333         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9334         returns as a unibyte string.
9335
9336 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * lpath.el: Revert.
9339
9340         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9341         (pgg-gpg-process-sentinel): Revert.
9342
9343         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9344         (pgg-pgp-lookup-key): Revert.
9345
9346         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9347         (pgg-pgp5-lookup-key): Revert.
9348
9349         * pgg.el (pgg-fetch-key): Revert.
9350
9351 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * lpath.el: Fbind string-as-multibyte for XEmacs.
9354
9355         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9356         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9357         (mml1991-pgg-encrypt): Ditto.
9358
9359         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9360         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9361         a multibyte buffer.
9362
9363         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9364         (pgg-pgp-lookup-key): Ditto.
9365
9366         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9367         (pgg-pgp5-lookup-key): Ditto.
9368
9369         * pgg.el (pgg-fetch-key): Ditto.
9370
9371 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * message.el (message-user-organization-file): Check several
9374         locations of the organization file.
9375
9376         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9377         Add gnus-article-view-part-as-type.
9378
9379         * gnus-art.el (gnus-article-view-part-as-type): New function.
9380
9381         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9382         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9383
9384         * mml.el: Simplify autoload.
9385         (mml-mode): defvar dnd-protocol-alist instead of using
9386         symbol-value.
9387         (mml-default-directory): New variable.
9388         (mml-minibuffer-read-file): Use it.
9389         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9390
9391         * message.el (message-citation-line-format): New variable.
9392         (message-insert-formated-citation-line): New function.
9393         (message-citation-line-function): Add
9394         `message-insert-formated-citation-line' to custom type.
9395
9396         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9397         to doc string.
9398
9399         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9400         depending on mm-verify-option.
9401
9402 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9405         binding pgg-* variables; reimplement the section which prevents
9406         MIME header from being signed.
9407         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9408         pgg-text-mode; remove a blank line at the top of body.
9409
9410         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9411         lines at the top of body; use gnus-newsgroup-charset if there's no
9412         Charset header.
9413
9414 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * message.el (message-self-insert-commands): Doc fix.
9417
9418         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9419         (mm-uu-pgp-encrypted-test): Ditto.
9420         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9421         between header and body; return application/pgp-encrypted handle
9422         if decryption failed; decode decrypted body by charset.
9423
9424         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9425         element match to application/pgp-*.
9426
9427 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9428
9429         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9430         HTML.
9431
9432 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9433
9434         * mail-source.el (mail-source-call-script): Message the error
9435         string.
9436
9437 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * gnus-util.el (gnus-byte-compile): Use it.
9440
9441 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9442
9443         * gnus-util.el (kill-empty-logs): New function.
9444
9445 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * message.el (message-mail-alias-type): Doc fix.
9448         (message-mail-alias-type-p): New function.
9449         (message-send): Use it.
9450         (message-mode): Ditto.
9451         (message-strip-forbidden-properties): Ditto.
9452
9453         * ecomplete.el (ecomplete-database-file-coding-system): New
9454         variable.
9455         (ecomplete-save): Use it.
9456         (ecomplete-setup): Use it.
9457
9458 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * message.el (message-self-insert-commands): New variable.
9461         (message-strip-forbidden-properties): Use it.
9462
9463 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9466         that doesn't make XEmacs choke.
9467
9468 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * gnus-util.el (gnus-replace-in-string):
9471         Prefer replace-regexp-in-string over of replace-in-string.
9472
9473 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * gnus-util.el (gnus-select-frame-set-input-focus):
9476         Use select-frame-set-input-focus if it is available in XEmacs; use
9477         definition defined in Emacs 22 for old Emacsen.
9478
9479         * dgnushack.el: Autoload unmorse-region for XEmacs.
9480
9481         * lpath.el: Bind cursor-in-non-selected-windows and
9482         select-frame-set-input-focus for XEmacs.
9483
9484 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9487
9488 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9489
9490         * gnus-registry.el (gnus-registry-cache-save): Remove text
9491         properties when saving via the temp buffer.
9492
9493 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * message.el (message-generate-hashcash): Honor custom type.
9496
9497 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * message.el (message-generate-hashcash): Default to non-nil when
9500         hashcash is found.
9501
9502         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9503         (gnus-refer-thread-limit): Increase default to 500.
9504
9505         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9506
9507         * flow-fill.el (fill-flowed): Allow delete-space.
9508
9509 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9512         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9513         Remove autoloads.
9514
9515 2006-04-18  Simon Josefsson  <jas@extundo.com>
9516
9517         * message.el (message-generate-hashcash): Default to.
9518
9519 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9522         concatenating segments rather than before concatenating them.
9523
9524 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9527
9528 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9531
9532         * message.el (message-forward-make-body-plain): Allow
9533         message-forward-ignored-headers to be a list.
9534         (message-remove-ignored-headers): Factor out into function.
9535         (message-forward-make-body-mml): Use it.
9536
9537         * imap.el (imap-quote-specials): New function.
9538         (imap-login-auth): Quote specials.
9539
9540         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9541         (rfc2231-parse-string): Allow concatanation of parameters that
9542         aren't contiguous.  The test case is
9543           (mail-header-parse-content-type "message/external-body;
9544             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9545             access-type=LOCAL-FILE;
9546             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9547
9548 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9549
9550         * nntp.el (nntp-accept-process-output): Return the value of
9551         `nnheader-accept-process-output'.
9552
9553 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554
9555         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9556         (gnus-button-alist): Recognize more diff formats.
9557         (gnus-button-patch): Strip directory.
9558
9559 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9562         Emacs 22 when setting focus.
9563
9564 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565
9566         * gnus-art.el (gnus-article-treat-types): Do treatment of
9567         text/x-verbatim parts.
9568         (gnus-button-patch): New command.
9569
9570         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9571         addresses that contain invalid characters.
9572
9573 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9574
9575         * message.el (message-put-addresses-in-ecomplete): Use
9576         gnus-replace-in-string.
9577         (message-is-yours-p): Use the more correct
9578         mail-header-parse-address instead of
9579         mail-extract-address-components.
9580         (message-put-addresses-in-ecomplete): Fix typo.
9581
9582         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9583         keystroke.
9584
9585         * gnus-art.el (gnus-treatment-function-alist): Change order of
9586         newsgroups/generic header folding to avoid double-folding.
9587
9588         * message.el (message-hidden-headers): Add X-Draft-From.
9589
9590         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9591         command.
9592         (gnus-summary-repeat-search-article-backward): New command.
9593
9594         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9595         groups in the parent topic.
9596
9597 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9598
9599         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9600         (spam-extra-header-to-number): Return the CRM114 number as a
9601         number instead of a string.
9602
9603 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus-art.el (gnus-face-properties-alist): Moved here from
9606         gnus-fun.
9607
9608         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9609
9610 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * message.el (message-strip-forbidden-properties): Only display on
9613         self-insert-command.
9614
9615         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9616         reindent.
9617         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9618
9619 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9620
9621         * smiley.el (smiley-style): Fix typo.
9622
9623 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9624
9625         * hashcash.el (hashcash-insert-payment-async-2): Use
9626         message-goto-eoh instead of doing it manually.
9627         (mail-add-payment): Use message-narrow-to-header instead of trying
9628         to do the same itself.
9629
9630         * message.el (message-hidden-headers): Add Face.
9631
9632         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9633         reparenting code.
9634         (gnus-summary-reparent-children): Refactored out code.
9635         (gnus-summary-thread-map): New keystroke.
9636         (gnus-summary-reparent-children): Make into command.
9637
9638         * smiley.el (smiley-style): Default to `medium' if using a large
9639         font.
9640
9641         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9642         does it itself.
9643
9644         * message.el (message-point-in-header-p): Simplify definition.
9645
9646 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * nnagent.el (nnagent-request-set-mark): Silence log file
9649         writing.
9650         (nnagent-request-set-mark): Use write-region instead of
9651         append-to-file.
9652
9653         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9654         strange select method.
9655
9656         * ecomplete.el (ecomplete-display-matches): Get highlightling
9657         right.
9658         (ecomplete-display-matches): Use literals.
9659         (ecomplete-display-matches): Disable message logging.
9660
9661         * message.el (message-display-abbrev): Small optimization.
9662
9663         * ecomplete.el (ecomplete-display-matches): Allow automatic
9664         display.
9665
9666         * message.el (message-strip-forbidden-properties): Display
9667         abbrevs.
9668         (message-display-abbrev): Get automatic display right.
9669
9670         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9671         keystrokes.
9672
9673 2006-04-13  Romain Francoise  <romain@orebokech.com>
9674
9675         TODO: Backport to v5-10!
9676
9677         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9678         Moved here (and renamed) from gnus-registry.el.
9679
9680         * gnus-registry.el: Require gnus-util.
9681         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9682
9683 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * gnus-group.el (gnus-group-catchup-current): Change
9686         if-then-else-if-then-else into cond.
9687         (gnus-group-catchup): Indent.
9688         (group-name-at-point): New function.
9689         (gnus-fetch-group): Provide default from thing at point.
9690
9691 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9692
9693         * message.el (message-display-abbrev): Fix regexp.
9694
9695         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9696         choosing.
9697         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9698         dead variables.
9699
9700         * message.el (message-newline-and-indent): Remove debugging.
9701         (message-display-abbrev): Use new implementation.
9702
9703 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * gnus-art.el (gnus-article-mode): Set
9706         cursor-in-non-selected-windows to nil.
9707
9708         * smiley.el: Revert previous change.
9709         (smiley-data-directory): defvar it before using it in the
9710         defcustom of `smiley-style'.
9711
9712 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * message.el (message-newline-and-indent): New function.
9715
9716         * ecomplete.el: Implement more bits.
9717
9718         * message.el (message-put-addresses-in-ecomplete): Clean up the
9719         string.
9720
9721         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9722
9723         * gnus-sum.el (gnus-summary-save-parts): Bind
9724         gnus-summary-save-parts-counter and use it to make unique file
9725         names.
9726
9727         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9728
9729         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9730         parameter to say whether to actually parse the individual
9731         addresses.
9732
9733         * message.el (message-put-addresses-in-ecomplete): New function.
9734         (ecomplete): Require.
9735         (message-mail-alias-type): Add ecomplete as an option.
9736
9737 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9738
9739         * flow-fill.el (fill-flowed): Remove trailing space from blank
9740         quoted lines.
9741
9742 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9743
9744         * smiley.el (smiley-style): Move definition later to avoid a
9745         compilation warning.
9746
9747 2006-04-12  Kenichi Handa  <handa@m17n.org>
9748
9749         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9750         buffer and then decode the buffer text if necessary.
9751         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9752         first, and after mm-encode-body, change the buffer to unibyte.
9753         Use mm-disable-multibyte instead of set-buffer-multibyte.
9754
9755 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9758         Content-Type header instead of Content-Disposition header.
9759         (gnus-mime-inline-part): Ditto.
9760         (gnus-mime-view-part-as-charset): Ignore charset that the part
9761         specifies.
9762
9763         * mm-decode.el (mm-display-part): Work with external parts and
9764         usual parts similarly.
9765
9766         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9767         instead of gnus-display-mime.
9768
9769         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9770         instead of with-temp-buffer.
9771
9772         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9773         tag to summarized topics part in order to encode non-ASCII text.
9774
9775 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * smiley.el (smiley-style): New variable.
9778         (smiley-directory): New function.
9779         (smiley-data-directory): Derive from `smiley-style' using
9780         `smiley-directory'.
9781         (smiley-regexp-alist): Add new entries.
9782
9783         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9784         (gnus-article-browse-delete-temp): Add :version.
9785
9786 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9787
9788         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9789         the sieve region.
9790
9791 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * gnus.el (gnus-version-number): Bump version.
9794
9795 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9796
9797         * gnus.el: No Gnus v0.4 is released.
9798
9799 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9800
9801         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9802         layout.
9803
9804         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9805         unknown charset.
9806
9807         * message.el (message-header-synonyms): Add Original-To to the
9808         default.
9809
9810         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9811         optional parameter.
9812
9813 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * gnus-fun.el (gnus): Require it for gnus-directory.
9816
9817 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9820
9821 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9822
9823         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9824
9825 2006-04-05  Simon Josefsson  <jas@extundo.com>
9826
9827         * password.el (password-reset): New function.
9828
9829 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9830
9831         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9832         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9833
9834 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9835
9836         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9837         Some whitespace was matched into the url, which broke browsing hits
9838         > 100 when mm-url-use-external was nil.
9839
9840 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9843         gnus-extra-headers for 'Newsgroups.
9844
9845         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9846         bound.
9847
9848 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9849
9850         * pgg-gpg.el: Clean up process buffers every time gpg processes
9851         complete.
9852
9853 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9856         doc string.
9857
9858 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9859
9860         * pgg-gpg.el (pgg-gpg-process-filter)
9861         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9862
9863         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9864         lines, temporary fix.
9865
9866 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9869
9870 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9871
9872         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9873         default-enable-multibyte-characters.  This reverts the change from
9874         revision 6.17 which is no longer necessary because the passphrase
9875         is sent separately now.  GnuPG messages are unreadable under
9876         multibyte locales with default-enable-multibyte-characters set to
9877         nil.
9878
9879 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * message.el (message-tool-bar-gnome): Move "spell".
9882
9883 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9886         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9887         instead.
9888
9889 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9890
9891         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9892         newsgroups handling for NNTP overviews which don't include
9893         Newsgroups.
9894
9895 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9896
9897         * message.el (message-resend): Bind message-generate-hashcash to nil.
9898
9899 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9900
9901         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9902         when searching for already-paid recipients.
9903
9904 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9905
9906         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9907         passphrases when it is not needed.
9908         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9909         passphrase stuff from gpg, should only be necessary when you use
9910         gpg with a smartcard.
9911
9912 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * mml.el (mml-insert-mime): Ignore cached contents of
9915         message/external-body part.
9916
9917         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9918         (mm-insert-part): Ditto.
9919
9920 2006-03-23  Simon Josefsson  <jas@extundo.com>
9921
9922         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9923         Reiner.
9924         (pgg-gpg-use-agent-p): Use it again.
9925
9926 2006-03-23  Simon Josefsson  <jas@extundo.com>
9927
9928         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9929         older emacsen.
9930         (pgg-gpg-use-agent-p): Don't use it.
9931
9932 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9935         if we can.
9936
9937 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9938
9939         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9940         (pgg-gpg-update-agent): New function.
9941         (pgg-gpg-use-agent-p): New function.
9942         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9943         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9944         (pgg-gpg-sign-region): Use it.
9945
9946 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9949         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9950
9951 2006-03-21  Simon Josefsson  <jas@extundo.com>
9952
9953         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9954         <wilde@sha-bang.de>.
9955         (pgg-gpg-use-agent): New variable.
9956         (pgg-gpg-process-region): Use it.
9957         (pgg-gpg-encrypt-region): Likewise.
9958         (pgg-gpg-encrypt-symmetric-region): Likewise.
9959         (pgg-gpg-decrypt-region): Likewise.
9960         (pgg-gpg-sign-region): Likewise.
9961         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9962
9963 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9966
9967         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9968         Add comment on version.
9969
9970 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * smiley.el: Add missing test smiley.
9973
9974 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * mm-decode.el (mm-with-part): New macro.
9977         (mm-get-part): Use it; work with message/external-body as well.
9978         (mm-save-part): Treat name and filename equally.
9979
9980         * mm-extern.el (mm-extern-cache-contents): New function.
9981         (mm-inline-external-body): Use it; force the part to be displayed;
9982         move undisplayer added to the cached handle to the parent.
9983
9984         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9985         (gnus-mime-view-part-as-type): Work with message/external-body.
9986
9987         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9988
9989 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9990
9991         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9992         images in image-load-path.  [Sync with image.el, revision 1.60, in
9993         Emacs.]
9994
9995 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9998         path rather than symbol.  Always return list of directories.
9999         Guarantee that image directory comes first.  [Sync with image.el,
10000         revision 1.59, in Emacs.]
10001
10002         * message.el (message-make-tool-bar): Adjust to new API of
10003         `gmm-image-load-path-for-library'.
10004
10005         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10006
10007         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10008
10009 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10010
10011         * gnus-art.el (gnus-article-only-boring-p):
10012         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10013         intangible text.
10014         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10015
10016 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10019         `defun' instead of `gmm-defun-compat'.
10020
10021 2006-03-14  Simon Josefsson  <jas@extundo.com>
10022
10023         * message.el (message-unique-id): Don't use message-number-base36
10024         if (user-uid) is a float.
10025         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10026
10027 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10030
10031         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10032         empty line between a part and a message part.
10033
10034 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10035
10036         * smiley.el: Add more test smileys.
10037         (smiley-data-directory, smiley-regexp-alist)
10038         (gnus-smiley-file-types): Fix doc strings.
10039         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10040         adding new elements.
10041         (smiley-mouse-map): Unused code.  Make it a comment.
10042
10043 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10046         scan latest NoCeM messages instead of old ones.
10047         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10048         delimiters that are recently used.
10049         (gnus-nocem-load-cache): Add autoload cookie.
10050
10051         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10052
10053         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10054         level which is larger than gnus-use-nocem is specified.
10055
10056         * gnus-group.el (gnus-group-get-new-news): Ditto.
10057
10058 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * gnus-util.el (gnus-tool-bar-update): New function.
10061
10062         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10063         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10064
10065         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10066
10067         * gnus-group.el (gnus-group-redraw-when-idle)
10068         (gnus-group-redraw-check): Remove.
10069         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10070
10071 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10074         if optional last element is specified in splits (FIELD VALUE...).
10075
10076 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10077
10078         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10079         to gmm-image-load-path-for-library.  Call with no-error argument.
10080         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10081
10082         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10083
10084         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10085
10086         * gmm-utils.el (gmm-image-load-path): Remove alias.
10087
10088 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gmm-utils.el (gmm-image-load-path): Add alias.
10091
10092         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10093         nnml-generate-nov-databases-1.
10094         (nnml-generate-nov-databases): Use it.
10095         (nnml-generate-nov-databases-directory): Document no-active
10096         argument.
10097
10098         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10099         directory if path is t.  Add no-error.
10100
10101         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10102         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10103
10104         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10105         resetting gnus-article-browse-html-temp-list.
10106
10107         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10108         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10109         Add example to docstring.  Rename local variables.  Move error
10110         checks to default case in cond and simplify.
10111
10112 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10115         handle is multipart when calling it recursively.
10116         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10117
10118 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10119
10120         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10121         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10122
10123 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10126         is loaded.
10127
10128         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10129         loaded.
10130
10131 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10132
10133         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10134         to "Emacs 23 (unicode)" in doc string.
10135
10136         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10137         "Emacs 23 (unicode)" in comment.
10138
10139 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10142
10143         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10144         characters 160 through 255 in Emacs 23.
10145
10146 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10147
10148         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10149         gnus-article-browse-html-temp.
10150         (gnus-article-browse-delete-temp): Make it customizable.  Add
10151         `file'.  Adjust doc string.
10152         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10153         query for each file.  Adjust doc string.
10154         (gnus-article-browse-html-parts): Add
10155         `gnus-article-browse-delete-temp-files' to
10156         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10157
10158 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10159
10160         * gnus-art.el (gnus-article-browse-html-temp)
10161         (gnus-article-browse-delete-temp): New variables.
10162         (gnus-article-browse-delete-temp-files): New function.
10163         (gnus-article-browse-html-parts): Use it.
10164
10165 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10168
10169         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10170         string.
10171
10172         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10173         gnus-summary-insert-new-articles when unplugged.  Remove
10174         gnus-summary-search-article-forward.
10175
10176         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10177         display-visual-class instead of display-color-cells.
10178
10179 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * dgnushack.el: Autoload customize-group for XEmacs.
10182
10183         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10184         message/* containing non-ASCII text properly.
10185
10186 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * message.el: Require gmm-utils, remove autoloads.
10189         (message-tool-bar): Set default based on
10190         gmm-tool-bar-style.
10191         (message-tool-bar-gnome): Add gmm-customize-mode.
10192
10193         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10194         gmm-tool-bar-style.
10195         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10196
10197         * gnus-group.el (gnus-group-tool-bar): Set default based on
10198         gmm-tool-bar-style.
10199         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10200
10201         * gmm-utils.el (gmm-image-directory): Rename variable from
10202         gmm-image-load-path.
10203         (gmm-image-load-path): Use gmm-image-directory.
10204         (gmm-customize-mode): New function.
10205         (gmm-tool-bar-style): New variable.
10206
10207         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10208         gnus-group-redraw-line-number.
10209         (gnus-group-redraw-check): Simplify.
10210         (gnus-group-tool-bar-update): Remove redraw check.
10211         (gnus-group-make-tool-bar): Add redraw check.
10212
10213 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10214
10215         * gnus-art.el (gnus-button): Add missing parentheses.
10216
10217 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * lpath.el: Fbind line-number-at-pos.
10220
10221 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10224
10225 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * gnus-art.el (gnus-button): New face.
10228         (gnus-article-button-face): Use it.
10229
10230         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10231         gnus-summary-next-page.  Re-order.
10232
10233         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10234         next-node are now included.
10235         (gnus-group-redraw-line-number): New internal variable.
10236         (gnus-group-redraw-check): Helper function for updating the tool
10237         bar.
10238         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10239
10240         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10241
10242         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10243         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10244         Use it to match format of Spamassassin 3.0 and later.  Reported by
10245         IRIE Tetsuya <irie@t.email.ne.jp>.
10246         (spam-check-bogofilter)
10247         (spam-bogofilter-register-with-bogofilter): Fix args of
10248         `gnus-error' calls.
10249
10250 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10253         unnecessary interaction when sending queued mails.  Reported by
10254         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10255
10256 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10259         first or last are nil.
10260
10261 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10262
10263         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10264
10265 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10266
10267         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10268
10269 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * dns.el (query-dns): Protect more against buggy tcp output.
10272
10273 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10276         nov.php.
10277
10278 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10279
10280         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10281         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10282         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10283         output on the server side.
10284         (nnweb-google-create-mapping): Update regexps and add some
10285         progress indication.
10286
10287 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10288
10289         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10290         gnus-agent-toggle-plugged.  Re-order icons.
10291         (gnus-group-tool-bar-gnome): Add
10292         gnus-group-{prev,next}-unread-group.
10293         (gnus-group-tool-bar-gnome): Re-order icons.
10294
10295         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10296         gnus-summary-insert-new-articles.
10297
10298         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10299         comments.
10300
10301         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10302         also available in Emacs 21.3.
10303
10304         * message.el (message-fix-before-sending): Change "Emacs 22" to
10305         "Emacs 23 (unicode)" in comment.
10306
10307         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10308         "Emacs 23 (unicode)" in comment.
10309
10310         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10311         comment.
10312         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10313
10314         * mm-view.el (mm-fill-flowed): Add :version.
10315
10316 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10319         and load-path.
10320
10321 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * message.el: Autoload gmm-image-load-path.
10324         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10325         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10326         consitency.
10327
10328         * gmm-utils.el (gmm-image-load-path): Also search in
10329         "../etc/images".  Don't set gmm-image-load-path if we don't find
10330         the image.
10331
10332 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * gmm-utils.el (gmm-image-load-path): Don't make
10335         `gmm-image-load-path' include subdirectories which the second arg
10336         `image' might specify.
10337
10338         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10339         subdirectory to icon file names.
10340
10341         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10342
10343 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10346         gmm-image-load-path calls.
10347
10348         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10349
10350         * message.el (message-make-tool-bar): Ditto.
10351
10352         * mml.el (mml-preview): Added comment concerning tool bar icons.
10353
10354         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10355         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10356
10357         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10358         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10359
10360         * message.el (message-tool-bar-gnome): Use new icon names.
10361         (message-make-tool-bar): Use `gmm-image-load-path'.
10362
10363         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10364         functions from MH-E.
10365         (gmm-image-load-path): New variable from MH-E.
10366         (gmm-image-load-path): New function from MH-E.  Added arguments
10367         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10368         *-image-load-path-called-flag.
10369
10370 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10371
10372         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10373
10374 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10375
10376         * nnimap.el (nnimap-request-move-article): Change folder back to
10377         source group before deleting.
10378
10379 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10382
10383         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10384         mm-url.
10385
10386         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10387
10388 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10391         coding system which mm-charset-to-coding-system returns for a
10392         given charset is valid.
10393
10394 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10395
10396         * html2text.el (html2text-remove-tag-list):
10397         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10398
10399 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10400
10401         * gnus-cus.el: Revert 2005-10-17 change.
10402
10403 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * gnus-art.el (article-strip-banner): Call
10406         article-really-strip-banner only when the regexp match is made.
10407
10408 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * gnus-art.el (article-strip-banner): Use
10411         gnus-extract-address-components instead of
10412         mail-header-parse-addresses to make it work with non-ASCII text;
10413         remove mail-encode-encoded-word-string.
10414
10415         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10416         values which are surrounded with \"...\"; make it never cause a
10417         Lisp error; give up parsing of parameters if it failed in
10418         extracting type.
10419
10420 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10421
10422         * smime.el (smime-cert-by-ldap-1): Fix bug where
10423         `smime-ldap-search' returns results without userCertificates.
10424
10425 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10428
10429 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * spam.el (spam-check-spamassassin-headers): Adapt format for
10432         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10433         <ari@mbf.ocn.ne.jp>.
10434         (spam-list-of-processors): Add spam-use-gmane.
10435
10436 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10439         make-temp-file; make it work with XEmacs as well.
10440
10441         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10442         mm-make-temp-file.
10443
10444         * mm-decode.el (mm-display-external): Use the 3rd arg of
10445         mm-make-temp-file.
10446         (mm-create-image-xemacs): Ditto.
10447
10448 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10451         with message-narrow-to-headers.
10452         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10453         (gnus-draft-check-draft-articles): New function.
10454         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10455
10456 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10457
10458         * gnus-art.el (gnus-article-browse-html-parts):
10459         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10460         Don't use suffix argument for mm-make-temp-file for Emacs 21
10461         compatibility.  Remove useless `format'.
10462
10463 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10464
10465         * nnweb.el (nnweb-google-wash-article): Update regexps.
10466         (nnweb-group-alist): Use defvoo instead of defvar.
10467
10468 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10471         re-loading nn* modules.
10472
10473 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10476         for `tool-bar-mode' and don't check it's default-value.
10477
10478         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10479
10480         * message.el (message-make-tool-bar): Ditto.
10481
10482         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10483         `substring'.  Shorten tmp-file name.
10484
10485         * gnus.el: Remove bogus comment.
10486
10487 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10488
10489         * gnus-art.el (gnus-article-browse-html-parts): New function.
10490         (gnus-article-browse-html-article): New function for viewing html
10491         articles with a browser.
10492
10493 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10494
10495         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10496         in elisp.
10497         (pgg-gpg-encrypt-symmetric-region): Ditto.
10498         (pgg-gpg-sign-region): Ditto.
10499
10500         * pgg-def.el (pgg-text-mode): New variable.
10501
10502         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10503         (mml2015-pgg-encrypt): Ditto.
10504
10505         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10506         (mml1991-pgg-encrypt): Ditto.
10507
10508 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10511         message-make-date instead of current-time-string.
10512
10513         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10514         to gnus-decoded which mm-uu might set.
10515
10516 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10519         don't decode quoted parameters; remove misimported Emacs code.
10520         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10521         (rfc2231-decode-encoded-string): Don't use split-string which
10522         behaves differently according to Emacs version; use
10523         mm-decode-coding-region to convert charset to coding-system.
10524         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10525         (rfc2231-encode-string): Remove misimported Emacs code.
10526
10527 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10530         when calling mail-header-parse-content-type.
10531         (article-de-quoted-unreadable): Ditto.
10532         (article-de-base64-unreadable): Ditto.
10533         (article-wash-html): Ditto.
10534
10535         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10536         calling mail-header-parse-content-type and
10537         mail-header-parse-content-disposition.
10538         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10539         mail-header-parse-content-type.
10540
10541         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10542         insert charset and format parameters; encode description after
10543         inserting it to buffer.
10544         (mml-insert-parameter): Fold lines properly even if a parameter is
10545         segmented into two or more lines; change the max column to 76.
10546
10547         * rfc1843.el (rfc1843-decode-article-body): Don't use
10548         ignore-errors when calling mail-header-parse-content-type.
10549
10550         * rfc2231.el (rfc2231-parse-string): Return at least type if
10551         possible; don't cause an error even if it fails in parsing of
10552         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10553         (rfc2231-encode-string): Don't break lines at the beginning, leave
10554         it to mml-insert-parameter.
10555
10556         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10557         calling mail-header-parse-content-type.
10558
10559 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * spam-report.el (spam-report-gmane-use-article-number):
10562         Improve doc string.
10563         (spam-report-gmane-internal): Check if a suitable header was found
10564         in the article.
10565
10566 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10569         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10570
10571 2006-02-05  Romain Francoise  <romain@orebokech.com>
10572
10573         Update copyright notices of all files in the gnus directory.
10574
10575 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10576
10577         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10578
10579 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10582         segmented lines of parameter value to cope with Thunderbird 1.5
10583         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10584         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10585         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10586
10587 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10588
10589         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10590         parts.
10591
10592 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10593
10594         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10595         there's only one active file for all servers.
10596         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10597         solid groups.  Gnus might have used a FAST request to select the group.
10598         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10599         and nnweb-search redundantly in the active file.
10600         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10601         (nnweb-request-create-group): Don't use ARGS.
10602         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10603         initialisations.  Let nnoo do the work.
10604
10605 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10608         Say the part has been decoded.
10609
10610         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10611
10612 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10613
10614         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10615         mailcap-viewer-test-cache when there's no 'test clause, since that
10616         will invert the meaning of a "nil" test previously determined by
10617         mailcap-mailcap-entry-passes-test.
10618
10619 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10622         compiling.
10623
10624         * gnus-sum.el: Ditto.
10625
10626         * message.el: Don't bind tool-bar-map when compiling.
10627
10628 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10631
10632 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10633
10634         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10635         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10636         current Google Groups.
10637
10638 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10641         and tool-bar-mode.
10642
10643         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10644         and tool-bar-mode.
10645
10646         * message.el (message-tool-bar-update): Simplify.
10647         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10648
10649         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10650         gnus-summary-buffer.
10651         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10652         gnus-summary-reply.
10653
10654         * gmm-utils.el (gmm): Add :version.
10655
10656 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * Makefile.in (clean): New rule.
10659         (distclean): Use it.
10660
10661 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10662
10663         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10664         autoload.
10665
10666 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * gmm-utils.el (gmm-verbose): Add :group.
10669
10670 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * message.el: Change some comments WRT tool-bars.
10673
10674         * gnus-sum.el (gnus-summary-tool-bar)
10675         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10676         (gnus-summary-tool-bar-zap-list): New variables.
10677         (gnus-summary-make-tool-bar): Complete rewrite using
10678         `gmm-tool-bar-from-list'.
10679
10680         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10681         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10682         variables.
10683         (gnus-group-make-tool-bar): Complete rewrite using
10684         `gmm-tool-bar-from-list'.
10685         (gnus-group-tool-bar-update): New function.
10686
10687         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10688
10689 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10692         is dissected into a single part of which the type is the same as
10693         the given one; decode charset.
10694
10695 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10696
10697         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10698         into alists as symbol not string, since that's what
10699         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10700         look for.
10701
10702 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10705         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10706
10707         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10708
10709 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10712         (gnus-xmas-mime-security-button-menu): New function.
10713
10714         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10715         (gnus-mime-security-button-menu): New definition.
10716         (gnus-mime-security-button-map): Use them.
10717         (gnus-mime-security-button-menu): New function.
10718         (gnus-insert-mime-security-button): Addition to help echo.
10719         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10720         (gnus-mime-security-pipe-part): New functions.
10721
10722         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10723         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10724
10725         * mm-decode.el (mm-handle-set-disposition): Remove.
10726         (mm-handle-set-description): Remove.
10727
10728 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10731         (mm-w3m-standalone-supports-m17n-p): New function.
10732         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10733         w3m usage.
10734
10735         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10736         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10737
10738 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * message.el (message-tool-bar-zap-list): Use
10741         gmm-tool-bar-zap-list as custom type.
10742         (message-tool-bar-update): New function.
10743         (message-tool-bar, message-tool-bar-gnome)
10744         (message-tool-bar-retro): Add message-tool-bar-update.
10745         (message-tool-bar-gnome): Add flyspell-buffer.
10746
10747         * gnus-util.el (gnus-error): Describe `args'.
10748
10749         * gmm-utils.el (gmm-error): Describe `args'.
10750         (gmm-tool-bar-zap-list): New widget.
10751         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10752
10753 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10756         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10757         the number of recursive calls.
10758
10759         * mm-decode.el (mm-handle-set-disposition): New macro.
10760         (mm-handle-set-description): New macro.
10761
10762 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10765         encoding.
10766
10767 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10768
10769         * message.el (message-tool-bar-zap-list, message-tool-bar)
10770         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10771         (message-tool-bar-local-item-from-menu): Remove.
10772         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10773         (message-make-tool-bar): New function.
10774         (message-mode): Use `message-make-tool-bar'.
10775
10776         * gmm-utils.el: New file.
10777         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10778         (gmm-lazy): New widget copied from `nnmail.el'.
10779         (gmm-tool-bar-from-list): New function for creating customizable
10780         tool bars.
10781         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10782         output.
10783         (gmm): Add :prefix to defgroup.
10784
10785 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10786
10787         * gmm-utils.el (gmm-widget-p): New function.
10788
10789 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * mml.el (mml-attach-file): Describe `description' in doc string.
10792         (mml-menu): Add Emacs MIME manual and PGG manual.
10793
10794 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10795
10796         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10797
10798 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10799
10800         * nntp.el (nntp-end-of-line): Doc fix.
10801
10802 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10803
10804         * imap.el (imap-open): Handle case where buffer is a buffer
10805         object.
10806
10807 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10808
10809         * gnus-delay.el (gnus-delay): Don't autoload.
10810         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10811         to be re-loaded when customizing the `gnus-delay' group.
10812
10813 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10814
10815         * message.el (message-insert-citation-line): Use newlines.
10816
10817 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10818
10819         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10820         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10821         these routines, so the passphrase can be managed externally and
10822         passed in to the system.
10823         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10824         pgg-add-passphrase-to-cache function.
10825
10826         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10827         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10828         these routines, so the passphrase can be managed externally and
10829         passed in to the system.
10830         (pgg-pgp5-sign-region): Use new name of
10831         pgg-add-passphrase-to-cache function.
10832
10833 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10834
10835         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10836         part of the decoded armor to find the key-identifier.
10837         (pgg-gpg-lookup-key-owner): New function to return the
10838         human-readable identifier of a key owner.
10839         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10840         itself.
10841         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10842         the key value) if we have a key and can match it against a secret
10843         key.  Also, added a note pointing out fact that the prompt only
10844         indicates the first matching key.
10845
10846         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10847         pgg-decrypt-region.
10848         (pgg-add-passphrase-to-cache): Rename from
10849         `pgg-add-passphrase-cache' to reduce confusion (all callers
10850         changed).
10851         (pgg-remove-passphrase-from-cache): Rename from
10852         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10853         changed).
10854         (pgg-read-passphrase, pgg-add-passphrase-cache)
10855         (pgg-remove-passphrase-cache): Add informative docstrings.
10856         (pgg-decrypt): Convey provided passphrase in subordinate call to
10857         pgg-decrypt-region.
10858
10859 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10860
10861         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10862         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10863         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10864         'passphrase' argument, so the passphrase can be managed externally
10865         and then passed in to the system.
10866
10867         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10868         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10869         so the passphrase cache can be used reliably with identifiers
10870         besides a pgp packet's key id.
10871
10872         * pgg-gpg.el (pgg-gpg-encrypt-region)
10873         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10874         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10875         these routines, so the passphrase can be managed externally and
10876         passed in to the system.
10877
10878         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10879         'notruncate' argument, so the passphrase cache can be used
10880         reliably with identifiers besides a pgp packet's key id.
10881
10882 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10883
10884         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10885         symmetric encryption.
10886         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10887         encrypted session key.
10888         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10889         message ask for the passphrase in a proper way.
10890
10891         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10892         New user commands for symmetric encryption.
10893
10894 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10897
10898         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10899
10900 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10901
10902         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10903
10904 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * mm-decode.el (mm-inlined-types): Add application/pgp.
10907         (mm-automatic-display): Ditto.
10908
10909         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10910         part as text.
10911
10912 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * nnrss.el: Update copyright.
10915         (nnrss-opml-import): Query whether to subscribe to each entry.
10916
10917         * gnus-art.el:
10918         * gnus-sum.el:
10919         * gnus-xmas.el:
10920         * messagexmas.el:
10921         * mm-uu.el:
10922         * mm-view.el: Update copyright.
10923
10924 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * message.el (message-info): New function.
10927         (message-mode-menu): Add it.
10928         Update copyright.
10929
10930         * ChangeLog: Fix and update copyright.
10931
10932 2006-01-13  Romain Francoise  <romain@orebokech.com>
10933
10934         * message.el (message-forward-subject-name-subject): Prefer the
10935         address to 'nowhere' if the sender has no name.
10936         Fix typo.  Update copyright year.
10937
10938 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * gnus-art.el (article-wash-html): Use
10941         gnus-summary-show-article-charset-alist if a numeric arg is given.
10942         (gnus-article-wash-html-with-w3m-standalone): New function.
10943
10944         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10945         mm-inline-text-html-render-with-w3m-standalone.
10946         (mm-text-html-washer-alist): Map w3m-standalone to
10947         gnus-article-wash-html-with-w3m-standalone.
10948         (mm-inline-text-html-render-with-w3m-standalone): New function.
10949
10950 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10951
10952         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10953         Improve LaTeX.
10954
10955 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10958         (nnrss-request-article): Render text/plain parts as HTML.
10959
10960         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10961         the buffer.
10962
10963 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10966         custom definition of `gnus-posting-styles'.
10967
10968         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10969         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10970
10971 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10974         Use nntp for bug archive.
10975
10976 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10979         parts.
10980         (nnrss-normalize-date): New function converts ISO 8601 date into
10981         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10982         (nnrss-check-group): Use it.
10983
10984 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10987
10988         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10989         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10990         (nnrss-insert-w3): Ditto.
10991
10992 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10995         the articles to be forwarded including the case where neither a
10996         number of articles nor a region is specified.
10997
10998 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * nnrss.el (nnrss-request-article): Fix last change; fill
11001         text/plain parts.
11002
11003 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11006         in text/plain part.
11007         (nnrss-check-group): Don't add excessive newline to dc:subject.
11008
11009 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11010
11011         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11012         article.
11013
11014 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11017         (nnml-use-compressed-files, nnml-save-mail): Support other
11018         comression programs such as bzip2.
11019
11020 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * dns.el (query-dns): Make sure we check the buffer size before
11023         removing tcp headers.
11024
11025 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11028         remove MIME buttons associated with multipart/alternative parts.
11029         (gnus-mime-display-alternative): Tag buttons using `article-type'
11030         text property.
11031
11032         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11033         associated with multipart/alternative parts.
11034
11035         * gnus-art.el (gnus-signature-separator): Fix custom type.
11036
11037         * mm-decode.el (mm-inlined-types): Fix custom type.
11038         (mm-keep-viewer-alive-types): Ditto.
11039         (mm-automatic-display): Ditto.
11040         (mm-attachment-override-types): Ditto.
11041         (mm-inline-override-types): Ditto.
11042         (mm-automatic-external-display): Ditto.
11043
11044 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * spam-report.el (spam-report-user-mail-address)
11047         (spam-report-user-agent): New variables.
11048         (spam-report-url-ping-plain): Use spam-report-user-agent.
11049
11050 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11051
11052         * gnus-art.el (gnus-button-handle-custom): Do not just use
11053         `customize-apropos' for any "M-x customize-*" button but the
11054         function called for.  Accept both the function name and its
11055         argument in order to achieve this.
11056         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11057         function name to `gnus-button-handle-custom' in case of "M-x
11058         customize-*" buttons.
11059
11060 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11063         multipart/alternative and add xref to mm-discouraged-alternatives
11064         in doc string.
11065
11066         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11067         gnus-buttonized-mime-types in doc string.
11068
11069 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11072         Suggest image/.* in the doc string.
11073
11074 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11077         message-marks (Debian bug #342521).
11078
11079 2005-12-12  Simon Josefsson  <jas@extundo.com>
11080
11081         * password.el (password-read-from-cache): Add.
11082         (password-read): Use it.
11083
11084 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11087         us-ascii as a MIME charset.
11088
11089         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11090         against the case where the 2nd arg TYPE is nil.
11091
11092 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11093
11094         * pop3.el (pop3-stream-type): Fix custom version.
11095
11096         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11097
11098 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11099
11100         * mm-decode.el (mm-display-external): Add missing cdr.
11101
11102 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11105         RFC1524) if it is in mailcap or add a suffix according to
11106         mailcap-mime-extensions when generating a temp filename; postpone
11107         deleting a temp file for 2 seconds for some wrappers, shell
11108         scripts, and so on, which might exit right after having started a
11109         viewer command as a background job.
11110
11111 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * nntp.el (nntp-marks-directory): Fix custom group.
11114
11115         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11116         steps when < 10.
11117
11118         * gnus-start.el (gnus-no-server-1): Mention
11119         `gnus-level-default-subscribed' in doc string.
11120
11121 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11122
11123         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11124         parens.
11125
11126 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-xmas.el (gnus-use-toolbar): Revert.
11129         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11130         gnus-use-toolbar is default.
11131
11132         * messagexmas.el (message-use-toolbar): Revert.
11133         (message-setup-toolbar): Use global default-toolbar if
11134         message-use-toolbar is default.
11135
11136 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11139         according to default-toolbar-visible-p.
11140
11141         * messagexmas.el (message-use-toolbar): Ditto.
11142
11143 2005-11-26  Dave Love  <fx@gnu.org>
11144
11145         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11146         (tls-program, tls-success): Provide openssl alternative.
11147
11148         * starttls.el: Doc fixes.
11149         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11150         SERVICE to PORT.
11151
11152         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11153         port null or service name.
11154         (starttls-negotiate): Autoload.
11155
11156 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * message.el (message-kill-to-signature): Fix interactive spec.
11159
11160 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * pop3.el (pop3-open-server): Recognize a string as a service name.
11163
11164 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11165
11166         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11167
11168 2005-11-23  Dave Love  <fx@gnu.org>
11169
11170         Add pop3s, pop3/starttls.
11171
11172         * pop3.el (pop3-authentication-scheme): Clarify doc.
11173         (open-tls-stream, starttls-open-stream): Autoload.
11174         (pop3-stream-type): New.
11175         (pop3-open-server): Use it.
11176
11177         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11178         for POP.
11179         (mail-source-keyword-map): Add :stream for POP.
11180         (mail-source-fetch-pop): Use pop3-stream-type.
11181
11182 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11185         of current-time-string.
11186
11187 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11188
11189         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11190         date header.
11191
11192 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11193
11194         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11195         it can seriously impact performance as it bypasses the agent's
11196         local caches.
11197
11198 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11199
11200         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11201         must be explicitly online rather than "not explicitly offline" for
11202         its flags to be synchronized.
11203
11204         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11205         that gnus-uu-unmark-thread will function correctly.
11206
11207         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11208         1024K is instead displayed as 1M.
11209
11210 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11211
11212         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11213
11214 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11215
11216         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11217
11218 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11219
11220         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11221         error message to display actual error condition.
11222         (gnus-agent-save-local): Avoid saving symbols that are bound to
11223         nil as they simply result in a warning message in
11224         gnus-agent-read-local.
11225
11226 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11229         rather than make-variable-buffer-local for file-precious-flag.
11230
11231 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11232
11233         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11234         for duplicates which are removed.  The invalid sort check then
11235         triggers a rescan after the sort as sorting may have moved
11236         duplicate entries such that they can be cheaply detected.
11237
11238 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11241
11242 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11243
11244         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11245         internal variable to a custom variable.  Changed default value
11246         from compressed(2) to uncompressed(1).
11247         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11248         support for uncompressed agentview files.  Taken together, reading
11249         the agentview file should now be 6-7 times faster.
11250
11251 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11252
11253         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11254         as a buffer-local variable.  This avoids creating truncated
11255         dribble files as a result of a hang up, eg.
11256
11257 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11258
11259         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11260         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11261         XEmacs.
11262
11263 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * gnus-start.el (gnus-start-draft-setup): Enforce
11266         `gnus-draft-mode' for nndraft:drafts at startup.
11267
11268         * gnus.el (gnus-splash): Change custom group.
11269         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11270         allow-list argument.
11271
11272         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11273         string.
11274
11275 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11276
11277         * gnus-art.el (gnus-default-article-saver): Add user-defined
11278         `function' to custom type.
11279
11280 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11281
11282         * imap.el (imap-open): Handle case where buffer is a buffer
11283         object.
11284
11285 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11288         long lines.
11289         (gnus-cache-delete-group): Wrap doc strings.
11290
11291         * gnus-agent.el (gnus-agent-rename-group)
11292         (gnus-agent-delete-group): Wrap doc strings.
11293
11294 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * messagexmas.el (message-use-toolbar): Change the valid values
11297         into default, top, bottom, left, and right.
11298         (message-toolbar-thickness): New variable.
11299         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11300         well.
11301         (message-setup-toolbar): Make it work.
11302
11303         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11304         (gnus-use-toolbar): Change the valid values into default, top,
11305         bottom, left, and right.
11306         (gnus-toolbar-thickness): New variable.
11307         (gnus-xmas-setup-toolbar): New function.
11308         (gnus-xmas-setup-group-toolbar): Use it.
11309         (gnus-xmas-setup-summary-toolbar): Use it.
11310
11311 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312
11313         * gnus-start.el (gnus-1): Add "native" to
11314         gnus-predefined-server-alist.
11315
11316         * gnus.el (gnus-method-to-server): Don't add "native" to the
11317         lists here, because that leads to problems when
11318         gnus-select-method is bound.
11319
11320 2005-11-09  Simon Josefsson  <jas@extundo.com>
11321
11322         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11323         use (not sort-by-date) instead.
11324
11325 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11326
11327         * gnus-delay.el (gnus-delay-group): Don't autoload.
11328         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11329         to be re-loaded when customizing the `gnus-delay' group.
11330
11331 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11332
11333         * message.el: Revert last changes.
11334         (message-insert-citation-line): Use newlines.
11335
11336 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11337
11338         * message.el (message-courtesy-message)
11339         (message-mark-insert-begin, message-mark-insert-end)
11340         (message-elide-ellipsis, message-cancel-message)
11341         (message-add-header, message-change-subject)
11342         (message-cross-post-followup-to-header)
11343         (message-cross-post-insert-note, message-reduce-to-to-cc)
11344         (message-widen-reply, message-delete-not-region)
11345         (message-kill-to-signature, message-insert-signature)
11346         (message-insert-importance-high, message-insert-importance-low)
11347         (message-insert-or-toggle-importance)
11348         (message-insert-disposition-notification-to)
11349         (message-indent-citation, message-yank-original)
11350         (message-cite-original-without-signature, message-cite-original)
11351         (message-insert-citation-line, message-position-on-field)
11352         (message-fix-before-sending, message-send-mail-partially)
11353         (message-send-mail, message-send-mail-with-sendmail)
11354         (message-send-mail-with-qmail, message-send-news)
11355         (message-check-news-header-syntax, message-generate-headers)
11356         (message-insert-courtesy-copy, message-fill-address)
11357         (message-fill-header, message-shorten-references)
11358         (message-setup-1, message-cancel-news)
11359         (message-forward-make-body-plain, message-forward-make-body-mime)
11360         (message-forward-make-body-mml, message-encode-message-body)
11361         (message-forward-make-body-digest-plain)
11362         (message-forward-make-body-digest-mime)
11363         (message-use-alternative-email-as-from): Insert `hard-newline'
11364         instead of ordinary newlines.
11365
11366 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * message.el (message-generate-headers): Downcase the argument
11369         given to message-check-element.
11370
11371 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11372
11373         * nntp.el (nntp-authinfo-rejected): New error condition.
11374         (nntp-wait-for): Use new error condition to signal authentication
11375         error.
11376         (nntp-retrieve-data): Rethrow new error condition to break out of
11377         recursive call to nntp-send-authinfo.
11378
11379 2005-11-08  Romain Francoise  <romain@orebokech.com>
11380
11381         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11382         (gnus-summary-exit-map): Bind to `Z p'.
11383         (gnus-summary-make-menu-bar): Add menu item.
11384
11385 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11388         (gnus-treat-*): Add `first' in all doc strings.
11389
11390         * gnus-group.el (gnus-group-compact-group): Fix typo.
11391
11392 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus.el (gnus-parameters-case-fold-search): New variable.
11395         (gnus-parameters-get-parameter): Use it.
11396
11397         * gnus-score.el (gnus-home-score-file): Doc fix.
11398
11399 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11400
11401         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11402
11403 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * mm-util.el (mm-special-display-p): New function.
11406
11407         * mml.el (mml-preview): Use it; doc fix.
11408
11409 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11410
11411         * imap.el (imap-open): Handle case where buffer is a buffer object.
11412
11413 2005-10-29  Romain Francoise  <romain@orebokech.com>
11414
11415         * message.el (message-fix-before-sending): Fix comment.
11416
11417 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11418
11419         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11420
11421 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11422
11423         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11424         Used in gnus-score.el.
11425
11426 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11427
11428         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11429
11430 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11433         whitespace removed in revision 7.8.  Use concatenated string to
11434         protect trailing whitespace.
11435
11436 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11437
11438         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11439         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11440         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11441         Courier IMAP ("some version from 2004").  Mostly based on similar
11442         code in the same function.
11443
11444 2005-10-26  Didier Verna  <didier@xemacs.org>
11445
11446         * gnus-group.el (gnus-group-compact-group): Invalidate original
11447         article buffer.
11448         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11449         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11450         NOV database and in article itself.
11451         Invalidate article backlog.
11452
11453 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11456
11457 2005-10-26  Simon Josefsson  <jas@extundo.com>
11458
11459         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11460         part of 2004-07-25 change.
11461
11462 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * message.el (message-display-completion-list): New function.
11465         (message-expand-group): Use it; make sure the Completions buffer
11466         is modifiable.
11467 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11468
11469         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11470         user-mail-name is an empty string.
11471
11472 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11475         depending on gnus-score-decay-constant.
11476
11477         * encrypt.el (encrypt-insert-file-contents)
11478         (encrypt-write-file-contents): Don't use `gnus-message'.
11479
11480         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11481         arguments.
11482         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11483         arguments to mm-uu-verbatim-marks-extract.
11484         (mm-uu-hide-markers): New variable.
11485         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11486
11487         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11488         (gnus-convert-image-to-face-command): Use "convert" by default to
11489         allow other input image formats.
11490         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11491         accordingly.
11492
11493 2005-10-23  Simon Josefsson  <jas@extundo.com>
11494
11495         * imap.el (imap-gssapi-program): Align command line parameters
11496         with latest GNU SASL.
11497         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11498
11499 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11500
11501         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11502         HTML.
11503         (nnslashdot-request-article): Ditto.
11504
11505         * lpath.el (featurep): Add nobreak-char-display.
11506
11507 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11508
11509         * mail-source.el (mail-source-fetch-pop): Require pop3.
11510         (mail-source-check-pop): Ditto.
11511
11512 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11515         errors.
11516
11517 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11520         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11521
11522         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11523
11524         * mm-bodies.el (mm-decode-string): Call
11525         `mm-charset-to-coding-system' with allow-override argument.
11526
11527 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11530         (rfc2047-charset-to-coding-system): New function.
11531         (rfc2047-decode-encoded-words): New function.
11532         (rfc2047-decode-region): Use them.
11533         (rfc2047-decode-cte): Remove.
11534         (rfc2047-parse-and-decode): Remove.
11535         (rfc2047-decode): Remove.
11536
11537 2005-10-15  Kenichi Handa  <handa@m17n.org>
11538
11539         * rfc2047.el (rfc2047-decode-cte): New function.
11540         (rfc2047-decode-region): Change the way to decode successive
11541         encoded-words: decode B- or Q-encoding in each encoded-word,
11542         concatenate them, and decode it as charset.
11543
11544 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * lpath.el: Fbind codepage-setup for XEmacs.
11547
11548 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11549
11550         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11551         widget-move-and-invoke.
11552         (gnus-custom-mode): Use gnus-custom-map.
11553
11554 2005-10-15  Bill Wohler  <wohler@newt.com>
11555
11556         * message.el (message-tool-bar-map): Renamed image file from
11557         mail_send to mail/send.
11558
11559 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11560
11561         * message.el (message-expand-group): Pass the common
11562         prefix substring of completion to `display-completion-list'.
11563
11564 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11565
11566         * mml-sec.el (mml-secure-method): New internal variable.
11567         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11568         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11569         functions using mml-secure-method.
11570
11571         * mml.el (mml-mode-map): Add key bindings for those functions.
11572         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11573         Harder <harder@myrealbox.com>.
11574         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11575         end of message if point is the headers of the message.
11576
11577         * message.el (message-in-body-p): New function.
11578
11579         * assistant.el: Autoload gnus-util and netrc.
11580
11581         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11582         Use `mm-charset-override-alist' only when decoding.
11583
11584         * mm-bodies.el (mm-decode-body): Call
11585         `mm-charset-to-coding-system' with allow-override argument.
11586
11587         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11588         `filename' from Content-Disposition if Content-Type doesn't
11589         provide `name'.
11590         (gnus-mime-view-part-as-type): Set default instead of
11591         initial-input.
11592
11593 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11594
11595         * format-spec.el (format-spec): Propagate text properties of % spec.
11596
11597 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11598
11599         * gnus-art.el (gnus-treat-predicate): Add `first'.
11600
11601 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11604         (mm-charset-override-alist): New variable.
11605         (mm-charset-to-coding-system): Use it.
11606         (mm-codepage-setup): New helper function.
11607         (mm-charset-eval-alist): New variable.
11608         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11609         about unknown charsets.
11610
11611         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11612
11613 2005-10-04  David Hansen  <david.hansen@gmx.net>
11614
11615         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11616         (nnrss-check-group): Ditto.
11617
11618 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11619
11620         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11621         Rename x-gnus-verbatim to x-verbatim.
11622         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11623
11624         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11625         x-verbatim.
11626
11627         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11628
11629         * gnus-util.el (gnus-remove-duplicates): Remove.
11630
11631         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11632         instead of gnus-remove-duplicates.
11633
11634         * message.el (message-remove-duplicates): Remove.
11635         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11636         message-remove-duplicates.
11637
11638         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11639         available, else use implementation from `delete-dups'.
11640
11641         * message.el (message-insert-expires): New function.
11642         (message-mode-map): Add key binding.
11643         (message-mode-field-menu): Add menu entry.
11644         (message-mode): Document it.
11645         (message-make-expires-date): Use `message-make-date'.
11646
11647 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11648
11649         * message.el (message-make-expires-date): New function.
11650
11651 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * Makefile.in (list-installed-shadows): New entry.
11654         (install): Use it.
11655         (remove-installed-shadows): New entry.
11656
11657         * dgnushack.el (dgnushack-default-load-path): New variable.
11658         (dgnushack-find-lisp-shadows): New function.
11659         (dgnushack-remove-lisp-shadows): New function.
11660
11661 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * Makefile.in (install-el-elc): New entry.
11664         (install): Use it so that .el files are necessarily installed.
11665
11666 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11669
11670 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11671
11672         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11673         function rather than the diff-mode.el package.
11674         (mm-display-external): Use with-current-buffer.
11675         (mm-viewer-completion-map, mm-viewer-completion-map):
11676         Move initialization inside declaration.
11677
11678 2005-09-29  Simon Josefsson  <jas@extundo.com>
11679
11680         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11681         autoload mail-check-payment.
11682         (spam-check-hashcash): Define unconditionally, since hashcash.el
11683         is part of Gnus now.  Ignore errors from payment checking.
11684
11685 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * message.el (message-bold-region, message-unbold-region): Rename
11688         from `bold-region' and `unbold-region'.
11689
11690         * message.el: Remove useless autoloads.
11691
11692 2005-09-28  Simon Josefsson  <jas@extundo.com>
11693
11694         * message.el (message-use-idna): Default to t.
11695         (message-use-idna): Test whether encoding works too.  Doc fix.
11696
11697 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * nntp.el (nntp-warn-about-losing-connection): Remove.
11700
11701 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11704         customizable.  Change default value.
11705         (mm-uu-diff-groups-regexp): Change default value.
11706         (mm-uu-type-alist): Add doc string.
11707         (mm-uu-configure): Add doc string.  Make it interactive.
11708         (mm-uu-tex-groups-regexp): New variable.
11709         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11710         (mm-uu-type-alist): Add LaTeX documents.
11711         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11712         of "text/verbatim".
11713         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11714
11715         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11716         instead of "text/verbatim".
11717
11718         * message.el (message-mark-inserted-region)
11719         (message-mark-insert-file): Use slrn style marks when called with
11720         prefix argument.
11721
11722 2005-09-27  Simon Josefsson  <jas@extundo.com>
11723
11724         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11725
11726 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11727
11728         * message.el (message-remove-duplicates): New function.
11729         Implementation borrowed from `gnus-remove-duplicates'.
11730         (message-idna-to-ascii-rhs): Also encode idna addresses in
11731         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11732         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11733         only ask about the same idna domain once per header and also tell
11734         in what header to replace the idna domain.
11735
11736         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11737         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11738         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11739         a header is decoded and not just the last one.
11740
11741 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11744         has been decoded.
11745
11746         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11747         (mm-insert-part): Don't modify text if it has been decoded.
11748
11749         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11750         decoded.
11751
11752         * mm-view.el (mm-inline-text): Don't strip text props unless
11753         decoding enriched or richtext parts.
11754
11755 2005-09-25  Romain Francoise  <romain@orebokech.com>
11756
11757         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11758         * gnus-start.el (gnus-subscribe-interactively):
11759         * gnus-uu.el (gnus-uu-grab-articles):
11760         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11761         space.
11762
11763 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11764
11765         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11766         * mm-view.el (mm-view-pkcs7-decrypt):
11767         * gnus-sum.el (gnus-summary-limit-to-extra)
11768         (gnus-summary-respool-article, gnus-read-move-group-name):
11769         * gnus-score.el (gnus-summary-increase-score):
11770         * gnus-util.el (gnus-completing-read-with-default):
11771         * gnus-art.el (gnus-read-save-file-name)
11772         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11773         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11774         * message.el (message-check-news-header-syntax):
11775         Follow convention for reading with the minibuffer.
11776
11777 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * spam-report.el (spam-report-url-ping-plain):
11780         Use gnus-extended-version as User-Agent.
11781
11782         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11783         default value is nil.
11784
11785         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11786         (mm-uu-verbatim-marks-extract): New function.
11787         (mm-uu-extract): New face.
11788         (mm-uu-copy-to-buffer): Use it.
11789
11790         * spam-report.el (spam-report-gmane-ham): Renamed from
11791         `spam-report-gmane-unspam'.
11792         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11793         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11794
11795         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11796         Autoload.
11797         (spam-report-gmane-unregister-routine): Renamed
11798         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11799
11800 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11801
11802         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11803         (spam-report-gmane-unregister-routine): Add support for gmane
11804         unregistration.
11805
11806         * spam-report.el (spam-report-gmane-unspam)
11807         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11808         (spam-report-gmane): Change to take a single article and do unspam
11809         registration.
11810
11811 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * mm-url.el (mm-url-decode-entities): Fix regexp.
11814
11815 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11816
11817         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11818         default to nil, to be able to use Gnus at all.  If the default
11819         switches to something else, then the function should be fixed not
11820         be exceedingly slow.
11821
11822 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11823
11824         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11825         fail hard.
11826
11827         * spam-report.el: Add better Keywords line.
11828
11829         * spam.el: Add Maintainer and better Keywords line.
11830
11831 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * gnus-art.el (gnus-article-replace-part)
11834         (gnus-mime-replace-part): New functions.
11835         (gnus-mime-action-alist, gnus-mime-button-commands)
11836         (gnus-mime-save-part-and-strip): Added file argument.
11837         (gnus-article-part-wrapper): Added interactive argument.
11838
11839         * gnus-sum.el (gnus-summary-mime-map): Add
11840         `gnus-article-replace-part'.
11841
11842 2005-09-19  Didier Verna  <didier@xemacs.org>
11843
11844         The nnml compaction feature:
11845         * nnml.el (nnml-request-compact-group): New function.
11846         * nnml.el (nnml-request-compact): New function.
11847         * gnus-int.el (gnus-request-compact-group): New function.
11848         * gnus-int.el (gnus-request-compact): New function.
11849         * gnus-group.el (gnus-group-compact-group): New function.
11850         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11851         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11852         * gnus-srvr.el (gnus-server-compact-server): New function.
11853         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11854         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11855
11856 2005-09-18  Deepak Goel  <deego@gnufans.org>
11857
11858         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11859         format spec.
11860
11861 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11864
11865 2005-09-15  Romain Francoise  <romain@orebokech.com>
11866
11867         * message.el (message-fill-paragraph): Clarify docstring.
11868
11869 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-art.el (gnus-mime-display-part): Protect against broken
11872         MIME messages.
11873
11874 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11877         before parsing header.
11878
11879 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11880
11881         * html2text.el (html2text-replace-list): Add new entities.
11882
11883 2005-09-11  Romain Francoise  <romain@orebokech.com>
11884
11885         * message.el (message-alternative-emails): Improve docstring.
11886         (message-setup-1): Call `message-use-alternative-email-as-from'
11887         after `message-setup-hook' to give it precedence over posting
11888         styles, etc.
11889         (message-use-alternative-email-as-from): Add docstring.  Remove
11890         the original From header if present.
11891
11892         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11893         (nnml-save-mail): Use it.
11894
11895         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11896         articles.  Add new argument `silent'.
11897         (gnus-uu-mark-all): Report the total number of marked articles.
11898
11899 2005-09-10  Romain Francoise  <romain@orebokech.com>
11900
11901         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11902         (gnus-uu-mark-series): Likewise.
11903
11904 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * spam-report.el (spam-report-gmane): Fix generation of spam
11907         report URL.
11908
11909 2005-09-10  Simon Josefsson  <jas@extundo.com>
11910
11911         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11912         t, based on discussion on the ding list with Robert Epprecht
11913         <epprecht@solnet.ch>.
11914
11915 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * spam-report.el (spam-report-gmane): Make it work without
11918         X-Report-Spam header.  Gmane now only provides Archived-At.
11919         This is only used if `spam-report-gmane-use-article-number' is nil.
11920         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11921
11922         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11923         make `gnus-summary-sort-by-recipient' work with threading.
11924
11925         * nnweb.el (nnweb-google-wash-article): Print a message if article
11926         is not available.
11927
11928 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11929
11930         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11931         change.  Decode text/* parts content before displaying.
11932
11933 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11936
11937 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11940
11941         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11942         url-package-name, url-package-version,
11943         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11944         w3m-display-inline-images, and w3m-minor-mode-map.
11945
11946 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11947
11948         * message.el (message-tab-body-function): Fix mismatched custom type.
11949
11950         * gnus.el (gnus-group-change-level-function): Ditto.
11951
11952         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11953
11954         * gnus-art.el (gnus-signature-limit)
11955         (gnus-article-mime-part-function): Ditto.
11956
11957 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * mml.el (mml-mode): Silence the byte compiler.
11960
11961         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11962         using `(sit-for 0)' before moving the point to the specified part;
11963         skip unbuttonized parts.
11964         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11965         return to the summary window if gnus-auto-select-part is non-nil.
11966
11967 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11970         variables.
11971         (mml-dnd-attach-file, mml-mode): Use them.
11972
11973         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11974         Make fetching article by MID work again for Google Groups.  Added
11975         FIXME concerning gnus-group-make-web-group.
11976
11977         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11978         Don't depend on Gnus by using mail-extract-address-components if
11979         gnus-extract-address-components is not bound.
11980
11981 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * gnus-art.el (gnus-mime-display-security): Don't display the
11984         signature, but only the signed part.
11985
11986 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11989
11990         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11991         list, not listp.
11992
11993 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11994
11995         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11996         when encoding.
11997
11998         * mm-bodies.el (mm-decode-content-transfer-encoding):
11999         De-canonicalize CRLF for all text content types, not just
12000         text/plain.
12001
12002 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12005         valid article; point arrow and cursor at the MIME button.
12006
12007 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12010         Suggested by Dan Christensen <jdc@uwo.ca>.
12011
12012         * mm-decode.el (mm-save-part): Enable change of prompt.
12013
12014 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12015
12016         * gnus-msg.el (gnus-inews-add-send-actions): Made
12017         `message-post-method' lambda parameter ARG `&optional'.
12018
12019 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12020
12021         * gnus-sum.el (gnus-summary-mime-map): Added
12022         gnus-article-save-part-and-strip, gnus-article-delete-part and
12023         gnus-article-jump-to-part.
12024
12025         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12026         (gnus-article-edit-part): Use it.
12027         (gnus-article-part-wrapper): Added no-handle argument.
12028         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12029         functions.
12030
12031 2005-08-29  Romain Francoise  <romain@orebokech.com>
12032
12033         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12034         docstring.
12035         (gnus-face-from-file): Likewise.
12036
12037 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12038
12039         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12040         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12041         non-nil.
12042         (gnus-auto-select-part): New variable.
12043         (gnus-article-jump-to-part): New function.
12044         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12045         (gnus-mime-delete-part): Allow selecting specified part after
12046         deleting or stripping parts.
12047         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12048         part if argument is bogus.
12049
12050 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12051
12052         * gnus-art.el (w3m-minor-mode-map):
12053         * gnus-spec.el (gnus-newsrc-file-version):
12054         * gnus-util.el (nnmail-active-file-coding-system)
12055         (gnus-original-article-buffer, gnus-user-agent):
12056         * gnus.el (gnus-ham-process-destinations)
12057         (gnus-parameter-ham-marks-alist)
12058         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12059         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12060         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12061         * mm-decode.el (gnus-current-window-configuration):
12062         * mm-extern.el (gnus-article-mime-handles):
12063         * mm-url.el (url-current-object, url-package-name)
12064         (url-package-version):
12065         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12066         (smime-keys, w3m-cid-retrieve-function-alist)
12067         (w3m-current-buffer, w3m-display-inline-images)
12068         (w3m-minor-mode-map):
12069         * mml-smime.el (gnus-extract-address-components):
12070         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12071         (gnus-newsrc-hashtb, message-default-charset)
12072         (message-deletable-headers, message-options)
12073         (message-posting-charset, message-required-mail-headers)
12074         (message-required-news-headers):
12075         * mml1991.el (mc-pgp-always-sign):
12076         * mml2015.el (mc-pgp-always-sign):
12077         * nnheader.el (nnmail-extra-headers):
12078         * rfc1843.el (gnus-decode-encoded-word-function)
12079         (gnus-decode-header-function, gnus-newsgroup-name):
12080         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12081
12082 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12083
12084         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12085         the end of the date treatments.
12086
12087 2005-08-15  Simon Josefsson  <jas@extundo.com>
12088
12089         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12090         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12091         Capello and Romain Francoise.
12092         (pgg-fetch-key-function): Removed, not used?
12093         (pgg-insert-url-with-w3): Require url, to get
12094         url-insert-file-contents regardless of where it is defined.
12095
12096 2005-08-13  Romain Francoise  <romain@orebokech.com>
12097
12098         * message.el (message-cite-original-1): New function.
12099         (message-cite-original): Use it.
12100         (message-cite-original-without-signature): Ditto.
12101
12102 2005-08-08  Romain Francoise  <romain@orebokech.com>
12103
12104         * message.el (message-yank-empty-prefix): New variable.
12105         (message-indent-citation): Use it.
12106         (message-cite-original-without-signature): Respect X-No-Archive.
12107
12108 2005-08-08  Simon Josefsson  <jas@extundo.com>
12109
12110         * pgg.el: Autoload url-insert-file-contents instead of loading
12111         w3/url.
12112         (pgg-insert-url-with-w3): Don't load url here.
12113
12114 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12115
12116         * message.el (message-kill-to-signature): Don't insert newline at
12117         bol.
12118         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12119
12120 2005-08-06  Romain Francoise  <romain@orebokech.com>
12121
12122         * message.el (message-user-fqdn): Fix typo in docstring.
12123
12124 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12125
12126         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12127
12128         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12129
12130 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * mm-bodies.el (mm-encode-body): Use coding system rather than
12133         charset to encode text.
12134
12135         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12136         number of charsets if utf-8 is available (XEmacs).
12137
12138 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12141         taken from `gnus-button-mid-or-mail-regexp'.
12142         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12143         (gnus-button-alist): Improve regexp for domain part of the MIDs
12144         for news:localpart@domain buttons.
12145         (gnus-button-ctan-directory-regexp): Update.
12146
12147 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * sieve-manage.el (sieve-manage-interactive-login): Use
12150         make-local-variable rather than make-variable-buffer-local.
12151         (sieve-manage-open): Ditto.
12152         (sieve-manage-authenticate): Ditto.
12153
12154         * mml.el (mml-generate-mime-1): Make the content type default to
12155         text/plain if the filename is not specified.
12156
12157 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12160         instead of insert-buffer.
12161
12162         * message.el (message-yank-original): Ditto; set the mark at the
12163         end of the yanked message.
12164
12165 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12168         lines to scroll rather than to stop it.
12169
12170         * mml.el (mml-generate-default-type): Add doc string.
12171         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12172         default to application/octet-stream when determining the content
12173         type if it is not specified for the part or the mml contents; add
12174         a comment about mml-generate-default-type.
12175
12176 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12177
12178         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12179         make it default to application/octet-stream when determining the
12180         content type if it is not specified for the external contents.
12181
12182 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12185         segmented parameter but also other parameters might be there.
12186
12187 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * mm-decode.el (mm-display-external): Delete temp file, directory
12190         and buffer immediately if the external process is exited.
12191
12192 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12195         fewer lines than that of scroll-margin.
12196         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12197
12198 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gnus-art.el (gnus-article-next-page): Revert.
12201         (gnus-article-beginning-of-window): New macro.
12202         (gnus-article-next-page-1): Use it.
12203         (gnus-article-prev-page): Ditto.
12204         (gnus-article-edit-part): Use insert-buffer-substring instead of
12205         insert-buffer.
12206         (gnus-article-edit-exit): Ditto.
12207
12208         * gnus-util.el (gnus-beginning-of-window): Remove.
12209         (gnus-end-of-window): Remove.
12210
12211         * lpath.el: Don't bind header-line-format and scroll-margin.
12212
12213 2005-07-25  Simon Josefsson  <jas@extundo.com>
12214
12215         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12216         to have the url package without w3.  Reported by Daiki Ueno
12217         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12218
12219 2005-07-20  Didier Verna  <didier@xemacs.org>
12220
12221         * gnus-diary.el: Remove the description comment (nndiary is now
12222         properly documented in the Gnus manual).
12223         Fix the spelling of "Back End".
12224         * nndiary.el: Ditto.
12225         Fix the copyright notice.
12226
12227 2005-07-18  Romain Francoise  <romain@orebokech.com>
12228
12229         * gnus-sum.el (gnus-summary-to-prefix)
12230         (gnus-summary-newsgroup-prefix): New variables.
12231         (gnus-summary-from-or-to-or-newsgroups): Use them.
12232
12233 2005-07-17  Romain Francoise  <romain@orebokech.com>
12234
12235         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12236         space as it's generally not especially interesting to the user.
12237
12238 2005-07-16  Romain Francoise  <romain@orebokech.com>
12239
12240         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12241         nil to avoid prompting and file modification if one of the
12242         messages at the top of the nnfolder file contains a copyright
12243         notice.
12244         Update copyright notice.
12245
12246         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12247         instead of `current-time-string' as the latter creates a time
12248         string that is not RFC 2822 compliant (it lacks the zone).
12249         Update copyright notice.
12250
12251 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12252
12253         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12254         for text/rtf.  Display default in prompt.  Pass default for M-n.
12255
12256         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12257
12258 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * gnus-msg.el (gnus-button-mailto): Remove
12261         save-selected-window-window hackery because it relies on
12262         save-selected-window internals.
12263
12264 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12267         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12268         (gnus-article-prev-page): Ditto.
12269
12270         * gnus-util.el (gnus-beginning-of-window): New function.
12271         (gnus-end-of-window): New function.
12272
12273         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12274
12275 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12276
12277         * gnus-score.el (gnus-score-edit-all-score): Set
12278         gnus-score-edit-exit-function to gnus-score-edit-done and call
12279         gnus-message.
12280
12281 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12282
12283         * gnus-msg.el (gnus-button-mailto): Remove
12284         save-selected-window-window hackery because it relies on
12285         save-selected-window internals.
12286
12287 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12290         add-minor-mode.
12291         (gnus-binary-mode): Ditto.
12292
12293         * gnus-topic.el (gnus-topic-mode): Ditto.
12294
12295 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12296
12297         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12298         (gnus-article-prev-page): Take scroll-margin into consideration.
12299
12300 2005-07-04  Lute Kamstra  <lute@gnu.org>
12301
12302         Update FSF's address in GPL notices.
12303
12304 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12305
12306         * gnus.el (gnus-exit):
12307         * gnus-group.el (gnus-group-icons):
12308         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12309
12310         * gnus-nocem.el (gnus-nocem):
12311         * message.el (message-various, message-buffers, message-sending)
12312         (message-interface, message-forwarding, message-insertion)
12313         (message-headers, message-news, message-mail):
12314         * pgg-gpg.el (pgg-gpg):
12315         * pgg-parse.el (pgg-parse):
12316         * pgg-pgp.el (pgg-pgp):
12317         * pgg-pgp5.el (pgg-pgp5):
12318         * pop3.el (pop3): Finish `defgroup' description with period.
12319
12320 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * gnus-art.el (article-display-face): Improve the efficiency.
12323         (article-display-x-face): Ditto; remove grey x-face stuff.
12324
12325 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-art.el (article-display-face): Correct the position in
12328         which Faces are inserted.
12329
12330 2005-06-29  Didier Verna  <didier@xemacs.org>
12331
12332         * gnus-art.el (article-display-face): Display faces in correct
12333         order.
12334
12335 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12338         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12339         (gnus-nocem-check-article): Fetch the Type header.
12340         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12341         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12342         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12343         make sure gnus-nocem-hashtb is initialized.
12344         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12345         (gnus-nocem-unwanted-article-p): Ditto.
12346
12347         * pgg.el (pgg-verify): Return the verification result.
12348
12349 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350
12351         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12352         is ascii.
12353
12354 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12355
12356         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12357         `show-nonbreak-escape'.
12358
12359 2005-06-23  Lute Kamstra  <lute@gnu.org>
12360
12361         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12362
12363         * dig.el (dig-mode):
12364         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12365
12366 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12367
12368         * nnimap.el (nnimap-split-download-body): Fix spellings.
12369
12370 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12371
12372         * gnus-art.el (gnus-article-encrypt-body):
12373         * gnus-cus.el (gnus-score-customize):
12374         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12375         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12376
12377 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12378
12379         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12380         header by looking for magic "MII" at the beginnig.
12381
12382 2005-06-16  Miles Bader  <miles@gnu.org>
12383
12384         * gnus-xmas.el (gnus-xmas-group-startup-message):
12385         Use renamed gnus-splash face.
12386
12387         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12388         (assistant-field-face): New backward-compatibility alias for renamed
12389         face.
12390         (assistant-render-text): Use renamed assistant-field face.
12391
12392         * spam.el (spam): Remove "-face" suffix from face name.
12393         (spam-face): New backward-compatibility alias for renamed face.
12394         (spam-face, spam-initialize): Use renamed spam face.
12395
12396         * message.el (message-header-to, message-header-cc)
12397         (message-header-subject, message-header-newsgroups)
12398         (message-header-other, message-header-name)
12399         (message-header-xheader, message-separator, message-cited-text)
12400         (message-mml): Remove "-face" suffix from face names.
12401         (message-header-to-face, message-header-cc-face)
12402         (message-header-subject-face, message-header-newsgroups-face)
12403         (message-header-other-face, message-header-name-face)
12404         (message-header-xheader-face, message-separator-face)
12405         (message-cited-text-face, message-mml-face):
12406         New backward-compatibility aliases for renamed faces.
12407         (message-font-lock-keywords): Use renamed message faces.
12408
12409         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12410         (sieve-test-commands, sieve-tagged-arguments):
12411         Remove "-face" suffix from face names.
12412         (sieve-control-commands-face, sieve-action-commands-face)
12413         (sieve-test-commands-face, sieve-tagged-arguments-face):
12414         New backward-compatibility aliases for renamed faces.
12415         (sieve-control-commands-face, sieve-action-commands-face)
12416         (sieve-test-commands-face, sieve-tagged-arguments-face):
12417         Use renamed sieve faces.
12418
12419         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12420         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12421         (gnus-group-news-3-empty, gnus-group-news-4)
12422         (gnus-group-news-4-empty, gnus-group-news-5)
12423         (gnus-group-news-5-empty, gnus-group-news-6)
12424         (gnus-group-news-6-empty, gnus-group-news-low)
12425         (gnus-group-news-low-empty, gnus-group-mail-1)
12426         (gnus-group-mail-1-empty, gnus-group-mail-2)
12427         (gnus-group-mail-2-empty, gnus-group-mail-3)
12428         (gnus-group-mail-3-empty, gnus-group-mail-low)
12429         (gnus-group-mail-low-empty, gnus-summary-selected)
12430         (gnus-summary-cancelled, gnus-summary-high-ticked)
12431         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12432         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12433         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12434         (gnus-summary-low-undownloaded)
12435         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12436         (gnus-summary-low-unread, gnus-summary-normal-unread)
12437         (gnus-summary-high-read, gnus-summary-low-read)
12438         (gnus-summary-normal-read, gnus-splash):
12439         Remove "-face" suffix from face names.
12440         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12441         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12442         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12443         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12444         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12445         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12446         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12447         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12448         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12449         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12450         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12451         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12452         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12453         (gnus-summary-normal-ticked-face)
12454         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12455         (gnus-summary-normal-ancient-face)
12456         (gnus-summary-high-undownloaded-face)
12457         (gnus-summary-low-undownloaded-face)
12458         (gnus-summary-normal-undownloaded-face)
12459         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12460         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12461         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12462         (gnus-splash-face):
12463         New backward-compatibility aliases for renamed faces.
12464         (gnus-group-startup-message): Use renamed gnus faces.
12465
12466         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12467         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12468         (gnus-server-agent): Remove "-face" suffix from face names.
12469         (gnus-server-agent-face, gnus-server-opened-face)
12470         (gnus-server-closed-face, gnus-server-denied-face)
12471         (gnus-server-offline-face):
12472         New backward-compatibility aliases for renamed faces.
12473         (gnus-server-agent-face, gnus-server-opened-face)
12474         (gnus-server-closed-face, gnus-server-denied-face)
12475         (gnus-server-offline-face): Use renamed gnus faces.
12476
12477         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12478         Remove "-face" suffix from face names.
12479         (gnus-picon-xbm-face, gnus-picon-face):
12480         New backward-compatibility aliases for renamed faces.
12481
12482         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12483         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12484         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12485         (gnus-cite-11): Remove "-face" suffix from face names.
12486         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12487         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12488         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12489         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12490         New backward-compatibility aliases for renamed faces.
12491         (gnus-cite-attribution-face, gnus-cite-face-list)
12492         (gnus-article-boring-faces): Use renamed gnus faces.
12493
12494         * gnus-art.el (gnus-signature, gnus-header-from)
12495         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12496         (gnus-header-content): Remove "-face" suffix from face names.
12497         (gnus-signature-face, gnus-header-from-face)
12498         (gnus-header-subject-face, gnus-header-newsgroups-face)
12499         (gnus-header-name-face, gnus-header-content-face):
12500         New backward-compatibility aliases for renamed faces.
12501         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12502
12503         * gnus-sum.el (gnus-summary-selected-face)
12504         (gnus-summary-highlight): Use renamed gnus faces.
12505         * gnus-group.el (gnus-group-highlight): Likewise.
12506
12507 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12508
12509         * gnus-sieve.el (gnus-sieve-article-add-rule):
12510         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12511         * spam-stat.el (spam-stat-buffer-change-to-spam)
12512         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12513
12514         * message.el (message-is-yours-p):
12515         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12516
12517 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * mm-view.el (mm-inline-text): Withdraw the last change.
12520
12521 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12524         executing enriched-decode.
12525
12526 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12529         charset of tar files.
12530
12531 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12532
12533         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12534
12535 2005-06-04  Lute Kamstra  <lute@gnu.org>
12536
12537         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12538         information is never recorded.
12539
12540 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12541
12542         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12543
12544 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * pop3.el (pop3-apop): Run md5 in the binary mode.
12547
12548         * starttls.el (starttls-set-process-query-on-exit-flag):
12549         Use eval-and-compile.
12550
12551 2005-05-31  Simon Josefsson  <jas@extundo.com>
12552
12553         * smime.el (smime-replace-in-string): Define.
12554         (smime-cert-by-ldap-1): Use it.
12555
12556 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * gnus-art.el (article-display-x-face): Replace
12559         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12560
12561         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12562         set-process-query-on-exit-flag or process-kill-without-query.
12563
12564         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12565         loop instead of replace-regexp.
12566
12567         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12568         instead of process-kill-without-query if it is available.
12569
12570         * lpath.el: Fbind ldap-search-entries.
12571
12572         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12573         instead of find-file-hooks if it is available.
12574
12575         * mml1991.el: Bind pgg-default-user-id when compiling.
12576
12577         * mml2015.el: Bind pgg-default-user-id when compiling.
12578
12579         * nndraft.el (nndraft-request-associate-buffer):
12580         Use write-contents-functions instead of write-contents-hooks if it is
12581         available.
12582
12583         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12584         instead of find-file-hooks if it is available.
12585
12586         * nntp.el (nntp-open-connection): Replace
12587         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12588         (nntp-open-ssl-stream): Ditto.
12589         (nntp-open-tls-stream): Ditto.
12590
12591         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12592         set-process-query-on-exit-flag or process-kill-without-query.
12593         (starttls-open-stream-gnutls): Use it instead of
12594         process-kill-without-query.
12595         (starttls-open-stream): Ditto.
12596
12597 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12598
12599         * smime.el (smime-cert-by-ldap-1): Don't use
12600         replace-regexp-in-string.
12601
12602 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12603
12604         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12605
12606         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12607         in PEM format.  Adjust to the XEmacs compability.
12608
12609 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12612         by `string-to-number'.
12613         * gnus-agent.el (gnus-agent-regenerate-group)
12614         (gnus-agent-fetch-articles): Ditto.
12615         * gnus-art.el (gnus-button-fetch-group): Ditto.
12616         * gnus-cache.el (gnus-cache-generate-active)
12617         (gnus-cache-articles-in-group): Ditto.
12618         * gnus-group.el (gnus-group-set-current-level)
12619         (gnus-group-insert-group-line): Ditto.
12620         * gnus-score.el (gnus-score-set-expunge-below)
12621         (gnus-score-set-mark-below, gnus-summary-score-effect)
12622         (gnus-summary-score-entry): Ditto.
12623         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12624         (gnus-soup-pack): Ditto.
12625         * gnus-spec.el (gnus-xmas-format): Ditto.
12626         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12627         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12628         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12629         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12630         * nndb.el (nndb-get-remote-expire-response): Ditto.
12631         * nndiary.el (nndiary-parse-schedule-value)
12632         (nndiary-string-to-number, nndiary-request-replace-article)
12633         (nndiary-request-article): Ditto.
12634         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12635         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12636         * nneething.el (nneething-make-head): Ditto.
12637         * nnfolder.el (nnfolder-request-article)
12638         (nnfolder-retrieve-headers): Ditto.
12639         * nnheader.el (nnheader-file-to-number): Ditto.
12640         * nnkiboze.el (nnkiboze-request-article): Ditto.
12641         * nnmail.el (nnmail-process-unix-mail-format)
12642         (nnmail-process-babyl-mail-format): Ditto.
12643         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12644         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12645         (nnmh-request-create-group, nnmh-request-list-1)
12646         (nnmh-request-group, nnmh-request-article): Ditto.
12647         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12648         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12649         * nnsoup.el (nnsoup-make-active): Ditto.
12650         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12651         * nntp.el (nntp-find-group-and-number)
12652         (nntp-retrieve-headers-with-xover): Ditto.
12653         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12654         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12655         (pgg-format-key-identifier): Ditto.
12656         * pop3.el (pop3-last, pop3-stat): Ditto.
12657         * qp.el (quoted-printable-decode-region): Ditto.
12658
12659         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12660         of concat.
12661
12662 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12665
12666         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12667
12668         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12669
12670         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12671
12672         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12673
12674         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12675
12676         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12677         (gnus-carpal-mode): Ditto.
12678
12679         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12680         (gnus-browse-mode): Ditto.
12681
12682         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12683
12684         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12685
12686 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12687
12688         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12689
12690 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-util.el (gnus-run-mode-hooks): New function.
12693
12694         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12695
12696         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12697         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12698
12699 2005-05-27  Lute Kamstra  <lute@gnu.org>
12700
12701         * dns-mode.el (dns-mode): Specify customization group.
12702
12703 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12704
12705         * gnus-agent.el (gnus-agent-make-mode-line-string):
12706         Use mode-line-highlight as mouse-face.
12707
12708 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * canlock.el (canlock): Change the parent group to news.
12711
12712         * deuglify.el (gnus-outlook-deuglify): Add :group.
12713
12714         * dig.el (dig): Add :group.
12715
12716         * dns-mode.el (dns-mode): Add :group.
12717
12718         * encrypt.el (encrypt): Add :group.
12719
12720         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12721         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12722         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12723         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12724         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12725
12726         * gnus-diary.el (gnus-diary): Add :group.
12727
12728         * gnus.el (gnus-group-news-1-face): Add :group.
12729         (gnus-group-news-1-empty-face): Ditto.
12730         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12731         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12732         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12733         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12734         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12735         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12736         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12737         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12738         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12739         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12740         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12741         (gnus-summary-high-ticked-face): Ditto.
12742         (gnus-summary-low-ticked-face): Ditto.
12743         (gnus-summary-normal-ticked-face): Ditto.
12744         (gnus-summary-high-ancient-face): Ditto.
12745         (gnus-summary-low-ancient-face): Ditto.
12746         (gnus-summary-normal-ancient-face): Ditto.
12747         (gnus-summary-high-undownloaded-face): Ditto.
12748         (gnus-summary-low-undownloaded-face): Ditto.
12749         (gnus-summary-normal-undownloaded-face): Ditto.
12750         (gnus-summary-high-unread-face): Ditto.
12751         (gnus-summary-low-unread-face): Ditto.
12752         (gnus-summary-normal-unread-face): Ditto.
12753         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12754         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12755
12756         * hashcash.el (hashcash): New custom group.
12757         (hashcash-default-payment): Add :group.
12758         (hashcash-payment-alist): Ditto.
12759         (hashcash-default-accept-payment): Ditto.
12760         (hashcash-accept-resources): Ditto.
12761         (hashcash-path): Ditto.
12762         (hashcash-extra-generate-parameters): Ditto.
12763         (hashcash-double-spend-database): Ditto.
12764         (hashcash-in-news): Ditto.
12765
12766         * message.el (message-minibuffer-local-map): Add :group.
12767
12768         * netrc.el (netrc): Add :group.
12769
12770         * sieve-manage.el (sieve-manage-log): Add :group.
12771         (sieve-manage-default-user): Diito.
12772         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12773         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12774         (sieve-manage-authenticators): Ditto.
12775         (sieve-manage-authenticator-alist): Ditto.
12776         (sieve-manage-default-port): Ditto.
12777
12778         * sieve-mode.el (sieve-control-commands-face): Add :group.
12779         (sieve-action-commands-face): Ditto.
12780         (sieve-test-commands-face): Ditto.
12781         (sieve-tagged-arguments-face): Ditto.
12782
12783         * smime.el (smime): Add :group.
12784
12785         * spam-report.el (spam-report): Add :group.
12786
12787         * spam.el (spam, spam-face): Add :group.
12788
12789 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12790
12791         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12792         return \n.\n.\n at the end of articles.  Protect against that.
12793         (nntp-with-open-group): Allow debugging.
12794
12795         * nnheader.el (mail-header-set-extra): Make into a function
12796         because I just could't understand how to quote the list properly.
12797
12798         * dns.el (query-dns-cached): New function.
12799
12800 2005-05-26  Lute Kamstra  <lute@gnu.org>
12801
12802         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12803
12804 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12807
12808         * gnus-art.el: Don't autoload mail-extract-address-components.
12809
12810         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12811         eval-and-compile to evaluate it.
12812
12813         * hashcash.el: Don't autoload executable-find.
12814
12815         * nndb.el: Don't declare the nndb back end two or more times; don't
12816         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12817
12818         * nntp.el: Autoload format-spec instead of format; use
12819         eval-and-compile to evaluate autoload forms.
12820
12821 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12822
12823         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12824
12825 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12826
12827         * gnus.el (gnus-version-number): Bump version.
12828
12829 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12830
12831         * gnus.el: No Gnus v0.3 is released.
12832
12833 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12834
12835         * lpath.el (featurep): Bind show-nonbreak-escape.
12836
12837 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * gnus-art.el (gnus-article-edit-part): Disable undo.
12840
12841 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12844         gnus-article-date-lapsed-new-header is t if date timer is active;
12845         skip headers in which the original date value is empty.
12846         (gnus-article-save-original-date): Redefine it as a macro.
12847         (gnus-display-mime): Use it.
12848
12849 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * gnus-art.el (article-date-ut): Support converting date in
12852         forwarded parts as well.
12853         (gnus-article-save-original-date): New function.
12854         (gnus-display-mime): Use it.
12855
12856 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12857
12858         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12859         enclosure element of <item>.
12860
12861 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * message.el (message-kill-buffer-query): Renamed from
12864         `message-kill-buffer-query-if-modified'.  Added :version.
12865
12866 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12869         window layout.
12870
12871 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * mml.el: Autoload dnd when compiling.
12874
12875 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12876
12877         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12878         x-dnd-*.
12879
12880 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * qp.el (quoted-printable-encode-region): Save excursion.
12883
12884 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12885
12886         * message.el (message-kill-buffer-query-if-modified): Add new variable
12887         so the user can kill a modified message buffer quickly.
12888         (message-kill-buffer): Use it.
12889
12890 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * lpath.el: Fbind display-time-event-handler; don't fbind
12893         string-to-multibyte.
12894
12895         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12896
12897 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12900         contained in text because xml.el decodes entities) with LFs.
12901
12902 2005-04-11  Lute Kamstra  <lute@gnu.org>
12903
12904         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12905         differently.
12906
12907 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12908
12909         * mm-util.el (mm-detect-coding-region): Typo.
12910
12911 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12914
12915 2005-04-06  Deepak Goel  <deego@gnufans.org>
12916
12917         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12918         user-function allow user modifications of the scores.
12919         (spam-stat-score-buffer-user): New function, to allow
12920         user-computed modifications to the score.
12921         (spam-stat-score-buffer-user-functions): List of additional
12922         scoring functions.
12923         (spam-stat-error-holder): Global temporary error holder.
12924         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12925         variable.
12926
12927 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12928
12929         * gnus-registry.el (gnus-registry-clean-empty-function)
12930         (gnus-registry-trim, gnus-registry-fetch-groups)
12931         (gnus-registry-delete-group): Groups that match
12932         `gnus-registry-ignored-groups' are removed from the registry
12933         entries, not just ignored for splitting.  This helps clean up the
12934         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12935         to get all the groups a message ID is in.
12936
12937         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12938         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12939         (spam-stat-score-buffer-user-functions): Add :number custom type.
12940
12941 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12944         argument in XEmacs.
12945
12946         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12947         (nnrss-request-group): Decode group name first.
12948         (nnrss-request-article): Make a text/plain article if mml-to-mime
12949         failed.
12950         (nnrss-get-encoding): Return a compatible encoding according to
12951         nnrss-compatible-encoding-alist.
12952         (nnrss-find-el): Use consp instead of listp.
12953         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12954
12955 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12958         which Emacs 20 doesn't support.
12959         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12960
12961 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12962
12963         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12964         silence the byte compiler inside the defun.
12965
12966         * gnus-demon.el (parse-time-string): Add autoload.
12967
12968         * gnus-delay.el (parse-time-string): Add autoload.
12969
12970         * gnus-art.el (parse-time-string): Add autoload.
12971
12972         * nnultimate.el (parse-time): Require for `parse-time-string'.
12973
12974 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12975
12976         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12977
12978         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12979
12980         * smime.el (smime-ldap-host-list): Add :version.
12981
12982 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12985         pass it to `gnus-browse-read-group'.
12986         (gnus-browse-read-group): Add NUMBER argument and pass it to
12987         `gnus-group-read-ephemeral-group'.
12988
12989         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12990         argument and pass it to `gnus-group-read-group'.
12991
12992 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12993
12994         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12995         mm-xemacs-find-mime-charset-1 if we have the mule feature
12996         available at runtime.
12997
12998 2005-03-25  Werner Lemberg  <wl@gnu.org>
12999
13000         * nnmaildir.el: Replace `illegal' with `invalid'.
13001
13002 2005-03-23  Lute Kamstra  <lute@gnu.org>
13003
13004         * time-date.el: Add comment on time value formats.
13005         Don't require parse-time.
13006         (with-decoded-time-value): New macro.
13007         (encode-time-value): New function.
13008         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13009         (days-to-time): Return a valid time value when arg is huge.
13010         (time-since): Use time-subtract.
13011         (time-to-number-of-days): Use time-to-seconds.
13012
13013 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13014
13015         * gnus-start.el (gnus-display-time-event-handler):
13016         Check display-time-timer at runtime rather than only at load time
13017         in case display-time-mode is turned off in the mean time.
13018
13019 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13022         used.
13023
13024         * nneething.el (nneething-map-file-directory): Derive from
13025         `gnus-directory'.
13026
13027         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13028         the To/Cc button.
13029
13030 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * nnmaildir.el (nnmaildir-request-accept-article):
13033         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13034
13035 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13036
13037         * gnus-async.el: Require timer-funcs at compile time when in
13038         XEmacs for `run-with-idle-timer'.
13039
13040 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13041
13042         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13043         autoloaded function.
13044
13045 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13046
13047         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13048
13049 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13050
13051         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13052
13053 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13054
13055         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13056         gnus-expert-user to default.
13057
13058 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13059
13060         * nnimap.el (nnimap-open-server): Ditto.
13061
13062         * imap.el (imap-authenticate): Fix typo.
13063
13064 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13065
13066         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13067         buffer (since IMAP server might return FETCH response out of
13068         order, and the nntp buffer must be sorted).
13069
13070 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13071
13072         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13073         comparison on string.
13074
13075         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13076         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13077         (gnus-agent-summary-fetch-series): Modified to protect against
13078         gnus-agent-summary-fetch-group clearing processable flags.
13079         (gnus-agent-synchronize-group-flags): Update live group buffer as
13080         synchronization may occur due to the user toggle the plugged
13081         status.
13082         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13083         successfully downloaded.
13084         (gnus-agent-expire-group-1): Avoid using markers when the overview
13085         is in ascending order; greatly improves performance.
13086         (gnus-agent-regenerate-group): Use
13087         gnus-agent-synchronize-group-flags to reset read status in both
13088         gnus and server.
13089         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13090
13091 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13092
13093         * message.el: Don't autoload former message-utils variables.
13094         (message-strip-subject-trailing-was): Change doc string.
13095
13096         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13097         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13098         (nnweb-google-search): Add "hl=en" here.
13099         (nnweb-google-parse-1, nnweb-google-create-mapping):
13100         Don't hardcode URL.
13101
13102 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * message.el (message-get-reply-headers, message-followup):
13105         Mention related variables `message-use-followup-to' and
13106         `message-use-mail-followup-to', in the information buffer.
13107
13108         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13109         of broken groups(-beta).google.com.
13110
13111 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13112
13113         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13114         parameter to invoked gnus-request-move-article; remove the
13115         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13116         all at once instead of once per article.
13117         (gnus-summary-remove-process-mark): Accept a list of articles as
13118         well as a single article for processing.
13119
13120         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13121         parameter.
13122
13123         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13124
13125         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13126
13127         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13128         parameter.
13129
13130         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13131         parameter.
13132
13133         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13134         parameter and remove the gnus-sum-hint-move-is-internal variable.
13135
13136         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13137         parameter.
13138
13139         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13140         parameter.
13141
13142         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13143         parameter.
13144
13145         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13146
13147         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13148         parameter.
13149
13150         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13151         parameter.
13152
13153 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13154
13155         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13156         a more conservative way.
13157
13158 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13159
13160         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13161         buffer, so it moves the window's cursor.
13162
13163 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13164
13165         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13166         `mm-dissect-multipart' and receive the from field as an (optional)
13167         argument from `mm-dissect-multipart'.
13168         (mm-dissect-multipart): Receive the from field as an argument and
13169         pass it on when we call `mm-dissect-buffer' on MIME parts.
13170         Fixes verification/decryption of signed/encrypted MIME parts.
13171
13172 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13173
13174         * gnus-sum.el (gnus-summary-move-article): Set
13175         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13176         whatever it calls (right now, only nnimap-request-move article
13177         respects it).
13178
13179         * nnimap.el (nnimap-request-move-article): When
13180         gnus-sum-hint-move-is-internal is set, don't do the extra
13181         nnimap-request-article.
13182
13183 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13186
13187         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13188         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13189
13190         * gnus-sum.el (gnus-summary-caesar-message):
13191         Apply `gnus-treat-article' after rotation.
13192
13193         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13194         doc string.
13195
13196 2005-02-22  Simon Josefsson  <jas@extundo.com>
13197
13198         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13199         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13200         <arne@arnested.dk>.
13201         (encrypt): Add password-cache and password-cache-expiry as group
13202         members.
13203
13204 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13205
13206         * smime.el (smime-ldap-host-list): Doc fix.
13207         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13208         cache) password.
13209         (smime-sign-region): Use it.
13210         (smime-decrypt-region): Use it.
13211         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13212         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13213         fails.
13214         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13215         certificate from DER to PEM format rather than calling openssl.
13216
13217         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13218
13219         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13220         for signing/encryption.
13221
13222         * mml.el (mml-parse-1): Use them.
13223
13224 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13225
13226         * nnrss.el (nnrss-verbose): Removed.
13227         (nnrss-request-group): Use `nnheader-message' instead.
13228
13229 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13230
13231         * nnrss.el (nnrss-verbose): New variable.
13232         (nnrss-request-group): Make it say nnrss is requesting a group.
13233
13234 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13235
13236         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13237         Handle news URL with given port correctly.
13238
13239 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13242         containing special characters.
13243
13244         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13245
13246         * mml.el (mime-to-mml): Ditto.
13247
13248         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13249         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13250         (rfc2047-decode-region): Quote decoded words containing special
13251         characters when rfc2047-quote-decoded-words-containing-tspecials
13252         is non-nil.
13253
13254 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13255
13256         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13257
13258         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13259
13260 2005-02-15  Simon Josefsson  <jas@extundo.com>
13261
13262         * nnimap.el (nnimap-debug): Doc fix.
13263
13264         * imap.el (imap-debug): Doc fix.
13265
13266 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13269
13270 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13271
13272         * gnus.el (spam-contents): Improve docs for spam-contents
13273         parameter in its variable incarnation.
13274
13275 2005-02-14  Simon Josefsson  <jas@extundo.com>
13276
13277         * smime-ldap.el: Use require instead of load-library for ldap.
13278         (smime-ldap-search): Indent.
13279         (smime-ldap-search-internal): Shorten line.
13280
13281         * smime.el (smime-cert-by-dns): Add doc-string.
13282         (smime-cert-by-ldap-1): Indent.
13283
13284         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13285         mml-smime-get-dns-ldap.
13286         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13287
13288 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13289
13290         * smime.el: Require smime-ldap.
13291         (smime-ldap-host-list): New variable.
13292         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13293
13294         * mml-smime.el (mml-smime-encrypt-query): New function.
13295         (mml-smime-encrypt-query): Use it.
13296
13297         * smime-ldap.el: New file.
13298
13299 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13302
13303 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13306         argument in doc string.  Make query for type more clear.
13307
13308 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * gnus.el (gnus-group-startup-message): Search for gnus images in
13311         etc/images/gnus.
13312         * mm-util.el (mm-image-load-path): Likewise.
13313         * smiley.el (smiley-data-directory): Search for smilies in
13314         etc/images/smilies.
13315
13316 2005-02-09  Kim F. Storm  <storm@cua.dk>
13317
13318         Change Emacs release version from 21.4 to 22.1 throughout.
13319         Change Emacs development version from 21.3.50 to 22.0.50.
13320
13321 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13324
13325         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13326         non-Mule XEmacs as well.
13327         (mm-decompress-buffer): Signal an error intentionally if it does
13328         not decompress compressed data because auto-compression-mode is
13329         disabled.
13330
13331 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13332
13333         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13334         an ID in the registry even if it has no groups.
13335
13336 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13339         merge it into mm-decompress-buffer.
13340         (gnus-mime-copy-part): Use the MIME part charset, the value which
13341         a user specified or gnus-newsgroup-charset for decoding, like
13342         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13343         save-buffer what was used.  Suggested by Kevin Ryde
13344         <user42@zip.com.au>.
13345         (gnus-mime-inline-part): Allow the name parameter as well as the
13346         filename parameter; force decompressing of compressed data; always
13347         display contents being not decoded as unibyte.
13348
13349         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13350         as well as the filename parameter.
13351
13352         * mm-util.el (mm-decompress-buffer): Merge
13353         gnus-mime-jka-compr-maybe-uncompress.
13354         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13355         of compressed data.
13356
13357 2005-02-08  Simon Josefsson  <jas@extundo.com>
13358
13359         * imap.el (imap-log): Doc fix.
13360
13361 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13364         the coding cookies; decompress compressed parts.
13365
13366         * mml.el (mml-generate-mime-1): Add the charset parameter according
13367         to the value which a user specified manually or the coding cookie.
13368
13369         * mm-util.el (mm-string-to-multibyte): New function.
13370         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13371         (mm-coding-system-to-mime-charset): New function.
13372         (mm-decompress-buffer): New function.
13373         (mm-find-buffer-file-coding-system): New function.
13374
13375         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13376         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13377         parts.
13378
13379 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13380
13381         * mm-view.el (mm-display-inline-fontify): Decode a part according
13382         to the charset parameter.
13383
13384 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13387         prefix arg is neither nil nor a number, as info specifies.
13388
13389 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13392         timestamps.
13393
13394 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13395
13396         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13397         groups error checking and notify user.
13398
13399 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13400
13401         * message.el (message-send-mail-function): Check existence of
13402         sendmail-program first before using default value
13403         `message-send-mail-with-sendmail'.  Otherwise use more generic
13404         `smtpmail-send-it'.
13405
13406 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * nntp.el (nntp-request-update-info): Always return nil.
13409
13410 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13411
13412         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13413
13414 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13415
13416         * message.el (message-beginning-of-line): Change the behavior when
13417         invoked between BOL and : so that it first moves backward.
13418
13419 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13422         article buffer when editing of the article is discarded.
13423         (gnus-article-prepare): Revert.
13424
13425 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * gnus-art.el (gnus-article-prepare):
13428         Remove message-strip-forbidden-properties from the local hook.
13429
13430 2005-01-27  Simon Josefsson  <jas@extundo.com>
13431
13432         * password.el (password-cache-add): Only start one timer per key.
13433         Reported by Derek Atkins <warlord@MIT.EDU>.
13434
13435 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13436
13437         * run-at-time.el: Removed.  It is no longer needed as
13438         timer-funcs.el in the xemacs-base package has a working version of
13439         `run-at-time'.
13440
13441         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13442
13443         * password.el: Require timer-funcs instead of run-at-time in
13444         XEmacs.
13445         Remove `password-run-at-time' macro.
13446         (password-cache-add): Use `run-at-time' instead of
13447         `password-run-at-time'.
13448
13449         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13450         Remove `nnheader-cancel-function-timers' alias,
13451         `cancel-function-timers' exists in XEmacs in timer-funcs.
13452
13453         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13454         for `run-with-idle-timer'.
13455
13456         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13457         for `run-at-time'.
13458
13459         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13460         for `with-timeout'.
13461
13462         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13463         the same as for XEmacs 21.4.
13464         No need to ignore `run-with-idle-timer', this function exists in
13465         XEmacs now in timer-funcs.el in the xemacs-base package.
13466         (dgnushack-compile): No need to delete
13467         run-at-time.el from the list of files to compile because it
13468         doesn't exist anymore.
13469
13470 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13473         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13474
13475 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13476
13477         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13478         sensitively.
13479
13480 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13481
13482         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13483
13484 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13487         which will be inserted according to the multibyteness of a buffer
13488         rather than the type of contents.  Suggested by ARISAWA Akihiro
13489         <ari@mbf.ocn.ne.jp>.
13490
13491         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13492         of string which old xml.el may return rather than a string.
13493
13494 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13497
13498 2005-01-16  Simon Josefsson  <jas@extundo.com>
13499
13500         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13501         idn/idna.el isn't available.
13502         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13503         <michael@waxrat.com>.
13504
13505         * hashcash.el: Remove non-FSF copyright header.
13506
13507         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13508         (hashcash-generate-payment): Use it.
13509         (hashcash-generate-payment-async): Use it.
13510
13511 2005-01-15  Simon Josefsson  <jas@extundo.com>
13512
13513         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13514         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13515
13516         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13517         gnus-summary-idna-message.
13518         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13519         (gnus-summary-idna-message): New function.
13520
13521 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13524         gnus-novice-user.
13525
13526 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * nnrss.el (nnrss-request-delete-group): Delete entries in
13529         nnrss-group-alist as well.
13530         (nnrss-save-server-data): Insert newline.
13531
13532 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * gnus.el (gnus-user-agent): Use list of symbols instead of
13535         symbols.  Display full version number for (S)XEmacs.  Optionally
13536         display (S)XEmacs codename.
13537
13538         * gnus-util.el (gnus-emacs-version): Update for new
13539         `gnus-user-agent'.
13540
13541         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13542         Gnus version.
13543
13544 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13547         which is unreadable in some setups.
13548
13549 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * gnus-spec.el (gnus-update-format-specifications): Flush the
13552         group format spec cache if it doesn't support decoded group names.
13553
13554 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13557         Allow to apply decay on score files matching a regexp.
13558
13559 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13562         compatibility in %g and %c.
13563
13564 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13567         name for only %g and %c.
13568         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13569         of gnus-tmp-group to decoded group name.
13570         (gnus-group-make-rss-group): Exclude `/'s from group names.
13571
13572 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * nnrss.el (nnrss-get-encoding): Fix regexp.
13575
13576 2004-12-27  Simon Josefsson  <jas@extundo.com>
13577
13578         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13579         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13580         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13581
13582 2004-12-17  Kim F. Storm  <storm@cua.dk>
13583
13584         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13585
13586         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13587
13588 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13589
13590         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13591
13592 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * nnrss.el: Require rfc2047 and mml.
13595         (nnrss-file-coding-system): New variable.
13596         (nnrss-format-string): Redefine it as an inline function.
13597         (nnrss-decode-group-name): New function.
13598         (nnrss-string-as-multibyte): Remove.
13599         (nnrss-retrieve-headers): Decode group name; don't use
13600         nnrss-format-string.
13601         (nnrss-request-group): Decode group name.
13602         (nnrss-request-article): Decode group name; allow a Message-ID as
13603         well as an article number; don't use nnrss-format-string; encode a
13604         Message-ID string which may contain non-ASCII characters; use
13605         mml-to-mime to compose a MIME article.
13606         (nnrss-request-expire-articles): Decode group name.
13607         (nnrss-request-delete-group): Decode group name.
13608         (nnrss-fetch): Clarify error message.
13609         (nnrss-read-server-data): Use insert-file-contents instead of load;
13610         bind file-name-coding-system; use multibyte buffer.
13611         (nnrss-save-server-data): Bind coding-system-for-write to the
13612         value of nnrss-file-coding-system; bind file-name-coding-system;
13613         add coding cookie.
13614         (nnrss-read-group-data): Use insert-file-contents instead of load;
13615         bind file-name-coding-system; use multibyte buffer.
13616         (nnrss-save-group-data): Bind coding-system-for-write to the
13617         value of nnrss-file-coding-system; bind file-name-coding-system.
13618         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13619         make it work with non-ASCII text.
13620         (nnrss-find-el): Make it work with old xml.el as well.
13621
13622 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13623
13624         * nnrss.el (nnrss-get-encoding): New function.
13625         (nnrss-fetch): Use unibyte buffer initially; bind
13626         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13627         decode contents according to the encoding attribute.
13628         (nnrss-save-group-data): Add coding cookie.
13629         (nnrss-mime-encode-string): New function.
13630         (nnrss-check-group): Use it to encode subject and author.
13631
13632 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13633
13634         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13635         imaginary variable.
13636
13637 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13640         correctly even if there are wide characters.
13641
13642 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13643
13644         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13645         downcased symbol names; make a new cache instead of reusing
13646         bbdb-hashtable.
13647
13648 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13651         concatenating segments rather than before concatenating them.
13652         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13653
13654         * message.el (message-get-reply-headers): Bind `extra'.
13655
13656 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13657
13658         * message.el (message-extra-wide-headers): New variable.
13659         (message-get-reply-headers): Use it.
13660
13661 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13664         (gnus-agent-group-pathname): Ditto.
13665
13666         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13667
13668         * gnus-group.el (gnus-group-make-group): Decode group name.
13669         (gnus-group-make-rss-group): Register the group data after opening
13670         the nnrss group.
13671
13672 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13673
13674         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13675         by expiry now get marked as read.
13676
13677 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13680
13681 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13682
13683         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13684         unify Latin characters in XEmacs.
13685         (mm-find-mime-charset-region): Use it.
13686
13687 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-util.el (gnus-delete-directory): New function.
13690
13691         * gnus-agent.el (gnus-agent-delete-group): Use it.
13692
13693         * gnus-cache.el (gnus-cache-delete-group): Use it.
13694
13695 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13698         names.
13699
13700 2004-12-16  Simon Josefsson  <jas@extundo.com>
13701
13702         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13703
13704 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13707
13708         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13709         (gnus-group-set-current-level): Decode group name.
13710
13711 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13712
13713         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13714         failed.
13715
13716 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * gnus-group.el (gnus-group-delete-group): Decode group name.
13719         (gnus-group-make-rss-group): Encode group name.
13720         (gnus-group-catchup-current): Decode group name.
13721         (gnus-group-kill-group): Decode group name.
13722
13723 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13724
13725         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13726
13727 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-group.el (gnus-group-make-rss-group):
13730         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13731
13732         * gnus-start.el (gnus-setup-news): Honor user's setting to
13733         gnus-message-archive-method.  Suggested by Lute Kamstra
13734         <lute@gnu.org>.
13735
13736 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13737
13738         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13739         global counterparts of the buffer-local variables.
13740
13741 2004-11-16  Romain Francoise  <romain@orebokech.com>
13742
13743         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13744         counterparts of the buffer-local variables.
13745
13746 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * message.el (message-forbidden-properties): Fixed typo in doc
13749         string.
13750
13751 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13752
13753         * gnus-util.el (gnus-replace-in-string): Added doc string.
13754
13755         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13756         to avoid problems when splitting mails with many recipients.
13757
13758 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13759
13760         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13761         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13762
13763 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13764
13765         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13766         if there is no hashtable in memory or file modification time is
13767         newer than cached timestamp.
13768
13769 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13772         not-matching option.
13773
13774 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13775
13776         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13777         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13778         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13779         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13780         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13781         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13782
13783 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * message.el (message-forward-make-body-mml): Remove headers
13786         according to message-forward-ignored-headers if a message is decoded.
13787
13788 2004-12-02  Romain Francoise  <romain@orebokech.com>
13789
13790         * message.el (message-forward-make-body-plain): Always remove
13791         headers according to message-forward-ignored-headers.
13792
13793 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13794
13795         * spam.el (spam-summary-prepare-exit): Remove the
13796         gnus-summary-limit pop for now, it has problems with ham marks for
13797         me.
13798
13799 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13800
13801         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13802         correctly.
13803
13804 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13805
13806         * format-spec.el (format-spec): Message the char.
13807
13808 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13809
13810         * gnus-art.el (gnus-split-methods): Reformat comments.
13811
13812         * spam.el (spam-summary-prepare-exit): Remove article limits
13813         before exiting the summary buffer.
13814
13815 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13818         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13819
13820         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13821         order to silence the byte compiler.
13822
13823         * spam.el: Fix the way to silence the byte compiler, which
13824         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13825         bbdb-search-simple, spam-BBDB-register-routine,
13826         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13827         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13828         spam-stat-buffer-is-spam, spam-stat-load,
13829         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13830         spam-stat-save and spam-stat-split-fancy.
13831
13832 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13835         which may confuse users.
13836         (canlock-password-for-verify): Ditto.
13837
13838         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13839
13840         * gnus-art.el (gnus-emphasis-alist): Ditto.
13841
13842         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13843
13844         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13845
13846         * gnus-start.el (gnus-save-killed-list): Ditto.
13847
13848         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13849         (gnus-sum-thread-tree-root): Ditto.
13850         (gnus-sum-thread-tree-false-root): Ditto.
13851         (gnus-sum-thread-tree-single-indent): Ditto.
13852
13853         * message.el (message-courtesy-message): Ditto.
13854         (message-archive-note): Ditto.
13855         (message-subscribed-address-file): Ditto.
13856         (message-user-fqdn): Ditto.
13857
13858         * spam-report.el (spam-report-gmane-regex): Ditto.
13859
13860         * spam.el (spam-blackhole-good-server-regex): Ditto.
13861
13862 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * mml.el (mml-preview): Widen the message buffer before copying
13865         the contents to the preview buffer; sort headers before previewing.
13866
13867         * message.el (message-hidden-headers): Fix the way to avoid a bug
13868         in the `repeat' widget in Emacs 21.3 or earlier.
13869
13870 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * message.el (message-hidden-headers): Default to "^References:".
13873         Improve customization type.  Suggested by Reiner Steib
13874         <Reiner.Steib@gmx.de>.
13875
13876 2004-11-25  Romain Francoise  <romain@orebokech.com>
13877
13878         * message.el (message-strip-forbidden-properties): Remove check for
13879         obsolete `message-hidden' text property, hidden headers are not
13880         accessible in the buffer anymore.
13881
13882 2004-11-22  Romain Francoise  <romain@orebokech.com>
13883
13884         * message.el (message-header-format-alist): Add `From' in list
13885         so that it can be sorted.
13886         (message-fix-before-sending): Widen and sort headers before
13887         sending.
13888         (message-hide-headers): Use narrowing to hide headers by moving
13889         them to the top of the buffer and narrowing to the region
13890         underneath.
13891
13892 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13893
13894         * message.el (message-strip-forbidden-properties): Bind
13895         buffer-read-only (etc) to nil.
13896
13897 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13900         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13901
13902 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13903
13904         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13905
13906 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13907
13908         * dns.el (query-dns): Use sit-for to time instead of
13909         accept-process-output, since that doesn't seem to work on udp
13910         sockets.
13911
13912 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13915
13916 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13917
13918         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13919         doc string.  Improve doc string.
13920
13921 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * nntp.el (nntp-request-update-info): Return nil if
13924         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13925         may not call gnus-activate-group which uselessly issues the GROUP
13926         commands for all nntp groups and wastes time.  Reported by Romain
13927         Francoise <romain@orebokech.com>.
13928
13929         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13930
13931 2004-11-15  Simon Josefsson  <jas@extundo.com>
13932
13933         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13934         headers separately.
13935         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13936         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13937
13938 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * gnus-start.el (gnus-convert-old-newsrc):
13941         Assign legacy-gnus-agent to 5.10.7.
13942
13943 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13944
13945         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13946         start of the lines.
13947
13948 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13949
13950         * hashcash.el (hashcash-default-payment): Change default to 20.
13951         (hashcash-default-accept-payment): Change default to 20.
13952         (hashcash-process-alist): New variable.
13953         (hashcash-generate-payment-async): Add.
13954         (hashcash-already-paid-p): Add.
13955         (hashcash-insert-payment): Don't generate payments twice.
13956         (hashcash-insert-payment-async): Add.
13957         (hashcash-insert-payment-async-2): Add.
13958         (hashcash-cancel-async): Add.
13959         (hashcash-wait-async): Add.
13960         (hashcash-processes-running-p): Add.
13961         (hashcash-wait-or-cancel): Add.
13962         (mail-add-payment): New optional argument.  Conditionally start
13963         asynchronous calculation.
13964         (mail-add-payment-async): Add.
13965
13966         * message.el (message-send-mail): Wait for asynchronous hashcash
13967         results.  Don't clobber existing X-Hashcash headers.
13968         (message-setup-1): Call mail-add-payment-async when
13969         message-generate-hashcash is non-nil.
13970
13971 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13972
13973         * message.el (message-use-alternative-email-as-from): Examine the
13974         From header as well; use message-make-from in order to include a
13975         user's full name.
13976
13977 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13980         default; improve customization type.
13981         (gnus-emphasis-custom-with-format): New macro.
13982         (gnus-emphasis-custom-value-to-external): New function.
13983         (gnus-emphasis-custom-value-to-internal): New function.
13984
13985 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13986
13987         * dns.el (query-dns): Resolve reverse addresses.
13988
13989 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13990
13991         * gnus-group.el (gnus-group-get-new-news): Use it.
13992
13993         * gnus-start.el (gnus-check-reasonable-setup): New function.
13994
13995 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13998         "Args out of range" error.  Reported by Arnaud Giersch
13999         <arnaud.giersch@free.fr>.
14000
14001 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14002
14003         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14004
14005 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14006
14007         * spam.el (spam group): Add :version.
14008
14009         * pgg-def.el (pgg group): Add :version.
14010
14011 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * gnus-art.el (gnus-article-edit-article): Don't associate the
14014         article buffer with a draft file.  This is a temporary measure
14015         against the 2004-08-22 change to gnus-article-edit-mode.
14016
14017 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14020         (html2text-format-tags): Remove unused variable `attr'.
14021
14022 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14025
14026         * tls.el (tls-process-connection-type, tls-success)
14027         (tls-certtool-program): Add :version.
14028
14029         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14030         (starttls-extra-arguments, starttls-process-connection-type)
14031         (starttls-connect, starttls-failure, starttls-success): Add :version.
14032
14033         * spam-stat.el (spam-stat): Add :version.
14034
14035         * sieve.el (sieve): Add :version.
14036
14037         * sha1.el (sha1): Add :version.
14038         (sha1-use-external): Remove redundant version.
14039
14040         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14041         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14042         (nnmail-split-fancy-match-partial-words)
14043         (nnmail-split-lowercase-expanded): Add :version.
14044
14045         * nndiary.el (nndiary): Add :version.
14046
14047         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14048
14049         * mml-sec.el (mml-default-sign-method)
14050         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14051         Add :version.
14052
14053         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14054
14055         * mm-url.el (mm-url-use-external, mm-url-program)
14056         (mm-url-arguments): Add :version.
14057
14058         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14059         (mm-attachment-file-modes, mm-decrypt-option)
14060         (mm-w3m-safe-url-regexp): Add :version.
14061
14062         * message.el (message-cite-prefix-regexp)
14063         (message-sendmail-envelope-from, message-minibuffer-local-map)
14064         (message-user-fqdn, message-completion-alist): Add :version.
14065
14066         * gnus-win.el (gnus-configure-windows-hook)
14067         (gnus-use-frames-on-any-display): Add :version.
14068
14069         * gnus-art.el (gnus-article-address-banner-alist)
14070         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14071         (gnus-treat-from-picon, gnus-treat-mail-picon)
14072         (gnus-treat-x-pgp-sig): Add :version.
14073
14074         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14075         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14076         (gnus-summary-article-delete-hook)
14077         (gnus-summary-display-while-building): Add :version.
14078
14079         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14080         (gnus-get-top-new-news-hook): Add :version.
14081
14082         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14083         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14084
14085         * gnus-registry.el (gnus-registry): Add :version.
14086
14087         * gnus-spec.el (gnus-use-correct-string-widths)
14088         (gnus-make-format-preserve-properties): Add :version.
14089
14090         * gnus.el (gnus-group-charter-alist)
14091         (gnus-group-fetch-control-use-browse-url)
14092         (gnus-install-group-spam-parameters): Add :version.
14093
14094         * gnus-diary.el (gnus-diary): Add :version.
14095
14096         * gnus-delay.el (gnus-delay): Add :version.
14097
14098         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14099         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14100         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14101         Add :version.
14102
14103         * gnus-agent.el (gnus-agent-max-fetch-size)
14104         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14105         (gnus-agent-prompt-send-queue): Add :version.
14106
14107         * deuglify.el (gnus-outlook-deuglify): Add :version.
14108
14109         * html2text.el: Beautify code.  Improve doc strings.  Some
14110         checkdoc cleanup.
14111         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14112
14113 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14114
14115         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14116
14117 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14118
14119         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14120         when package is loaded.
14121
14122         * spam.el (spam-summary-score-preferred-header): Add global preference
14123         for people who want to override the default SpamAssassin over
14124         Bogofilter preference (when both are set).
14125         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14126         (spam-user-format-function-S): Check
14127         spam-summary-score-preferred-header.
14128         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14129         (spam-user-format-function-S): Format the score correctly.
14130
14131 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14134         signature file.  Suggested by Manoj Srivastava
14135         <srivasta@golden-gryphon.com>.
14136
14137         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14138         iso-2022-jp even in the Japanese language environment.
14139         Suggested by Jason Rumney <jasonr@gnu.org>.
14140
14141 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14144         use the same characters as the dummy marks; make it free from
14145         getting affected by the language environment.
14146         (gnus-summary-read-group-1): Update mark positions only when the
14147         format spec is updated.
14148
14149         * gnus-spec.el (gnus-update-format-specifications): Return a list
14150         of updated types.
14151
14152 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14155         of boundp to check if display-warning is available.
14156
14157 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14158
14159         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14160
14161 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * nnspool.el (nnspool-spool-directory): Use news-path if the
14164         news-directory variable is not bound.
14165
14166         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14167         function instead of display-warning if it is not available.
14168
14169 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14172         v5-10: Use `point-at-bol'.
14173
14174 2004-10-26  Simon Josefsson  <jas@extundo.com>
14175
14176         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14177         <chenggao@gmail.com>.
14178
14179 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14182         instead.
14183
14184 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14185
14186         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14187         to remove a server from the nnimap-server-buffer-alist.
14188         (nnimap-open-connection, nnimap-close-server): Use it.
14189
14190         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14191
14192 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14195         running the major-mode function.
14196
14197 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14200         dummy marks in the right way.
14201
14202 2004-10-18  David Edmondson  <dme@dme.org>
14203
14204         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14205         excessively.
14206
14207 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14208
14209         * gnus-util.el (gnus-split-references): Accept a nil references
14210         string and go on blissfully.
14211
14212         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14213         cases where the references string is non-nil but has no references.
14214
14215         * encrypt.el: Add autoload tags.
14216
14217         * spam.el (spam-resolve-registrations-routine): Remove article
14218         from unregistration list too.  Reported by David Hanak
14219         <dhanak@isis.vanderbilt.edu>
14220
14221 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14222
14223         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14224         nil.  Changed custom type.
14225
14226 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14229
14230         * gnus-sum.el (gnus-summary-move-article): Use it.
14231
14232 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14233
14234         * encrypt.el: Add autoload cookies.
14235
14236         * spam.el (spam-backend-article-list-property)
14237         (spam-backend-get-article-todo-list)
14238         (spam-backend-put-article-todo-list)
14239         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14240         Resolve registrations separately.
14241         (spam-register-routine): Format comments.
14242         (spam-unregister-routine, spam-register-routine): Always call with
14243         specific-articles, no default list.
14244         (spam-summary-prepare-exit): Use the spam-classifications function.
14245
14246         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14247         gnus-encrypt.el.
14248
14249         * encrypt.el: Copied from gnus-encrypt.el.
14250
14251         * gnus-encrypt.el: Commented that it's obsolete.
14252
14253 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14254
14255         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14256         (gnus-score-save): Use it.
14257
14258         * message.el (message-bury): Use `window-dedicated-p'.
14259
14260 2004-10-15  Simon Josefsson  <jas@extundo.com>
14261
14262         * pop3.el (top-level): Don't require nnheader.
14263         (pop3-read-timeout): Add.
14264         (pop3-accept-process-output): Add.
14265         (pop3-read-response, pop3-retr): Use it.
14266
14267 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14268
14269         * spam.el (spam-register-routine): Move comment.
14270         (spam-verify-bogofilter): Use 'unknown for the initial
14271         spam-bogofilter-valid state, not 'never.
14272
14273         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14274         for netrc-machine.
14275
14276         * nnimap.el (nnimap-open-connection): Use
14277         netrc-machine-user-or-password.
14278
14279 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14280
14281         * gnus-registry.el (gnus-registry-unload-hook):
14282         Set as a variable with add-hook.
14283
14284         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14285         of news-path.
14286
14287         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14288
14289         * spam.el: Delete duplicate `provide'.
14290         (spam-unload-hook): Set as a variable with add-hook.
14291
14292 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14295         in the doc string.
14296
14297         * message.el (message-ignored-news-headers)
14298         (message-ignored-supersedes-headers)
14299         (message-ignored-resent-headers)
14300         (message-forward-ignored-headers): Improve custom type.
14301
14302 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * message.el (message-tokenize-header): Fix 2004-09-06 change
14305         which used point-min in the wrong place.
14306
14307 2004-10-12  Simon Josefsson  <jas@extundo.com>
14308
14309         * tls.el (tls-certtool-program): New variable.
14310         (tls-certificate-information): New function, based on
14311         ssl-certificate-information.
14312
14313 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * compface.el: Move the version of ELisp-based uncompface program
14316         to the contrib directory because of the copyright problem.
14317
14318 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * message.el (message-kill-buffer): Raise the current frame.
14321
14322 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14323
14324         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14325
14326         * gnus.el (message-y-or-n-p): Autoload.
14327
14328         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14329         (pop3-password-required, pop3-authentication-scheme)
14330         (pop3-leave-mail-on-server): Made customizable.
14331         (pop3): New custom group.
14332         (pop3-retr): Remove `sleep-for' statements.
14333         Suggested by Dave Love <fx@gnu.org>.
14334
14335         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14336         Windows/DOS.
14337
14338         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14339         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14340         Dave Love <fx@gnu.org>.
14341
14342         * mml.el (mml-minibuffer-read-disposition): Require match.
14343         Suggested by Dave Love <fx@gnu.org>.
14344
14345 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14346
14347         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14348         doc string.
14349
14350 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14353
14354 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14355
14356         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14357         instead of calling `mm-insert-inline', to decode text/* parts
14358         before displaying them.
14359
14360 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * mm-uu.el (mm-uu-text-plain-type): New variable.
14363         (mm-uu-pgp-signed-extract-1): Use it.
14364         (mm-uu-pgp-encrypted-extract-1): Use it.
14365         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14366         bind mm-uu-text-plain-type with that value.
14367         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14368         mm-uu-dissect.
14369
14370 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * gnus-group.el (gnus-update-group-mark-positions):
14373         * gnus-sum.el (gnus-update-summary-mark-positions):
14374         * message.el (message-check-news-body-syntax):
14375         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14376         of string-as-multibyte.
14377
14378 2004-10-05  Juri Linkov  <juri@jurta.org>
14379
14380         * gnus-group.el (gnus-update-group-mark-positions):
14381         * gnus-sum.el (gnus-update-summary-mark-positions):
14382         * message.el (message-check-news-body-syntax):
14383         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14384         8-bit unibyte values to a multibyte string for search functions.
14385
14386 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14389         (mm-uu-dissect-text-parts): New function.
14390
14391         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14392         dissect text parts.
14393
14394         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14395         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14396
14397         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14398
14399         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14400         gnus-current-topics instead of gnus-current-topic.
14401
14402 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14403
14404         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14405
14406 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14407
14408         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14409         where approriate.
14410
14411         * nnml.el (nnml-generate-active-info): do.
14412
14413         * nndiary.el (nndiary-generate-active-info): do.
14414
14415         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14416         (gnus-topic-move): do.
14417
14418         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14419         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14420
14421         * gnus-srvr.el (gnus-server-prepare)
14422         (gnus-server-open-all-servers): do.
14423
14424         * gnus-msg.el (gnus-summary-cancel-article)
14425         (gnus-summary-resend-message)
14426         (gnus-summary-mail-crosspost-complaint): do.
14427
14428         * gnus-move.el (gnus-change-server): do.
14429
14430         * gnus-group.el (gnus-group-unmark-all-groups)
14431         (gnus-group-set-current-level): do.
14432
14433 2004-10-04  Simon Josefsson  <jas@extundo.com>
14434
14435         * message.el (message-generate-hashcash): Doc fix.
14436
14437 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14438
14439         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14440         avoid infinite recursion via gnus-get-function.
14441
14442 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14443
14444         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14445
14446         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14447
14448         * nnmail.el (nnmail-split-history): do.
14449
14450         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14451         (nnml-request-delete-group): do.
14452
14453         * nnslashdot.el (nnslashdot-read-groups): do.
14454
14455         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14456         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14457
14458         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14459         (nnspool-sift-nov-with-sed): Use last.
14460         (nnspool-retrieve-headers-with-nov): Use mapc.
14461         (nnspool-request-newgroups): Use dolist.
14462         (nnspool-request-group): Use last.
14463
14464         * nntp.el (nntp-read-server-type): Use dolist.
14465
14466         * nnvirtual.el (nnvirtual-create-mapping)
14467         (nnvirtual-update-read-and-marked): Use dolist.
14468         (nnvirtual-convert-headers): Simplify.
14469
14470 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14471
14472         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14473         support for sync'ing tick marks.
14474
14475 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14478         there's no visible header.
14479
14480 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14481
14482         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14483         necessary, pass full group name to gnus-request-set-marks.
14484
14485 2004-10-01  Simon Josefsson  <jas@extundo.com>
14486
14487         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14488         acroread.
14489
14490 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14491
14492         * spam-report.el (spam-report-gmane): Fix interactive.
14493
14494         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14495
14496         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14497         when writing file.
14498         (gnus-agent-synchronize-flags): Don't default to being
14499         interactive.
14500
14501 2004-09-30  Simon Josefsson  <jas@extundo.com>
14502
14503         * message.el (message-generate-hashcash): Add.
14504         (message-send-mail): Use it, call mail-add-payment.
14505
14506 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14507
14508         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14509
14510 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14511
14512         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14513         gnus-requst-update-info with explicit code to sync the in-memory
14514         info read flags with the marks being sync'd to the backend.
14515
14516         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14517
14518 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14519
14520         * spam.el (spam-verify-bogofilter): Add new function.
14521         (spam-check-bogofilter)
14522         (spam-bogofilter-register-with-bogofilter): Use it.
14523         (spam-verify-bogofilter): Add small fixes.
14524
14525 2004-09-28  Simon Josefsson  <jas@extundo.com>
14526
14527         * hashcash.el (hashcash-generate-payment): Revert.
14528
14529 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14530
14531         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14532         gnus-extract-references instead of gnus-split-references.
14533
14534         * gnus-util.el (gnus-extract-references): Add new function, analogous
14535         to gnus-split-references but extracts only the message-ID without
14536         anything extra.
14537
14538         * hashcash.el (hashcash-generate-payment)
14539         (hashcash-check-payment): Do the right thing if hashcash-path is
14540         nil (because the hashcash program could not be found).
14541
14542         * spam.el (spam-use-hashcash): Remove comment.
14543
14544 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14545
14546         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14547         (gnus-cache-enter-article, gnus-cache-remove-article)
14548         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14549
14550         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14551
14552         * gnus-art.el (article-hide-boring-headers)
14553         (article-translate-strings, article-display-face)
14554         (gnus-article-mime-match-handle-first)
14555         (gnus-article-highlight-headers)
14556         (gnus-article-add-buttons-to-head): do.
14557
14558 2004-09-27  Simon Josefsson  <jas@extundo.com>
14559
14560         * hashcash.el: New version, from
14561         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14562         ../contrib/.
14563
14564 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14567
14568 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14569
14570         * gnus-dup.el (gnus-dup-open): Use mapc.
14571         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14572
14573         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14574         Reported by Stefan Wiens <s.wi@gmx.net>.
14575
14576         * gnus.el (gnus-shutdown): Use dolist.
14577
14578         * gnus-undo.el (gnus-undo): Use mapc.
14579
14580         * nnrss.el (nnrss-generate-active): do.
14581
14582         * message.el (message-cite-original-without-signature)
14583         (message-cite-original): Use mapc.
14584         (message-do-actions, message-make-forward-subject): Use dolist.
14585
14586 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14587
14588         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14589         deletion to remove entire duplicate line.  Fixes merged article
14590         number bug.
14591
14592 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14593
14594         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14595         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14596         first ask if you want to open a server and then, even when you
14597         responded with no, asking if you want to synchronize the server's
14598         flags.
14599         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14600         multi-line expressions.
14601         (gnus-agent-synchronize-group-flags): New internal function.
14602         Updates marks in memory (in the info structure) AND in the
14603         backend.
14604
14605         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14606
14607         * nnagent.el (nnagent-request-set-mark): Use
14608         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14609         method, to ensure that synchronization updates marks in the
14610         backend and in the info (in memory) structure.
14611
14612 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14615         convention fully; don't miss the root article of a thread; make
14616         the X-Draft-From header with correct article numbers.
14617
14618 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14619
14620         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14621         unless plugged.  Disable the agent so that an open failure causes
14622         an error.
14623
14624         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14625         Reverted 2004-09-21 change.  The backend must be opened while
14626         synchronizing flags even when the backend stores the flags
14627         locally.
14628
14629 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14632         in `header' match.  Reported by Svend Tollak Munkejord.
14633
14634         * message.el (message-cite-original): Fix use of
14635         `message-cite-articles-with-x-no-archive'.
14636
14637 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14640         (gnus-window-to-buffer): Ditto.
14641
14642         * mml.el (mml-preview-buffer): New variable.
14643         (mml-preview): Manage window layout with gnus-buffer-configuration.
14644
14645         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14646         X-Draft-From header even if those articles aren't quoted.
14647
14648 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14649
14650         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14651         (gnus-request-set-mark, gnus-request-update-mark): Use new
14652         g-s-t-u-l-m to decide to use backend even when unplugged.
14653
14654 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14657         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14658
14659 2004-09-20  Simon Josefsson  <jas@extundo.com>
14660
14661         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14662         "utf-16-le".
14663
14664 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14665
14666         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14667
14668 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14669
14670         * uudecode.el (uudecode-use-external): Add :version.
14671
14672         * smime.el (smime-CA-file, smime-encrypt-cipher)
14673         (smime-dns-server): Add :version.
14674
14675         * smiley.el (gnus-smiley-file-types): Add :version.
14676
14677         * sha1.el (sha1-use-external): Add :version.
14678
14679         * pgg-def.el (pgg-query-keyserver): Add :version.
14680
14681         * nnmail.el (nnmail-fancy-expiry-targets)
14682         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14683         Add :version.
14684
14685         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14686         (nnimap-retrieve-groups-asynchronous): Add :version.
14687         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14688
14689         * mml.el (mml-content-disposition-parameters)
14690         (mml-insert-mime-headers-always): Add :version.
14691
14692         * mm-util.el (mm-coding-system-priorities): Add :version.
14693
14694         * mm-decode.el (mm-inline-text-html-with-images)
14695         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14696         (mm-verify-option): Add :version.
14697         (mm-text-html-renderer): Change :version.
14698
14699         * message.el (message-fcc-externalize-attachments)
14700         (message-required-headers, message-draft-headers)
14701         (message-subject-trailing-was-query)
14702         (message-subject-trailing-was-ask-regexp)
14703         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14704         (message-mark-insert-end, message-archive-header)
14705         (message-archive-note, message-cross-post-default)
14706         (message-cross-post-note, message-followup-to-note)
14707         (message-cross-post-note-function, message-use-mail-followup-to)
14708         (message-subscribed-address-functions)
14709         (message-subscribed-address-file, message-subscribed-addresses)
14710         (message-subscribed-regexps, message-allow-no-recipients)
14711         (message-yank-cited-prefix, message-signature-insert-empty-line)
14712         (message-hidden-headers, message-hierarchical-addresses)
14713         (message-mail-user-agent, message-use-idna)
14714         (message-valid-fqdn-regexp)
14715         (message-strip-special-text-properties, message-header-synonyms)
14716         (message-beginning-of-line, message-tab-body-function): Add :version.
14717         (message-insert-canlock, message-wide-reply-confirm-recipients):
14718         Change :version.
14719
14720         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14721         and :version.
14722         (mail-source-delete-old-incoming-confirm)
14723         (mail-source-movemail-program): Add :version.
14724
14725         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14726         (gnus-agent-cache, gnus-agent): Change :version.
14727
14728         * gnus-util.el (gnus-use-byte-compile): Change :version.
14729
14730         * gnus-sum.el (gnus-summary-make-false-root-always)
14731         (gnus-summary-default-high-score)
14732         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14733         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14734         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14735         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14736         (gnus-sum-thread-tree-single-indent)
14737         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14738         (gnus-sum-thread-tree-leaf-with-other)
14739         (gnus-sum-thread-tree-single-leaf): Add :version.
14740         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14741         (gnus-article-loose-mime): Change :version.
14742
14743         * gnus-start.el (gnus-backup-startup-file)
14744         (gnus-save-startup-file-via-temp-buffer): Add :version.
14745
14746         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14747         (gnus-server-offline-face): Add :version.
14748
14749         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14750
14751         * gnus-msg.el (gnus-gcc-externalize-attachments)
14752         (gnus-debug-files, gnus-debug-exclude-variables)
14753         (gnus-discouraged-post-methods): Change :version.
14754         (gnus-confirm-mail-reply-to-news)
14755         (gnus-confirm-treat-mail-like-news): Add :version.
14756
14757         * gnus-int.el (gnus-server-unopen-status): Add :version.
14758
14759         * gnus-group.el (gnus-group-jump-to-group-prompt)
14760         (gnus-large-ephemeral-newsgroup)
14761         (gnus-fetch-old-ephemeral-headers): Add :version.
14762
14763         * gnus-fun.el (gnus-x-face-directory)
14764         (gnus-convert-pbm-to-x-face-command)
14765         (gnus-convert-image-to-x-face-command)
14766         (gnus-convert-image-to-face-command): Add :version.
14767
14768         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14769
14770         * gnus-cite.el (gnus-cite-blank-line-after-header)
14771         (gnus-article-boring-faces): Add :version.
14772
14773         * gnus-art.el (gnus-buttonized-mime-types)
14774         (gnus-inhibit-mime-unbuttonizing)
14775         (gnus-treat-display-face)
14776         (gnus-treat-body-boundary): Change :version.
14777         (gnus-body-boundary-delimiter, gnus-picon-databases)
14778         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14779         (gnus-treat-date-english, gnus-treat-fold-headers)
14780         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14781         (gnus-treat-mail-picon, gnus-treat-wash-html)
14782         (gnus-article-encrypt-protocol)
14783         (gnus-use-idna, gnus-article-over-scroll)
14784         (gnus-mime-display-multipart-alternative-as-mixed)
14785         (gnus-mime-display-multipart-related-as-mixed)
14786         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14787         (gnus-ctan-url, gnus-button-ctan-handler)
14788         (gnus-button-handle-ctan-bogus-regexp)
14789         (gnus-button-ctan-directory-regexp)
14790         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14791         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14792         (gnus-button-man-level, gnus-button-emacs-level)
14793         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14794
14795         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14796         (gnus-agent-go-online): Change :version.
14797         (gnus-agent-expire-unagentized-dirs)
14798         (gnus-agent-auto-agentize-methods): Add :version.
14799
14800         * flow-fill.el (fill-flowed-display-column)
14801         (fill-flowed-encode-column): Add :version.
14802
14803         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14804         (gnus-outlook-deuglify-unwrap-max)
14805         (gnus-outlook-deuglify-cite-marks)
14806         (gnus-outlook-deuglify-unwrap-stop-chars)
14807         (gnus-outlook-deuglify-no-wrap-chars)
14808         (gnus-outlook-deuglify-attrib-cut-regexp)
14809         (gnus-outlook-deuglify-attrib-verb-regexp)
14810         (gnus-outlook-deuglify-attrib-end-regexp)
14811         (gnus-outlook-display-hook): Add :version.
14812
14813         * binhex.el (binhex-use-external): Add :version.
14814
14815 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14816
14817         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14818         and `invisible'.
14819
14820 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14821
14822         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14823         in gnus-registry-trim.
14824
14825 2004-09-13  Simon Josefsson  <jas@extundo.com>
14826
14827         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14828
14829         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14830
14831         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14832         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14833         <yamaoka@jpl.org>.
14834         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14835         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14836         <yamaoka@jpl.org>.
14837
14838         * sieve.el (sieve-manage-mode): Ditto.
14839
14840 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14843
14844 2004-09-11  Simon Josefsson  <jas@extundo.com>
14845
14846         * dns-mode.el: Add.
14847
14848         * mm-view.el (mm-display-dns-inline): Add.
14849
14850         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14851         (mm-automatic-display): Ditto.
14852
14853         * mailcap.el (mailcap-mime-data): Add text/dns.
14854         (mailcap-mime-extensions): Map .soa to text/dns.
14855
14856 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14857
14858         * gnus-art.el (article-decode-mime-words, article-babel)
14859         (gnus-article-highlight-signature, gnus-article-add-buttons)
14860         (gnus-signature-toggle): Remove unnecessary bindings of
14861         `inhibit-read-only' inherited from v5.10 merge.
14862
14863 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * nntp.el (nntp): New customization group.
14866         (nntp-authinfo-file): Add customization group.
14867
14868         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14869
14870         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14871
14872         * gnus.el (to-address, to-list, subscribed)
14873         (large-newsgroup-initial): Ditto.
14874
14875         * flow-fill.el (fill-flowed-display-column)
14876         (fill-flowed-encode-column): Ditto.
14877
14878 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14879
14880         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14881         Use point-min rather than 1.
14882         (message-send-mail): Use buffer-size rather than point-max.
14883
14884         * gnus-sum.el (gnus-summary-search-article-forward):
14885         Signal a specific `search-failed' rather than a generic `error'.
14886
14887         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14888         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14889         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14890
14891 2004-09-10  Simon Josefsson  <jas@extundo.com>
14892
14893         * nndb.el (require): Remove tcp and duplicate cl.
14894
14895 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-agent.el (directory-files-and-attributes): Move forward.
14898
14899 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14900
14901         * gnus-agent.el (directory-files-and-attributes): Optionally
14902         defined to support XEmacs.
14903
14904 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14905
14906         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14907         to avoid run-time CL dependencies.
14908         (gnus-agent-unfetch-articles): New function.
14909         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14910         article numbers even when local .overview file is missing.
14911         (gnus-agent-read-article-number): New function.  Only accepts
14912         27-bit article numbers.
14913         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14914         gnus-agent-read-article-number.
14915         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14916         from backend while recognizing that article numbers in .overview
14917         must be valid.
14918         (gnus-agent-update-files-total-fetched-for): Use
14919         directory-files-and-attributes to improve performance.
14920         * gnus-int.el (gnus-request-move-article): Use
14921         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14922         improve performance.
14923
14924         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14925         some users confused by references to .newsrc when they only have a
14926         .newsrc.eld file.
14927         (gnus-convert-mark-converter-prompt)
14928         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14929         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14930         New function.  Used internally to only display 'gnus converting
14931         files' message when actually necessary.
14932
14933         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14934         methods now autoloaded.
14935
14936 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14939         identifiers.
14940
14941 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14942
14943         * gnus-picon.el: Fix indentation and closing parenthesis.
14944
14945 2004-09-01  Simon Josefsson  <jas@extundo.com>
14946
14947         * message.el (message-canlock-generate): Require sha1, not
14948         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14949         to require within a function.  Sadly, if sha1.el isn't loaded, the
14950         let binding in m-c-g will hide the defcustom definition, which is
14951         bad.)
14952
14953         * canlock.el: Require sha1, not sha1-el.
14954
14955         * message.el: Don't autoload sha1 (there is a autoload cookie in
14956         sha1.el).
14957
14958         * sha1-el.el: Renamed to sha1.el.
14959
14960 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14961
14962         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14963
14964 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14965
14966         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14967
14968 2004-08-30  Kim F. Storm  <storm@cua.dk>
14969
14970         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14971
14972         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14973         Add :group 'nnimap.
14974
14975 2004-08-30  Andreas Schwab  <schwab@suse.de>
14976
14977         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14978         ?* and ?\;.
14979
14980         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14981         and ?\' to symbol instead of whitespace.
14982
14983 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14986
14987         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14988         instead of re-search-forward.
14989
14990         * gnus-uu.el (gnus-uu-save-article): Ditto.
14991         (gnus-uu-post-encode-uuencode): Ditto.
14992
14993         * html2text.el (html2text-clean-list-items): Ditto.
14994         (html2text-clean-dtdd): Ditto.
14995         (html2text-format-tags): Ditto.
14996
14997         * message.el (message-send-mail-with-sendmail): Fix regexp.
14998         (message-fill-field-general): Use search-forward instead of
14999         re-search-forward.
15000         (unbold-region): Ditto.
15001
15002         * nnrss.el (nnrss-request-article): Ditto.
15003
15004         * nnslashdot.el (nnslashdot-request-article): Ditto.
15005
15006         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15007
15008         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15009         "Unrecognized menu descriptor" error in XEmacs.
15010
15011 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15012
15013         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15014         parent article of a sparse article in the thread hashtb.
15015
15016 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15017
15018         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15019         (nnmail-expand-newtext): Lowercase expanded entries if
15020         nnmail-split-lowercase-expanded is non-nil.
15021
15022 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15025
15026         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15027         of gnus-tmp-news-method into string under XEmacs.  It will be
15028         passed to gnus-correct-length which takes only a string argument.
15029
15030 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-util.el (gnus-bind-print-variables): New macro.
15033         (gnus-prin1): Use it.
15034         (gnus-prin1-to-string): Use it.
15035         (gnus-pp): New function.
15036         (gnus-pp-to-string): New function.
15037
15038         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15039         Replace pp-to-string with gnus-pp-to-string.
15040         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15041         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15042         * gnus-msg.el (gnus-debug): Ditto.
15043         * gnus-score.el (gnus-score-save): Ditto.
15044         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15045         gnus-pp-to-string.
15046         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15047         with gnus-pp.
15048         * score-mode.el (gnus-score-pretty-print): Ditto.
15049         * webmail.el (webmail-debug): Ditto.
15050
15051 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-art.el (article-display-face, article-display-x-face):
15054         Use buffer-read-only.
15055
15056 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * gnus-art.el (article-hide-list-identifiers):
15059         Bind inhibit-read-only as t.
15060
15061 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15062
15063         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15064
15065 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15066
15067         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15068         (gnus-narrow-to-page): Don't assume point-min == 1.
15069         (gnus-article-edit-mode): Derive from message-mode.
15070
15071         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15072         point-min == 1.
15073
15074         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15075         Disable incorrect use of `assert'.
15076
15077         * message.el (message-mode): Set comment-start-skip.
15078
15079
15080 2004-08-22  Sam Steingold  <sds@gnu.org>
15081
15082         * pop3.el (pop3-leave-mail-on-server): New user variable.
15083         (pop3-movemail): Delete mail only when it is nil.
15084
15085 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15088
15089         * mml.el (mml-preview): Use `pop-to-buffer'.
15090
15091         * message.el (message-goto-mail-followup-to): Insert after "To".
15092         (message-carefully-insert-headers): Add comment.
15093
15094         * gnus.el: Remove unused variable `gnus-article-check-size'.
15095
15096         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15097
15098         * gnus-art.el (gnus-button-alist): Improve
15099         `gnus-button-handle-library' entry.
15100
15101 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15102
15103         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15104         downcase, since XEmacs capitalizes error messages differently.
15105
15106 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15107
15108         * nntp.el: Add (require 'gnus) due to reference to
15109         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15110
15111 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15112
15113         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15114         `mm-fill-flowed'.
15115
15116         * mm-decode.el (mm-dissect-singlepart): Check it.
15117
15118 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15119
15120         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15121         'imap' for netrc parsing.
15122
15123 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * mailcap.el (mailcap-mime-data): Mark as risky.
15126
15127 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15130         may be included in the encoded word.
15131         (rfc2047-encode): Don't append a space if the encoded word
15132         includes close parenthesis.
15133
15134 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15137         of text within parentheses.
15138
15139 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15140
15141         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15142         (gnus-encrypt-write-file-contents): Make the password key the file
15143         name PLUS the cipher, not just the cipher.  Also remove failed
15144         passwords from the cache.
15145
15146 2004-08-06  Simon Josefsson  <jas@extundo.com>
15147
15148         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15149         fix.
15150
15151 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15154         LWSP.
15155
15156 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15157
15158         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15159         to append in-reply-to: data to the references: header.
15160
15161         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15162         (netrc-parse): Use gnus-encrypt.el functions.
15163
15164         * gnus-encrypt.el: Add new file for encryption support; currently
15165         does only a few GPG ciphers and an internal XOR cipher.
15166
15167         * password.el: Add comments on using password-read-and-add.
15168         (password-read-and-add): Add function to read and add the
15169         password to the cache at once.
15170
15171 2004-07-28  Simon Josefsson  <jas@extundo.com>
15172
15173         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15174         parameter (but don't use it, for now).
15175
15176         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15177         instead of hard coding to nil.
15178
15179 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15182         as mm-inline-image-xemacs does.
15183
15184 2004-07-26  Simon Josefsson  <jas@extundo.com>
15185
15186         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15187         Revert part of 2004-07-17 change below.
15188
15189 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15192         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15193
15194 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15197         quotes that actually start with ">" at the beginning of the
15198         lines.
15199
15200 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * rfc2047.el (rfc2047-encode-region): Fix last change.
15203         (rfc2047-encode-parameter): Remove useless concat.
15204
15205 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15208         encode special characters; fix some kind of misconfigured headers;
15209         signal a real error if debug-on-quit or debug-on-error is non-nil.
15210         (rfc2047-encode-max-chars): New variable.
15211         (rfc2047-encode-1): Use it.
15212         (rfc2047-encode-parameter): New function.
15213
15214         * mml.el (mml-insert-parameter): Remove an excessive space.
15215
15216 2004-07-17  Simon Josefsson  <jas@extundo.com>
15217
15218         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15219         Kai Grossjohann <kai@emptydomain.de>.
15220         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15221         (gnus-group-make-menu-bar): Ditto.
15222
15223         * gnus-util.el (gnus-group-server): Add.
15224
15225 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15226
15227         * message.el (message-clone-locals): Clone sendmail and smtp
15228         variables.
15229
15230 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * rfc2047.el (rfc2047-encode-region): Fix last change.
15233
15234 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15237         characters as non-special.
15238
15239 2004-07-09  Simon Josefsson  <jas@extundo.com>
15240
15241         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15242         Users will lose all flag changes made while unplugged with
15243         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15244         good default.  See numerous reports on ding mailing list.
15245
15246 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15249         add generate-head-function and generate-article-function to the
15250         rfc822-forward entry.
15251         (nndoc-rfc822-forward-generate-article): New function.
15252         (nndoc-rfc822-forward-generate-head): New function.
15253
15254         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15255
15256 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15257
15258         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15259         respect display group parameter and gnus-summary-expunge-below.
15260         (gnus-articles-to-read): Remove unused reference to display group
15261         parameter.
15262
15263 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15264
15265         * nnheader.el (nnheader-uniquify-message-id): New experimental
15266         variable.
15267         (nnheader-nov-read-message-id): Use it.
15268
15269         * spam-report.el (spam-report-gmane): Add interactive.
15270
15271 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15274         qp-or-base64 for the application/* types.
15275
15276 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15277
15278         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15279
15280 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15281
15282         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15283         trim value.
15284
15285 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15286
15287         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15288         New macro and function.
15289         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15290
15291 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15294         after-load-alist.
15295
15296 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15297
15298         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15299         update info that isn't there.
15300
15301 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15302
15303         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15304         entry.
15305
15306 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * mm-view.el (mm-inline-render-with-function): Use multibyte
15309         buffer; decode html source by charset.
15310
15311         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15312
15313         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15314         Mule-UCS is loaded under XEmacs.
15315         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15316
15317 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15318
15319         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15320
15321 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * mm-util.el (mm-coding-system-p): Return a coding-system.
15324         (mm-mime-mule-charset-alist): Use shift_jis instead of
15325         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15326         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15327         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15328         instead of japanese-shift-jis and iso-latin-1 respectively in
15329         order to share the default value with both Emacs and XEmacs-mule.
15330         (mm-mule-charset-to-mime-charset): Make
15331         mm-coding-system-priorities effective.
15332         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15333         while predicating of candidates upon the priorities.
15334
15335 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15336
15337         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15338         gnus-uu-invert-processable.
15339
15340         * gnus.el: Autoload gnus-uu-invert-processable.
15341
15342 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * mm-util.el (mm-with-multibyte-buffer): New macro.
15345
15346         * rfc2047.el (rfc2047-encode-string): Use it.
15347         (rfc2047-encode-region): Move point to the end of the region after
15348         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15349
15350 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15353         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15354
15355 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15358         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15359         Karl Chen <quarl@nospam.quarl.org>.
15360
15361 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15362
15363         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15364         invalid addresses.
15365
15366 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15367
15368         * spam.el: Change section markers, revise TODO list.
15369         (spam-backends): Make new master list of all installed backends.
15370         (spam-summary-exit-behavior): Add new variable to determine how
15371         messages moves are done at summary exit.
15372         (spam-move-spam-nonspam-groups-only)
15373         (spam-process-ham-in-nonham-groups)
15374         (spam-process-ham-in-spam-groups): Remove variables, the
15375         spam-summary-exit-behavior variable should be used to manage this
15376         behavior.
15377         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15378         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15379         and spam-old-spam-articles.
15380         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15381         Add empty variables, placeholders for the backends they represent.
15382         (spam-set-difference): Move, unchanged.
15383         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15384         unless the user has a processor variable.
15385         (spam-classifications, spam-classification-valid-p)
15386         (spam-backend-properties, spam-backend-property-valid-p)
15387         (spam-backend-function-type-valid-p)
15388         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15389         (spam-report-articles-gmane, spam-report-articles-resend):
15390         Remove functions, they are not needed.
15391         (spam-install-backend-super, spam-backend-list)
15392         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15393         (spam-backend-function, spam-backend-ham-registration-function)
15394         (spam-backend-spam-registration-function)
15395         (spam-backend-ham-unregistration-function)
15396         (spam-backend-spam-unregistration-function)
15397         (spam-backend-statistical-p, spam-backend-mover-p)
15398         (spam-install-backend-alias, spam-install-checkonly-backend)
15399         (spam-install-mover-backend, spam-install-nocheck-backend)
15400         (spam-install-backend, spam-install-statistical-backend)
15401         (spam-install-statistical-checkonly-backend): Add backend installation
15402         support.
15403         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15404         (spam-group-processor-p): Use the new backend code and respect the
15405         summary exit behavior.
15406         (spam-mark-spam-as-expired-and-move-routine): Remove.
15407         (spam-summary-prepare): Change to use the new spam-old-articles
15408         variable.
15409         (spam-copy-or-move-routine, spam-copy-spam-routine)
15410         (spam-move-spam-routine, spam-copy-ham-routine)
15411         (spam-move-ham-routine): Add code to copy/move ham or spam.
15412         (spam-fetch-field-fast): Improve doc and code, plus allow the
15413         'number request.
15414         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15415         variables.
15416         (spam-split, spam-find-spam): Use the new backend code.
15417         (spam-registration-functions): Remove variable.
15418         (spam-unregister-routine): Add convenience wrapper.
15419         (spam-log-undo-registration, spam-register-routine)
15420         (spam-log-processing-to-registry)
15421         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15422         where possible.
15423         (spam-check-gmane-xref, spam-check-regex-headers)
15424         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15425         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15426         (spam-check-bogofilter-headers, spam-check-spamoracle)
15427         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15428         (spam-check-crm114-headers): Use the spam-split-group that
15429         spam-split prepares, no need to determine it every time.
15430
15431         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15432         to the nnheader-parse-naked-head call.
15433
15434         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15435
15436         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15437         the nnheader-nov-read-message-id call.
15438
15439 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15442         gnus-activate-group twice.  Suggested by Markus Peter
15443         <warp@spin.de>.
15444
15445 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-art.el (gnus-article-time-format): Exchange the order of
15448         day and month in the default value; fix customization type.
15449         (article-date-ut): Use add-text-properties.
15450         (article-make-date-line): Use message-make-date instead of
15451         current-time-string.
15452
15453         * message.el (message-fetch-field): Don't use set-text-properties.
15454         (message-make-date): Simplify.
15455
15456         * messagexmas.el (message-xmas-make-date): New function.
15457         (message-xmas-redefine): Defalias message-make-date to it.
15458
15459 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15462         (rfc2047-encode-region): Treat text within parentheses as special;
15463         show the original text when error has occurred.
15464
15465         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15466         already-computed method to gnus-activate-group.
15467
15468         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15469         same select-methods identical Lisp objects.
15470
15471         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15472         object when modifying the info.
15473
15474 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15477         gnus-opened-servers since it has never been opened with the new
15478         configuration yet.
15479
15480 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15483         arg to nnheader-generate-fake-message-id.
15484
15485 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15486
15487         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15488         number and build a fake message ID localized to a group and
15489         article number (so it's repeatable from that point on).
15490         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15491         ID format.
15492
15493         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15494         nnheader-generate-fake-message-id with the article number.
15495
15496 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15497
15498         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15499         end-of-buffer.
15500
15501 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15502
15503         * message.el (message-ignored-supersedes-headers): Add Approved.
15504
15505 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15508         goto-char.
15509         (rfc2047-encode): Fold the line before encoding.
15510
15511 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15512
15513         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15514         folding -- not all headers can be folded, and this should be done
15515         by the message composition mode.  Probably.  I think.
15516
15517 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15520         fast.
15521
15522         * gnus-ems.el (gnus-remove-image): Don't use
15523         message-text-with-property; remove only the image found first.
15524
15525         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15526         found first.
15527
15528 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15529
15530         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15531
15532 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * message.el (message-text-with-property): Make it fast and accept
15535         optional arguments.
15536         (message-strip-forbidden-properties): Use it.
15537         (message-fix-before-sending): Follow the m-t-w-p change.
15538
15539         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15540
15541 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * gnus-art.el (article-hide-headers): Don't change the buffer
15544         mistakenly when performing mml-preview even if
15545         gnus-single-article-buffer is nil.
15546
15547 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15548
15549         * message.el (message-expand-name-databases): New user option.
15550         (message-expand-name): Use it.
15551
15552 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15553
15554         * spam.el (spam-report-articles-resend)
15555         (spam-report-resend-register-routine): Allow ham reporting.
15556         (spam-report-resend-register-ham-routine): Add wrapper.
15557         (spam-registration-functions): Add ham resending functions.
15558         (spam-list-of-processors): Add ham resend processor.
15559
15560         * gnus.el (ham-resend-to): Add new group parameter.
15561         (spam-process): Add ham resend option.
15562
15563         * spam-report.el (spam-report-resend): Allow reporting ham.
15564         (spam-report-resend-ham): Add wrapper.
15565
15566 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15567
15568         * message.el (message-cite-articles-with-x-no-archive): New
15569         variable.
15570         (message-cite-original): Use it.
15571
15572 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15573
15574         * message.el (message-cite-original): Respect X-No-Archive.
15575
15576 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-art.el (article-hide-headers): Refer to the values for
15579         gnus-ignored-headers and gnus-visible-headers in the summary
15580         buffer since a user may have set them as group parameters.
15581
15582 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15583
15584         * assistant.el (assistant-node-name): Add convenience function.
15585         (assistant-render-text, assistant-render-node): Add error handling,
15586         plus handle multiple next nodes.
15587         (assistant-find-next-node): Comment out for now.
15588         (assistant-find-next-nodes): Add function, returns list of next
15589         nodes.
15590
15591 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15592
15593         * mail-source.el (mail-source-directory): Fix doc-string.
15594
15595 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15596
15597         * assistant.el (assistant-render-text, assistant-eval): Add :set
15598         widget type, which is different because it takes and returns a
15599         list.  Much hilarity ensues.
15600
15601 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15602
15603         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15604
15605         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15606         doc-string.
15607
15608         * gnus-start.el (gnus-activate-group): Added doc-string.
15609
15610 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15613
15614 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15615
15616         * assistant.el (assistant-render-text): Try to add a :set
15617         widget, more to come.
15618
15619         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15620         strings.
15621         (spam-report-articles-resend)
15622         (spam-register-routine): Do registration iff any articles warrant
15623         it.
15624         (spam-summary-prepare-exit): Change log message for nil group
15625         destinations.
15626
15627 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15628
15629         * spam.el (spam-report-resend-register-routine): Allow
15630         spam-report-resend-to to be a group parameter or a global value.
15631
15632 2004-05-26  Simon Josefsson  <jas@extundo.com>
15633
15634         * starttls.el: Merge with my GNUTLS based starttls.el.
15635         (starttls-gnutls-program, starttls-use-gnutls)
15636         (starttls-extra-arguments, starttls-process-connection-type)
15637         (starttls-connect, starttls-failure, starttls-success): New
15638         variables.
15639         (starttls-program, starttls-extra-args): Doc fix.
15640         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15641         functions.
15642         (starttls-negotiate, starttls-open-stream): Check
15643         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15644         function if it is set.
15645
15646 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15649         structured fields.
15650
15651 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15654
15655 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15656
15657         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15658         variable.
15659         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15660         assigning the spam-mark to new messages.
15661
15662 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15663
15664         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15665
15666 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15669
15670         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15671         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15672         default.
15673
15674 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15675
15676         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15677         correct data.
15678
15679 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15680
15681         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15682         (spam-group-processor-p): Fix function.
15683         (spam-group-processor-multiple-p)
15684         (spam-group-spam-processor-report-gmane-p)
15685         (spam-group-spam-processor-report-resend-p)
15686         (spam-group-spam-processor-bogofilter-p)
15687         (spam-group-spam-processor-blacklist-p)
15688         (spam-group-spam-processor-ifile-p)
15689         (spam-group-ham-processor-ifile-p)
15690         (spam-group-spam-processor-spamoracle-p)
15691         (spam-group-spam-processor-crm114-p)
15692         (spam-group-ham-processor-bogofilter-p)
15693         (spam-group-spam-processor-stat-p)
15694         (spam-group-ham-processor-stat-p)
15695         (spam-group-ham-processor-whitelist-p)
15696         (spam-group-ham-processor-BBDB-p)
15697         (spam-group-ham-processor-spamoracle-p)
15698         (spam-group-ham-processor-copy-p): Remove functions with some
15699         prejudice against unneeded code.
15700         (spam-report-articles-resend)
15701         (spam-report-resend-register-routine): Allow the group/topic
15702         spam-resend-to value to override spam-report-resend-to.
15703         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15704         properly now.
15705
15706         * gnus.el (spam-resend-to): Add group/topic parameter.
15707         (spam-process): Move the OBSOLETE processors to the end of the
15708         choices.
15709
15710 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15711
15712         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15713         with resend-to set to nil, and then ask the user if necessary.
15714         (spam-report-resend): spam-report-resend takes a list of articles, not
15715         separate article numbers.
15716
15717 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15720         addition to emacs-w3m.
15721
15722 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15723
15724         * assistant.el (assistant-authinfo-data): New function.
15725         (assistant-eval): Eval for entire assistant.
15726
15727         * netrc.el (netrc-services-file): New variable.
15728         (netrc-parse-services): New function.
15729         (netrc-find-service-name): New function.
15730         (netrc-find-service-number): New function.
15731         (netrc-port-equal): New function.
15732         (netrc-machine): Use it.
15733
15734         * nnimap.el (nnimap-open-connection): Use netrc.
15735
15736         * gnus-util.el (gnus-netrc-get): Remove aliases.
15737
15738         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15739
15740         * assistant.el (wid-edit): Fix compilation.
15741
15742         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15743
15744 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15745
15746         * gnus-util.el (gnus-set-file-modes): New function.  (small
15747         patch).
15748
15749 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15750
15751         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15752
15753         * assistant.el (assistant-render-node): Fix up rendering and
15754         read-only text.
15755         (assistant-render-node): Reset.
15756         (assistant-make-read-only): Not sticky.
15757
15758 2004-05-20  Danny Siu  <dsiu@adobe.com>
15759
15760         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15761         centered even when gnus-auto-center-summary is t.
15762
15763 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15764
15765         * dns.el (dns-get-txt-answer): New function.
15766         (dns-read-txt): Ditto.
15767         (query-dns): Use it.
15768
15769 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15772         active for foreign groups even if the group level is higher than
15773         the specified value.
15774
15775 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15776
15777         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15778         non-active groups.
15779
15780         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15781
15782 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15783
15784         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15785
15786 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15787
15788         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15789         (spam-crm114-header, spam-crm114-spam-switch)
15790         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15791         (spam-crm114-positive-spam-header)
15792         (spam-crm114-database-directory, spam-list-of-processors)
15793         (spam-group-spam-processor-crm114-p)
15794         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15795         (spam-generic-score, spam-list-of-checks)
15796         (spam-list-of-statistical-checks, spam-registration-functions)
15797         (spam-check-crm114-headers, spam-crm114-score)
15798         (spam-check-crm114, spam-crm114-register-with-crm114)
15799         (spam-crm114-register-spam-routine)
15800         (spam-crm114-unregister-spam-routine)
15801         (spam-crm114-register-ham-routine)
15802         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15803         asjo@koldfront.dk (Adam Sjøgren).
15804
15805         * gnus.el: Add spam-use-crm114.
15806
15807         * spam.el (spam-list-of-processors, spam-registration-functions):
15808         Add spam-use-resend.
15809         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15810         (spam-report-articles-gmane): Add doc fix.
15811         (spam-report-articles-resend, spam-report-resend-register-routine):
15812         Add wrappers around spam-report-resend-to.
15813
15814         * spam-report.el (spam-report-resend-to, spam-report-resend):
15815         Add support for resending spam.
15816         (spam-report-gmane): Fix line length >80.
15817
15818         * gnus.el (spam-process): Add spam-use-resend.
15819
15820 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15821
15822         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15823         number of processed spam messages.
15824         (spam-ham-copy-or-move-routine): Return the number of processed
15825         ham messages.
15826         (spam-summary-prepare-exit): Use the above values to decide
15827         whether status messages shouled be displayed.
15828
15829 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15832         `rfc2047-encoding-function-alist' in order to avoid conflicting
15833         with the old version.
15834         (rfc2047-encode-region): Concatenate words containing non-ASCII
15835         characters in structured fields; don't encode space-delimited
15836         ASCII words even in unstructured fields; don't break words at
15837         char-category boundaries.
15838         (rfc2047-encode-1): New function.
15839         (rfc2047-encode): Use it; encode text so that it occupies the
15840         maximum width within 76-column; work correctly on Q encoding for
15841         iso-2022-* charsets.
15842         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15843         sure not to break a line just after the header name.
15844         (rfc2047-b-encode-region): Removed.
15845         (rfc2047-b-encode-string): New function.
15846         (rfc2047-q-encode-region): Removed.
15847         (rfc2047-q-encode-string): New function.
15848
15849         * mm-util.el (mm-replace-in-string): New function.
15850
15851 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15852
15853         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15854         get it right.
15855         (gnus-inews-make-draft): Really.
15856
15857 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15858
15859         * nnmh.el (nnmh-request-list-1): Don't check the link count
15860         before descending.  (small patch)
15861
15862 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15863
15864         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15865         stuff.
15866
15867         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15868         on real group name.
15869
15870         * gnus-art.el (gnus-signature-limit): Doc fix.
15871
15872         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15873
15874         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15875
15876 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15877
15878         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15879         isn't a string.
15880
15881 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15882
15883         * gnus-draft.el (gnus-draft-send): Bind
15884         rfc2047-encode-encoded-words.
15885
15886         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15887         (rfc2047-encodable-p): Say that =? needs encoding.
15888         (rfc2047-encode-encoded-words): New variable.
15889
15890         * gnus-group.el (gnus-group-select-group): Doc fix.
15891
15892         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15893
15894         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15895         to nil.
15896
15897         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15898
15899         * nnheader.el (nnheader-get-lines-and-char): New function.
15900
15901 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * gnus-msg.el (gnus-summary-followup-with-original): Document
15904         yanking of region when active.
15905
15906 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15909         groups if the group level is higher than the specified value.
15910
15911 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15914         (gnus-group-jump-to-group): Added prefix argument using
15915         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15916         non-active group.
15917
15918         * compface.el (uncompface): Be verbose when changing
15919         `uncompface-use-external'.
15920
15921         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15922         handle manual section.
15923
15924 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15925
15926         * gnus-art.el (gnus-button-alist): Revert previous change.
15927
15928 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15931
15932 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15933
15934         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15935         whether backend can accept message.
15936
15937         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15938
15939 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15940
15941         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15942         Avoid creating directory when nntp-marks-is-evil is true.
15943         Reported by Reiner Steib.
15944
15945 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15946
15947         * gnus-picon.el (gnus-picon-style): New variable.
15948         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15949         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15950         Jesper Harder <harder@ifa.au.dk>.
15951
15952 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15953
15954         * message.el (message-fill-field): Return point.
15955         (message-generate-headers): Go to end of field.
15956
15957         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15958         stuff for non-living groups.
15959
15960 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15961
15962         * gnus-art.el (gnus-article-followup-with-original)
15963         (gnus-article-reply-with-original): gnus-mark-active-p ->
15964         gnus-region-active-p.
15965
15966 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15967
15968         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15969         only when there is spam or ham to be processed.
15970
15971 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15972
15973         * mail-source.el (mail-source-delete-crash-box): Refactor.
15974         (mail-source-fetch): Use it.
15975         (mail-source-fetch-file): Ditto.
15976         (mail-source-fetch-directory): Run postscript in loop.
15977         (mail-source-fetch-pop): Delete.
15978         (mail-source-fetch-maildir): Ditto.
15979         (mail-source-fetch-imap): Ditto.
15980
15981         * imap.el (imap-authenticators): Comment out sasl.
15982
15983         * message.el (message-skip-to-next-address): New function.
15984         (message-fill-header-address): Refactor.
15985         (message-fill-address): Use it.
15986         (message-delete-address): Use it.
15987         (message-fill-header-general): Refactor.
15988         (message-fill-field-address): Rename.
15989         (message-narrow-to-field): Find the start of the header.
15990         (message-header-format-alist): Don't pre-fill.
15991         (message-fill-header): Removed.
15992         (message-insert-header): New function.
15993         (message-shorten-references): Use it.
15994
15995         * rfc2047.el (rfc2047-field-value): Strip props.
15996
15997         * mail-parse.el (mail-header-make-address): New alias.
15998
15999         * ietf-drums.el (ietf-drums-make-address): New function.
16000
16001         * imap.el: Add compiler directives.
16002
16003         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16004
16005         * gnus-art.el (article-decode-idna-rhs): Don't use
16006         message-idna-inside-rhs-p.
16007
16008 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16009
16010         * message.el (message-idna-inside-rhs-p): Removed.
16011         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16012
16013         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16014         false positives.
16015
16016 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16017
16018         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16019
16020 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16021
16022         * nneething.el (nneething-file-name): Don't create spurious
16023         files.
16024
16025         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16026         (gnus-inews-do-gcc): Remove sleep.
16027
16028         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16029         part under point.
16030
16031         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16032         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16033
16034 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16035
16036         * spam.el (spam-summary-prepare-exit): Fixed (length).
16037
16038 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16039
16040         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16041         as expired without moving it" message when there are spam
16042         messages left.
16043
16044 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16045
16046         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16047         header is not nil.
16048
16049 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16050
16051         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16052         nntp-possibly-create-directory, not nntp-possibly-change-group.
16053         (nntp-marks-changed-p): New arg SERVER.
16054         (nntp-request-update-info): Adjust caller.
16055
16056 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16057
16058         * nntp.el (nntp-save-marks): Pass missing arg.
16059
16060 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16061
16062         * nntp.el: Support marks.
16063         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16064         (nntp-marks-modtime, nntp-marks-directory): New variables.
16065         (nntp-request-set-mark, nntp-request-update-info)
16066         (nntp-possibly-create-directory, nntp-marks-changed-p)
16067         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16068         functions.
16069
16070 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16071
16072         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16073         (gnus-xmas-redefine): Rename.
16074
16075         * gnus-score.el (gnus-score-insert-help): Use
16076         gnus-select-lowest-window.
16077
16078         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16079         appt-select-lowest-window and rename to gnus-select-lowest-window.
16080
16081         * gnus.el: do.
16082
16083 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16084
16085         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16086         encodings of MIME-encoded words, in order to improve
16087         interoperability with several broken MUAs.
16088
16089 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16090
16091         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16092         tags, only when charsets are not specified in headers.
16093         (mm-inline-text-html-render-with-w3m): Ditto.
16094
16095         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16096         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16097
16098 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16099
16100         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16101         instead of MIME-decoded from fields when checking
16102         `gnus-article-address-banner-alist'.
16103
16104 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16105
16106         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16107         description rather than subject.
16108
16109 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16110
16111         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16112
16113 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16114
16115         * gnus.el (gnus-version-number): Bump.
16116
16117 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16118
16119         * gnus.el: No Gnus v0.2 is released.
16120
16121 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16122
16123         * gnus-agent.el (gnus-agent-read-agentview): Inline
16124         gnus-uncompress-range.
16125
16126 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16127
16128         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16129         `exec-installed-p'.
16130
16131 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16132
16133         * gnus.el (spam-process, spam-autodetect-methods): Add
16134         bsfilter and bsfilter-headers.
16135
16136         * spam.el (spam-bsfilter): New customize group.
16137         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16138         (spam-bsfilter-header, spam-bsfilter-probability-header)
16139         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16140         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16141         (spam-bsfilter-database-directory): New options.
16142         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16143         (spam-list-of-statistical-checks, spam-registration-functions):
16144         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16145         (spam-bsfilter-score): New command.
16146         (spam-check-bsfilter-headers, spam-check-bsfilter)
16147         (spam-bsfilter-register-with-bsfilter)
16148         (spam-bsfilter-register-spam-routine)
16149         (spam-bsfilter-unregister-spam-routine)
16150         (spam-bsfilter-register-ham-routine)
16151         (spam-bsfilter-unregister-ham-routine): New functions.
16152         (spam-generic-score): Support bsfilter; Accept an optional argument
16153         to recalcurate spam score even if scoring header has already been
16154         added.
16155         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16156         optional argument to recalcurate spam score even if scoring header
16157         has already been added.
16158
16159 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16160
16161         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16162         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16163         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16164         link is missing.
16165
16166 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16167
16168         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16169         (html2text-get-attr): Rewrite.
16170
16171         * message.el (message-setup-1): Remove redundant put-text-property
16172         on mail-header-separator.
16173
16174 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16175
16176         * gnus-registry.el (gnus-registry-cache-whitespace)
16177         (gnus-registry-action, gnus-registry-spool-action)
16178         (gnus-registry-split-fancy-with-parent): Change message levels
16179         from 5 to 3 or 7, as needed.
16180
16181         * spam.el (spam-summary-prepare-exit)
16182         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16183         (spam-split, spam-find-spam, spam-log-undo-registration)
16184         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16185         level from 5 to 6.
16186
16187 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16190         2004-03-04 change).
16191
16192 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16193
16194         * sieve-manage.el (sieve-manage-open):
16195         * nnweb.el (nnweb-insert-html):
16196         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16197         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16198         * nnspool.el (nnspool-request-group):
16199         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16200         * nnml.el (nnml-request-update-info):
16201         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16202         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16203         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16204         (nnimap-request-set-mark):
16205         * nnfolder.el (nnfolder-request-update-info):
16206         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16207         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16208         * gnus-uu.el (gnus-uu-find-articles-matching):
16209         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16210         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16211         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16212         * gnus-nocem.el (gnus-nocem-scan-groups):
16213         * gnus-int.el (gnus-start-news-server):
16214         * gnus-group.el (gnus-group-make-kiboze-group)
16215         (gnus-group-browse-foreign-server):
16216         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16217         Use mapc when appropriate.
16218
16219 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16220
16221         FIXME: Make separate entries for each person.
16222
16223         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16224         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16225         <shields@msrl.com>:
16226
16227         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16228         may need for spam sorting and scoring.
16229         (spam-user-format-function-S): Add user format function suitable for
16230         general use.
16231         (spam-article-sort-by-spam-status): Add sorting function for summary
16232         sorting.
16233         (spam-extra-header-to-number): Add function to get a score from a
16234         header.
16235         (spam-summary-score): Add function to get a numeric score from the
16236         headers.
16237         (spam-generic-score): Fix function doc, was in wrong place.
16238         (spam-initialize): Take symbols when it's run, and install the
16239         extra headers that spam-necessary-extra-headers thinks we need.
16240
16241 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16242
16243         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16244         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16245
16246 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16247
16248         * gnus-sum.el (gnus-set-global-variables)
16249         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16250         (gnus-article-get-xrefs, gnus-summary-best-group)
16251         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16252         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16253         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16254         Use with-current-buffer.
16255
16256 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16257
16258         * spam.el (spam-summary-prepare-exit): Simplify logic.
16259         (spam-fetch-article-header): Read the article header if it's not
16260         available.
16261         (spam-list-articles): Simplify logic.
16262         (spam-filelist-register-routine): Fix bug with unregister-list.
16263
16264         * gnus-registry.el: Fix comments at beginning.
16265
16266 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16267
16268         * message.el (message-cater-to-broken-inn): Remove.
16269         (message-shorten-references): Make sure the total folded length of
16270         References is shorter than 998 characters to cater to a bug in INN
16271         2.3.  Also, don't pretend that references aren't folded -- this
16272         hasn't worked for a while.
16273
16274 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16275
16276         * gnus-agent.el (gnus-agentize):
16277         gnus-agent-send-mail-real-function no longer set to current value
16278         of message-send-mail-function but rather a lambda that calls
16279         message-send-mail-function.  The change makes the agent real-time
16280         responsive to user changes to message-send-mail-function.
16281
16282 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16283
16284         * legacy-gnus-agent.el
16285         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16286         help from Florian Weimer <fw@deneb.enyo.de>
16287
16288 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * nnmail.el (nnmail-cache-insert): Revert last change.
16291
16292 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * nnmail.el (nnmail-cache-insert): Always check whether
16295         nnmail-cache-ignore-groups matches a group name.
16296
16297 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16298
16299         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16300         (spam-find-spam, spam-log-processing-to-registry)
16301         (spam-log-registered-p, spam-log-unregistration-needed-p)
16302         (spam-log-undo-registration): Use gnus-message instead of
16303         gnus-error, none of these errors are fatal.
16304
16305         * gnus-registry.el (gnus-registry-clean-empty-function)
16306         (gnus-registry-clean-empty): Remove only empty entries without
16307         extra data.
16308
16309 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16310
16311         * spam-stat.el (spam-stat-buffer-change-to-spam)
16312         (spam-stat-buffer-change-to-non-spam): Change (error) to
16313         (gnus-message 8) invocation.
16314
16315 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * nntp.el (nntp-via-netcat-command): New variable.
16318         (nntp-via-netcat-switches): New variable.
16319         (nntp-open-via-rlogin-and-netcat): New function.
16320         (nntp-open-connection-function): Doc fix.
16321         (nntp-telnet-command): Doc fix.
16322         (nntp-end-of-line): Doc fix.
16323         (nntp-via-rlogin-command): Doc fix.
16324         (nntp-via-user-name): Doc fix.
16325         (nntp-via-address): Doc fix.
16326
16327 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16330         error in Emacs 21.1.
16331
16332 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16333
16334         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16335
16336 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16337
16338         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16339         (gnus-agent-with-refreshed-group): New macro.
16340         (gnus-agent-rename-group): New function.
16341         (gnus-agent-delete-group): New function.
16342         (gnus-agent-save-group-info): Use gnus-command-method when
16343         `method' parameter is nil.  Don't write nil entries into the
16344         active file.
16345         (gnus-agent-get-group-info): New function.
16346         (gnus-agent-fetch-articles): Use
16347         gnus-agent-update-files-total-fetched-for to increment disk space
16348         used.
16349         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16350         gnus-agent-update-view-total-fetched-for to increment disk space
16351         used.
16352         (gnus-agent-get-local): Added optional parameters to avoid calling
16353         gnus-group-real-name and gnus-find-method-for-group.
16354         (gnus-agent-set-local): Delete stored entry if either min, or max,
16355         are nil.
16356         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16357         quit, use gnus-agent-regenerate-group to record existance of any
16358         articles fetched to disk before the quit occurred.
16359         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16360         gnus-agent-update-view-total-fetched-for, and
16361         gnus-agent-update-files-total-fetched-for to decrement disk space
16362         used.
16363         (gnus-agent-retrieve-headers): Use
16364         gnus-agent-update-view-total-fetched-for to increment disk space
16365         used.
16366         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16367         with gnus-agent-update-files-total-fetched-for to decrement disk
16368         space and fresh group buffer.
16369         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16370         (gnus-agent-need-update-total-fetched-for): New variable.
16371         (gnus-agent-update-files-total-fetched-for): New function.
16372         (gnus-agent-update-view-total-fetched-for): New function.
16373         (gnus-agent-total-fetched-for): New function.
16374
16375         * gnus-cache.el (gnus-cache-save-buffers): Use
16376         gnus-cache-update-overview-total-fetched-for to change disk space
16377         used by this group.
16378         (gnus-cache-possibly-enter-article): Use
16379         gnus-cache-update-file-total-fetched-for to increment disk space
16380         used by this group.
16381         (gnus-cache-possibly-remove-article): Use
16382         gnus-cache-update-file-total-fetched-for to decrement disk space
16383         used by this group.
16384         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16385         (gnus-cache-rename-group): New function.
16386         (gnus-cache-delete-group): New function.
16387         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16388         (gnus-cache-need-update-total-fetched-for): New variable.
16389         (gnus-cache-with-refreshed-group): New macro.
16390         (gnus-cache-update-file-total-fetched-for): New function.
16391         (gnus-cache-update-overview-total-fetched-for): New function.
16392         (gnus-cache-rename-group-total-fetched-for): New function.
16393         (gnus-cache-delete-group-total-fetched-for): New function.
16394         (gnus-cache-total-fetched-for): New function.
16395
16396         * gnus-group.el: Require gnus-sum and autoload functions to
16397         resolve warnings when gnus-group.el compiled alone.
16398         (gnus-group-line-format): Documented new %F.
16399         (size of Fetched data) group line format; identifies disk space
16400         used by agent and cache.
16401         (gnus-group-line-format-alist): Defined new F format.
16402         (gnus-total-fetched-for): New function.
16403         (gnus-group-delete-group): No longer update
16404         gnus-cache-active-altered as gnus-request-delete-group now keeps
16405         the cache in sync.
16406         (gnus-group-list-active): Let the agent store a server's active
16407         list if currently plugged.
16408
16409         * gnus-int.el (gnus-request-delete-group):
16410         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16411         local disk in sync with the server.
16412         (gnus-request-rename-group):
16413         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16414         local disk in sync with the server.
16415
16416         * gnus-start.el (gnus-get-unread-articles):
16417         Cosmetic simplification to logic.
16418
16419         * gnus-util.el (gnus-rename-file): New function.
16420
16421 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16422
16423         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16424
16425 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16426
16427         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16428         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16429
16430 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16431
16432         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16433         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16434
16435 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16436
16437         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16438
16439 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16440
16441         * spam.el (spam-set-difference): Add function to replace
16442         gnus-set-difference in spam.el.
16443         (spam-summary-prepare-exit): Use spam-set-difference.
16444
16445 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16446
16447         * gnus-registry.el (gnus-registry-cache-file): Update to use
16448         gnus-dribble-directory OR gnus-home-directory OR ~.
16449         (gnus-registry-split-fancy-with-parent): Fix doc.
16450
16451 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * message.el (message-exchange-point-and-mark): Use
16454         message-mark-active-p.  Suggested by Jesper Harder
16455         <harder@ifa.au.dk>.
16456
16457 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * message.el (message-exchange-point-and-mark): Don't activate
16460         region if it was inactive.  Suggested by Hiroshi Fujishima
16461         <pooh@nature.tsukuba.ac.jp>.
16462
16463 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-art.el (article-display-face): Display Faces in the same
16466         order as X-Faces.
16467
16468 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16471
16472 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16475         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16476         (gnus-article-mime-hierarchy): Remove.
16477         (gnus-article-mime-hierarchy-next): Remove.
16478         (gnus-article-mode): Revert 2004-03-19 change.
16479         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16480         (gnus-insert-mime-button): Revert 2004-03-19 change.
16481         (gnus-mime-accumulate-hierarchy): Remove.
16482         (gnus-mime-enter-multipart): Remove.
16483         (gnus-mime-leave-multipart): Remove.
16484         (gnus-mime-display-part): Revert 2004-03-19 change.
16485         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16486
16487         * mml.el (mml-preview): Revert 2004-03-19 change.
16488
16489 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16490
16491         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16492
16493 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16496         t while entering a file name using the mm-with-multibyte macro.
16497         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16498
16499         * mm-util.el (mm-with-multibyte): New macro.
16500
16501 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16504         user option.
16505         (gnus-mime-multipart-functions): Doc and customization fix.
16506         (gnus-article-mime-hierarchy): New variable.
16507         (gnus-article-mime-hierarchy-next): New variable.
16508         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16509         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16510         gnus-article-mime-hierarchy-next to nil.
16511         (gnus-insert-mime-button): Show hierarchy numbers.
16512         (gnus-mime-accumulate-hierarchy): New function.
16513         (gnus-mime-enter-multipart): New function.
16514         (gnus-mime-leave-multipart): New function.
16515         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16516         (gnus-mime-display-alternative): Show hierarchy numbers.
16517
16518         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16519         gnus-article-mime-hierarchy-next to nil.
16520
16521 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16522
16523         * dns.el: Don't require gnus-xmas.
16524
16525 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16526
16527         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16528         inline PGP.
16529         (mml-menu): Disable mml-quote-region if mark is inactive.
16530
16531 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16534         when the group's active is not available.
16535
16536 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16539         error.
16540
16541 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16542
16543         * imap.el (imap-store-password): New variable.
16544         (imap-interactive-login): Use it.
16545         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16546
16547 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16550         window-start and hscroll to summary window.
16551
16552 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16553
16554         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16555         conversion message to newsrc-dribble when an actual conversion is
16556         performed.
16557
16558 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16559
16560         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16561
16562 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * mm-decode.el (mm-complicated-handles): New function reviving
16565         former definition of mm-multiple-handles.
16566
16567         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16568         (gnus-mime-delete-part): Use it.
16569
16570 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16571
16572         * gnus-agent.el (gnus-agent-read-local): Bind
16573         nnheader-file-coding-system to gnus-agent-file-coding-system to
16574         avoid the implicit assumption that they will always be equal.
16575         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16576         coding-system-for-write, as the with-temp-file macro first prints
16577         to a buffer then saves the buffer.
16578
16579 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * gnus-art.el (gnus-article-edit-part): New function.
16582         (gnus-mime-save-part-and-strip): Use it; do query instead of
16583         signaling an error; don't use mm-multiple-handles.
16584         (gnus-mime-delete-part): Ditto.
16585
16586 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16587
16588         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16589         old file versions.
16590         (gnus-group-prepare-hook): Removed function that converted list
16591         form of gnus-agent-expire-days to group properties.
16592
16593         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16594         (gnus-request-accept-article): Re-indented.
16595
16596         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16597         converters to handle old agent file formats.  Added logic for a
16598         "backup before upgrading warning".
16599         (gnus-convert-mark-converter-prompt): Developers can mark
16600         functions as needing (default), or not needing,
16601         gnus-convert-old-newsrc's "backup before upgrading warning".
16602         (gnus-convert-converter-needs-prompt): Tests whether the user
16603         should be protected from potentially irreversable changes by the
16604         function.
16605
16606         * legacy-gnus-agent.el: New.  Provides converters that are only
16607         loaded when gnus-convert-old-newsrc needs to call them.
16608
16609 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * mail-source.el (mail-source-touch-pop): Doc fix.
16612
16613         * message.el (message-smtpmail-send-it): Doc fix.
16614
16615 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16616
16617         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16618
16619         * nnmail.el (nnmail-split-fancy): do.
16620
16621         * gnus-kill.el (gnus-kill, gnus-execute): do.
16622
16623 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16624
16625         * gnus-sum.el (gnus-widget-reversible-match)
16626         (gnus-widget-reversible-to-internal)
16627         (gnus-widget-reversible-to-external): New functions.
16628         (gnus-widget-reversible): New widget.
16629         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16630
16631 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16632
16633         * gnus-sum.el (gnus-thread-sort-functions)
16634         (gnus-article-sort-functions): Document `(not F)' items.
16635
16636 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16637
16638         * spam.el (spam-use-gmane-xref): Add new backend.
16639         (spam-gmane-xref-spam-group): Add variable to control the name of the
16640         Gmane spam group.
16641         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16642         (spam-regex-headers-spam, spam-regex-headers-ham)
16643         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16644         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16645         backends and checks.
16646         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16647
16648         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16649         an autodetect method.
16650
16651 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16652
16653         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16654         articles are being added to a group.
16655         (gnus-request-replace-article): Inform the agent that articles
16656         need to be uncached as the cached contents are no longer valid.
16657
16658 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * binhex.el: Don't autoload executable-find.
16661
16662         * canlock.el: Don't autoload mail-fetch-field.
16663
16664         * dgnushack.el: Autoload c-mode for XEmacs.
16665
16666         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16667
16668         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16669         rmail-dont-reply-to and rmail-output.
16670
16671         * gnus-score.el: Don't autoload ffap-string-at-point.
16672
16673         * gnus-setup.el: Don't autoload sc-cite-original.
16674
16675         * imap.el: Don't autoload base64-decode-string,
16676         base64-encode-string and md5.
16677
16678         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16679         and rmail-msg-restore-non-pruned-header.
16680
16681         * mm-decode.el: Don't autoload executable-find.
16682
16683         * mm-url.el: Don't autoload executable-find.
16684
16685         * mm-view.el: Don't autoload diff-mode.
16686
16687         * nndb.el: Don't autoload news-reply-mode, news-setup,
16688         cancel-timer and telnet.
16689
16690         * password.el: Don't autoload run-at-time for Emacs.
16691
16692         * sha1-el.el: Don't autoload executable-find.
16693
16694         * sieve-mode.el: Don't autoload c-mode.
16695
16696         * uudecode.el: Don't autoload executable-find.
16697
16698 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16699
16700         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16701         (gnus-agent-possibly-alter-active): Avoid null in numeric
16702         comparison.
16703         (gnus-agent-set-local): Refuse to save null in local object table.
16704         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16705         list of articles that will be marked as unread.
16706
16707 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16710
16711 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16712
16713         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16714         language tags.
16715
16716 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16717
16718         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16719         Don't bind "obarray".
16720
16721         * gnus-sum.el (gnus-thread-sort-functions): Added
16722         `gnus-thread-sort-by-most-recent-number' and
16723         `gnus-thread-sort-by-most-recent-date'.
16724         Reported by Kai Grossjohann <kai@emptydomain.de>.
16725
16726 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16729
16730 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16731
16732         * gnus-cus.el (gnus-agent-customize-category): Removed
16733         ignore-errors macro reference that required cl to be loaded at
16734         run-time.
16735
16736         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16737         single-interval range of the form (min . max).  Previously the
16738         range had to look like ((min . max)).  Likewise, return
16739         (min . max) rather than ((min . max)).
16740         (gnus-range-map): Use gnus-range-normalize to accept
16741         single-interval range.
16742
16743         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16744         the cache, but not the agent, now appear with their usual face.
16745
16746         * dgnushack.el (loaddir): New variable that is bound to the
16747         directory containing the dgnushack.el file. Use loaddir, rather
16748         than srcdir, to update load-path. Change lets dgnushack compile
16749         code in directories other than GNUS/lisp.
16750
16751 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * lpath.el: Don't bind w3m-safe-url-regexp.
16754
16755         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16756         w3m-safe-url-regexp variable buffer-local.
16757
16758         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16759
16760 2004-02-27  Simon Josefsson  <jas@extundo.com>
16761
16762         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16763         gnus-group-real-prefix.
16764         (gnus-summary-move-article): Use it, instead of
16765         gnus-group-real-prefix.
16766
16767 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * lpath.el: Bind w3m-safe-url-regexp.
16770
16771         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16772         w3m-safe-url-regexp variable buffer-local and set it as the value
16773         of mm-w3m-safe-url-regexp.
16774
16775         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16776
16777         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16778         parsing gnus-posting-styles when the message is not for replying.
16779
16780         * dgnushack.el: Autoload sgml-mode for XEmacs.
16781
16782         * nnrss.el (nnrss-opml-export): Use
16783         mm-set-buffer-file-coding-system instead of
16784         set-buffer-file-coding-system.
16785
16786 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16787
16788         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16789         of checkdoc.el).
16790         * nnrss.el: do.
16791         * gnus-mlspl.el: do.
16792         * gnus-ml.el: do.
16793         * gnus-srvr.el: do.
16794
16795         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16796
16797 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16798
16799         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16800         Corrections to custom-manual links.
16801
16802         * gnus-art.el (gnus-article): Ditto.
16803
16804         * mm-decode.el (mime-display, mime-security): Ditto.
16805
16806 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16807
16808         * flow-fill.el: Typo.
16809
16810 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16811
16812         * spam-wash.el: New file.
16813
16814 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16815
16816         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16817
16818 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16819
16820         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16821         to be run with new-articles as LIST1, not LIST2.
16822         (spam-registration-functions): Add spam-use-ham-copy as a nil
16823         registration backend.
16824
16825 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16826
16827         * spam-stat.el (spam-stat-washing-hook): New option.
16828         (spam-stat-buffer-words): Use it.
16829         (spam-stat-process-directory, spam-stat-test-directory): Use
16830         insert-file-contents-literally.
16831         (spam-stat-coding-system): New variable.
16832         (spam-stat-load, spam-stat-save): Use it.
16833
16834 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * spam-report.el (spam-report-plug-agent): Quote
16837         spam-report-url-to-file and spam-report-url-ping-plain.
16838
16839 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16840
16841         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16842         / in mailto URLs.
16843
16844 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16845
16846         * spam-report.el (spam-report-process-queue): Fix interactive use.
16847         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16848         (spam-report-unplug-agent): Doc fixes.
16849         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16850         (spam-report-agentize, spam-report-deagentize): Autoload.
16851
16852 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16855
16856         * message.el (message-setup-fill-variables): Add mml tags to
16857         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16858         <ajk@iu.edu>.
16859         (message-mode): Don't modify paragraph-separate there.
16860
16861 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * compface.el (uncompface-use-external): Default to undecided.
16864         (uncompface-use-external-threshold): New variable.
16865         (uncompface-float-time): New macro.
16866         (uncompface): Determine whether to use the external decoder if
16867         uncompface-use-external is undecided.
16868
16869 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16870
16871         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16872         after images.
16873
16874         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16875
16876 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16877
16878         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16879
16880         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16881
16882         * gnus-sum.el (gnus-summary-limit-to-age)
16883         (gnus-summary-limit-children): do.
16884
16885         * gnus-int.el (gnus-request-scan): do.
16886
16887         * gnus-group.el (gnus-group-suspend): do.
16888
16889         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16890
16891         * gnus-cite.el (gnus-cite-parse-attributions): do.
16892
16893         * gnus-agent.el (gnus-summary-set-agent-mark)
16894         (gnus-agent-regenerate-group): do.
16895
16896         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16897
16898         * binhex.el (binhex-decode-region-internal): do.
16899
16900 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * gnus-fun.el (gnus-face-properties-alist): New user option.
16903         (gnus-display-x-face-in-from): Use it.
16904
16905         * gnus-art.el (article-display-face): Ditto.
16906
16907         * compface.el (uncompface-use-external): Default to nil.
16908
16909 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16910
16911         * nntp.el (nntp-erase-buffer): New function.
16912         (nntp-retrieve-data, nntp-send-command)
16913         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16914         (nntp-possibly-change-group): Use it.
16915
16916         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16917         with-current-buffer.
16918
16919 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16920
16921         * compface.el: Merge the ELisp-based uncompface program.
16922         (compface): New customization group.
16923         (uncompface-use-external): New user option.
16924         (uncompface): Call uncompface-internal if uncompface-use-external
16925         is nil.
16926         (uncompface-internal): New function.  Note that there are also
16927         some other functions and variables added for this function.
16928
16929 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16930
16931         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16932         if necessary.
16933
16934 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16935
16936         * spam-report.el (spam-report-unplug-agent)
16937         (spam-report-plug-agent, spam-report-deagentize)
16938         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16939         Add support for the Agent in spam-report: when unplugged, report to a
16940         file; when plugged, submit all the requests.
16941
16942         * spam.el (spam-register-routine): Fix message about
16943         registration.
16944
16945 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16946
16947         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16948         dependencies.
16949         (rfc2047-encode): Use it.
16950
16951         * gnus-art.el (gnus-button-marker-list): Move before first
16952         reference.
16953
16954         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16955         (imap-parse-body): Fix format string mismatch.
16956
16957         * gnus-score.el (gnus-summary-increase-score): do.
16958
16959         * nnrss.el (nnrss-close): New function.
16960
16961 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16962
16963         * nnrss.el (nnrss-make-filename): New function.
16964         (nnrss-request-delete-group, nnrss-read-server-data)
16965         (nnrss-save-server-data, nnrss-read-group-data)
16966         (nnrss-save-group-data): Use it.
16967         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16968         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16969         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16970
16971 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16972
16973         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16974
16975 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16976
16977         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16978         files.
16979
16980         * message.el (message-generate-headers-first): Don't quote nil
16981         and t in docstrings.
16982
16983         * imap.el (imap-id): do.
16984
16985         * gnus-agent.el (gnus-agent-consider-all-articles)
16986         (gnus-agent-queue-mail): do.
16987
16988 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16989
16990         * spam-report.el (spam-report-process-queue): New function.
16991         Process requests from `spam-report-requests-file'.
16992         (spam-report-process-queue): Doc fix.
16993
16994 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16995
16996         * spam.el (spam-register-routine)
16997         (spam-log-processing-to-registry, spam-log-registered-p)
16998         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16999         Change "check" to "spam-check" for semi-clarity.
17000
17001 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17002
17003         * pop3.el: Require nnheader.
17004
17005         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17006
17007         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17008
17009         * gnus-picon.el: Require cl.
17010
17011         * gnus-fun.el: Require gnus-ems and gnus-util.
17012
17013         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17014
17015         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17016
17017         * gnus-art.el (gnus-article-edit-mode): Define before first
17018         reference.
17019
17020 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17021
17022         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17023         (gnus-uu-post-encoded): Use point-at-bol.
17024
17025         * gnus-topic.el (gnus-group-active-topic-p): do.
17026
17027         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17028
17029         * gnus-group.el (gnus-group-kill-region): do.
17030
17031         * gnus-art.el (article-date-ut): do.
17032
17033         * message.el (message-fetch-field): Remove redundant
17034         case-fold-search binding.
17035         (message-narrow-to-field): Simplify.
17036
17037 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17038
17039         * spam.el (spam-directory): Derive from `gnus-directory'.
17040
17041         * spam-report.el (spam-report-url-to-file)
17042         (spam-report-requests-file): New function and variable for offline
17043         reporting.
17044         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17045         and user defined function.
17046         (spam-report-url-ping-mm-url): Remove doubled slash.
17047
17048 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17049
17050         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17051
17052 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17053
17054         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17055         format string mismatch.
17056
17057         * sieve.el (sieve-deactivate-all): do.
17058
17059         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17060
17061         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17062
17063         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17064
17065         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17066
17067 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17068
17069         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17070         the list of checks.
17071
17072 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17073
17074         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17075         padding.
17076
17077 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17078
17079         * mm-view.el (mm-fill-flowed): New variable.
17080         (mm-inline-text): Use it.
17081
17082 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17083
17084         * spam.el (spam-spamassassin-register-ham-routine)
17085         (spam-spamassassin-register-spam-routine): Fix function names.
17086
17087 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus.el (gnus-tmp-grouplens): Remove.
17090         (gnus-summary-line-format): Remove grouplens.
17091
17092         * gnus-group.el (gnus-group-line-format): Ditto.
17093
17094         * gnus-spec.el (gnus-format-specs): Ditto.
17095         (gnus-update-format-specifications): Flush the group format spec
17096         cache if there's the grouplens stuff.
17097         (gnus-parse-simple-format): Replace %l with the empty string.
17098
17099 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17100
17101         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17102         omission.
17103
17104 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17107         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17108
17109 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17110
17111         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17112         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17113         New macros and functions.
17114         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17115         Handle > NLINK_MAX messages.
17116         * nnmaildir.el (nnmaildir-request-set-mark): Use
17117         nnmaildir--emlink-p and nnmaildir--eexist-p.
17118
17119 2004-01-25  Alex Schroeder  <alex@gnu.org>
17120
17121         * spam-stat.el (spam-stat-process-directory-age): New option.
17122         (spam-stat-process-directory): Use it.
17123
17124 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17125
17126         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17127         (spam-stat-save): Accept prefix argument.
17128
17129 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17130
17131         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17132         links" error.
17133
17134 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17137         the rest of the and/or forms.
17138
17139 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17140
17141         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17142         compatibility with old .newsrc.eld files.
17143
17144         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17145
17146         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17147
17148         * gnus-start.el (gnus-1): do.
17149
17150         * gnus-group.el (gnus-group-line-format-alist): do.
17151
17152         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17153
17154         * gnus-gl.el: Remove.
17155
17156 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17157
17158         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17159         marks consisting of a single range {for example, (3 . 5)} rather
17160         than a list of a single range { ((3 . 5)) }.
17161
17162 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17163
17164         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17165         with-current-buffer.
17166         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17167         avoid consing a string.
17168
17169         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17170         Remove obsolete entries for big5 and gb2312.
17171
17172 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17173
17174         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17175         uncompressed list.
17176
17177 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17178
17179         * spam-stat.el (spam-stat-strip-xref): New function.
17180         (spam-stat-process-directory): Use it.
17181
17182         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17183         here -- it's done in message-fetch-field.
17184
17185 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17186
17187         * gnus-agent.el (gnus-agent-queue-mail)
17188         (gnus-agent-prompt-send-queue): New variables.
17189         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17190         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17191         "nndraft:queue" along to gnus-draft-send.  Use
17192         gnus-agent-prompt-send-queue.
17193         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17194         is "nndraft:queue".  Suggested by Gaute Strokkenes
17195         <gs234@srcf.ucam.org>
17196
17197         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17198         (agent-enable-undownloaded-faces): Added.
17199         (gnus-agent-cat-groups): Use eval-and-compile, not
17200         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17201         method of gnus-agent-cat-groups even when the buffer has been
17202         evaled.
17203         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17204         delete gnus-agent-save-active-1.
17205         (gnus-agent-save-groups): Deleted.  Identical to
17206         gnus-agent-save-active.
17207         (gnus-agent-write-active): No longer adjust agent's copy of active
17208         file as agent's adjustments are now stored in their own
17209         file.  Removed optional parameter.
17210         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17211         servers.  Add use of min/max range limits from server's local
17212         file.
17213         (gnus-agent-save-alist): Removed unused optional argument.
17214         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17215         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17216         (gnus-agent-set-local): A per-server file that keeps min/max range
17217         limits for articles known to the agent.  Provides a fast mechanism
17218         for altering many active ranges.
17219         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17220         active file (local makes it unnecessary).
17221         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17222
17223         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17224         (agent-enable-undownloaded-faces): Added.
17225
17226         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17227         disable it when sending to "nndraft:queue".
17228         (gnus-group-send-queue): Add safety check to avoid sending queue
17229         when unplugged.
17230
17231         * gnus-group.el (gnus-group-catchup): Use new
17232         gnus-sequence-of-unread-articles, not
17233         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17234         numbers of articles.  Use gnus-range-map to avoid having to
17235         uncompress the unread list.
17236         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17237         Fixed invalid ange-ftp reference.
17238
17239         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17240         (gnus-sorted-range-intersection): Intersection of two ranges
17241         without requiring that they first be uncompressed.
17242
17243         * gnus-start.el (gnus-activate-group): Unless blocked by the
17244         caller, possibly expand the active range to include both cached
17245         and agentized articles.
17246         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17247         multiple version-dependent converters.
17248         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17249         gnus-agent-save-active.
17250         (gnus-save-newsrc-file): Save dirty agent range limits.
17251
17252         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17253         gnus-agent-possibly-alter-active.
17254         (gnus-adjust-marked-articles): Faster handling of simple lists.
17255
17256 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17257
17258         * spam-stat.el (spam-stat-test-directory): New optional argument
17259         displays a list of files detected.  Suggested by Andrew Cohen
17260         <cohen@andy.bu.edu>.
17261         (spam-stat-buffer-words-with-scores): Don't narrow and change
17262         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17263
17264 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17265
17266         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17267         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17268         (spam-spamassassin-arguments)
17269         (spam-spamassassin-spam-flag-header)
17270         (spam-spamassassin-positive-spam-flag-header)
17271         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17272         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17273         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17274         (spam-list-of-processors, spam-list-of-checks)
17275         (spam-list-of-statistical-checks, spam-registration-functions)
17276         (spam-check-spamassassin-headers, spam-check-spamassassin)
17277         (spam-spamassassin-score)
17278         (spam-spamassassin-register-with-sa-learn)
17279         (spam-spamassassin-register-spam-routine)
17280         (spam-spamassassin-register-ham-routine)
17281         (spam-assassin-register-spam-routine)
17282         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17283         (spam-bogofilter-score): Fix to show article before scoring.
17284
17285 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17286
17287         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17288         default scoring function.
17289         (spam-generic-score): Call spam-spamassassin-score if
17290         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17291         spam-bogofilter-score otherwise.
17292
17293         * gnus.el (spam-process, spam-autodetect-methods): Add
17294         spamassassin and spamassassin-headers.
17295
17296 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17297
17298         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17299         Suppress unnecessary messages.
17300
17301 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17302
17303         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17304         make-hash-table.
17305
17306 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * canlock.el (base64-encode-string): Don't autoload it.
17309
17310 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * run-at-time.el: Remove useless (require 'itimer),
17313         eval-and-compile and (featurep 'xemacs).
17314
17315 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17316
17317         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17318         GROUP is a virtual group.
17319
17320 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17321
17322         * gnus.el: Autoload `message-y-or-n-p'.
17323
17324 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17325
17326         * pgg-parse.el: Remove unnecessary (require 'custom).
17327
17328         * pgg-def.el: do.
17329
17330         * nnmail.el: do.
17331
17332         * gnus-undo.el: do.
17333
17334         * gnus-picon.el: do.
17335
17336         * gnus-util.el: do.
17337
17338 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17339
17340         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17341
17342 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17345         handle, as well as a list.
17346
17347         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17348         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17349         (mm-w3m-cid-retrieve): Simplify.
17350
17351 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17352
17353         * message.el (message-kill-to-signature): Allow prefix arg to
17354         specify number of lines to keep before signature.
17355
17356 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17357
17358         * message.el (message-kill-to-signature): Change docstring.
17359
17360 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * canlock.el: Always require sha1-el.
17363         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17364
17365         * message.el: Autoload sha1 only when compiling.
17366
17367         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17368         eudc-expand-inline for XEmacs.
17369
17370 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * message.el (message-canlock-generate): Require sha1-el.
17373
17374 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17375
17376         * message.el (message-expand-name): Silence the byte compiler.
17377
17378         * lpath.el: Add detect-coding-system.
17379
17380         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17381         cus-edit.
17382
17383 2004-01-13  Simon Josefsson  <jas@extundo.com>
17384
17385         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17386         Invoke gnus-score-mode.  Reported by
17387         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17388
17389         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17390         Jim Blandy <jimb@redhat.com> (tiny change).
17391
17392 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17393
17394         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17395
17396 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17397
17398         * spam.el (spam-get-article-as-string): Update to use
17399         gnus-request-article-this-buffer, much simpler.
17400         (spam-get-article-as-buffer): Remove.
17401
17402 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17403
17404         * message.el (message-expand-name): Use EUDC if the user uses that.
17405
17406 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17407
17408         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17409         character for the encoding to avoid consing a string.
17410
17411         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17412         unnecessarily.
17413
17414         * mm-util.el (mm-replace-chars-in-string): Remove.
17415
17416         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17417         of mm-replace-chars-in-string.
17418
17419 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17420
17421         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17422
17423         * mm-util.el (mm-subst-char-in-string): Support inplace.
17424
17425         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17426         a new string in every iteration.  Use shy groups.
17427
17428 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17429
17430         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17431         * gnus-soup.el (gnus-soup-group-brew):
17432         * gnus-msg.el (gnus-put-message):
17433         * gnus-move.el (gnus-group-move-group-to-server):
17434         * gnus-kill.el (gnus-batch-score):
17435         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17436         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17437         (gnus-group-update-group, gnus-group-read-group)
17438         (gnus-group-make-group, gnus-group-make-help-group)
17439         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17440         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17441         (gnus-group-sort-by-unread, gnus-group-catchup)
17442         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17443         (gnus-group-yank-group, gnus-group-set-info)
17444         (gnus-group-list-groups):
17445         * gnus.el (gnus-generate-new-group-name):
17446         * gnus-delay.el (gnus-delay-send-queue):
17447         * nnvirtual.el (nnvirtual-catchup-group):
17448         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17449         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17450         (gnus-group-prepare-topics, gnus-topic-check-topology):
17451         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17452         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17453         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17454         (gnus-group-make-articles-read):
17455         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17456         (gnus-group-change-level, gnus-kill-newsgroup)
17457         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17458         (gnus-get-unread-articles, gnus-make-articles-unread)
17459         (gnus-make-ascending-articles-unread): Use accessor
17460         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17461         to get group information for improved readability.
17462
17463
17464 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17465
17466         * gnus-art.el (article-decode-mime-words, article-babel)
17467         (gnus-article-highlight-signature, gnus-article-add-buttons)
17468         (gnus-signature-toggle): Use gnus-with-article-buffer.
17469
17470         * gnus-art.el (gnus-article-highlight-headers)
17471         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17472
17473         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17474         (gnus-article-set-globals, gnus-request-article-this-buffer)
17475         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17476         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17477         (gnus-mime-display-alternative): Use with-current-buffer.
17478
17479 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17480
17481         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17482         also under 80 char limit, and call gnus-error if needed.
17483         (spam-fetch-article-header): Fix - it was a
17484         buffer-local variable (gnus-newsgroup-data).
17485         (spam-find-spam): Use spam-generate-fake-headers, forget about
17486         spam-insert-fake-headers.
17487         (spam-insert-fake-headers): Remove.
17488
17489 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17490
17491         * deuglify.el (gnus-article-outlook-unwrap-lines)
17492         (gnus-outlook-rearrange-article)
17493         (gnus-outlook-repair-attribution-outlook)
17494         (gnus-outlook-repair-attribution-block)
17495         (gnus-outlook-repair-attribution-other): Remove redundant
17496         save-excursion.
17497
17498 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17499
17500         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17501         (spam-fetch-field-subject-fast)
17502         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17503         (spam-fetch-article-header): Add functions to deal with Gnus
17504         internals for fast retrieval of article header data.
17505         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17506
17507 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17508
17509         * pop3.el (pop3-md5): Remove.
17510         (pop3-apop): Replace pop3-md5 with md5.
17511
17512         * mm-bodies.el: base64 is always built-in.
17513
17514         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17515         with-current-buffer.
17516
17517 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * canlock.el (canlock-insert-header): Remove excessive grouping in
17520         regexp.
17521
17522         * gnus-sum.el (gnus-summary-read-document): Ditto.
17523
17524         * gnus-uu.el (gnus-uu-part-number): Ditto.
17525
17526         * html2text.el (html2text-remove-tags): Ditto.
17527         (html2text-format-tags): Ditto.
17528         (html2text-format-single-elements): Ditto.
17529
17530         * mml.el (mml-parse-1): Ditto.
17531
17532 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17533
17534         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17535
17536         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17537
17538         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17539
17540         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17541
17542 2003-11-15  Simon Josefsson  <jas@extundo.com>
17543
17544         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17545         (pgg-gpg-lookup-key): Use regexp match instead of
17546         split-string (split-string is different between emacs 21.2 and
17547         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17548
17549 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17550
17551         * gnus-art.el (gnus-mime-view-all-parts)
17552         (gnus-article-part-wrapper, gnus-article-view-part): Use
17553         with-current-buffer.
17554
17555 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17556
17557         * spam.el (spam-disable-spam-split-during-ham-respool)
17558         (spam-spamoracle-database, spam-cache-lookups)
17559         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17560         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17561         (spam-group-ham-marks, spam-group-spam-marks)
17562         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17563         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17564         also add spam-use-blackholes to the statistical checks.
17565         (spam-fetch-field-fast): Add interface to fetching fields, may
17566         become a macro.
17567         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17568         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17569         (spam-insert-fake-headers): Fake an article when needed.
17570         (spam-find-spam): Fake article when possible.
17571         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17572         (spam-check-bogofilter-headers): Use message-fetch-field instead
17573         of nnmail-fetch-field.
17574
17575 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17576
17577         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17578
17579 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17580
17581         * spam.el (spam-split): Do not require spam-use-CHECK to be
17582         enabled if that check is passed to spam-split explicitly; also
17583         fix so 'spam doesn't get converted to spam-split-group when
17584         spam-split-symbolic-return is t.
17585         (spam-find-spam): Find registrations of the article and use those
17586         instead of re-running spam-split to find the spam/ham
17587         classification of the article.
17588         (spam-log-processing-to-registry, spam-log-registered-p)
17589         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17590         Use gnus-error instead of gnus-message.
17591         (spam-log-registration-type): Add function to determine the
17592         classification of a message based on registry entries; will
17593         return nil if both 'spam and 'ham are found.
17594         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17595         a reasonably fast local cache without the loading errors.
17596         (spam-cache-lookups): Set to t by default.
17597         (spam-find-spam): Don't try to guess spam-cache-lookups.
17598         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17599         spam-caches entry.
17600         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17601         caching of whitelist/blacklist entries.
17602         (spam-check-whitelist, spam-check-blacklist): Invoke
17603         spam-from-listed-p with a type, not a cache variable.
17604         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17605
17606 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17607
17608         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17609
17610         * nnmail.el (nnmail-split-fancy): do.
17611
17612         * mml.el (mml-parse): do.
17613
17614         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17615         (gnus-score-adaptive): do.
17616
17617 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17620         (gnus-mime-button-map): Don't set keymap parent.
17621         (gnus-button-ctan-directory-regexp): Use shy grouping.
17622         (gnus-prev-page-map): Don't set keymap parent.
17623         (gnus-prev-page-map): Remove duplicated one.
17624         (gnus-next-page-map): Don't set keymap parent.
17625         (gnus-mime-security-button-map): Ditto.
17626
17627         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17628         version number.
17629
17630         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17631
17632 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * canlock.el (canlock-sha1-function): Remove.
17635         (canlock-sha1-function-for-verify): Remove.
17636         (canlock-openssl-program): Remove.
17637         (canlock-openssl-args): Remove.
17638         (canlock-ignore-errors): Remove.
17639         (canlock-sha1-with-openssl): Remove.
17640         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17641         (canlock-verify): Don't use canlock-ignore-errors.
17642
17643         * sha1-el.el (sha1-string-external): Make it can return a string
17644         in binary form.
17645         (sha1-region-external): Ditto.
17646         (sha1-string-internal): Ditto.
17647         (sha1-region-internal): Ditto.
17648         (sha1-region): Ditto.
17649         (sha1-string): Ditto.
17650         (sha1): Ditto.
17651
17652 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17653
17654         * spam.el (spam-report-articles-gmane): New command.
17655
17656 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17659
17660         * run-at-time.el (run-at-time-saved): Remove.
17661         (run-at-time): Doc fix.
17662
17663 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17664
17665         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17666         (gnus-summary-limit-map): Add it.
17667         (gnus-summary-make-menu-bar): do.
17668
17669 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17670
17671         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17672         Make attempt at some caching support (done for BBDB only now).
17673         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17674         addresses to be checked.
17675         (spam-clear-cache-BBDB): Add function, to be invoked by
17676         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17677         (spam-check-BBDB): Check and use the caches, if
17678         spam-cache-lookups is on, remove superfluous (provide).
17679
17680 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17681
17682         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17683
17684 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17685
17686         * run-at-time.el (run-at-time-saved): Move to after the definition
17687         of `run-at-time'.
17688
17689         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17690
17691 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17694         mm-w3m-local-map-property.
17695
17696         * mm-view.el (mm-w3m-mode-map): Remove.
17697         (mm-w3m-local-map-property): Remove.
17698         (mm-inline-text-html-render-with-w3m): Don't use
17699         mm-w3m-local-map-property.
17700
17701 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17702
17703         * run-at-time.el: New file.
17704
17705         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17706         under Emacs.
17707
17708         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17709         of gnus-set-text-properties.
17710
17711         * gnus-uu.el (gnus-uu-save-article): Ditto.
17712
17713         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17714
17715         * gnus-cite.el (gnus-cite-parse): Ditto.
17716
17717         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17718         of gnus-.
17719
17720         * gnus-xmas.el (run-at-time): Require run-at-time.
17721
17722         * gnus.el: Changed calls to nnheader-run-at-time and
17723         password-run-at-time throughout to use run-at-time directly.
17724
17725         * password.el: Removed definition of run-at-time.
17726
17727         * nnheaderxm.el: Remove definition of run-at-time.
17728
17729 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17730
17731         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17732         in prompt.
17733
17734 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17735
17736         * messagexmas.el (message-xmas-redefine): Alias
17737         `message-make-caesar-translation-table' to
17738         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17739         version.
17740
17741         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17742         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17743         `gnus-xmas-set-text-properties'.
17744         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17745         `gnus-xmas-completing-read'.
17746         (gnus-xmas-completing-read): Removed.
17747         (gnus-xmas-open-network-stream): Removed.
17748
17749         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17750         XEmacs version.
17751
17752         * dns.el (dns-make-network-process): Use `open-network-stream'
17753         instead of `gnus-xmas-open-network-stream'.
17754
17755         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17756
17757         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17758
17759 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17760
17761         * gnus-art.el (gnus-mime-display-alternative)
17762         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17763         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17764         Don't use gnus-local-map-property.
17765
17766         * gnus-util.el (gnus-local-map-property): Remove.
17767
17768         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17769         gnus-completing-read-maybe-default with completing-read.
17770
17771         * gnus-util.el (gnus-completing-read): do.
17772         (gnus-completing-read-maybe-default): Remove.
17773
17774 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17775
17776         * password.el: Only autoload `run-at-time' if not XEmacs.
17777         Only autoload the itimer functions if XEmacs.
17778
17779 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17782         XEmacsen.
17783
17784         * dgnushack.el: Autoload executable-find for XEmacs.
17785
17786 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17787
17788         * gnus-art.el (gnus-read-string): Remove.
17789         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17790         read-string.
17791
17792 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17793
17794         * netrc.el: Autoload password-read.
17795         (netrc): Add configuration group.
17796         (netrc-encoding-method, netrc-openssl-path): Add
17797         variables for encoding and decoding of files with symmetric
17798         ciphers.
17799         (netrc-encode): Add assistant function to encode a file with
17800         netrc-encoding-method.
17801         (netrc-parse): Add interactive parameter, added optional
17802         decoding if netrc-encoding-method is non-nil but otherwise
17803         behavior is standard.
17804         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17805         Do s/encode/encrypt/ everywhere.
17806
17807         * spam.el: Remove executable-find autoload.
17808
17809 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17810
17811         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17812
17813         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17814
17815 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17816
17817         * gnus-art.el (gnus-treat-ansi-sequences)
17818         (article-treat-ansi-sequences): New variable and function.
17819         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17820
17821         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17822         Use it.
17823
17824 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * mm-util.el (mm-quote-arg): Remove.
17827
17828         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17829         shell-quote-argument.
17830
17831         * gnus-uu.el (gnus-uu-command): do.
17832
17833         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17834
17835         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17836         with make-char.
17837
17838         * mm-util.el (mm-make-char): Remove.
17839
17840         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17841         add-minor-mode.
17842
17843         * gnus-undo.el (gnus-undo-mode): do.
17844
17845         * gnus-topic.el (gnus-topic-mode): do.
17846
17847         * gnus-sum.el (gnus-dead-summary-mode): do.
17848
17849         * gnus-start.el (gnus-slave-mode): do.
17850
17851         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17852
17853         * gnus-ml.el (gnus-mailing-list-mode): do.
17854
17855         * gnus-gl.el (gnus-grouplens-mode): do.
17856
17857         * gnus-draft.el (gnus-draft-mode): do.
17858
17859         * gnus-dired.el (gnus-dired-mode): do.
17860
17861         * gnus-ems.el (gnus-add-minor-mode): Remove.
17862
17863         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17864         Replace gnus-char-width with char-width.
17865
17866         * gnus-ems.el (gnus-char-width): Remove.
17867
17868         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17869         Replace gnus-char-width with char-width.
17870
17871         * gnus-ems.el (gnus-char-width): Remove.
17872
17873         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17874         definition.
17875         Remove Emacs 20 hash table compatibility code.
17876
17877         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17878         20 compatibility code.
17879
17880         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17881
17882         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17883
17884         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17885         with point-at-{eol,bol}.
17886
17887         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17888
17889         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17890
17891         * flow-fill.el (fill-flowed-point-at-bol)
17892         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17893
17894         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17895         Replace with point-at-{eol,bol} throughout all files.
17896
17897 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * ntlm.el (ntlm-string-as-unibyte): New macro.
17900         (ntlm-build-auth-response): Use it.
17901
17902         Remove Emacs 20 stuff:
17903         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17904         (butlast, mapc, remove): Remove the compiler macros.
17905         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17906         of delq and copy-sequence.
17907         * gnus-art.el (popup-menu): Remove the compiler macro.
17908         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17909         Emacs 20.
17910
17911 2004-01-05  Simon Josefsson  <jas@extundo.com>
17912
17913         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17914         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17915         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17916         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17917         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17918         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17919         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17920         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17921         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17922         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17923         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17924         string-xor into ntlm-string-xor.  Suggested by
17925         Jesper Harder <harder@myrealbox.com>.
17926
17927         * ntlm.el: Don't include poem.
17928
17929         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17930         Jesper Harder <harder@myrealbox.com>.
17931
17932         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17933
17934         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17935         probably breaks emacs with DL patch, but do we care? Is anyone
17936         still using the DL stuff?)
17937
17938         * sieve-manage.el: Use the password package.
17939         (sieve-manage-read-passwd): Remove.
17940         (sieve-manage-interactive-login): Use password.  Re-add
17941         condition-case around loop.
17942
17943         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17944         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17945         the password package.
17946
17947 2003-02-19  Simon Josefsson  <jas@extundo.com>
17948
17949         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17950         token.
17951
17952 2002-08-07  Simon Josefsson  <jas@extundo.com>
17953
17954         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17955         (sieve-manage-authenticators):
17956         (sieve-manage-authenticator-alist): Add some SASL mechs.
17957         (sieve-sasl-auth): New function.
17958         (sieve-manage-cram-md5-auth):
17959         (sieve-manage-plain-auth): Rewrite using SASL library.
17960         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17961         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17962         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17963         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17964
17965 2004-01-05  Simon Josefsson  <jas@extundo.com>
17966
17967         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17968         New files.
17969
17970 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17971
17972         * gnus-group.el (gnus-no-groups-message): Update.
17973
17974         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17975
17976 2003-11-09  Simon Josefsson  <jas@extundo.com>
17977
17978         * imap.el: Support for ID IMAP extension (RFC 2971).
17979         (imap-local-variables): Add imap-id.
17980         (imap-id): New variable.
17981         (imap-id): New function.
17982         (imap-parse-response): Parse untagged ID response.
17983         * nnimap.el (nnimap-id): New variable.
17984         (nnimap-open-connection): Use it.
17985
17986 2003-12-28  Simon Josefsson  <jas@extundo.com>
17987
17988         * gnus-score.el (gnus-score-edit-all-score): New.
17989         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17990
17991 2004-01-04  Simon Josefsson  <jas@extundo.com>
17992
17993         * password.el: Add.
17994
17995 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17996
17997         * dns.el (dns-query-types): Fix typo.
17998         (dns-query-types): New function.
17999         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18000         PTR and SOA replies, see RFC 1035.
18001
18002 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18003
18004         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18005
18006         * Moved to Changelog.2.
18007
18008 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18009
18010         * gnus.el (gnus-version-number): Bump version.
18011
18012 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18013
18014         * gnus.el: No Gnus v0.1 is released.
18015
18016 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18017
18018         * gnus.el: No Gnus v0.0 is released.
18019
18020 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18021
18022         * gnus.el (gnus-version-number): Bump.
18023         (gnus-version): No.
18024
18025 See ChangeLog.2 for earlier changes.
18026
18027     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18028       Free Software Foundation, Inc.
18029
18030   This file is part of GNU Emacs.
18031
18032   GNU Emacs is free software: you can redistribute it and/or modify
18033   it under the terms of the GNU General Public License as published by
18034   the Free Software Foundation, either version 3 of the License, or
18035   (at your option) any later version.
18036
18037   GNU Emacs is distributed in the hope that it will be useful,
18038   but WITHOUT ANY WARRANTY; without even the implied warranty of
18039   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18040   GNU General Public License for more details.
18041
18042   You should have received a copy of the GNU General Public License
18043   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18044
18045 ;; Local Variables:
18046 ;; coding: utf-8
18047 ;; fill-column: 79
18048 ;; add-log-time-zone-rule: t
18049 ;; End: