ff8a947e2dd35ebedfe4607084628706545ef428
[gnus] / lisp / ChangeLog
1 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4         available.
5         (nnimap-update-info): Rely more on the current active than the param
6         active to avoid marking articles as read too much.
7
8         * auth-source.el (auth-source-create): Use (user-login-name) for the
9         user name default.
10
11         * nnimap.el (nnimap-update-info): If the server doesn't return any
12         useful info, just use the previous info.
13         (nnimap-update-info): Prefer old info over start-article.
14         (nnimap-update-qresync-info): Finish implementing QRESYNC.
15
16 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
17
18         * nnir.el (autoload): Clean up autoloads.
19         (nnir-imap-default-search-key): Renamed from
20         nnir-imap-search-field. Use key rather than value.
21         (nnir-imap-search-other): New variable.
22         (nnir-read-parm): Use it.
23         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
24         (gnus-summary-nnir-goto-thread): Modify to work with imap.
25
26 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27
28         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
29         the process, too.
30
31 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
34         Allbery.
35
36         * shr.el: Rework the way things are indented by <li> slightly.
37
38         * gnus.el (gnus-group-set-parameter): Fix typo.
39
40         * nnimap.el: Start implementing QRESYNC support.
41
42 2010-10-09  Julien Danjou  <julien@danjou.info>
43
44         * nnir.el (nnir-engines): Fix too many arguments.
45
46 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
49         group is the "last", so that the backends like nnfolder actually save
50         their folders.
51
52         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
53         try to use that for the tls stream.
54         (nnimap-retrieve-group-data-early): Rework the marks code to heed
55         UIDVALIDITY and find out which groups are read-only and not.
56         (nnimap-get-flags): Use the same marks parsing code as the rest of
57         nnimap.
58
59 2010-10-09  Julien Danjou  <julien@danjou.info>
60
61         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
62
63         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
64         retrieving gravatars.
65
66         * shr.el (shr-table-corner): Add.
67         (shr-table-line): Add.
68         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
69
70 2010-10-08  Julien Danjou  <julien@danjou.info>
71
72         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
73
74 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
77
78         * gnus-sum.el (gnus-mark-article-as-unread)
79         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
80         (gnus-summary-set-bookmark): Use it.
81
82         * gnus-msg.el (gnus-setup-message): Use it.
83
84         * gnus-demon.el (gnus-demon-remove-handler): Use it.
85
86         * gnus.el (gnus-group-remove-parameter): Use it.
87
88         * gnus-group.el (gnus-group-make-web-group): Use it.
89
90         * gnus-demon.el (gnus-demon-remove-handler): Use it.
91
92         * nnregistry.el: Update docs to mention manual.
93
94         * gnus-registry.el: Update docs to mention nnregistry.el.
95         (gnus-registry-initialize): Don't install nnregistry refer method
96         automatically.
97         (gnus-registry-install-nnregistry): Remove it.
98
99 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * shr.el (shr-insert): Don't insert double spaces.
102
103 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gnus-gravatar.el (gnus-treat-from-gravatar)
106         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
107         called interactively.
108
109         * gnus-art.el (gnus-mime-view-part-externally)
110         (gnus-mime-view-part-internally): Make predicate function passed to
111         gnus-mime-view-part-as-type assume argument is a mime type, not a list
112         of a mime type.
113
114         * shr.el (shr-table-widths): Don't use cl function `reduce'.
115
116 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * shr.el (require): Require cl when compiling.
119         (shr-tag-hr): New function.
120
121         * nnimap.el (nnimap-update-info): Remove double setting of high.
122         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
123         makes nnimap work properly on Courier again.
124
125         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
126         the variable for backwards compatability.
127
128         * mm-decode.el (mm-save-part): If given a non-directory result, expand
129         the file name before using to avoid setting mm-default-directory to
130         nil.
131
132         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
133         bidning gnus-agent variables.
134
135         * shr.el (shr-render-td): Use a cache for the table rendering function
136         to avoid getting an exponential rendering behaviour in nested tables.
137         (shr-insert): Rework the line-breaking algorithm.
138         (shr-insert): Don't leave trailing spaces.
139         (shr-insert-table): Also insert empty TDs.
140         (shr-tag-blockquote): Ensure paragraphs after </ul>.
141
142 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
143
144         * gnus-sum.el (gnus-number): Rename from `number'.
145         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
146         (gnus-summary-limit-children): Update uses correspondingly.
147
148 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
151         (gnus-gravatar-transform-address): Don't show avatars of people of
152         which mail addresses match gnus-gravatar-too-ugly.
153
154 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * shr.el (shr-table-widths): Expand TD elements to fill available
157         space.
158
159 2010-10-07  Julien Danjou  <julien@danjou.info>
160
161         * nnimap.el (nnimap-request-rename-group): Add this method.
162
163 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
166         name from XEmacs' function-arglist.
167
168         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
169         gravatar under XEmacs.
170
171 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
172
173         * auth-source.el: Update docs with TODO items.
174
175         * gnus-sync.el: Update docs to explain state and plans.
176
177         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
178         Hooks for mark updates.
179         (gnus-request-set-mark, gnus-request-update-mark): Use them.
180
181         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
182         hooks with arguments, which is needed for mark update hooks.
183
184 2010-10-06  Julien Danjou  <julien@danjou.info>
185
186         * gnus.el (gnus-expand-group-parameter): Only return and act on what
187         was matched.
188
189         * sieve-manage.el: Update example in `Commentary'.
190
191         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
192
193         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
194         not 2000.
195         (sieve-manage-authenticate): Re-add function.
196
197 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * shr.el (shr-insert): Get 'space transition right.
200         (shr-render-td): Only delete space at the end of the TD.
201
202         * nnimap.el (nnimap-open-connection): Prepare to support
203         open-gnutls-stream.
204
205         * shr.el: Rearrange function order to be more logical.
206
207 2010-10-06  Julien Danjou  <julien@danjou.info>
208
209         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
210         (nnrss-discover-feed): Remove 404 URL in docstring.
211
212         * nnir.el: Fix Swish-E URL.
213         Fix Namazu URL.
214
215         * message.el (message-change-subject): Remove 404 URL in a comment.
216
217 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
220         called interactively.
221
222         * gnus-util.el (gnus-remove-if): Allow hash table.
223         (gnus-remove-if-not): New function.
224
225         * gnus-art.el (gnus-mime-view-part-as-type)
226         * gnus-score.el (gnus-summary-score-effect)
227         * gnus-sum.el (gnus-read-move-group-name):
228         Replace remove-if-not with gnus-remove-if-not.
229
230         * gnus-group.el (gnus-group-completing-read):
231         Regard collection as a hash table if it is not a list.
232
233 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * shr.el (shr-render-td): Allow blank/missing <TD>s.
236
237         * shr.el: Document the table-rendering algorithm.
238
239 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
242         for Emacsen having no `libxml-parse-html-region' support.
243
244 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
247         invalid URLs.
248
249         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
250         line-broken.
251         (shr-tag-img): Ignore image fetching errors.
252         (shr-overlays-in-region): Compute overlay positions correctly.
253
254         * mm-decode.el (mm-shr): Require shr.
255
256         * gnus-art.el (gnus-blocked-images): Move variable here.
257
258         * shr.el (shr-insert-table): Bind free variable.
259
260         * mm-decode.el (mm-shr): Bind shr-content-function.
261
262         * shr.el (shr-content-function): New variable.
263
264         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
265         added for symmetry.
266
267         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
268
269         * gnus-group.el (gnus-group-make-group): Doc fix.
270
271         * nnimap.el (nnimap-request-newgroups): Return success.
272
273         * shr.el (shr-find-elements): New function.
274         (shr-tag-table): Put all the images after the table.
275         (shr-tag-table): Really inhibit images inside the table.
276         (shr-collect-overlays): Copy over overlays from the TD elements to the
277         main document.
278
279         * mm-decode.el (mm-shr): Bind shr-blocked-images to
280         gnus-blocked-images.
281
282 2010-10-05  Julien Danjou  <julien@danjou.info>
283
284         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
285
286         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
287         (gnus-html-maximum-image-size): Add this function.
288         (gnus-html-put-image): Use gnus-html-maximum-image-size.
289
290         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
291         server-value of the capability is nil.
292
293 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * shr.el (shr-tag-em): Add <EM> tag.
296
297 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
298
299         * sieve-manage.el (sieve-manage-default-stream): Make default stream
300         customizable.
301
302         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
303         handing broken links to browse-url.
304
305 2010-10-05  Julien Danjou  <julien@danjou.info>
306
307         * gnus-util.el (gnus-emacs-completing-read)
308         (gnus-iswitchb-completing-read): Use autoload rather than require.
309
310 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
313         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
314         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
315         iswitchb-temp-buflist for XEmacs.
316
317         * gnus-util.el (gnus-completing-read-function): Exclude
318         gnus-icompleting-read and gnus-ido-completing-read from candidates for
319         XEmacs since iswitchb.el is very old and ido.el is unavailable in
320         XEmacs.
321
322         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
323         not to use `delete-dups' that is unavailable in XEmacs 21.4.
324
325         * gnus-html.el: Don't require help-fns under XEmacs.
326         (gnus-html-schedule-image-fetching): Work for XEmacs.
327
328         * mm-decode.el (mm-shr): Decode contents by charset.
329
330 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331
332         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
333         unknown.
334
335         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
336         (shr-get-image-data): Ensure against the cache file missing.
337
338         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
339         for data.
340
341         * spam-report.el (spam-report-url-ping-plain): Don't query about
342         killing the process.
343
344         * shr.el (shr-render-td): Protect against too-wide text.
345
346 2010-10-04  Julien Danjou  <julien@danjou.info>
347
348         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
349         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
350
351         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
352         retrieved.
353
354 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * shr.el (browse-url): Required.
357         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
358         lines.
359         (shr-show-alt-text, shr-browse-image): New commands.
360         (shr-browse-url, shr-copy-url): New commands.
361
362         * gnus-sum.el (gnus-widen-article-window): New variable.
363         (gnus-summary-select-article-buffer): Use it.
364
365         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
366         without @ signs.
367
368 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
369
370         * nnir.el (nnir-run-imap): Remove spurious space in search string.
371
372 2010-10-04  Julien Danjou  <julien@danjou.info>
373
374         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
375         for XEmacs.
376
377 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
380
381         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
382         (nnimap-close-server): Implement.
383
384         * dgnushack.el (iswitchb): Require to shut up the compiler.
385
386         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
387         (shr-insert): Tweak line breaking.
388         (shr-insert): Handle <pre> better.
389         (shr-tag-li): Get <li> indentation right.
390         (shr-tag-li): Get <li> indentation even righter.
391         (shr-tag-blockquote): Ensure paragraph start.
392         (shr-make-table): Tweak table generation.
393         (shr-make-table): Fix typo.
394
395         * shr.el: Implement table rendering.
396
397 2010-10-04  Julien Danjou  <julien@danjou.info>
398
399         * gnus-html.el (gnus-html-put-image): Fix resize image code.
400
401 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * shr.el (shr-insert): Use string anchors instead of line anchors.
404
405 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * shr.el: Add headings.
408         (shr-ensure-paragraph): Actually work.
409         (shr-tag-li): Make <ul> prettier.
410         (shr-insert): Get white space at the beginning/end of elements right.
411         (shr-tag-p): Collapse subsequent <p>s.
412         (shr-ensure-paragraph): Don't insert double line feeds after blank
413         lines.
414         (shr-insert): \t is also space.
415         (shr-tag-s): Fix "s" tag name function.
416         (shr-tag-s): Fix face prop name.
417
418 2010-10-03  Julien Danjou  <julien@danjou.info>
419
420         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
421
422         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
423         gnus-window-inside-pixel-edges.
424
425         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
426         gnus-ems.
427
428         * mm-view.el (mm-inline-image-emacs): Support image resizing.
429
430         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
431         function.
432
433         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
434         resize choice.
435
436 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
439         beginning of the buffer.
440
441         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
442         article buffer again.
443
444         * shr.el (shr-tag-p): Don't insert newlines at the start of the
445         buffer.
446
447         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
448         when it's at the start of the buffer.
449
450         * shr.el (shr-tag-blockquote): Convert name.
451         (shr-rescale-image): Use the right image-size variant.
452
453         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
454         buffer isn't shown, then select the current article first instead of
455         bugging out.
456         (gnus-summary-select-article-buffer): Show both the article and summary
457         buffers again.
458
459         * shr.el (shr-fontize-cont): Protect against regions with no text.
460         Rename tag functions to shr-tag-* for enhanced security.
461         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
462
463 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
464
465         * shr.el (shr-insert):
466         * pop3.el (pop3-movemail):
467         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
468         loaded.
469
470 2010-10-03  Glenn Morris  <rgm@gnu.org>
471
472         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
473
474         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
475
476         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
477
478         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
479
480         * gnus-util.el (gnus-make-local-hook): Simplify.
481
482 2010-10-02  Julien Danjou  <julien@danjou.info>
483
484         * gnus-util.el (gnus-iswitchb-completing-read): New function.
485         (gnus-ido-completing-read): New function.
486         (gnus-emacs-completing-read): New function.
487         (gnus-completing-read): Use gnus-completing-read-function.
488         Add gnus-completing-read-function.
489
490 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * shr.el (shr-insert-document): Autoload.
493         (shr-img): Be silent.
494         (shr-insert): Add a newline after every picture before text.
495         (shr-add-font): Use overlays for combining faces.
496         (shr-insert): Pass upwards the text start point.
497
498         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
499         possible.
500         (mm-shr): New function.
501
502 2010-10-02  Julien Danjou  <julien@danjou.info>
503
504         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
505         should go backward.
506
507 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
508
509         * shr.el (shr): Fix typo in provide call.
510
511 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * shr.el: New file.
514
515         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
516
517         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
518         completing read.
519
520 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
523         we're being queried about.  Suggested by Dan Jacobson.
524
525         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
526         by Jason Eisner.
527
528         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
529         table, too.  Suggested by Stefan Wiens.
530         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
531         the table unnecessary.  Suggested by Stefan Wiens.
532
533         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
534         longer needed, and probably doesn't work either, as pointed out by
535         Stefan Wiens.
536         (gnus-summary-exit): Remove call to the clearing function.
537         (gnus-summary-exit-no-update): Ditto.
538
539         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
540         instead of gnus-eval-in-buffer-window to avoid popping up frames.
541         Reported by Stefan Monnier.
542         (gnus-summary-save-in-rmail): Ditto.
543
544         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
545         article buffer, instead of both the article buffer and the summary
546         buffer.  Sort of suggested by Dan Jacobson.
547
548         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
549
550         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
551         Suggested by Dan Jacobson.
552
553         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
554         documentation clearer.
555
556         * message.el (message-shorten-references): Comment on the number "21".
557         Suggested by Stefan Monnier.
558
559         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
560         Suggested by Dan Jacobson.
561
562         * gnus.el (gnus-large-newsgroup): Mention
563         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
564
565         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
566         externalize attachments.  Bug reported by Steve Wen.
567
568         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
569         really message anything to the user.
570
571         * nnmail.el (nnmail-article-group): Allow using the fancy split method
572         directly.
573
574         * nnimap.el (nnimap-request-group): Low higher than high to signal no
575         messages in empty groups.
576
577 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
578
579         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
580         non-UIDNEXT group.
581
582 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
585         not the value from the collection.
586
587         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
588         values.  This sometimes happens on some groups that have no info.
589         (nnimap-request-newgroups): New function.
590
591 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
592
593         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
594         check into `gnus-registry-initialize'.
595         (gnus-registry-initialize): Ditto.
596         Fix and extend header docs.
597
598 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
601         regexp backtrace overflows.
602
603         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
604         for starttls that tls.el implements; i.e. openssl.
605
606         * tls.el (tls-starttls-switches): Give up on using starttls with
607         gnutls-cli.
608         (tls-program): Add --insecure to be consistent with the defaults from
609         openssl s_client.  Now all three commands are insecure.
610
611 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * lpath.el: Bind completion-styles-alist for XEmacs.
614
615         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
616         (gravatar-create-image): New function that's an alias to
617         gnus-xmas-create-image, gnus-create-image, or create-image.
618         (gravatar-data->image): Use it.
619
620 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
621
622         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
623         install the nnregistry refer method.
624         (gnus-registry-install-hooks): Use it.
625         (gnus-registry-unfollowed-groups): Add nnmairix to the default
626         unfollowed groups.
627
628 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
629
630         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
631         expanding threads.
632
633 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * nnir.el: Use the server names without suffixes (bug #7009).
636
637         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
638         unencrypted to STARTTLS, if possible.
639
640 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
641
642         * message.el (message-ignored-supersedes-headers): Strip Injection-*
643         headers before superseding.
644
645 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * nnrss.el (nnrss-use-local): Add documentation.
648
649         * nnimap.el (nnimap-extend-tls-programs): New function.
650         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
651         (nnimap-wait-for-connection): Accept the greeting from the stupid
652         output from openssl s_client -starttls, too.
653
654         * tls.el (tls-starttls-switches): New variable.
655         (tls-find-starttls-argument): Use it.
656         (open-tls-stream): Ditto.
657
658         * netrc.el (netrc-credentials): Return the value of the "default"
659         entry.
660         (netrc-machine): Ditto.
661
662         * nnimap.el (nnimap-find-article-by-message-id): Really return the
663         article number.
664         (nnimap-split-fancy): New variable.
665         (nnimap-split-incoming-mail): Use it.
666
667         * nntp.el (nntp-server-list-active-group): Document.
668
669         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
670         SELECT to get the message-id.
671
672         * mail-source.el (mail-sources): Removed webmail support.
673         (defvar): Ditto.
674         (mail-source-fetcher-alist): Ditto.
675         (mail-source-fetch-webmail): Removed.
676
677         * webmail.el: Removed -- doesn't seem relevant any more.
678
679         * gnus.el: Fix up make-obsolete-variable declarations throughout.
680
681         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
682         the \r.
683
684 2010-09-30  Julien Danjou  <julien@danjou.info>
685
686         * gnus-agent.el (gnus-agent-add-group): Fix call to
687         gnus-completing-read.
688
689 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * nndoc.el (nndoc-retrieve-groups): New function.
692
693         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
694         `default', use nnmail-split-methods.
695         (nnimap-request-article): Downcase the NILs so that they are nil.
696
697         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
698         symbol.
699
700         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
701         code, since if the user has requested network, that's what they ought
702         to get.
703         (nnimap-request-set-mark): Erase the buffer before issuing commands.
704         (nnimap-split-rule): Mark as obsolete.
705
706         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
707         variable.
708
709         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
710         correct slot, too.
711
712 2010-09-29  Julien Danjou  <julien@danjou.info>
713
714         * gnus.el (gnus-local-domain): Declare variable obsolete.
715
716         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
717         computing.
718         (gnus-ido-completing-read): Require ido.
719
720 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * gnus-registry.el: Don't prompt on load, which makes it impossible to
723         build Gnus.
724
725         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
726         when interpreting the structures.
727         (nnimap-request-accept-article): Add \r\n to the lines to make this
728         work with Cyrus.
729
730         * nndraft.el (nndraft-request-expire-articles): Use the group name
731         instead if "nndraft".  Fix found by Nils Ackermann.
732
733 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
734
735         * nnregistry.el: Added.
736
737 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
738
739         * nnmail.el (group, group-art-list, group-art):
740         Remove unneeded directives.
741
742 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
745         (mm-mime-charset)
746         * rfc2047.el (rfc2047-syntax-table)
747         * utf7.el (utf7-utf-16-coding-system): Comment fix.
748
749         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
750         rather than `insert-file-contents' and `eval-region'.
751
752         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
753         construction.
754
755         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
756
757         * time-date.el: No need to require cl for Emacs 21.
758
759 2010-09-29  Julien Danjou  <julien@danjou.info>
760
761         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
762         replacement of `gnus-gravatar-relief' to mimic
763         `gnus-faces-properties-alist'.
764         Add :version property.
765
766 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * mail-source.el (mail-source-report-new-mail)
769         * message.el (message-default-mail-headers)
770         * mm-decode.el (mm-valid-image-format-p): Comment fix.
771
772         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
773
774 2010-09-28  Julien Danjou  <julien@danjou.info>
775
776         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
777         mail-address contains the same string as real-name.
778
779         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
780         non-blank in header, otherwise it'll get stripped.
781
782         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
783         real-name, and then for mail address rather than doing : or , search.
784
785 2010-09-27  Julien Danjou  <julien@danjou.info>
786
787         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
788         (gnus-server-goto-server): Use gnus-completing-read.
789
790         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
791
792         * mm-util.el (defalias): Use gnus-completing-read.
793         (mm-codepage-setup): Use gnus-completing-read.
794
795         * smime.el (smime-sign-buffer): Use gnus-completing-read.
796         (smime-decrypt-buffer): Use gnus-completing-read.
797
798         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
799
800         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
801         (mml-minibuffer-read-disposition): Use gnus-completing-read.
802         (mml-insert-multipart): Use gnus-completing-read.
803
804         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
805
806         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
807
808         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
809
810         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
811
812         * gnus.el (gnus-read-method): Use gnus-completing-read.
813
814         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
815
816         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
817         (gnus-mime-action-on-part): Use gnus-completing-read.
818         (gnus-article-encrypt-body): Use gnus-completing-read.
819
820         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
821         (gnus-topic-move-matching): Use gnus-completing-read.
822         (gnus-topic-copy-matching): Use gnus-completing-read.
823         (gnus-topic-sort-topics): Use gnus-completing-read.
824         (gnus-topic-move): Use gnus-completing-read.
825
826         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
827         (gnus-agent-add-group): Use gnus-completing-read.
828
829         * nnmairix.el (nnmairix-create-server-and-default-group): Use
830         gnus-completing-read.
831         (nnmairix-update-groups): Use gnus-completing-read.
832         (nnmairix-get-server): Use gnus-completing-read.
833         (nnmairix-backend-to-server): Use gnus-completing-read.
834         (nnmairix-goto-original-article): Use gnus-completing-read.
835         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
836
837         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
838
839         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
840         (gnus-group-make-useful-group): Use gnus-completing-read.
841         (gnus-group-make-web-group): Use gnus-completing-read.
842         (gnus-group-add-to-virtual): Use gnus-completing-read.
843         (gnus-group-browse-foreign-server): Use gnus-completing-read.
844
845         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
846         (gnus-summary-limit-to-extra): Use gnus-completing-read.
847         (gnus-summary-execute-command): Use gnus-completing-read.
848         (gnus-summary-respool-article): Use gnus-completing-read.
849         (gnus-read-move-group-name): Use gnus-completing-read.
850
851         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
852         (gnus-summary-score-effect): Use gnus-completing-read.
853
854         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
855
856         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
857         right completing-read function.
858         (gnus-use-ido): New variable
859         (gnus-completing-read-with-default): Remove.
860
861 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
864         x-focus-frame.
865
866         * nnimap.el (auth-source-forget-user-or-password)
867         (auth-source-user-or-password): Autoload.
868
869         * message.el (message-from-style, message-interactive)
870         (message-cite-prefix-regexp, message-sendmail-envelope-from)
871         (message-yank-prefix, message-indentation-spaces, message-signature)
872         (message-signature-file): Add comment.
873
874 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
877         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
878         new articles.
879
880         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
881         parts.
882         (nnimap-request-article): Work with the t setting, too.
883
884         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
885         that you don't get flashes of other buffers.
886         (gnus-summary-show-complete-article): Intern before setting.
887
888 2010-09-27  David Engster  <dengste@eml.cc>
889
890         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
891         well as HEADERS.
892         (nnmairix-retrieve-headers): Provide new argument for the above.
893
894 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * gnus-sum.el (gnus-summary-move-article): Don't alter
897         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
898         group.
899
900         * nnimap.el (nnimap-update-info): Don't destructively alter active.
901
902         * message.el (message-cite-prefix-regexp): Revert my last edit.
903
904         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
905         variable instead of the Gnus variable.
906
907         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
908
909         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
910         again.
911
912         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
913         since some servers don't like it.
914         (nnimap-open-connection): Forget credentials if the server says the
915         password was wrong.
916         (nnimap-parse-line): Protect against invalid data.
917
918         * gnus-sum.el (gnus-summary-move-article): Add comment.
919         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
920         nothing alters it while scanning for new messages.
921
922         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
923         which may or may not help.
924         (nnimap-open-connection): If we're doing a stream connection, and then
925         discover we're on a STARTTLS-capable server, then open a STARTTLS
926         connection instead.
927
928 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * nnimap.el (utf7): Required.
931
932         * message.el (message-cite-prefix-regexp): Remove "}" from citation
933         prefix.
934
935 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
936
937         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
938
939 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * nnimap.el (nnimap-request-accept-article): Message the error on
942         error.
943
944 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
947
948 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * nndoc.el (nndoc-request-list): Return success always.
951
952         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
953         `fetch-old' -- we only want to fetch the articles we've requested.  The
954         rest are in the agent, probably.
955         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
956         disappeared server" to something low.  It's not important.
957
958         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
959         arrived before the FETCH data.
960
961         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
962         target here, because we don't know the Gnus name of the group.
963
964         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
965         for the correct group.
966
967         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
968
969         * gnus.el (gnus): Give a final warning after startup.
970
971         * gnus-util.el (gnus-action-message-log): New variable.
972         (gnus-message): Use it.
973         (gnus-final-warning): New function.
974
975         * nnimap.el (nnimap-open-connection): Record the greeting.
976         (nnimap): Add greeting.
977
978 2010-09-26  Julien Danjou  <julien@danjou.info>
979
980         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
981         arguments.
982         (gnus-html-wash-images): Fix spec computing to include start/end.
983
984         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
985
986 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
989         deletion.
990         (nnimap-retrieve-headers): Don't select the group, because that's
991         already done by nnimap-possibly-change-group.
992
993         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
994         (gnus-picon-transform-address): Use it.
995
996         * mail-source.el (mail-source-value): Revert previous patch.
997
998         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
999         on failure.
1000         (nnimap-open-connection): Look up both virtual and physical server name
1001         credentials.
1002
1003         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1004
1005 2009-02-07  Dave Love  <fx@gnu.org>
1006
1007         * tls.el (open-tls-stream): Don't query killing process.
1008
1009 2009-02-08  Dave Love  <fx@gnu.org>
1010
1011         * gnus-win.el (gnus-window-to-buffer-helper,
1012         gnus-all-windows-visible-p): Function needn't be a symbol.
1013
1014         * mail-source.el (mail-source-value): Function needn't be a symbol.
1015
1016 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * message.el (message-cite-prefix-regexp): Remove } from the cite
1019         prefix.
1020
1021         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1022         highlight again, so that the highlight is correct.
1023
1024         * gnus-picon.el (gnus-picon): Remove again.
1025         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1026
1027         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1028         doing the header highlightling, so that the background colour of the
1029         picon is correct.
1030
1031         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1032         (gnus-picon): Ditto.
1033         (gnus-picon): Reinstate.  The background colour for picons is white.
1034         (gnus-picon-insert-glyph): Make the background white.
1035
1036         * nnml.el (nnml-open-nov): Don't return dead buffers.
1037
1038         * auth-source.el (auth-source-create): Query the user for whether to
1039         store the credentials.
1040
1041         * netrc.el (netrc-store-data): New function.
1042
1043         * auth-source.el (auth-source-user-or-password): Use the existing auth
1044         sources, if any, for creation.
1045
1046         * gnus.el (gnus-group-fast-parameter): Return the last matching
1047         parameter instead of the first matching parameter.
1048
1049 2010-09-26  Julien Danjou  <julien@danjou.info>
1050
1051         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1052
1053 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * mml2015.el (mml2015-use): Remove gpg support.
1056
1057         * mml1991.el (mml1991-function-alist): Remove gpg function.
1058         (mml1991-gpg-sign): Removed.
1059
1060 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1061
1062         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1063         (gnus-browse-unsubscribe-current-group): Document it.
1064         (gnus-browse-unsubscribe-group): Use it.
1065
1066 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1069         address to the To list for easier response.
1070
1071         * gnus.el (gnus-play-startup-jingle): Removed.
1072         (gnus-splash): Don't play jingle.
1073         (gnus): Silence gnus-load message.
1074
1075         * gnus-art.el (gnus-treat-play-sounds): Removed.
1076
1077         * gnus.el (gnus-play-jingle): Remove audio support.
1078
1079         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1080
1081         * earcon.el: Removed -- no users.
1082
1083         * gnus-audio.el: Removed -- no users of this package.
1084
1085         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1086
1087         * gnus-start.el (gnus-setup-news): Remove nocem support.
1088
1089         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1090
1091         * gnus.el (gnus-use-nocem): Removed.
1092
1093         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1094         Removed.
1095
1096         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1097         uses NoCeM any more.
1098
1099         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1100         (gnus-button-ctan-handler): Ditto.
1101         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1102         (gnus-button-ctan-directory-regexp): Ditto.
1103         (gnus-button-handle-ctan): Ditto.
1104         (gnus-button-tex-level): Ditto.
1105         (gnus-button-alist): Removed CTAN stuff.
1106
1107 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1110         nnimap-streaming test.
1111
1112         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1113         servers twice.
1114
1115         * nnimap.el (nnimap-open-connection): Add more error reporting when
1116         nnimap fails early.
1117
1118         * nnheader.el (nnheader-get-report-string): New function.
1119         (nnheader-get-report): Use it.
1120
1121         * gnus-int.el (gnus-check-server): Say what the error was when opening
1122         failed.
1123
1124         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1125         using streaming.
1126
1127 2010-09-25  Julien Danjou  <julien@danjou.info>
1128
1129         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1130         gnus-window-inside-pixel-edges.
1131
1132 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1135
1136         * mm-decode.el (mm-save-part): Allow saving to other directories the
1137         normal Emacs way.
1138
1139         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1140         by Jay Berkenbilt.
1141
1142         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1143         there isn't a single byte.
1144
1145         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1146         just do it.  It doesn't really seem to matter what the user responds
1147         here, I think, so it's just a confusing question.
1148
1149         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1150         non-streaming case.
1151
1152         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1153         (gnus-article-encrypt-body): Use it.
1154
1155         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1156         keystroke.
1157
1158         * nnimap.el (nnimap-find-wanted-parts-1): Use
1159         gnus-fetch-partial-articles.
1160
1161         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1162
1163         * nnimap.el (nnimap-insert-partial-structure): New function.
1164         (nnimap-get-partial-article): New function.
1165         (nnimap-request-article): Use it.
1166         (nnimap-wait-for-response): Return whether the wait was successful.
1167         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1168         retrieval wasn't successful.
1169         (nnimap-retrieve-group-data-early): Allow throttling servers.
1170         (nnimap-streaming): New variable.
1171         (nnimap-fetch-partial-articles): Removed.
1172
1173         * mm-decode.el (mm-with-part): Protect against killed buffers.
1174
1175         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1176         for prettier summary display.
1177
1178 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1179
1180         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1181         directly.
1182
1183 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1186         apparently third-party libraries depend on it.
1187
1188         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1189         before starting negotiation.
1190
1191         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1192         privacy reasons.
1193         (gnus-treat-mail-gravatar): Ditto.
1194
1195         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1196         buffer when inserting images.  Inserting text into the headers, for
1197         instance, can make them invalid.
1198
1199 2010-09-25  Julien Danjou  <julien@danjou.info>
1200
1201         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1202         variables.
1203
1204         * nnheader.el: Remove useless variables news-reply-yank-from and
1205         news-reply-yank-message-id.
1206
1207         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1208         variables.
1209
1210         * mml1991.el: Remove useless mml1991-verbose.
1211
1212         * gnus.el: Remove useless variable gnus-use-generic-from.
1213         Remove obsolete variable gnus-topic-indentation.
1214
1215         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1216
1217         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1218
1219         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1220
1221         * gnus-group.el: Remove useless gnus-group-icon-cache.
1222         Remove useless gnus-ephemeral-group-server.
1223
1224         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1225
1226         * mml2015.el: Remove useless mml2015-verbose.
1227
1228         * mml-smime.el: Remove useless mml-smime-verbose.
1229
1230         * gnus.el: Remove useless gnus-local-domain.
1231
1232         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1233         gnus-gravatar-size.
1234
1235         * gnus-art.el: Remove useless gnus-treat-translate.
1236
1237 2010-09-24  Julien Danjou  <julien@danjou.info>
1238
1239         * gnus-sum.el: Add support for Gravatars.
1240
1241         * gnus-art.el: Add support for Gravatars.
1242
1243         * gnus-gravatar.el: Add this file.
1244
1245         * gravatar.el: Add this file.
1246
1247 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1250
1251         * gnus-group.el (gnus-group-fetch-faq): Removed.
1252
1253         * gnus.el (gnus-group-faq-directory): Removed.
1254
1255         * gnus-group.el (gnus-group-fetch-charter): Removed.
1256
1257         * gnus.el (gnus-group-charter-alist): Removed.
1258
1259         * gnus-group.el (gnus-group-archive-directory): Removed.
1260         (gnus-group-recent-archive-directory): Ditto.
1261         (gnus-group-make-archive-group): Removed.
1262
1263         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1264
1265         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1266         use the same article number for all the cached articles.
1267
1268         * nnimap.el (nnimap-command): Register the last command time so
1269         that we can use it for idling NOOPs.
1270         (nnimap-open-connection): Start the keeplive timer.
1271         (nnimap-make-process-buffer): Store all the process buffers.
1272         (nnimap-keepalive): New function.
1273
1274         * starttls.el: (starttls-open-stream): Add autoload cookie.
1275
1276 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1277
1278         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1279         handling.
1280
1281 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1284         its data structures.
1285
1286         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1287         instead of the cl.el copy-list.
1288         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1289         equalp.
1290
1291 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1294         and tool-bar-local-item-from-menu.
1295
1296         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1297         mode-line-highlight face for Emacs.
1298
1299         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1300         loading gnus-sum.elc; fix comment for canlock-verify.
1301         (gnus-article-jump-to-part): Use read-number.
1302         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1303         Emacs pre-21 compatible code for help-echo.
1304         (gnus-article-next-page-1): No need to adjust the number of lines.
1305         (gnus-article-describe-bindings): Always use help-buffer.
1306
1307         * gnus-audio.el (gnus-audio-inline-sound)
1308         * gnus-cus.el (gnus-custom-mode)
1309         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1310
1311         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1312
1313         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1314         compatible code.
1315
1316 2010-09-24  Glenn Morris  <rgm@gnu.org>
1317
1318         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1319         visiting the fcc file in rmail-mode.
1320
1321         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1322
1323 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * nnir.el: Silence the byte compiler.
1326
1327         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1328         alias to browse-url-url-encode-chars if any.
1329         (gnus-html-encode-url): Use it.
1330
1331 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * gnus-start.el (gnus-use-backend-marks): New variable.
1334         (gnus-get-unread-articles-in-group): Use it.
1335
1336         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1337         makeover.
1338
1339 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1340
1341         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1342
1343 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1346         Removed.
1347         (gnus-setup-news-hook): Removed
1348         gnus-fixup-nnimap-unread-after-getting-new-news.
1349
1350         * gnus-int.el (gnus-request-update-info): Protect against backends not
1351         having the function.
1352
1353         * nnimap.el (nnimap-stream): Mention starttls.
1354         (nnimap-open-connection): Add starttls support.
1355
1356 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1357
1358         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1359
1360 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1363         BODYSTRUCTUREs.
1364         (nnimap-transform-headers): Unfold quoted {42} headers.
1365
1366         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1367         the info.
1368         (gnus-get-unread-articles): Only call updatep on backends that support
1369         it.
1370
1371         * nnweb.el (nnweb-request-update-info): NOOP.
1372
1373         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1374
1375         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1376         since it only deals with marks.
1377
1378         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1379         gnus-request-marks, and make a new gnus-request-update-info.
1380
1381         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1382         the active instead of the high number, which is usually too low.
1383
1384 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1385
1386         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1387         * encrypt.el: Removed.
1388
1389 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1392         server in symbolic form.
1393
1394         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1395         0.9.
1396
1397 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1400         (nnimap-update-info): Fix up code slightly.
1401
1402         * gnus-int.el (gnus-open-server): Add tracing for performance
1403         debugging.
1404
1405         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1406         (gnus-group-insert-group-line): Pass the real group name so that it
1407         gets the right data.
1408
1409         * gnus-start.el (gnus-get-unread-articles): Don't have
1410         `gnus-get-unread-articles-in-group' update info, since that can be
1411         really slow and doesn't seem to be needed?
1412
1413 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1414
1415         * time-date.el (date-to-time): Try using parse-time-string first before
1416         using the slower timezone-make-date-arpa-standard.
1417
1418 2010-09-22  Julien Danjou  <julien@danjou.info>
1419
1420         * gnus-group.el (gnus-group-insert-group-line): Call
1421         gnus-group-highlight-line.
1422         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1423         default hook list.
1424         (gnus-group-update-eval-form): Add new function.
1425         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1426         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1427
1428 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1431         immediate, then expire all articles.
1432         (nnimap-update-info): Fix off-by-one errors.
1433         (nnimap-flags-to-marks): Would return no marks lists for group with no
1434         flags.  Instead return the other data.
1435
1436 2010-09-22  Julien Danjou  <julien@danjou.info>
1437
1438         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1439         Only return an icon.
1440         (gnus-group-insert-group-line): Compute icon to return.
1441
1442         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1443         variable.
1444         (gnus-html-image-fetched): Only cache if
1445         gnus-html-image-automatic-caching is set.
1446         (gnus-html-image-fetched): Check for errors.
1447
1448 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1451         once per method on `g'.  This ensures that backends like nnfolder don't
1452         open all their folders.
1453
1454         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1455         (nnimap-request-list): Nix out group in the correct buffer.
1456         (nnimap-parse-flags): Implement by using `read' instead of
1457         hand-parsing.
1458         (nnimap-flags-to-marks): Pass on permanent-flags.
1459         (nnimap-make-process-buffer): Record the server name.
1460         (nnimap-parse-flags): Fix typo.
1461         (nnimap-request-scan): Run split on the server in general, not just a
1462         single group.
1463
1464         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1465         parameter, and propagate this downwards.
1466
1467         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1468         since EXAMINE changes it on the server.
1469
1470         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1471         this command might take a while.
1472
1473 2010-09-22  Julien Danjou  <julien@danjou.info>
1474
1475         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1476         harmful if you have 2 images side-by-side, they can't be properly
1477         update on text deletion.  Using text-property is safer here.
1478         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1479         data.
1480
1481 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * nnimap.el (nnimap-expunge-inbox): Removed.
1484         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1485         (nnimap-expunge): Flip default to t.
1486
1487         * gnus.el (gnus-method-to-server): Don't push things to the cache
1488         unless it's unique.
1489         (gnus-server-to-method): Ditto.
1490
1491 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1492
1493         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1494
1495 2010-09-22  Julien Danjou  <julien@danjou.info>
1496
1497         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1498         get the start of data.
1499         (gnus-html-encode-url): Add this function to encode special chars in
1500         URL.
1501         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1502         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1503
1504         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1505         default.
1506         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1507
1508         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1509         images alt-text.
1510         (gnus-html-put-image): Put alt-text as help-echo.
1511
1512 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1515         * mm-util.el (mm-decompress-buffer)
1516         * nnir.el (nnir-run-find-grep)
1517         * pop3.el (pop3-list): Use 3rd arg of split-string.
1518
1519         * time-date.el (format-seconds): Comment fix.
1520
1521         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1522         and byte-optimize-form-code-walker.
1523         (dgnushack-make-auto-load): Don't advise make-autoload.
1524
1525         * lpath.el: Remove Emacs 21 stuff.
1526
1527 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1530         outside the active range.  Suggested by Dan Christensen.
1531
1532         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1533         slightly later to avoid double-getting it.
1534
1535         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1536         previous patch.
1537
1538         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1539
1540 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1541
1542         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1543
1544 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * gnus-int.el (gnus-open-server): Give a better error message in the
1547         "go offline" case.
1548
1549         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1550         marks for nnimap, which is seldom the right thing to do.
1551
1552         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1553         (gnus-same-method-different-name): New function.
1554
1555         * nnimap.el (parse-time): Require.
1556
1557         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1558         method in the presence of many similar methods.
1559
1560         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1561
1562         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1563         nnml-inhibit-expiry.
1564
1565         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1566         find out whether methods are equal.
1567
1568         * nnimap.el (nnimap-find-expired-articles): New function.
1569         (nnimap-process-expiry-targets): New function.
1570         (nnimap-request-move-article): Request the article before looking at
1571         what the Message-ID is.  Fix found by Andrew Cohen.
1572         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1573
1574         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1575         for oldness in addition to being a predicate.
1576
1577         * nnimap.el (nnimap-request-group): When we have zero articles, return
1578         the right data to Gnus.
1579         (nnimap-request-expire-articles): Only delete articles immediately if
1580         the target is 'delete.
1581
1582         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1583         method, this would bug out.
1584
1585         * gnus-group.el (gnus-group-expunge-group): Renamed from
1586         gnus-group-nnimap-expunge, and implemented as a normal interface
1587         function.
1588
1589         * gnus-int.el (gnus-request-expunge-group): New function.
1590
1591         * nnimap.el (nnimap-request-create-group): Implement.
1592         (nnimap-request-expunge-group): New function.
1593
1594 2010-09-21  Julien Danjou  <julien@danjou.info>
1595
1596         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1597         (gnus-html-cache-expired): Add new function.
1598         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1599         wethever we should display image for fetch it.
1600         Compute alt-text earlier to pass it to the fetching function too.
1601         (gnus-html-schedule-image-fetching): Change function argument to only
1602         get one image at a time, not a list.
1603         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1604         cache.
1605         (gnus-html-get-image-data): New function to retrieve image data from
1606         cache.
1607         (gnus-html-put-image): Change buffer argument to use image data rather
1608         than file, and place image above region rather than inserting a new
1609         one. Do not take alt-text as argument, since it's useless now: we place
1610         the image above alt-text.
1611         (gnus-html-prune-cache): Remove.
1612         (gnus-html-show-images): Start to fetch image when we find one, do not
1613         push into a temporary list.
1614         (gnus-html-prefetch-images): Only fetch image if they have expired.
1615         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1616         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1617
1618 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1621
1622 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1625         spec inser "*" if the group isn't active instead of 0.
1626
1627         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1628         opening the server.
1629         (nnimap-request-delete-group): Implement group deletion.
1630         (nnimap-transform-headers): Return the size of the entire message in
1631         the Bytes header, not just the size of the first part.
1632         (nnimap-request-move-article): When moving an article from nnimap,
1633         request the article first so the accepting form has an article to
1634         accept.  Reported by Dan Christensen.
1635         (nnimap-command): Make sure that the error message doesn't error out.
1636
1637 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1638
1639         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1640         we haven't requested anything.
1641
1642 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1645         "".  Fix found by Andrew Cohen.
1646
1647         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1648         instead of -encode-string.
1649
1650 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1653
1654         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1655         by mm-subst-char-in-string.
1656
1657 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1660         waiting for the connection string.
1661
1662         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1663         arriving.
1664
1665         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1666         bogus characters.  This allows selecting certain Gmail groups.
1667
1668         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1669         (nnimap-fetch-partial-articles): New variable.
1670         (nnimap-open-connection): When looking for credentials, also use the
1671         nnimap-server-port.
1672         (nnimap-request-article): Return the group/article number, so that Gnus
1673         `^' works as expected.
1674         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1675         them.
1676
1677         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1678         comments.
1679         (gnus-methods-sloppily-equal): New function.
1680         (gnus): When using the development version of Gnus, load the gnus-load
1681         file.
1682
1683         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1684         `gnus-open-server' on each method before trying to scan them etc.  This
1685         ensures that all the backend parameters are set correctly.
1686
1687         * nnimap.el (nnimap-authenticator): New variable.
1688         (nnimap-open-connection): Allow anonymous login.
1689         (nnimap-transform-headers): The chars header is called Chars not
1690         Bytes.
1691         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1692         drops.
1693
1694         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1695         patch, found by Knut Anders Hatlen.
1696
1697 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1698
1699         * gnus-agent.el (gnus-agent-batch-confirmation)
1700         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1701         to gnus-message.
1702         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1703         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1704         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1705         * gnus-int.el (gnus-open-server): Likewise.
1706         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1707         (gnus-score-check-syntax): Likewise.
1708         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1709         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1710         Likewise.
1711         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1712
1713 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1716         calling conventions so that prefetch doesn't bug out.
1717
1718 2010-09-19  Julien Danjou  <julien@danjou.info>
1719
1720         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1721         rather than `subst-char-in-region' in order to be able to replace ASCII
1722         char by UTF-8 ones.
1723
1724         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1725         than curl.
1726         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1727         the right URL and ALT text on images.
1728         (gnus-html-wash-tags): Fix tag case.
1729         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1730         (gnus-article-html): Add -o display_ins_del=2 option.
1731         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1732
1733 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1736         the extra mail headers, which sometimes seem to happen for unknown
1737         reasons.
1738
1739         * mail-parse.el (mail-header-encode-parameter): Define as
1740         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1741         (or most, perhaps?) mail readers don't understand the latter, but do
1742         understand the former.
1743
1744         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1745         to nil, so that no methods are automatically agentized.  I think this
1746         is probably what most users want.
1747
1748         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1749         from url-retrieve, for instance about invalid URLs.
1750
1751         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1752         groups that have no articles.
1753         (nnimap-request-article): Check that we really got an article when we
1754         requested one.
1755
1756         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1757         doesn't exist.
1758
1759         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1760         nntp buffer so the agent can save it.
1761         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1762         that CRLF doesn't get translated to \n.
1763         (nnimap-open-connection): Don't make 'shell commands only send \n.
1764
1765 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1766
1767         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1768         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1769         Update var name.
1770         (nnml-generate-nov-file): Use dolist.
1771         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1772         Use with-current-buffer.
1773
1774 2010-09-18  Julien Danjou  <julien@danjou.info>
1775
1776         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1777         parallel.
1778
1779 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1782         the range update right.
1783         (nnimap-request-group): Don't make `M-g' bug out on group with no
1784         marks.
1785         (nnoo): Required, so that other packages can require nnimap.
1786         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1787         command we're looking for.  This helps when the server sends more
1788         responses after we've gotten everything we expected.
1789         (nnimap): Add a `newlinep' field to keep track of end-of-line
1790         conventions.
1791         Don't send CRLF to things that don't want it.
1792         (nnimap-request-accept-article): Ditto.
1793
1794 2010-09-18  Julien Danjou  <julien@danjou.info>
1795
1796         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1797         than curl to retrieve images.
1798
1799 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1802         the marks.
1803         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1804         (nnimap-wait-for-connection): New function.
1805         (nnimap-open-connection): If we have PREAUTH, don't query for login
1806         credentials.
1807         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1808         when doing a partial update.
1809
1810 2010-09-18  Julien Danjou  <julien@danjou.info>
1811
1812         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1813         tags.
1814
1815 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * nnimap.el (nnimap-credentials): New function.
1818         (nnimap-open-connection): Use the new function to look for credentials
1819         also on the numeric equivalents of "imap" and "imaps".
1820
1821         * gnus-start.el (gnus-activate-group): Send the info to
1822         gnus-request-group.
1823
1824         * nnimap.el (nnimap-request-group): Have the "check" version of the
1825         function parse flags and update the info, so that a `M-g' get a total
1826         resync of all flags from the group.
1827
1828         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1829         to allow backends to alter the info on group selection.  Also alter all
1830         the backend -request-group functions to take the parameter.
1831
1832         * nnimap.el (nnimap-store-info): New function.
1833         (nnimap-update-info): Store the info for later usage.
1834         (nnimap-request-group): Use the stored info for the dont-check case, so
1835         that we don't retrieve all marks when we enter a group.
1836
1837         * nnimap.el: Use deffoo instead of defun for interface functions.
1838
1839         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1840         update the group info.  This makes the nndraft groups, for instance, go
1841         back to their old behaviour.
1842
1843         * gnus-sum.el (gnus-select-newsgroup): Indent.
1844
1845         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1846         in.
1847         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1848         nothing.
1849
1850         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1851         from methods that are denied.
1852
1853         * gnus-int.el (gnus-method-denied-p): New function.
1854
1855         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1856         store the password instead of netrc.
1857         (nnimap-open-connection): Don't error out when we can't make a
1858         connections.
1859
1860         * auth-source.el (auth-source-create): In the password prompt, say what
1861         we're querying for.  Also prompt for user name if that hasn't been
1862         given.
1863
1864         * nnimap.el (nnimap-with-process-buffer): Removed.
1865
1866 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1869         method when we're reading from the agent.
1870
1871         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1872
1873         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1874         that's probably most useful for users.
1875
1876         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1877         "failed" all the time.
1878
1879         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1880         ...)) with (with-current-buffer ... ).
1881
1882         * nntp.el (nntp-open-server): Return whether the open was successful or
1883         not.
1884
1885         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1886         select an unread unseen article first.
1887
1888         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1889         /etc/services, supply some sensible port defaults.
1890
1891         * dgnushack.el: Define netrc-credentials.
1892
1893 2010-09-17  Julien Danjou  <julien@danjou.info>
1894
1895         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1896
1897 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1898
1899         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1900         doesn't have any parameters.
1901
1902 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1905         only upcased checks.
1906
1907         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1908
1909         * nnimap.el (nnimap-open-shell-stream): New function.
1910         (nnimap-open-connection): Use it.
1911         (nnimap-transform-headers): Get the number of lines in each message.
1912         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1913         number of lines.
1914         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1915         problem.
1916
1917         * utf7.el (utf7-encode): Autoload.
1918
1919         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1920         to allow the mail splitting to not return a default group.  This is
1921         useful for nnimap, which will leave unmatched mail in the inbox.
1922
1923         * nnimap.el: Rewritten.
1924
1925         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1926         nnimap usage.
1927
1928         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1929         if the move is internal, so that nnimap can do fast internal moves.
1930
1931         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1932         data.
1933         (gnus-read-active-for-groups): Support finishing the early retrieval of
1934         data.
1935
1936         * gnus-range.el (gnus-range-nconcat): New function.
1937
1938         * gnus-int.el (gnus-finish-retrieve-group-infos)
1939         (gnus-retrieve-group-data-early): New functions.
1940
1941 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1942
1943         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1944         (nnrss-retrieve-groups):
1945         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1946         (pop3-quit): Use with-current-buffer.
1947
1948 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1951         instead of nnheader-accept-process-output.
1952
1953         * dgnushack.el (dgnushack-compile): Add comment.
1954
1955         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1956
1957         * gnus-html.el (gnus-html-schedule-image-fetching)
1958         (gnus-html-prefetch-images): Replace process-kill-without-query by
1959         gnus-set-process-query-on-exit-flag.
1960
1961 2010-09-16  Romain Francoise  <romain@orebokech.com>
1962
1963         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1964
1965 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1968         parameter to unintern is mandatory-ish in Emacs 24.
1969
1970         * gnus-html.el (gnus-html-schedule-image-fetching)
1971         (gnus-html-prefetch-images): Check for curl before using it.
1972
1973         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1974         depend on curl, which isn't essential.
1975
1976         * imap.el: Revert back to version
1977         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1978         seem problematic.
1979
1980 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1981
1982         * gnus-registry.el (gnus-registry-install-shortcuts):
1983         Explicitly pass `obarray' to `unintern' to avoid a warning.
1984
1985 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1988         change.
1989
1990         * nnrss.el (nnrss-request-list): Removed this function and related
1991         functions, including the moreover stuff.
1992
1993 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * nnrss.el (nnrss-retrieve-groups): New function.
1996
1997 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1998
1999         * .dir-locals.el: Add no-byte-compile cookie.
2000
2001 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * time-date.el (format-seconds): Comment fix.
2004
2005         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2006         for back end that doesn't support request-scan.
2007
2008 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2011         then do request scans from the backends.
2012
2013         * netrc.el (netrc-credentials): New conveniency function.
2014
2015         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2016         avoid running a hook per line, since this takes a lot of time,
2017         profiling shows.
2018         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2019         directly if gnus-visual-p is true.
2020
2021 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2024         groups; replace mapcar with dolist which is a bit faster; pass groups
2025         info to gnus-read-active-file-1.
2026         (gnus-read-active-file-1): Scan only specified groups if the new
2027         optional arg `infos' is given.
2028
2029 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2032
2033         * pop3.el (pop3-movemail): Removed.
2034         (pop3-streaming-movemail): Renamed to pop3-movemail.
2035
2036         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2037         don't restrict end-tag searches to the end of the line.
2038
2039 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2042         articles of every unchecked group to t, which means unknown since the
2043         server has never been opened.
2044
2045 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * gnus-html.el (gnus-html-show-alt-text): New command.
2048         (gnus-html-browse-image): Ditto.
2049         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2050         to browse the image directly.
2051         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2052         better.
2053
2054         * gnus-async.el (gnus-async-article-callback): Call
2055         `gnus-html-prefetch-images' unconditionally.
2056
2057         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2058         before feeding URLs to curl.
2059
2060 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2063         internal images as deletable by `W D D'.
2064
2065         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2066         (gnus-async-article-callback): Fix typo.
2067
2068 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2071         current line to work around bugs in the output from w3m.
2072
2073         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2074         for groups that want that.
2075
2076         * nntp.el (nntp-wait-for-string): Supply a timeout for
2077         accept-process-output to ensure progress.
2078
2079         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2080         level to get unread articles from, then use that for foreign groups,
2081         too.
2082
2083         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2084         confuses the rest of the function.
2085
2086         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2087         for the methods that support -retrieve-groups, too.
2088
2089         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2090
2091 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2094         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2095
2096         * pop3.el: Require cl when compiling.
2097         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2098
2099 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2102         that aren't going to be activated.
2103         (gnus-get-unread-articles): Fix up the last commit.
2104
2105         * gnus-html.el (gnus-article-html): Allow calling without specifying
2106         the handle.  In that case, dissect the buffer first.
2107
2108         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2109
2110         * nnimap.el (nnimap-open-connection): Revert the change that would look
2111         into authinfo for imaps instead of imap.
2112
2113         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2114         say that you don't want to call gnus-request-group with don-check, but
2115         do check the reponse.  This is for virtual groups only.
2116         (gnus-get-unread-articles): Count the archive groups as secondary, so
2117         that they're activated the same way as before.
2118
2119         * imap.el (imap-message-map): Removed optional buffer parameter, since
2120         no callers use it.
2121         (imap-message-get): Ditto.
2122         (imap-message-put): Ditto.
2123         (imap-mailbox-map): Ditto.
2124         (imap-mailbox-put): Ditto.
2125         (imap-mailbox-get): Ditto.
2126         (imap-mailbox-get): Revert last change for this function.
2127
2128         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2129         case-insensitively.
2130         (nnimap-debug): Removed.
2131
2132         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2133         to use `imap-fetch' instead.  According to the comments, this should be
2134         safe, since all other IMAP clients use the 1:* syntax.
2135         (imap-enable-exchange-bug-workaround): Removed.
2136         (imap-debug): Removed -- doesn't seem very useful.
2137
2138         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2139         mail from a file, and the file doesn't exist.
2140
2141         * imap.el (imap-log): New convenience function used throughout instead
2142         of repeating the same code all over the place.
2143
2144         * pop3.el (pop3-streaming-movemail): Return t for success.
2145
2146         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2147         .authinfo if we're using ssl connection.
2148
2149         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2150         already have if we're in a main Gnus `g' run.
2151
2152         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2153
2154 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2157
2158         * nnmh.el (nnmh-request-list-1): Bind `file'.
2159
2160         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2161         alias to set-process-query-on-exit-flag or process-kill-without-query.
2162         (pop3-open-server): Use it.
2163
2164 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2167         box to the Incoming file.  Fixes mistake in previous checkin.
2168
2169         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2170         request loop (for debugging purposes) removed.
2171
2172         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2173         culprit is more visible.
2174         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2175         (nnml-add-incremental-nov): New functions to do "incremental" nov
2176         updates, where we just append to the end of the existing nov files
2177         without reading/writing them in full.
2178
2179         * mail-source.el (mail-source-delete-crash-box): Really only check the
2180         incoming files once in a while.
2181
2182         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2183
2184         * mail-source.el (mail-source-delete-crash-box): Only check the
2185         incoming files for deletion once per day to save a lot of file
2186         accesses.
2187
2188         * pop3.el (pop3-logon): Fix up unbound variable typo.
2189
2190         * mail-source.el (pop3-streaming-movemail): Autoload.
2191
2192         * pop3.el (pop3-streaming-movemail): Respect
2193         pop3-leave-mail-on-server.
2194
2195         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2196         retrieval.
2197
2198         * pop3.el (pop3-process-filter): Removed unused function.
2199         (pop3-streaming-movemail, pop3-send-streaming-command)
2200         (pop3-wait-for-messages, pop3-write-to-file)
2201         (pop3-number-of-responses): New functions for streaming pop3
2202         retrieval.
2203
2204         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2205         come from no known methods.
2206         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2207         list.
2208
2209         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2210         message sizes.
2211         (pop3-movemail): Use erase-buffer instead of looping and deleting
2212         regions, which seems rather odd.
2213
2214         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2215         file once per `g' run.
2216
2217         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2218         directories.  This makes the draft queue directory work.
2219
2220         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2221         data from the backends, so that we only request the list of groups from
2222         each method once.  This should speed things up considerably.
2223
2224         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2225         detect that it's not implemented.
2226
2227         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2228         we actually do recurse down into the tree, but don't stat all leaf
2229         nodes.
2230
2231         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2232         then say so instead of bugging out.
2233
2234         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2235         files exist before trying to read them.
2236
2237         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2238         around <pre_int>.
2239
2240         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2241
2242         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2243
2244 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * mm-util.el (mm-image-load-path): Just return the image directories,
2247         not all directories in the path in addition to the image directories.
2248         (mm-image-load-path): Maintain a cache of the image directories so that
2249         the `g' command in Gnus doesn't have to stat dozens of directories each
2250         time.
2251
2252         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2253         (gnus-html-wash-tags): Add a new `i' command to insert images.
2254         (gnus-html-insert-image): New command and keystroke.
2255         (gnus-html-redisplay-with-images): New command and keystroke.
2256         (gnus-html-show-images): Renamed command.
2257         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2258         spacers.
2259         (gnus-html-wash-tags): Decode entities at the end, so that entities
2260         inside the tags don't mess up the rest of the "parsing".
2261
2262         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2263         so that nnimap methods aren't agentized by default.  There's apparently
2264         many problems related to agent/imap behaviour.
2265
2266         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2267
2268         * gnus-html.el: Doc fix.
2269
2270 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2273         specifier-spec-list for Emacs 21.
2274
2275         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2276         glyph-width and glyph-height instead of display-graphic-p and
2277         image-size; make avoidance of displaying small images work for XEmacs.
2278
2279         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2280         for XEmacs.
2281
2282         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2283         of symbol that holds plist data.
2284         (gnus-process-plist): Remove plist of process after getting it.
2285
2286 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * message.el (message-generate-hashcash): Change default to
2289         'opportunistic if hashcash is installed.
2290
2291         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2292         (gnus-html-put-image): Only call image-size once, since it's somewhat
2293         time-consuming on remote X servers.
2294
2295 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2298         type on data, not a file name.
2299
2300         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2301         window-pixel-edges for Emacs 21.
2302
2303         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2304         decoded contents.
2305         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2306
2307 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2310         group line format, since it isn't very interesting.
2311
2312         * gnus-agent.el (gnus-agent-short-article),
2313         (gnus-agent-long-article): Increase values for these two variables,
2314         since most people are likely to have more network connection and
2315         storage than before.
2316
2317         * gnus.el (gnus-refer-article-method): Change default to 'current.
2318         When referring an article, the common behaviour is to refer it from the
2319         current select method, not the native select method.  The chances of
2320         the native select method having the message in question is rather slim
2321         these days.
2322
2323         * gnus-sum.el (gnus-auto-select-subject): Change default to
2324         `unseen-or-unread'.  I think it's likely that most people want to
2325         select an unseen article over a previously seen, but unread one.
2326
2327         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2328         means that in the article buffer none of the minor mode elements will
2329         be shown, usually, and this is not desirable in most cases.
2330
2331         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2332         that commands like `d' (and the like) go to the next line in the
2333         buffer, instead of the next unread article.  I think this is the
2334         behaviour that is most natural for most users.
2335         (gnus-single-article-buffer): Change default to nil, so that people can
2336         have as many article buffers open as they have summary buffer.  I think
2337         this is the most natural way for the groups to behave.
2338
2339         * message.el (message-generate-new-buffers): Change default to
2340         `unsent', so that all new message buffers start their names with the
2341         string "*unsent", and it's easier to find the buffers if you move from
2342         them.
2343
2344 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2347         small.  They're probably tracking images.
2348         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2349         (gnus-html-rescale-image): Yet another try at getting the image sizing
2350         right.
2351
2352         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2353         nntp-marks-file-name is nil.
2354
2355 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2356
2357         * gnus-html.el (gnus-html-wash-tags)
2358         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2359         Better logging.
2360
2361 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2364
2365         * gnus-html.el (gnus-html-wash-tags): Check the value of
2366         gnus-blocked-images in the summary buffer.
2367
2368 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2369
2370         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2371
2372 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2375         like "a", it seems like.
2376         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2377         since it needs to be picked from the correct buffer.
2378
2379         * nnwfm.el: Removed.
2380
2381         * nnlistserv.el: Removed.
2382
2383 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2384
2385         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2386         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2387
2388 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * nnkiboze.el: Removed.
2391
2392         * nndb.el: Removed.
2393
2394         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2395         alt text.
2396         (gnus-html-rescale-image): Try to get the rescaling logic right for
2397         images that are just wide and not tall.
2398
2399         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2400         overshadow variable bindings.
2401
2402 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2403
2404         * gnus-html.el (gnus-html-wash-tags)
2405         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2406         extra logging.
2407
2408 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2411         (gnus-max-image-proportion): New variable.
2412         (gnus-html-rescale-image): New function.
2413         (gnus-html-put-image): Rescale images.
2414
2415 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2416
2417         Fix up some byte-compiler warnings.
2418         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2419         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2420         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2421         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2422         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2423         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2424         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2425
2426 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-html.el (gnus-article-html): Decode contents by charset.
2429
2430 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2433         (gnus-html-frame-width, gnus-blocked-images)
2434         * message.el (message-prune-recipient-rules): Add custom version.
2435         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2436
2437         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2438         functions.
2439
2440         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2441         gnus-process-get.
2442
2443 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2444
2445         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2446         instead of lsub directly.
2447
2448 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * nnwarchive.el: Removed.
2451
2452         * gnus-soup.el: Removed.
2453
2454         * nnsoup.el: Removed.
2455
2456         * nnultimate.el: Removed.
2457
2458         * gnus-html.el (gnus-blocked-images): New variable.
2459
2460         * message.el (message-prune-recipients): New function.
2461         (message-prune-recipient-rules): New variable.
2462
2463         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2464         guess whether a long line is natural text or not.
2465
2466         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2467         gnus-process-plist and friends for compatibility.
2468
2469 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2470
2471         * gnus-html.el: Require packages that define macros used in this file.
2472         (gnus-article-mouse-face): Declare to silence byte-compiler.
2473         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2474         process-get.
2475         (gnus-html-put-image): Use plist-get to avoid getf.
2476         (gnus-html-prefetch-images): Use with-current-buffer.
2477
2478 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * gnus-ems.el: Provide compatibility functions for
2481         gnus-set-process-plist.
2482
2483         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2484         header-line-format for XEmacs 21.4.
2485
2486         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2487         * gnus.el (gnus-valid-select-methods)
2488         * message.el (message-send-mail-partially-limit)
2489         * mm-decode.el (mm-text-html-renderer)
2490         * mml.el (mml-insert-mime-headers-always)
2491         * smiley.el (smiley-regexp-alist): Bump custom version.
2492
2493 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2494
2495         * gnus-html.el: require mm-url.
2496         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2497         with the url to `url'.
2498         (gnus-html-wash-tags): Support cid: URLs/images.
2499
2500 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2503         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2504         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2505
2506         * gnus-move.el: Removed file, since it doesn't really work.
2507
2508         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2509         UTF-8.  This seems to fix problems with some German web feeds.
2510
2511         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2512         at the top so that the proper colours are applied.
2513
2514         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2515         don't have dots in their names.
2516
2517         * gnus-art.el (gnus-article-view-part): Doc fix.
2518
2519         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2520         XEmacs-compatible.
2521         (gnus-html-put-image): Don't do images on non-graphic displays.
2522
2523         * nnslashdot.el: Removed this unused backend.
2524
2525         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2526         actions.
2527         (gnus-undo-register-1): Revert last change.
2528
2529         * gnus-group.el (gnus-group-completing-read): Protect against not
2530         having completion-styles bound.
2531
2532         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2533         make broken recipients happier.
2534
2535         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2536
2537         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2538         point parameter.
2539
2540         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2541
2542         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2543         completion-styles for group selection.
2544
2545 2009-02-04  Andreas Schwab  <schwab@suse.de>
2546
2547         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2548         headers and regexp-quote the match if necessary.
2549
2550 2009-03-24  Miles Bader  <miles@gnu.org>
2551
2552         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2553         the blinking smiley.
2554
2555 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2556
2557         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2558         blink smiley.
2559
2560 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2563         where the dribbel file lives exists.
2564
2565         * message.el (message-send-mail-partially-limit): Change the default to
2566         nil, since most people don't want this.
2567
2568         * mm-url.el (mm-url-decode-entities): Also decode entities like
2569         &#x3212.
2570
2571 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2572
2573         * gnus-sum.el (gnus-summary-idna-message):
2574         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2575         Hyperlink urls in docstrings with URL `...'.
2576
2577 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2578
2579         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2580         functions.
2581
2582 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2585         say what the mouseover text should be.
2586
2587         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2588         version of the mm-w3m-safe-url-regexp variable to only download images
2589         in the groups where we want that to happen.
2590
2591         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2592
2593         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2594         easier debugging.
2595         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2596         big pictures in the article buffer.
2597
2598         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2599         gnus-article-html.
2600         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2601         w3m.
2602
2603         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2604
2605 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2608         which doesn't exist.
2609
2610         * message.el (message-inhibit-ecomplete): New variable to allow some
2611         function to inhibit ecomplete address storage.
2612         (message-resend): Disable ecomplete message storage when resending
2613         messages.
2614
2615         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2616
2617 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2620         Save excursion while copying, moving, and deleting articles in order to
2621         prevent the cursor from jumping to unforeseen place.
2622
2623 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * lpath.el: No need to bind bookmark-current-buffer,
2626         bookmark-yank-point and bookmark-make-record-function.
2627
2628 2010-08-17  Glenn Morris  <rgm@gnu.org>
2629
2630         * gnus-sync.el: Require gnus components whose functions are used.
2631
2632         * gnus-art.el (bookmark-make-record-function):
2633         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2634         Declare for compiler.
2635
2636         * mm-url.el (mml-compute-boundary): Autoload.
2637
2638 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2641
2642 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2643
2644         Typo fix "hoo4a" -> "hook".
2645
2646         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2647
2648 2010-08-14  Glenn Morris  <rgm@gnu.org>
2649
2650         * gnus-sync.el (gnus-sync): Fix defgroup version.
2651
2652 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2653
2654         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2655
2656         * gnus-sync.el: Fix docs.
2657         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2658         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2659
2660 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2661
2662         Optimizations for gnus-sync.el.
2663
2664         * gnus-sync.el: Add docs about gnus-sync-backend
2665         possibilities.
2666         (gnus-sync-save): Remove unnecessary message.
2667         (gnus-sync-read): Optimize and show what groups were skipped.
2668
2669 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2670
2671         Minor bug fixes for gnus-sync.el.
2672
2673         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2674         read the sync on get-new-news.
2675
2676         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2677         quiet.
2678
2679         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2680
2681 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2682
2683         Make saving and restoring of hidden threads work with overlays.
2684         Patch applied by Ted Zlatanov.
2685
2686         * gnus-sum.el (gnus-hidden-threads-configuration)
2687         (gnus-restore-hidden-threads-configuration): Update to deal with text
2688         properties, rather than searching for a magic character.
2689
2690 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2691
2692         New gnus-sync.el library for synchronization of marks.
2693
2694         * gnus-sync.el: New library for synchronization of marks.
2695
2696         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2697         renamed from `gnus-registry-grep-in-list'.
2698
2699         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2700
2701         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2702
2703 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2706         determining charset of text fails.
2707
2708 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * nnmail.el (nnmail-get-new-mail-1): Revert.
2711
2712         * nnml.el (nnml-active-number): Make sure names of newly created groups
2713         in nnml-group-alist are encoded.
2714
2715 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2718         containing non-ASCII characters in active file for nnml back end.
2719
2720 2010-07-24  David Engster  <dengste@eml.cc>
2721
2722         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2723         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2724
2725 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2726
2727         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2728         tag (Bug#6654).
2729
2730 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2733         the article buffer, not the summary buffer.
2734
2735 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2738         Emacs 23 as well.
2739
2740 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2743         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2744
2745 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2746
2747         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2748         Patch applied by Karl Fogel.
2749
2750         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2751         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2752
2753 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2754
2755         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2756         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2757         C-w still not working correctly from Article buffers; Thierry's
2758         patch to fix that will be applied after this.
2759
2760         * gnus-art.el (bookmark-make-record-function): New local variable.
2761
2762         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2763         article buffer.
2764         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2765
2766 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2767
2768         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2769         on changes in bookmark.el.
2770
2771 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2774         `no-log' instead of message not to log prompt string.
2775
2776 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2777
2778         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2779         the *other* type of HTML form submission.
2780
2781 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2782
2783         * auth-source.el (auth-source-pick): If choice does not contain a
2784         questioned keyword, set the check to t.
2785
2786 2010-06-12  Romain Francoise  <romain@orebokech.com>
2787
2788         * gnus-util.el (gnus-date-get-time): Move up before first use.
2789
2790 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2793         (gnus-article-edit-part): Bind it to make last part that is substituted
2794         or deleted visible.
2795         (gnus-mime-display-single): Buttonize part of which id equals to
2796         gnus-mime-buttonized-part-id.
2797
2798 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2799
2800         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2801         (gnus-dd-mmm): Use gnus-date-get-time.
2802         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2803         simplify logic.
2804         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2805         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2806
2807 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2808
2809         * auth-source.el (top): Autoload `secrets-list-collections',
2810         `secrets-create-item', `secrets-delete-item'.
2811         (auth-sources): Fix tag string.
2812         (auth-get-source, auth-source-retrieve, auth-source-create)
2813         (auth-source-delete): New defuns.
2814         (auth-source-pick): Rewrite in order to avoid 2 passes.
2815         (auth-source-forget-user-or-password): New parameter USERNAME.
2816         (auth-source-user-or-password): New parameters CREATE-MISSING and
2817         DELETE-EXISTING.  Retrieve password interactively, if needed.
2818
2819 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2820
2821         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2822         deleting unused directories when gnus-expert-user is t.
2823
2824 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2827         for each temp file when gnus-article-browse-delete-temp is ask.
2828
2829 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2830
2831         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2832         Lisp calls to delete-backward-char by calls to delete-char.
2833
2834 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2835
2836         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2837
2838 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2839
2840         * password-cache.el (password-cache-remove): Fix docstring.
2841
2842 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2845         article unless decoding article to be saved.
2846
2847 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2850         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2851         generated within the mm-with-unibyte-current-buffer macro.
2852
2853 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2856         to nil when we're in a mml-preview buffer and no group is selected.
2857
2858 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2859
2860         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2861         when catching the `C-g'.  Reported by "Leo".
2862
2863 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * message.el (message-forward-make-body-plain)
2866         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2867         multibyte-string-p.
2868
2869         * lpath.el: Revert.
2870
2871 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * message.el (message-forward-make-body-mml): Assume original message
2874         is multibyte string; error on unibyte.
2875         (message-forward-make-body-plain): Ditto; don't add excessive newline
2876         in body end.
2877
2878         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2879
2880 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2881
2882         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2883         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2884
2885 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * mm-extern.el (mm-extern-url): Don't use
2888         mm-with-unibyte-current-buffer.
2889         (mm-extern-cache-contents): Use with-current-buffer instead of
2890         save-excursion + set-buffer.
2891
2892 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * mm-util.el (mm-emacs-mule): Remove.
2895
2896 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2897
2898         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2899         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2900         change.
2901
2902 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2905         bind the default value of enable-multibyte-characters to nil.
2906
2907 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * message.el (message-forward-make-body-plain)
2910         (message-forward-make-body-mml):
2911         Don't use mm-with-unibyte-current-buffer.
2912
2913 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2914
2915         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2916
2917 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2918
2919         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2920         (Bug#5592).
2921
2922 2010-05-07  Julien Danjou  <julien@danjou.info>
2923
2924         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2925         it to mm-pipe-part.
2926
2927         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2928         it is given.
2929
2930 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * binhex.el (binhex-decode-region-internal)
2933         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2934         (dns-query)
2935         * nnweb.el (nnweb-gmane-search)
2936         * pgg-parse.el (pgg-parse-armor)
2937         * pgg.el (pgg-verify-region)
2938         * sha1.el (sha1-string-external)
2939         * uudecode.el (uudecode-decode-region-internal)
2940         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2941         XEmacs.
2942
2943         * gnus-art.el (gnus-article-browse-html-parts)
2944         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2945         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2946         make-temp-file.
2947
2948         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2949         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2950         compiling.
2951
2952         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2953         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2954         XEmacs when compiling.
2955
2956         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2957         gnus-pick-mode-off-hook for XEmacs when compiling.
2958         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2959         gnus-binary-mode-off-hook for XEmacs when compiling.
2960
2961         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2962         nil if char-charset is not available.
2963
2964         * imap.el (imap-disable-multibyte)
2965         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2966         macros.
2967
2968         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2969         instead of encode-coding-string.
2970
2971         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2972         'xemacs) instead of mm-emacs-mule to switch function definitions.
2973         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2974
2975         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2976         bind temporary-file-directory for XEmacs;
2977         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2978         timer-set-function for XEmacs 21.4 and SXEmacs;
2979         bind timer-list for XEmacs 21.4 and SXEmacs;
2980         fbind char-charset and find-charset-region for non-Mule XEmacs;
2981         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2982         encode-coding-region and encode-coding-string for XEmacs having no
2983         file-coding feature.
2984
2985 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2986
2987         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2988
2989 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2992         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2993
2994 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2995
2996         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2997         alias `jka-compr-delete-temp-file' no longer exists.
2998
2999 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3000
3001         Use define-minor-mode in Gnus where applicable.
3002         * mml.el (mml-mode): Use define-minor-mode.
3003         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3004         (gnus-undo-mode): Use define-minor-mode.
3005         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3006         (gnus-dead-summary-mode): Use define-minor-mode.
3007         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3008         Initialize in declaration.
3009         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3010         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3011         (gnus-mailing-list-mode): Use define-minor-mode.
3012         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3013         (gnus-draft-mode): Use define-minor-mode.
3014         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3015         (gnus-dired-mode): Use define-minor-mode.
3016
3017 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3018
3019         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3020         handles on recursive mml-to-mime translation and check them for
3021         boundary delimiter collisions.  Reported by Greg Troxel.
3022
3023 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3026
3027 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3028
3029         * mm-util.el (mm-find-buffer-file-coding-system):
3030         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3031
3032 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3033
3034         * message.el (message-generate-headers): Record insertion of optional
3035         headers as well.  Otherwise the check to prevent repeated insertion of
3036         optional headers is a no-op.
3037
3038 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3039
3040         * smime.el: Don't mention CVS.
3041
3042         * nnrss.el (nnrss-fetch): Don't mention CVS.
3043
3044         * nnir.el: Don't mention CVS.
3045
3046 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3047
3048         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3049
3050 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * lpath.el: Fbind bookmark-default-handler,
3053         bookmark-get-bookmark-record, bookmark-make-record-default,
3054         bookmark-prop-get for Emacs <23 and XEmacs.
3055
3056 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3057
3058         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3059         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3060         Use with-current-buffer to silence the byte-compiler.
3061         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3062         bother to require `gnus'.
3063         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3064
3065 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3066
3067         * gnus-sum.el (gnus-summary-bookmark-make-record)
3068         (gnus-summary-bookmark-jump): New functions.
3069         (gnus-summary-mode): Setup bookmark support.
3070
3071 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3072
3073         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3074         if set.
3075
3076 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3079         gnus-article-browse-html-save-cid-image; make it work recursively for
3080         forwarded messages as well.
3081         (gnus-article-browse-html-parts): Work when prefix arg is given.
3082         (gnus-article-browse-html-article): Doc fix.
3083
3084 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3085
3086         * message.el (message-default-mail-headers):
3087         (message-default-headers): Carry the value mail-default-headers over
3088         into message-default-mail-headers, rather than message-default-headers.
3089
3090 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3091
3092         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3093         charset.
3094
3095         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3096         charset into the <meta> tag when the article is encoded to utf-8.
3097
3098 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3101         directories as well.
3102         (gnus-article-browse-html-parts): Work for images that do not specify
3103         file names; delete temp directory when quitting; insert header at the
3104         right place; use file: scheme for image files.
3105
3106 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3107
3108         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3109         (gnus-article-browse-html-parts): Use it to make temporary cid image
3110         files in addition to html file so that browser may display them.
3111
3112 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3115
3116 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3117
3118         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3119
3120 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3121
3122         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3123         about Secret Service API sources.  Improve Customize options.
3124         (auth-source-pick): Change to accept any number of search parameters.
3125         Implement fallbacks iteratively, not recursively.  Add scoring on the
3126         second pass and sort by score.  Call Secret Service API when needed.
3127         (auth-source-user-or-password): Use it.  Call Secret Service API
3128         directly when needed to get the user name and the password.
3129
3130 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3131
3132         * message.el (message-interactive): Doc fix.
3133         (message-qmail-inject-args): Reflow.
3134         (message-kill-to-signature): Fix typo in docstring.
3135
3136         * smiley.el (smiley-buffer): Fix typo in docstring.
3137
3138 2010-03-24  Glenn Morris  <rgm@gnu.org>
3139
3140         * mail-source.el (gnus-message): Declare.
3141         (mail-source-delete-old-incoming): Require gnus-util.
3142
3143 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3146
3147         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3148
3149         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3150         password-cache's default if it is not bound.
3151         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3152         password-cache-expiry's default if it is not bound.
3153
3154         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3155         available in Emacs 21.
3156
3157         * lpath.el: Suppress compiler warnings for:
3158         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3159         XEmacs;
3160         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3161         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3162         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3163
3164 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3165
3166         * auth-source.el (auth-sources): Fix up definition so extra parameters
3167         are always inline.
3168
3169 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3170
3171         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3172         wasn't updated after mismatch.  Clear cached mailbox info correctly
3173         when uidvalidity changes.
3174         (nnimap-group-prefixed-name): New function to avoid some code
3175         duplication.
3176         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3177         (nnimap-request-group): Use it.
3178         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3179         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3180         with many imap folders.  This is done by caching the group status from
3181         the imap server persistently in a group parameter `imap-status'.  (This
3182         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3183         but not persistently, so every Gnus startup was still very slow.)
3184
3185 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3186
3187         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3188         delete the extra newline.  Otherwise editing of :string and :number
3189         types don't work.
3190
3191 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3192
3193         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3194         secrets.el dependency.
3195         (auth-sources): Add optional user name.  Add secrets.el configuration
3196         choice (unused right now).
3197
3198 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3199
3200         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3201         `gnus-registry-install-shortcuts' fill in the functions.
3202
3203         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3204         warnings.
3205         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3206         (gnus-registry-install-shortcuts): Populate and use it in a
3207         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3208
3209 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3210
3211         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3212         In-place substitutions for the group name encoding/decoding.
3213         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3214         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3215         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3216         (nnimap-update-unseen, nnimap-request-list)
3217         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3218         (nnimap-request-set-mark, nnimap-split-to-groups)
3219         (nnimap-split-articles, nnimap-request-newgroups)
3220         (nnimap-request-create-group, nnimap-request-accept-article)
3221         (nnimap-request-delete-group, nnimap-request-rename-group)
3222         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3223         `encoded-mbx' for consistency.
3224         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3225         variable `imap-current-mailbox'.
3226
3227         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3228         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3229
3230 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3231
3232         * pop3.el (pop3-display-message-size-flag): Display message size byte
3233         counts during POP3 download.
3234         (pop3-movemail): Use it.
3235         (pop3-list): Implement listing of available messages.
3236
3237 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3238
3239         * nnir.el (nnir-get-article-nov-override-function): New function to
3240         override the normal NOV retrieval.
3241         (nnir-retrieve-headers): Use it.
3242
3243 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3244
3245         * auth-source.el (netrc-machine-user-or-password): Autoload.
3246
3247 2010-03-19  Glenn Morris  <rgm@gnu.org>
3248
3249         Stop message.el from loading about 40 libraries it doesn't always need.
3250         The general approach is to autoload rather than require, and to
3251         require in the specific functions rather than the file.  (Bug#5642)
3252
3253         * gmm-utils.el: Don't require wid-edit.
3254         (widget-create-child-value, widget-convert, widget-default-get):
3255         Autoload.
3256
3257         * gnus-util.el: Don't require time-date, netrc.
3258         (message-fetch-field, gnus-group-name-decode): Declare rather than
3259         autoloading.
3260         (gnus-fetch-field): Require message.
3261         (gnus-decode-newsgroups): Require gnus-group.
3262
3263         * ietf-drums.el: Don't require time-date.
3264
3265         * message.el: Don't require hashcash, canlock, ecomplete.
3266         Do require mail-utils.  Require nnheader only when compiling.
3267         (smtpmail-default-smtp-server): Remove declaration.
3268         (message-send-mail-function): Check smtpmail-default-smtp-server
3269         is bound rather than requiring smtpmail.
3270         (message-auto-save-directory, message-insert-signature): Use
3271         expand-file-name rather than nnheader-concat.
3272         (nnheader-insert-file-contents): Autoload.
3273         (hashcash-wait-async): Declare.
3274         (message-send-mail): Only call gnus-setup-posting-charset if
3275         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3276         (message-send-mail-with-sendmail): Require sendmail.
3277         (canlock-password, canlock-password-for-verify): Declare.
3278         (message-canlock-password): Require canlock.
3279         (nnheader-get-report): Autoload.
3280         (gnus-setup-posting-charset): Declare.
3281         (message-send-news): Require gnus-msg.
3282         (message-make-references, message-make-in-reply-to): Use mail-header-id
3283         rather than the alias mail-header-message-id.
3284         (ecomplete-add-item, ecomplete-save): Declare.
3285         (message-put-addresses-in-ecomplete): Require ecomplete.
3286         (ecomplete-display-matches): Autoload.
3287
3288         * mm-decode.el: Don't require mailcap, gnus-util.
3289         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3290         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3291         Autoload.
3292         (mailcap-mime-extensions): Declare.
3293
3294         * mm-encode.el: Don't require mailcap.
3295         (mailcap-extension-to-mime): Autoload.
3296
3297         * mml-sec.el: Don't require password-cache.
3298
3299         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3300         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3301         (mml-minibuffer-read-type): Require mailcap.
3302         (mml-preview): Require gnus-msg.
3303
3304         * mml1991.el: Require password-cache.
3305         (password-cache-expiry): Remove declaration.
3306
3307         * mml2015.el: Require password-cache.
3308         (password-cache-expiry): Remove declaration.
3309
3310         * nneething.el (mailcap): Require mailcap.
3311
3312         * nnheader.el (declare-function): Add compatibility stub.
3313         (message-remove-header): Declare rather than autoload.
3314         (nnheader-replace-header): Require message.
3315
3316         * nnimap.el (declare-function): Add compatibility stub.
3317         (netrc-parse, netrc-machine-user-or-password): Declare.
3318         (nnimap-open-connection): Require netrc.
3319
3320         * nntp.el (declare-function): Add compatibility stub.
3321         (netrc-parse, netrc-machine, netrc-get): Declare.
3322         (nntp-send-authinfo): Require netrc.
3323
3324         * rfc2047.el: Don't require qp.
3325         (quoted-printable-encode-region, quoted-printable-decode-string):
3326         Autoload.
3327
3328         * sieve-mode.el: Don't require easymenu.
3329         (easy-menu-add-item): Autoload it.
3330
3331         * spam-stat.el (time-to-number-of-days): Autoload it.
3332
3333 2010-03-19  Glenn Morris  <rgm@gnu.org>
3334
3335         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3336
3337 2010-03-18  Glenn Morris  <rgm@gnu.org>
3338
3339         * hashcash.el (declare-function): Remove duplicate definition.
3340
3341 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3342
3343         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3344         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3345         value if any backslash escapes).
3346
3347 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3350         if it is available.  (bug#5647)
3351
3352         * lpath.el: Suppress compiler warning for coding-system-from-name for
3353         Emacs 21 and XEmacs.
3354
3355 2010-03-14  Juri Linkov  <juri@jurta.org>
3356
3357         * hmac-def.el:
3358         * hmac-md5.el:
3359         * netrc.el: Fix keywords.
3360
3361 2010-02-26  Glenn Morris  <rgm@gnu.org>
3362
3363         * message.el (message-send-mail-function): Change the default, so that
3364         it inherits from a customized send-mail-function.  (Bug#5643)
3365
3366 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3367
3368         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3369         shell-command-to-string signals an error (bug#5299).
3370
3371 2010-02-24  Glenn Morris  <rgm@gnu.org>
3372
3373         * message.el (message-smtpmail-send-it)
3374         (message-send-mail-with-mailclient): Doc fixes.
3375
3376 2010-02-16  Glenn Morris  <rgm@gnu.org>
3377
3378         * message.el (message-default-mail-headers): Change the default value
3379         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3380
3381 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3384         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3385
3386 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3387
3388         * time-date.el (date-to-time): Doc fix (Bug#5408).
3389
3390 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3391
3392         * message.el (message-mail): Just pass yank-action on to message-setup.
3393         (message-setup): Handle (FUN . ARGS) form of yank-action.
3394         (message-with-reply-buffer, message-widen-reply)
3395         (message-yank-original): Handle non-buffer values of
3396         message-reply-buffer (Bug#4080).
3397         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3398
3399 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3400
3401         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3402         Fix typo in docstring.
3403
3404 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3405
3406         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3407         response.
3408
3409 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3412
3413         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3414
3415         * message.el (message-check-news-header-syntax): Protect against a
3416         string that `rfc822-addresses' returns when parsing fails.
3417
3418 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3421         (gnus-previous-char-property-change): New functions.
3422
3423         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3424
3425 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3426
3427         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3428         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3429
3430 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3431
3432         * message.el (message-exchange-point-and-mark): Rework last change to
3433         avoid using optional arg of exchange-point-and-mark, for backward
3434         compatibility.
3435
3436 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3437
3438         * message.el (message-exchange-point-and-mark): Call
3439         exchange-point-and-mark with an argument rather than setting
3440         mark-active by hand (Bug#5175).
3441
3442 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * nntp.el (nntp-service-to-port): Work for service expressed with
3445         numeric string; replace [:digit:] with [0-9] for XEmacs.
3446
3447 2009-12-17  Glenn Morris  <rgm@gnu.org>
3448
3449         * gnus-group.el (gnus-bug-group-download-format-alist):
3450         Change emacs entry to debbugs.gnu.org.  Bump :version.
3451
3452 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3453
3454         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3455
3456 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * message.el (message-info): Explain why we use `Info-goto-node'.
3459
3460 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3463
3464 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3465
3466         * message.el (message-completion-in-region): New compatibility function.
3467         (message-expand-group): Use it.
3468
3469 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3472         with no unread article should be listed if the 2nd arg `predicate' is
3473         given.
3474
3475 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3478
3479 2009-11-29  Juri Linkov  <juri@jurta.org>
3480
3481         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3482         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3483         on `gnus-recenter'. (Bug#4698, Bug#4981)
3484
3485 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3486
3487         * sha1.el (sha1-string-external): default-directory "/" in case
3488         otherwise non-existent.  process-connection-type pipe for touch of
3489         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3490
3491 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3492
3493         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3494         it's comms related and sgml-mode.el has "comm" on that basis too.
3495
3496 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3499         containing tspecial characters if they have been already quoted.
3500
3501 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3502
3503         * dns-mode.el (auto-mode-alist): Purecopy string.
3504
3505 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3506
3507         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3508
3509 2009-10-24  Glenn Morris  <rgm@gnu.org>
3510
3511         * gnus-art.el (help-xref-stack-item): Define for compiler.
3512
3513 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3514
3515         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3516
3517 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3520
3521 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3524         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3525
3526 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3529         (gnus-overlays-in): New alias to overlays-in.
3530
3531         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3532         gnus-overlay-get, and gnus-delete-overlay.
3533         (gnus-summary-show-thread): Make it work as well for systems in which
3534         next-single-char-property-change is not available.
3535         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3536
3537         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3538         (gnus-overlay-get): New alias to extent-property.
3539         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3540
3541         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3542         SXEmacs.
3543
3544         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3545         SXEmacs.
3546
3547 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3548
3549         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3550
3551 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3552
3553         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3554         and XEmacs that don't have `remove-overlays'.
3555
3556 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3557
3558         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3559         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3560         selective display.  Use overlays instead.
3561
3562 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3563
3564         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3565
3566 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3567
3568         * spam-stat.el (spam-stat-load): Fix typo in message.
3569
3570 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3571
3572         * dig.el (dig-invoke): Fix typo in docstring.
3573         (query-dig): Reflow docstring.
3574
3575 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3576
3577         * gnus-art.el (gnus-article-encrypt-body):
3578         * message.el (message-check-recipients):
3579         * mm-util.el (mm-codepage-setup):
3580         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3581         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3582
3583 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3584
3585         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3586         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3587         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3588         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3589         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3590
3591 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3592
3593         * dig.el: Add "Keywords: comm", as per net-utils.el.
3594
3595 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3596
3597         * dig.el (dig-mode): Use define-derived-mode.
3598
3599 2009-09-19  Glenn Morris  <rgm@gnu.org>
3600
3601         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3602
3603 2009-09-18  Glenn Morris  <rgm@gnu.org>
3604
3605         * gnus-diary.el (gnus-diary-check-message):
3606         * message.el (message-insert-formatted-citation-line):
3607         * nnbabyl.el (top-level):
3608         * nndiary.el (nndiary-schedule):
3609         Fix typos in condition-case handlers.
3610
3611 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3614         configuration that provides the sole article window in a frame;
3615         position point correctly after deleting a part.
3616
3617 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3618
3619         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3620         (spam-resolve-registrations-routine): Use it to unregister articles
3621         that change status.
3622
3623 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3626         with XEmacs.
3627         (parse-time-string-chars): Use it.
3628
3629 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3630
3631         * imap.el (imap-interactive-login): Better messages.
3632         (imap-open): Fix bug with renamed buffer on reconnect.
3633         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3634         for easier debugging and cleaner code.  On successful (guessed based on
3635         server capabilities) secondary authentication, set imap-state
3636         correctly.
3637         (imap-last-authenticator): Define imap-last-authenticator as a variable
3638         to avoid warnings.
3639
3640 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * nnrss.el (nnrss-request-article): Remove binding of
3643         default-enable-multibyte-characters that has gotten needless by
3644         the 2007-07-13 change in rfc2047-encode-message-header.
3645
3646         * mml.el (mml-insert-multipart): Error on the message header.
3647         (mml-insert-part): Error on the message header; position point at
3648         the end of a MIME tag.
3649
3650 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * time-date.el (autoload): Expand define-obsolete-function-alias into
3653         defalias and make-obsolete for old Emacsen that Gnus supports.
3654         (with-no-warnings): Define it for old Emacsen.
3655         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3656         is available.
3657         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3658         float-time is available; suppress compile warning for time-to-seconds.
3659
3660         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3661         (gnus-float-time): Alias to float-time if it exists.
3662
3663         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3664         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3665         float-time is available; suppress compile warning for time-to-seconds.
3666
3667         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3668         XEmacs.
3669
3670 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3671
3672         * imap.el (imap-message-map): Docstring fix.
3673
3674 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3677         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3678         Add the optional argument `encoding' that overrides the default.
3679
3680         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3681         mm-encode-buffer.
3682
3683 2009-09-04  Glenn Morris  <rgm@gnu.org>
3684
3685         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3686         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3687         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3688         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3689         * mm-util.el (mm-with-unibyte-current-buffer)
3690         (mm-find-buffer-file-coding-system):
3691         * yenc.el (yenc-decode-region): Use default-value rather than
3692         default-enable-multibyte-characters.
3693
3694 2009-09-03  Glenn Morris  <rgm@gnu.org>
3695
3696         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3697         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3698         than default-enable-multibyte-characters.
3699
3700 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3701
3702         * gnus-art.el (gnus-article-read-summary-keys):
3703         Fix gnus-buffer-configuration's value temporarily used.
3704
3705 2009-09-02  Glenn Morris  <rgm@gnu.org>
3706
3707         * gnus-util.el (gnus-float-time): New function.
3708         * gnus-delay.el (gnus-delay-article):
3709         * gnus-sum.el (gnus-thread-latest-date):
3710         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3711         * nnspool.el (nnspool-request-newgroups):
3712         Use gnus-float-time rather than time-to-seconds.
3713         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3714
3715         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3716         (gnus-header-subject-face, gnus-header-newsgroups-face)
3717         (gnus-header-name-face, gnus-header-content-face):
3718         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3719         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3720         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3721         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3722         (gnus-cite-face-11):
3723         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3724         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3725         (gnus-server-closed-face, gnus-server-denied-face)
3726         (gnus-server-offline-face):
3727         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3728         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3729         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3730         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3731         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3732         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3733         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3734         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3735         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3736         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3737         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3738         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3739         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3740         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3741         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3742         (gnus-summary-high-undownloaded-face)
3743         (gnus-summary-low-undownloaded-face)
3744         (gnus-summary-normal-undownloaded-face)
3745         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3746         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3747         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3748         (gnus-splash-face):
3749         * message.el (message-header-to-face, message-header-cc-face)
3750         (message-header-subject-face, message-header-newsgroups-face)
3751         (message-header-other-face, message-header-name-face)
3752         (message-header-xheader-face, message-separator-face)
3753         (message-cited-text-face, message-mml-face):
3754         * sieve-mode.el (sieve-control-commands-face)
3755         (sieve-action-commands-face, sieve-test-commands-face)
3756         (sieve-tagged-arguments-face):
3757         * spam.el (spam-face):
3758         Mark face aliases with "-face" in the name as obsolete.
3759
3760 2009-09-01  Glenn Morris  <rgm@gnu.org>
3761
3762         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3763         than goto-line.
3764
3765 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3768         Don't move point if the command is invoked inside the message header.
3769
3770 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3771
3772         * imap.el (imap-send-command): Simplify.
3773         (imap-wait-for-tag): point-max -> buffer-size.
3774
3775 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3776
3777         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3778         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3779         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3780         * nnir.el (nnir-swish-e-index-file):
3781         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3782         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3783         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3784         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3785         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3786         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3787
3788 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3791         Don't save excursion.
3792
3793 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3794
3795         * nnheader.el (nnheader-find-file-noselect):
3796         * mm-util.el (mm-insert-file-contents):
3797         Use (default-value 'major-mode) instead of default-major-mode.
3798
3799 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3800
3801         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3802
3803 2009-08-26  Glenn Morris  <rgm@gnu.org>
3804
3805         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3806         than placing in files.el.
3807
3808 2009-08-25  Glenn Morris  <rgm@gnu.org>
3809
3810         * nnir.el (top-level): Don't require cl at run-time.
3811         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3812         Replace cl-function substitute with gnus-replace-in-string.
3813         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3814         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3815         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3816         simplified expansions.
3817
3818 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3819
3820         * dig.el (dig): Add autoload cookie.
3821
3822 2009-08-22  Glenn Morris  <rgm@gnu.org>
3823
3824         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3825         goto-line.
3826
3827 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3828
3829         * parse-time.el (parse-time-string-chars): Save match data.
3830
3831 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3832
3833         * parse-time.el (parse-time-string-chars): Compute using character
3834         classes, to handle non-ascii characters (Bug#3190).
3835
3836 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3839
3840         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3841         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3842         (gnus-mm-display-part, gnus-mime-display-single)
3843         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3844         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3845
3846         * gnus-sum.el
3847         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3848         (gnus-summary-move-article): Add expirable mark to articles copied or
3849         moved to group that has auto-expire turned on if the option is non-nil.
3850
3851 2009-07-24  Glenn Morris  <rgm@gnu.org>
3852
3853         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3854         Fix typo.  (Bug#3903)
3855
3856 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3859         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3860         that should not be used for draft articles.
3861         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3862         that has no concern in minor mode keys.
3863         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3864         Abolish.
3865
3866 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3869         article without making inquiry to a user for unknown encoding.
3870
3871         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3872         (nnmaildir--scan): Assume i-node and device number that file-attributes
3873         returns might be cons-cell.
3874
3875         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3876
3877         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3878
3879 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3880
3881         * auth-source.el: Remove docs now in auth.texi.  Don't use
3882         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3883         `auth-source-hide-passwords' and use them.
3884
3885 2009-07-15  Glenn Morris  <rgm@gnu.org>
3886
3887         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3888
3889 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3892         excessive whitespace from the default values of title and description.
3893
3894 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3897         mail-fetch-field to fetch Content-Description header in order to
3898         exclude newlines.
3899
3900 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3901
3902         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3903         format used by GnuPG 2.0.11.
3904
3905 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3908         to deleted part.
3909
3910 2009-05-30  David Engster  <dengste@eml.cc>
3911
3912         * nnmairix.el: Remove old documentation in the commentary block.
3913         (nnmairix-request-group): Do not update active file for nnml back ends.
3914         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3915         end so that overview files are ignored.
3916         (nnmairix-update-groups): Make updating the groups more robust by using
3917         marks.
3918         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3919         with dollar characters in message-id.
3920
3921 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3922
3923         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3924         2008-12-25 in dns.el.
3925
3926 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3927
3928         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3929         could happen if the text is only composed of spaces and/or tabs.
3930
3931 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3932
3933         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3934         when sending a queued message to avoid extra mml tags.
3935
3936 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3939
3940 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3943         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3944         rmail-toggle-header for XEmacs;
3945         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3946
3947 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * gnus-dired.el: Remove autoload for gnus-setup-message.
3950         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3951         displaying Gnus logo; always use compose-mail.
3952
3953 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3956
3957 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3960         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3961         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3962         available.
3963         (gnus-nocem-epg-verify): New function.
3964
3965 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3966
3967         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3968
3969 2009-02-15  Glenn Morris  <rgm@gnu.org>
3970
3971         * gnus-util.el (rmail-insert-rmail-file-header)
3972         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3973         autoloads.
3974         (rmail-default-rmail-file): Remove unnecessary declaration.
3975         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3976
3977 2009-02-14  Glenn Morris  <rgm@gnu.org>
3978
3979         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3980         variable (only used in gnus-util, which declares it anyway).
3981         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3982         which was only needed by gnus-art (changed to not use it any more).
3983         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3984         only used in gnus-util, which autoloads it itself.
3985         (rmail-update-summary): Fix autoload.
3986
3987         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3988         rather than rmail-output-to-rmail-file.
3989
3990 2009-02-07  Glenn Morris  <rgm@gnu.org>
3991
3992         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3993         autoload of function that no longer exists.
3994         (rmail-toggle-header): Declare.
3995         (message-forward-rmail-make-body): Handle mbox Rmail.
3996
3997 2009-01-31  Glenn Morris  <rgm@gnu.org>
3998
3999         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4000         2009-01-09 change.
4001
4002 2009-01-31  Dave Love  <fx@gnu.org>
4003
4004         * imap.el (imap-fetch-safe): Bind debug-on-error.
4005         (imap-debug): Add imap-fetch-safe.
4006
4007 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4008
4009         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4010         (auth-source-forget-all-cached): New convenience function.
4011         (auth-source-user-or-password): Accept list of modes or a single mode.
4012
4013         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4014         auth-source modes.
4015
4016         * netrc.el (netrc-machine-user-or-password): Use list of
4017         auth-source modes.
4018
4019         * nnimap.el (nnimap-open-connection): Use list of
4020         auth-source modes.
4021
4022         * nntp.el (nntp-send-authinfo): Use list of
4023         auth-source modes.
4024
4025 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4026
4027         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4028         now.
4029
4030 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4033         coding system in XEmacs; add a workaround for XEmacs.
4034
4035         * lpath.el: Fbind coding-system-aliasee.
4036
4037 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4040         of current-language-environment.
4041
4042 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4043
4044         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4045         available at runtime.
4046
4047 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4050
4051 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4052
4053         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4054         the greatest positive fixnum value doesn't work under an XEmacs with
4055         bignum support; use the most-positive-fixnum constant instead,
4056         available since Emacs 21.1 with cl and XEmacs 21.1.
4057
4058 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4061         XEmacs gets not to work.
4062
4063 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * mm-util.el (mm-coding-system-priorities): Allow the value like
4066         "Japanese (UTF-8)" of current-language-environment.
4067
4068 2009-01-09  Glenn Morris  <rgm@gnu.org>
4069
4070         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4071         with last-command-event.
4072
4073 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4074
4075         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4076         in the doc string.
4077
4078         * message.el (message-fix-before-sending): Amend comment.
4079
4080 2009-01-08  Dave Love  <fx@gnu.org>
4081
4082         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4083
4084 2009-01-07  David Engster  <dengste@eml.cc>
4085
4086         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4087         simplified server definitions by converting it via
4088         gnus-server-to-method.
4089
4090 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4093         parameter's operands.
4094
4095 2009-01-06  David Engster  <dengste@eml.cc>
4096
4097         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4098         primary select method (for gnus-group-mark-article-as-read).
4099
4100 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4101
4102         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4103         `(gnus)Face', not `(gnus)X-Face'.
4104
4105 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * mm-util.el (mm-ucs-to-char): New function.
4108
4109         * mm-url.el (mm-url-decode-entities): Use it.
4110
4111         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4112         unicode-to-char.
4113
4114 2009-01-05  Dave Love  <fx@gnu.org>
4115
4116         * time-date.el: Require cl for `declare'.
4117
4118 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4121         Dave Love.
4122
4123 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4124
4125         * message.el (message-fix-before-sending): Add `eight-bit' to
4126         illegible-text check.
4127
4128 2009-01-03  Michael Olson  <mwolson@gnu.org>
4129
4130         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4131         `headers' is nil.  This can occur if the IMAP server does not have
4132         permissions to read messages from a folder, but can write new messages
4133         to the folder.
4134         (nnimap-request-article-part): Do not insert `data' if it is nil.
4135
4136         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4137         characters which will confuse `read', so skip past them.
4138
4139 2009-01-01  Dave Love  <fx@gnu.org>
4140
4141         * imap.el (imap-string-to-integer): Fix typo.
4142         (imap-fetch-safe): New function.
4143         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4144
4145         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4146
4147         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4148         (imap-parse-greeting): Fix doc strings.
4149         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4150         (imap-parse-flag-list): Make messages unique.
4151         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4152
4153         * nnimap.el: Fix author email.
4154         (nnimap-split-rule): Add FIXME comment.
4155         (nnimap-debug): Fix doc string.
4156
4157 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4160
4161 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4162
4163         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4164         nslookup if resolv.conf isn't available.
4165         (dns-query): Rename from query-dns.
4166         (dns-query-cached): Rename from query-dns-cached.
4167
4168 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4171         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4172         to check if those variables exist (first appeared in Emacs 18.50).
4173
4174 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * mm-util.el (mm-line-number-at-pos): New function.
4177
4178         * spam-report.el (spam-report-process-queue): Use it.
4179
4180 2008-12-24  David Engster  <dengste@eml.cc>
4181
4182         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4183         parameters that haven't existed as variables as buffer-local variables.
4184
4185 2008-12-23  Dave Love  <fx@gnu.org>
4186
4187         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4188         cadar.
4189
4190         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4191         imap-starttls-p.
4192         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4193
4194 2008-12-22  Dave Love  <fx@gnu.org>
4195
4196         * imap.el: Fix author email.  Doc fixes.
4197         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4198         reply.
4199
4200 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4201
4202         * spam-report.el (spam-report-gmane-max-requests): New constant.
4203         (spam-report-gmane-wait): New variable.
4204         (spam-report-gmane-ham, spam-report-gmane-spam)
4205         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4206         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4207         the server.
4208
4209         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4210         Add explanations.
4211
4212         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4213         nnheader-accept-process-output and nnheader-read-timeout if available.
4214         (pop3-movemail): Use it.
4215
4216         * message.el (message-check-news-body-syntax): Fix signature check if
4217         there's an attachment.
4218
4219 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * mm-util.el: Add comments to the mm- emulating functions.
4222
4223 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4224
4225         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4226         by Stephen Berman <stephen.berman@gmx.net>.
4227
4228 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * mm-util.el (mm-substring-no-properties): New function.
4231         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4232         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4233         (mm-string-to-multibyte): Doc fix.
4234
4235         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4236
4237 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * mml.el (mml-attach-file): Strip text properties from file name.
4240         (Bug#1574)
4241
4242 2008-12-16  Glenn Morris  <rgm@gnu.org>
4243
4244         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4245
4246 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4249         knows since the charset specified might be a bogus alias that
4250         mm-charset-synonym-alist provides.
4251
4252 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4253
4254         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4255         "ISO_8859-1".
4256
4257         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4258
4259 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * mm-util.el (mm-charset-eval-alist):
4262         Define it before mm-charset-to-coding-system.
4263         (mm-charset-to-coding-system): Add optional argument `silent';
4264         define it before mm-charset-override-alist.
4265         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4266         default value if it can be used in Emacs currently running;
4267         silence mm-charset-to-coding-system.
4268
4269 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4272         `allow-override' which says whether to use `mm-charset-override-alist'.
4273         (rfc2047-decode-encoded-words): Use it.
4274
4275         * mm-util.el (mm-charset-override-alist): Fix custom type;
4276         add `(gb2312 . gbk)' to choices.
4277
4278 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4281         fast.
4282
4283         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4284
4285         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4286
4287 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4288
4289         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4290         on links.
4291
4292         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4293
4294 2008-12-03  Lute Kamstra  <lute@gnu.org>
4295
4296         * sha1.el: Remove leading * from docstrings of defcustoms,
4297         deffaces, defconsts and defuns.
4298
4299 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4302         users' addresses that don't have domain parts.
4303         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4304         rather than message-narrow-to-head since there will be the message
4305         header separator.
4306
4307 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4308
4309         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4310         since the result is inserted in a unibyte buffer anyway.
4311         (nnimap-demule-use-string-to-multibyte): Remove.
4312         (nnimap-demule): Alias it to mm-string-to-multibyte.
4313
4314 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4315
4316         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4317         variable for debugging bug#464 and bug#1174.
4318         (nnimap-demule): Use it.
4319
4320 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4321
4322         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4323         score calculation correctly.
4324
4325 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4326
4327         * message.el (message-send-mail): Just set the buffer to unibyte
4328         rather than use mm-with-unibyte-current-buffer which does a lot more.
4329         (message-send-mail-partially): Don't bother with
4330         mm-with-unibyte-current-buffer since it's already been made unibyte by
4331         message-send-mail.
4332
4333 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4334
4335         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4336
4337 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4340
4341 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4344         require itself and to remove `with-no-warnings'.
4345
4346 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4347
4348         * starttls.el (starttls-any-program-available): Get the name of the
4349         available TLS layer program.
4350         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4351         well as the host name in the "opening" message.
4352
4353         * auth-source.el (auth-source-cache, auth-source-do-cache)
4354         (auth-source-user-or-password): Cache passwords and logins by default,
4355         allow override with `auth-source-do-cache'.
4356         (auth-source-forget-user-or-password): Allow users to remove cache
4357         entries if needed.
4358
4359 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4360
4361         * md4.el (md4-buffer): Fix typo in docstring.
4362         (md4, md4-64): Doc fixes.
4363         (md4-pack-int32): Reflow docstring.
4364
4365 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4366
4367         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4368         condition-case to only the forward-sexp call.
4369
4370 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4371
4372         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4373         quotes contained.  Make it more robust regardless by an extra
4374         condition-case wrapper.
4375
4376 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4379
4380 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * nnml.el (nnml-request-expire-articles): Check if the function set to
4383         `nnmail-expiry-target' returns the symbol `delete'.
4384
4385         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4386
4387         * nnmail.el (nnmail-expiry-target): Fix custom type.
4388
4389 2008-10-02  Glenn Morris  <rgm@gnu.org>
4390
4391         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4392         Silence compiler warning.
4393
4394 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4395
4396         * tls.el (open-tls-stream): Show the actual command being
4397         executed, instead of the format string.
4398
4399 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * lpath.el: Fbind codepage-setup for Emacs 23.
4402
4403 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4404
4405         * mml.el (mml-menu): Don't assume mml2015 is bound.
4406
4407 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4410         exists.
4411
4412 2008-09-27  Glenn Morris  <rgm@gnu.org>
4413
4414         * gnus-util.el (mail-header-remove-comments): Autoload it.
4415
4416 2008-09-27  Andreas Schwab  <schwab@suse.de>
4417
4418         * gnus-util.el (gnus-split-references): Strip comments.
4419         (gnus-parent-id): Likewise.
4420
4421 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4422
4423         * message.el (message-confirm-send): Fix version.
4424
4425 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * message.el (message-idna-to-ascii-rhs-1): Use
4428         mail-extract-address-components rather than mail-header-parse-addresses
4429         that is an alias by default to ietf-drums-parse-addresses that does not
4430         support non-ASCII names in headers' contents.
4431
4432 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * message.el (message-confirm-send): Fixed variable documentation to
4435         avoid the "y/n" wording.
4436
4437 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4438
4439         * message.el (message-set-auto-save-file-name): Save to a different
4440         filename so multiple messages (especially drafts) can be recovered.
4441
4442 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4443
4444         * message.el (message-confirm-send): Add appropriate version.
4445
4446 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4447
4448         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4449         defvar.
4450
4451 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4452
4453         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4454         (mm-pkcs7-enveloped-magic): Ditto.
4455
4456 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4457
4458         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4459         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4460
4461 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4462
4463         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4464         default, it's better.
4465
4466 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4467
4468         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4469         summary line gnus-number property and ignore them (with a warning
4470         message).
4471
4472 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4475         macro caddr in the interactive form since it won't be expanded.
4476
4477 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4480         `charset'; fix name of function called recursively.
4481         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4482
4483 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4486         (gnus-mime-set-charset-parameters): New function.
4487         (gnus-mime-view-part-as-charset): Use it to correctly display part
4488         specifying wrong charset.
4489
4490 2008-09-08  David Engster  <dengste@eml.cc>
4491
4492         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4493         in completing-read for back end server.
4494
4495 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4496
4497         * message.el (message-confirm-send): New variable to confirm sending a
4498         message.
4499         (message-send): Use it.
4500
4501 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4504
4505 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4508
4509 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4510
4511         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4512         prevent tracking too many groups.
4513         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4514         Use it.
4515
4516 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4517
4518         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4519         moving point to the bottom of the window in order to avoid recentering.
4520
4521 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4524
4525         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4526         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4527         (gnus-article-beginning-of-window): Fix calculation.
4528
4529 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-msg.el (gnus-summary-supersede-article)
4532         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4533         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4534         message header.
4535
4536 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4537
4538         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4539         pending output coming after the status change.
4540
4541 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4542
4543         * message.el:
4544         * gnus-start.el:
4545         * gnus-registry.el: Remove VMS support.
4546
4547 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4550         macro.
4551         (rfc2104-hash): Use it.
4552
4553 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4554
4555         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4556         (gnus-summary-sort-by-most-recent-date): New commands.
4557         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4558         and menu entries.
4559
4560 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4563         don't redisplay article for raw contents; remove plural articles stuff.
4564
4565         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4566         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4567         on gnus-summary-save-article; display results properly.
4568
4569 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * lpath.el: No need to fbind ns-focus-frame.
4572
4573 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4576
4577 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4580         gnus-save-all-headers.
4581
4582 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4583
4584         * gnus-util.el (ns-focus-frame): Remove declaration.
4585         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4586         like x.
4587
4588 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4589
4590         * rfc2104.el (rfc2104-zero): Delete defconst.
4591         (rfc2104-hex-alist): Likewise.
4592         (rfc2104-hex-to-int): Delete func.
4593         (rfc2104-hexstring-to-bitstring): Likewise.
4594         (rfc2104-nybbles): New defconst.
4595         (rfc2104-hash): Rewrite for speed.
4596
4597 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * tls.el (open-tls-stream): Make it work with the 2nd argument
4600         BUFFER that is a string but does not exist as a buffer object, as
4601         mentioned in the doc-string.
4602
4603 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4606         SXEmacs.
4607
4608 2008-07-16  Glenn Morris  <rgm@gnu.org>
4609
4610         * gnus-util.el (ns-focus-frame): Declare for compiler.
4611
4612 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4615         set as a group parameter.
4616         (gnus-summary-save-in-pipe): Work when it is called independently.
4617         (gnus-summary-pipe-to-muttprint): Don't modify
4618         gnus-summary-pipe-output-default-command.
4619
4620 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4621
4622         * message.el (message-send-mail-with-sendmail):
4623         Display the error message.
4624
4625 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * gnus-art.el (gnus-default-article-saver):
4628         Add gnus-summary-save-in-pipe to choices.
4629         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4630         gnus-summary-pipe-output-default-command as the default command.
4631         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4632         instead of gnus-last-shell-command.
4633
4634         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4635         New user option.
4636         (gnus-summary-muttprint-program): Mention the value will be changed.
4637         (gnus-summary-save-article): Force showing of all headers.
4638         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4639
4640 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4641
4642         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4643
4644 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4645
4646         * nnimap.el (nnimap-id):
4647         * sieve-manage.el (sieve-manage-open): Doc fixes.
4648
4649 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4650
4651         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4652         if available.
4653
4654 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4655
4656         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4657
4658         * nnkiboze.el (nnkiboze-generate-group):
4659         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4660
4661         * nnmairix.el: Require CL.
4662
4663 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * dgnushack.el: Autoload get-display-table and put-display-table for
4666         XEmacs 21.5.
4667
4668         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4669         21.4 and SXEmacs.
4670
4671 2008-06-15  David Engster  <dengste@eml.cc>
4672
4673         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4674
4675 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4676
4677         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4678         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4679         runtime choice under XEmacs.
4680
4681         * gnus-sum.el (gnus-summary-set-display-table):
4682         Use `gnus-put-display-table', `gnus-get-display-table',
4683         `gnus-set-display-table' for the display table, instead of `aset'.
4684
4685         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4686         Use `gnus-put-display-table', `gnus-get-display-table',
4687         `gnus-set-display-table' for the display table.
4688
4689 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4690
4691         * nnmairix.el: Add autoloads.
4692
4693 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4694
4695         * nnmairix.el (nnmairix-delete-recreate-group)
4696         (nnmairix-update-and-clear-marks): Fix error messages.
4697
4698 2008-06-14  David Engster  <dengste@eml.cc>
4699
4700         * nnmairix.el: Upgrade to version 0.6.
4701         (nnmairix-group-toggle-propmarks-this-group)
4702         (nnmairix-group-toggle-readmarks-this-group)
4703         (nnmairix-group-delete-recreate-this-group)
4704         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4705         (nnmairix-remove-tick-mark-original-article): New commands.
4706         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4707         (nnmairix-propagate-marks-to-nnmairix-groups)
4708         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4709         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4710         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4711         functions needed for marks propagation and manipulation of read marks.
4712         (nnmairix-update-groups): New function.
4713         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4714         (nnmairix-determine-original-group-from-registry)
4715         (nnmairix-determine-original-group-from-path)
4716         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4717         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4718         New helper functions.
4719         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4720         keystrokes for new commands.
4721         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4722         (nnmairix-request-group): Check allow-fast group parameter.
4723         (nnmairix-request-create-group): Set allow-fast group parameter if
4724         nnmairix-allowfast-default is set.
4725         (nnmairix-close-group): Propagate marks upon closing if needed.
4726         (nnmairix-group-toggle-threads-this-group): Use new.
4727         nnmairix-group-toggle-parameter helper function.
4728         (nnmairix-search): Better check for empty search result.
4729         (nnmairix-goto-original-article): Use new helper functions for
4730         determining original article.
4731         (nnmairix-show-original-article): Make sure message-id is in brackets.
4732         (nnmairix-call-mairix-binary): Change variable name.
4733         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4734         helper function.
4735         (nnmairix-widget-toggle-activate): Fix doc string.
4736
4737 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * nnir.el: Require edmacro when compiling with XEmacs.
4740         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4741         available in Emacs 21.
4742
4743 2008-06-11  Glenn Morris  <rgm@gnu.org>
4744
4745         * gnus-util.el (x-focus-frame):
4746         * gnus.el (image-size):
4747         * mm-decode.el (image-size): Declare.
4748
4749         * gnus-picon.el (declare-function): Add compat definition.
4750         (image-size): Declare.
4751
4752         * gnus-group.el (tool-bar-map):
4753         * gnus-sum.el (tool-bar-map): Define for compiler.
4754
4755         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4756
4757         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4758
4759         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4760         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4761         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4762         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4763         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4764         * sieve-manage.el, spam-report.el, spam.el:
4765         Remove unnecessary eval-and-compile of autoloads.
4766
4767 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4768
4769         * auth-source.el: Precise Tramp doc.
4770
4771 2008-06-07  Glenn Morris  <rgm@gnu.org>
4772
4773         * nnmairix.el: Remove unnecessary eval-when-compile.
4774
4775 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * lpath.el: Fbind propertize for XEmacs 21.4.
4778
4779 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4780
4781         * nnir.el: Move here from ../contrib.
4782
4783 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4784
4785         * gnus-util.el (gnus-read-shell-command): New function.
4786         * mm-decode.el (mm-pipe-part):
4787         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4788
4789 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4792
4793 2008-06-03  Glenn Morris  <rgm@gnu.org>
4794
4795         * pop3.el (nnheader-accept-process-output): Autoload it.
4796
4797 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4800         are not 2-digit hexadecimal characters that follow `%'s.
4801
4802 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4803
4804         * message.el (message-bogus-recipient-p): Fix type in doc string.
4805         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4806         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4807         Improve custom options.
4808         (message-bogus-recipient-p): Adjust accordingly.
4809
4810 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4811
4812         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4813         long-form month and day names.
4814
4815 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * dgnushack.el: Autoload debug, eudc-expand-inline and
4818         pgg-snarf-keys-region for XEmacs.
4819
4820         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4821
4822         * nnmairix.el: Require edmacro when compiling with XEmacs.
4823
4824 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4825
4826         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4827         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4828
4829 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4830
4831         * auth-source.el: Add more docs.
4832
4833         * netrc.el (netrc-machine): Always match if the port is not given.
4834
4835 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836
4837         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4838         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4839         retrieval faster in some cases, but might make CPU usage larger.  If
4840         this has any bad side effects, we might revert this change.
4841
4842         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4843         seems to make mail retrieval much, much faster.
4844         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4845         unconditionally.
4846
4847         * gnus-draft.el (gnus-group-send-queue): Bind
4848         message-send-mail-partially-limit to nil to avoid being prompted.
4849
4850 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4851
4852         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4853
4854         * message.el (message-bogus-address-regexp): Fix and improve custom
4855         type.
4856         (message-setup-hook): Add message-check-recipients as custom option.
4857
4858 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * message.el (message-cite-function): Remove bogus autoload which crept
4861         in during merge from v5-10.
4862
4863 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4864
4865         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4866
4867         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4868
4869         * auth-source.el: Preliminary Tramp docs.
4870         (auth-sources): Change the default auth-sources to use
4871         EPA .gpg files.
4872
4873 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4874
4875         * nntp.el: Autoload `auth-source-user-or-password'.
4876         (nntp-send-authinfo): Use it.
4877
4878         * nnimap.el: Autoload `auth-source-user-or-password'.
4879         (nnimap-open-connection): Use it.
4880
4881         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4882         for the gnus-message function.
4883         (auth-source-user-or-password): Use it.
4884
4885 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4886
4887         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4888         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4889         (rfc2104-hash): Use it.
4890
4891 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4892
4893         * gnus-art.el (gnus-article-toggle-truncate-lines):
4894         Don't use `iff' in docstring.
4895
4896 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4897
4898         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4899
4900         * gnus-util.el (gnus-extract-address-component-name)
4901         (gnus-extract-address-component-email): Convenience functions around
4902         `gnus-extract-address-components'.
4903
4904         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4905         Use `gnus-extract-address-component-email' to fix bug of comparing full
4906         sender name to `user-mail-address'.
4907
4908 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4909
4910         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4911         catch/throw to optimize.
4912         (gnus-registry-find-keywords): Just use member to find a keyword.
4913
4914 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4915
4916         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4917         is current before calling gnus-server-prepare.
4918         (gnus-server-setup-buffer, gnus-server-update-server)
4919         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4920
4921 2008-05-04  Juri Linkov  <juri@jurta.org>
4922
4923         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4924         (mailcap-file-default-commands): Use mailcap-replace-in-string
4925         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4926         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4927
4928 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4929
4930         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4931
4932 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4933
4934         * gnus.el: Bump version to 0.11.
4935
4936 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4937
4938         * gnus.el: No Gnus v0.10 is released.
4939
4940 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4943         hooks.
4944         (gnus-update-read-articles): Speed up non-marks-using users.
4945         (gnus-use-marks): Define gnus-use-marks.
4946         (gnus-propagate-marks): Rename variable to something more sensible.
4947
4948 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4949
4950         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4951         (gmm-image-load-path-for-library): Fix typos in docstrings.
4952         (gmm-message): Reflow docstring.
4953
4954 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4955
4956         * mail-source.el (mail-source-set-1, mail-source-bind):
4957         Move auth-source code out of the macro to clean it up and fix bugs.
4958
4959 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4960
4961         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4962         by sender if it's equal to user-mail-address, it's likely to be
4963         useless.
4964
4965         * mail-source.el (mail-source-bind): Don't use user or password if they
4966         are not bound.  Unintern them if they are nil.  Don't use server unless
4967         it's bound, and default it to empty string otherwise.
4968
4969 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4970
4971         * mail-source.el: Load auth-source.el.
4972         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4973         get user name or password, if auth-sources is set up.
4974
4975         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4976         strategy of splitting with parent.
4977         (gnus-registry-split-fancy-with-parent)
4978         (gnus-registry-post-process-groups): Use it and fix prior
4979         bug (returning a list as the split result).
4980
4981         * auth-source.el (auth-sources): Remove server parameter.
4982         (auth-source-pick, auth-source-user-or-password)
4983         (auth-source-user-or-password-imap)
4984         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4985         (auth-source-user-or-password-sftp)
4986         (auth-source-user-or-password-smtp): Remove server parameter.
4987
4988 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4989
4990         * smime.el (smime-sign-region, smime-encrypt-region)
4991         (smime-decrypt-region):
4992         Remove redundant calls to `generate-new-buffer-name'.
4993
4994 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4995
4996         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4997         Don't use QP for message/rfc822.
4998         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4999
5000 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5001
5002         * sieve-manage.el (sieve-string-bytes): Remove.
5003         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5004         correct byte-length only if the process's coding-system is the same as
5005         the one used internally by Emacs to represent strings.
5006
5007 2008-04-22  Juri Linkov  <juri@jurta.org>
5008
5009         * mailcap.el (mailcap-file-default-commands): New function.
5010
5011 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5012
5013         * message.el (message-signature-separator, message-cite-function):
5014         Change custom version.
5015
5016 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5017
5018         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5019         commands.
5020         (tls-checktrust): Ditto.
5021
5022 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5023
5024         * mm-decode.el (mm-display-external): Make temp file read-only.
5025
5026 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5027
5028         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5029         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5030         `C-c C-f d'.
5031
5032 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5033
5034         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5035
5036 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5037
5038         * gnus.el: Bump version to 0.9.
5039
5040 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5041
5042         * gnus.el: No Gnus v0.8 is released.
5043
5044 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5045
5046         * mail-source.el (mail-source-value):
5047         Prefer fboundp to functionp so it works with macros as well.
5048
5049 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5050
5051         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5052         Fix last change in case the element is not even a symbol.
5053
5054 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5055
5056         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5057         Prefer fboundp to functionp so it works with macros as well.
5058
5059 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5060
5061         * auth-source.el: Added docs.
5062         (auth-sources): Modify format to support server.
5063         (auth-source-pick, auth-source-user-or-password)
5064         (auth-source-user-or-password-imap)
5065         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5066         (auth-source-user-or-password-sftp)
5067         (auth-source-user-or-password-smtp): Add server parameter.
5068
5069 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5070
5071         * gnus-registry.el: Initialize the registry when gnus-registry-install
5072         is t.
5073
5074 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * compface.el (uncompface): Make buffer unibyte.
5077
5078 2008-04-05  Glenn Morris  <rgm@gnu.org>
5079
5080         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5081
5082 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5083
5084         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5085         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5086
5087         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5088         multibyteness after rather than before erasing it.
5089
5090         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5091         mm-with-multibyte.
5092         (gnus-request-article-this-buffer): Make sure the proper decoding is
5093         used if gnus-original-article-buffer happens to be unibyte.
5094
5095         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5096         default-enable-multibyte-characters.
5097
5098         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5099         default-enable-multibyte-characters.
5100
5101         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5102
5103         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5104
5105 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5106
5107         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5108         (imap-message-copyuid-1): Use it.
5109         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5110         J. Williams in
5111         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5112
5113         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5114         imap-enable-exchange-bug-workaround.
5115         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5116
5117 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5118
5119         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5120         a 100 byte status-checks into a 2-3MB transfer for each group.
5121         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5122         to enable bug workaround or not.
5123         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5124
5125 2008-03-31  Glenn Morris  <rgm@gnu.org>
5126
5127         * message.el (mml2015-use): Declare for compiler.
5128         (message-info): Require mml2015 when appropriate.
5129
5130 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5133         whitespace.
5134
5135 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5136
5137         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5138         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5139         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5140         (nntp-service-to-port): New function.
5141         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5142         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5143         (nntp-open-netcat-stream): New function.
5144         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5145
5146 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5147
5148         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5149
5150 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5151
5152         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5153
5154 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5155
5156         * dns.el (dns-write): Use set-buffer-multibyte.
5157
5158 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5159
5160         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5161
5162 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5163
5164         * message.el (message-signature-separator): Change default.
5165         Improve custom type.
5166         (message-cite-function): Change default to
5167         message-cite-original-without-signature.
5168
5169         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5170         toggle.
5171
5172         * message.el (message-check-news-body-syntax): Fix signature check.
5173         (message-setup-1): Mark buffer as unmodified _after_ running
5174         message-setup-hook and handling message-alternative-emails.
5175         (message-shorten-references): Be more strict when building list of
5176         valid references to comply with GNKSA.
5177
5178         * gnus-group.el (gnus-read-ephemeral-bug-group)
5179         (gnus-read-ephemeral-debian-bug-group)
5180         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5181
5182         * message.el (message-info): Don't use booleanp which isn't supported
5183         in Emacs 21 and XEmacs.
5184
5185 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5186
5187         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5188         gnus-group-gmane-group-download-format.
5189         (gnus-group-read-ephemeral-gmane-group): Rename from
5190         gnus-group-read-ephemeral-gmane-group.
5191         (gnus-read-ephemeral-gmane-group-url): Rename from
5192         gnus-group-read-ephemeral-gmane-group-url.
5193         (gnus-bug-group-download-format-alist): New variable.
5194         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5195         (gnus-read-ephemeral-emacs-bug-group): New commands.
5196
5197 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5200         (gnus-visible-headers): Improve custom type.
5201
5202 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5203
5204         * mml.el (mml-menu): Add workarounds for XEmacs.
5205
5206         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5207         X-Boundary header.
5208
5209         * message.el (message-simplify-recipients): Fix previous commit.
5210
5211 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5212
5213         * mm-util.el (mm-set-buffer-multibyte): New function.
5214         * mm-decode.el (mm-copy-to-buffer): Use it.
5215
5216 2008-03-19  Glenn Morris  <rgm@gnu.org>
5217
5218         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5219         Accidentally removed in the sync process with Emacs.
5220
5221 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5222
5223         * message.el (message-alter-recipients-discard-bogus-full-name):
5224         New function.
5225         (message-alter-recipients-function): New variable.
5226         (message-get-reply-headers): Use it.
5227         (message-replace-header): New helper function.
5228         (message-recipients-without-full-name): New variable.
5229         (message-simplify-recipients): New command.
5230
5231         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5232
5233         * message.el (message-info): Handle EasyPG manual.
5234
5235         * mml.el (mml-menu): Add entry for EasyPG.
5236
5237 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5238
5239         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5240         parameter.
5241
5242         * message.el (message-disassociate-draft): Specify drafts group name
5243         fully.
5244
5245 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5246
5247         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5248         unnecessary duplicates from the match list.
5249
5250 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5253
5254         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5255
5256         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5257         args of `how-many' of which the XEmacs version doesn't take; declare
5258         Info-index-next as function.
5259
5260 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * gnus-score.el (gnus-score-headers): Fix handling of
5263         gnus-inhibit-slow-scoring.
5264
5265         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5266         string.
5267         (gnus-button-url-regexp): Improve handling of parenthesis.
5268         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5269         (gnus-button-handle-info-keystrokes): Handle index entries.
5270
5271 2008-03-15  Glenn Morris  <rgm@gnu.org>
5272
5273         * parse-time.el (parse-time-string): Simplify.
5274
5275 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5278         Incoming* files.
5279
5280 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5281
5282         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5283         (auth-source-pick): Use it.
5284
5285 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5286
5287         * binhex.el (binhex-decode-region-internal):
5288         * uudecode.el (uudecode-decode-region-internal):
5289         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5290         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5291         setting default-enable-multibyte-characters.
5292
5293 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5294
5295         * auth-source.el (auth-source-protocols)
5296         (auth-source-protocols-customize, auth-source-choices): Added and
5297         modified variable customizations and defaults.
5298         (auth-source-pick, auth-source-user-or-password)
5299         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5300         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5301         (auth-source-user-or-password-sftp)
5302         (auth-source-user-or-password-smtp): Use new variables and provide an
5303         interface to netrc.el.
5304
5305 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5308         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5309         Make sure the nntp port to specify is a string.
5310
5311 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5312
5313         * nntp.el: Use with-current-buffer.
5314         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5315         dubious mm-with-unibyte-current-buffer.
5316         (nntp-with-open-group-function): New function extracted from
5317         nntp-with-open-group macro.
5318         (nntp-with-open-group): Use the function, so it's easier to debug.
5319         Add indentation and debugging info.
5320         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5321         the use of the netcat alternatives.
5322
5323         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5324         Avoid mm-string-as-multibyte as well.
5325
5326         * nnweb.el (nnweb-insert-html):
5327         Remove use of nnheader-string-as-multibyte.
5328
5329         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5330         (nnheader-string-as-multibyte): Remove.
5331
5332         * mm-view.el: Use inhibit-read-only.
5333         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5334         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5335         or unibyte-string.
5336
5337         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5338         (mm-uu-yenc-extract): Use with-current-buffer.
5339
5340         * gnus-soup.el (gnus-soup-send-packet): Don't use
5341         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5342
5343         * nnmh.el: Use with-current-buffer.
5344         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5345         mm-string-as-multibyte on the output of mm-encode-coding-string.
5346
5347         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5348         (nnimap-request-move-article): Use with-current-buffer.
5349
5350         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5351         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5352         conversion uses string-make-unibyte rather than string-as-unibyte.
5353
5354         * gnus-msg.el: Use with-current-buffer.
5355
5356         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5357
5358 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5359
5360         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5361         string for caching if it is 'PIN.
5362
5363 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * lpath.el: Consider the case without Emacs/W3.
5366
5367 2008-03-08  Glenn Morris  <rgm@gnu.org>
5368
5369         * time-date.el (date-to-time, time-subtract, time-add)
5370         (safe-date-to-time): Doc fixes.
5371
5372 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * mail-source.el (mail-source-delete-old-incoming-confirm):
5375         Change default to nil.
5376         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5377
5378 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * lpath.el: Rearrange.
5381
5382         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5383         (gnus-article-goto-prev-page): Work for articles having ^L's.
5384
5385         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5386
5387         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5388
5389 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5390
5391         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5392         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5393         (gnus-bookmark-jump): Adjust some variable names.
5394
5395 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5396
5397         * auth-source.el: New package.
5398         (auth-source-choices): Add customization entry point variable.
5399
5400         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5401         bug.
5402
5403 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5404
5405         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5406         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5407         (gnus-registry-install-shortcuts): Rename from
5408         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5409         the `gnus-registry-mark-map' keymap dynamically from
5410         `gnus-registry-marks'.  The generated functions update the summary line
5411         when a registry mark is added or deleted, and will call
5412         `gnus-registry-install-p' (see the comments in the code).
5413         (gnus-registry-user-format-function-M): Use concat intelligently.
5414
5415         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5416         the registry mark functions.
5417
5418 2008-03-05  Glenn Morris  <rgm@gnu.org>
5419
5420         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5421         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5422         gnus-art.
5423         (top-level): No need to load own source when compiling.
5424
5425 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5426
5427         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5428         Suggested by <chris.anderton@zetnet.co.uk>.
5429
5430 2008-03-04  Glenn Morris  <rgm@gnu.org>
5431
5432         * gnus-sum.el (top-level): No need to require gnus when compiling,
5433         since unconditionally required near start of file.
5434         (gnus-summary-display-while-building): Move definition before use.
5435
5436 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5437
5438         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5439         formatting function.
5440
5441 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5442
5443         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5444         with plists.
5445         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5446         Use new format.
5447
5448 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5451         `where-is-internal' that returns a range of key sequences.
5452
5453 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5454
5455         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5456
5457         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5458         (gnus-summary-jump-to-group): Consider windows on other displayed
5459         frames as well.  Similar changes might be needed elsewhere, but that's
5460         the one I've bumped into during my use.
5461
5462         * nndoc.el (nndoc-oe-dbx-type-p):
5463         * gnus-msg.el (gnus-debug):
5464         * gnus-group.el (gnus-update-group-mark-positions):
5465         Use mm-string-to-multibyte.
5466
5467 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5468
5469         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5470         doesn't handle NotDashEscaped.
5471
5472         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5473         (mml-dnd-attach-options): Fix typo in custom choice.
5474
5475         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5476         nndoc-article-type to mbox.
5477         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5478
5479         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5480         to nil, instead of html2text.
5481
5482         * imap.el (imap-debug): Add `imap-ping-server'.
5483
5484         * gnus-bookmark.el: Add FIXMEs.
5485
5486         * message.el (message-form-letter-separator)
5487         (message-send-form-letter-delay): New variables.
5488         (message-send-form-letter): Use them.  New command to send form
5489         letters.  Requested by Uwe Siart.
5490         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5491
5492 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5493
5494         * Update copyright years.
5495
5496 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         Sync from EMACS_22_BASE.
5499
5500         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5501
5502 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5503
5504         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5505         empty author.
5506
5507 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5508
5509         * gnus-registry.el (gnus-registry-marks): Add variable for
5510         customization of marks and their appearance.
5511         (gnus-registry-read-mark): Use it.
5512         (gnus-registry-do-marks): Add utility function to loop through
5513         `gnus-registry-marks'.
5514         (gnus-registry-install-shortcuts-and-menus): Add function to install
5515         shortcuts and menus.
5516         (gnus-registry-initialize): Use it.
5517         (gnus-registry-default-mark): Clarify documentation.
5518
5519 2008-02-29  Glenn Morris  <rgm@gnu.org>
5520
5521         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5522         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5523         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5524         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5525         Change defcustom :version from 23.0 to 23.1.
5526
5527 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5528
5529         * gnus-registry.el (gnus-registry-follow-group-p)
5530         (gnus-registry-post-process-groups): Add functions to aid registry
5531         splitting and improve logging.  Clarify behavior in function
5532         documentation.
5533         (gnus-registry-split-fancy-with-parent): Use them.
5534
5535 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5536
5537         * gnus-art.el: Use with-current-buffer.
5538
5539 2008-02-27  David Engster  <dengste@eml.cc>
5540
5541         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5542         Express real group name in the response.
5543
5544 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5547         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5548         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5549         autoload gnus-registry-fetch-group when compiling.
5550         (nnmairix-request-group-with-article-number-correction): Remove
5551         unreferenced argument passed to nnmairix-call-backend.
5552
5553 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5554
5555         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5556         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5557         Wilde.
5558
5559 2008-02-27  Glenn Morris  <rgm@gnu.org>
5560
5561         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5562         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5563         variables to defconsts.  Convert comments to doc-strings.
5564         (nnmairix-last-server, nnmairix-current-server): Convert from free
5565         variables to defvars.  Convert comments to doc-strings.
5566         (gnus-registry-fetch-group): Autoload.
5567         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5568         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5569         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5570         caddr.
5571         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5572         nnmairix-request-group-with-article-number-correction call.
5573         (nnmairix-fast, nnmairix-group): New, less general names, for free
5574         variables passed from nnmairix-request-group to
5575         nnmairix-request-group-with-article-number-correction.  Declare.
5576         (nnmairix-request-group-with-article-number-correction):
5577         Use nnmairix-fast, nnmairix-group rather than fast, group.
5578
5579 2008-02-26  David Engster  <dengste@eml.cc>
5580
5581         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5582         version 0.5.
5583
5584 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5585
5586         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5587         instead of making an extra function call.  Don't add the current group
5588         to articles only when they have the group.  Use
5589         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5590         Reported by David <de_bb@arcor.de>.
5591
5592 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5595         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5596
5597 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * mail-source.el (mail-source-delete-incoming): Change default.
5600         Supplement doc string.
5601
5602         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5603
5604 2008-02-14  Glenn Morris  <rgm@gnu.org>
5605
5606         * time-date.el (format-seconds): New function.
5607
5608 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * nnmail.el (nnmail-message-id-cache-file): Derive from
5611         `gnus-home-directory'.
5612
5613 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5616         Document negative prefix.
5617
5618         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5619
5620 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * message.el (message-unsent-separator): Add the Exim bounce
5623         separator.
5624
5625 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5626
5627         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5628         list.
5629         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5630         recipient/signer list.
5631
5632 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * Makefile.in (datarootdir): Define.
5635         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5636         name that might contain whitespace.
5637
5638 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5641         fbound (Emacs 23 unicode), signal an error.
5642
5643 2008-02-08  Glenn Morris  <rgm@gnu.org>
5644
5645         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5646
5647 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5648
5649         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5650         ports to the calls to `netrc-machine-user-or-password' in addition to
5651         "imap" and "imaps".
5652
5653 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5654
5655         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5656
5657         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5658
5659 2008-02-01  Kenichi Handa  <handa@m17n.org>
5660
5661         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5662         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5663         (rfc2104-hash): Convert the result of concat to unibyte string.
5664
5665 2008-02-01  Dave Love  <fx@gnu.org>
5666
5667         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5668         coding-system-for-read.
5669         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5670
5671 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5672
5673         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5674         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5675         <hanche@math.ntnu.no>.
5676
5677 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5680
5681         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5682
5683 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5684
5685         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5686         * message.el (message-beginning-of-line): Use featurep instead of bound
5687         tests in order to resolve conditionals at compile time.
5688
5689 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5690
5691         * mail-source.el (mail-sources): Add `group' choice.
5692
5693         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5694         parameter `in-group' to control into which group the articles go.
5695         Add treatment of `group' mail-source.
5696
5697 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5700
5701         * mm-decode.el (mm-dissect-buffer): Decode description.
5702
5703         * mml.el (mml-to-mime): Encode message header first.
5704
5705 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5708         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5709
5710         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5711         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5712
5713 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5714
5715         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5716
5717 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5720         prefix keys.
5721         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5722         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5723         gnus-xmas.el.
5724
5725         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5726         (gnus-xmas-article-describe-bindings): New function.
5727         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5728         gnus-xmas-article-describe-bindings.
5729
5730         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5731
5732 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5735         Add new variables for article mark management.
5736         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5737         list of extra data entries which, when present, will indicate that the
5738         article ID should not be trimmed from the registry.
5739         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5740         functions.
5741         (gnus-registry-read-mark): New function to read a mark name from the
5742         user.
5743         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5744         (gnus-registry-set-article-mark-internal): New functions to add and
5745         remove marks.
5746         (gnus-registry-get-article-marks): New function to show the marks for
5747         an article, or retrieve them for further use.
5748
5749 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5752         keys when no argument is given.
5753
5754 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * imap.el (imap-ping-server): New variable.
5757         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5758         (imap-ping-server): Minor doc string fixes.
5759
5760 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5761
5762         * imap.el (imap-ping-server): New function.
5763         (imap-opened): Call imap-ping-server.
5764
5765 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5766
5767         * gnus-sum.el (gnus-article-sort-by-random)
5768         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5769         jidanni@jidanni.org.
5770
5771 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * gnus-art.el (gnus-article-describe-bindings): New function.
5774         (gnus-article-read-summary-keys): Use it.
5775         (gnus-article-mode-map): Bind `C-h b' to it.
5776
5777 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5780         XEmacs.
5781         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5782         against non-character events.
5783
5784         * lpath.el: Fbind map-keymap for Emacs 21.
5785
5786 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5787
5788         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5789         command.
5790         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5791         instead of END.  Change name of the temp file.
5792         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5793         customizable.
5794
5795 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5798         bind `S W' to gnus-article-wide-reply-with-original; set default
5799         binding to gnus-article-read-summary-send-keys.
5800         (gnus-article-read-summary-keys): Fix the order of keys; display
5801         continuation keys correctly in the echo area; describe bindings
5802         correctly when keys end with `C-h'.
5803         (gnus-article-read-summary-send-keys): New function.
5804         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5805         for gnus-article-read-summary-send-keys; display continuation keys
5806         correctly in the echo area.
5807         (gnus-article-reply-with-original): Ignore prefix argument.
5808         (gnus-article-wide-reply-with-original): New function.
5809
5810         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5811         Emacs 21.
5812
5813 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5816         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5817
5818 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5819
5820         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5821         (gnus-group-read-ephemeral-gmane-group): New command.
5822
5823 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5824
5825         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5826
5827 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5828
5829         * message.el (message-send-mail-function): Increase custom version.
5830
5831         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5832         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5833
5834 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5837         for the cases where imap-authenticate is called with a nil buffer
5838         parameter.
5839
5840 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5843         html parts correctly; support forwarded messages.
5844         (gnus-article-browse-html-article): Remove work buffers.
5845
5846         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5847         compiling.
5848         (netrc-bound-and-true-p): New macro.
5849         (netrc-parse): Use it instead of bound-and-true-p that is not available
5850         in XEmacs 21.4.
5851
5852 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * gnus-registry.el (gnus-registry-mark-article)
5855         (gnus-registry-article-marks): Add functionality to mark articles
5856         through the Gnus registry.
5857
5858         * encrypt.el: Clarify documentation for the new pgg method.
5859         (encrypt-file-alist): Add PGG option.
5860         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5861         functionality.  Abstract password key and messaging to external
5862         functions.
5863         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5864         (encrypt-message-method-and-cipher): Add new convenience external
5865         functions.
5866         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5867         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5868
5869         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5870         (netrc-parse): Use encrypt-file-alist to determine if
5871         encrypt-find-model or encrypt-insert-file-contents should be used.
5872
5873         * encrypt.el: Clarify documentation.  Load password-cache or
5874         password, whichever one is found first, instead of autoloading.
5875
5876 2007-12-19  Glenn Morris  <rgm@gnu.org>
5877
5878         * mml.el (message-options-set, message-narrow-to-head)
5879         (message-in-body-p, message-mail-p, message-encode-message-body):
5880         Autoload.
5881         (message-remove-header, message-narrow-to-headers-or-head)
5882         (message-subscribed-p, message-make-mail-followup-to)
5883         (message-position-on-field, message-news-p)
5884         (message-options-set-recipient, message-generate-headers)
5885         (message-sort-headers): Declare as functions.
5886
5887 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5890         convention in doc string.
5891
5892 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5895         title to html parts.
5896         (gnus-article-browse-html-article): Pass message header to it.
5897
5898         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5899
5900 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5903         or password compatible with XEmacs.
5904
5905 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5908         format document.
5909         (gnus-mime-delete-part): Don't write description line if empty.
5910         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5911
5912 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5913
5914         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5915         (gnus-summary-mark-read-and-unread-as-read)
5916         (gnus-summary-mark-current-read-and-unread-as-read)
5917         (gnus-summary-mark-unread-as-ticked): Doc fix.
5918         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5919
5920 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5923         Christoph Conrad <christoph.conrad@gmx.de>.
5924
5925 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5928         yes-or-no-p.
5929
5930 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * mm-decode.el (mm-add-meta-html-tag): New function.
5933         (mm-save-part-to-file, mm-pipe-part): Use it.
5934
5935         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5936         gnus-y-or-n-p instead of y-or-n-p.
5937         (gnus-article-browse-html-parts): Work with message/external-body; use
5938         mm-add-meta-html-tag.
5939
5940 2007-12-11  Glenn Morris  <rgm@gnu.org>
5941
5942         * gnus-cache.el: Require gnus-sum not just when compiling.
5943
5944         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5945
5946         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5947         definitions before use.
5948
5949         * mm-decode.el: Require gnus-util.
5950         (mm-remove-part): Only call delete-annotation on XEmacs.
5951
5952         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5953
5954         * nnmail.el: Require gnus-int.
5955
5956         * spam.el: Move `require's before `eval-when-compile's.
5957
5958         * gnus-ems.el (gnus-alive-p):
5959         * gnus-fun.el (message-goto-eoh):
5960         * gnus-util.el (gnus-group-name-decode):
5961         * mail-source.el (gnus-compress-sequence):
5962         * message.el (Info-goto-node, format-spec):
5963         * mm-bodies.el (message-options-get):
5964         * mm-decode.el (mm-view-pkcs7):
5965         * mm-util.el (gmm-write-region):
5966         * mml-smime.el (mml-compute-boundary)
5967         (gnus-completing-read-with-default):
5968         * mml.el (widget-button-press, gnus-make-hashtable):
5969         * mml1991.el (mm-decode-content-transfer-encoding)
5970         (mm-encode-content-transfer-encoding)
5971         (message-options-get, message-options-set):
5972         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5973         * nnfolder.el (gnus-request-group):
5974         * nnheader.el (ietf-drums-unfold-fws):
5975         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5976         * smime.el (gnus-run-mode-hooks):
5977         * spam-stat.el (gnus-message): Autoload.
5978
5979         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5980         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5981         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5982         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5983         Add declare-function compatibility definition.
5984
5985         * gnus-cache.el (nnvirtual-find-group-art):
5986         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5987         (gnus-add-image, gnus-add-wash-type):
5988         * gnus-group.el (nnkiboze-score-file):
5989         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5990         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5991         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5992         (message-tokenize-header, gnus-get-buffer-create)
5993         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5994         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5995         * gnus.el (gnus-group-decoded-name):
5996         * mail-source.el (imap-capability):
5997         * mm-bodies.el (message-options-set):
5998         * mm-decode.el (gnus-configure-windows):
5999         * mm-extern.el (message-goto-body):
6000         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6001         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6002         (epg-sub-key-validity, message-options-set):
6003         * mml.el (widget-event-point, gnus-configure-windows):
6004         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6005         * mml2015.el (epg-check-configuration, epg-configuration)
6006         (message-options-set):
6007         * nndb.el (nndb-request-article):
6008         * nnfolder.el (gnus-request-create-group):
6009         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6010         * nnmaildir.el (gnus-group-mark-article-read):
6011         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6012         * rfc1843.el (message-fetch-field):
6013         * spam.el (gnus-extract-address-components):
6014         Declare as functions.
6015
6016 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6019
6020         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6021
6022         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6023         bind show-trailing-whitespace for XEmacs.
6024
6025 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6026
6027         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6028         new no-op macro for backward compatibility.
6029
6030         * imap.el (imap-string-to-integer): New function.
6031
6032 2007-12-09  Glenn Morris  <rgm@gnu.org>
6033
6034         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6035
6036         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6037         * message.el, mm-view.el, sieve-manage.el, smime.el:
6038         Add declare-function compatibility definition.
6039
6040         * gnus-art.el (w3-region, w3m-region, Info-menu):
6041         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6042         * gnus-sum.el (gnus-get-predicate):
6043         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6044         * message.el (mail-abbrev-in-expansion-header-p):
6045         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6046         (w3m-detect-meta-charset, w3m-region):
6047         * sieve-manage.el (password-read, password-cache-add)
6048         (password-cache-remove):
6049         * smime.el (password-read-and-add): Declare as functions.
6050
6051 2007-12-08  David Kastrup  <dak@gnu.org>
6052
6053         * gnus-sum.el (gnus-summary-simplify-subject-query):
6054         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6055         `message'.
6056
6057 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6060         it to bind idna-program, installation-directory, defined-colors, and
6061         face-attribute for XEmacs of the version that compiles defcustom forms.
6062
6063 2007-12-07  Glenn Morris  <rgm@gnu.org>
6064
6065         * gnus-art.el (article-make-date-line): Revert previous change.
6066
6067 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6070
6071 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6072
6073         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6074         Call gnus-add-to-range ranges only once with a prepared article-list.
6075
6076 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6077
6078         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6079         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6080         group names with backslashes.  Reported by Tassilo Horn
6081         <tassilo@member.fsf.org>.
6082
6083 2007-12-06  Deepak Goel  <deego3@gmail.com>
6084
6085         * gnus-art.el (article-make-date-line):
6086         * gnus-start.el (gnus-load):
6087         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6088
6089 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-art.el (gnus-use-idna)
6092         * gnus-start.el (gnus-site-init-file)
6093         * message.el (message-use-idna)
6094         * mm-uu.el (mm-uu-hide-markers)
6095         * smiley.el (smiley-style): Revert changes that suppress warnings.
6096
6097 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6100         specify charset to html source.  Reported by Christoph Conrad
6101         <christoph.conrad@gmx.de>.
6102
6103 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6106         idna-program in order to suppress byte compile warning issued by XEmacs
6107         that came to byte compile the default value section of defcustom forms
6108         recently.
6109
6110         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6111         value of installation-directory.
6112
6113         * message.el (message-use-idna): Don't directly refer to the value of
6114         idna-program.
6115
6116         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6117
6118         * smiley.el (smiley-style): Don't directly call face-attribute.
6119
6120 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6121
6122         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6123
6124         * gnus-dired.el: Reduce Gnus dependencies.
6125         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6126         require.  Use autoloads instead.
6127         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6128         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6129         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6130         (gnus-dired-mode): Adjust doc string.
6131         (gnus-dired-mail-mode): New variable.
6132         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6133         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6134         (gnus-dired-mail-buffers): New function.  Return mail or message
6135         composition buffers.
6136         (gnus-dired-attach): Use it.
6137         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6138         NO-DECODE.
6139         (gnus-dired-print): Use `gnus-print-buffer' depending on
6140         `gnus-dired-mail-mode'.
6141
6142 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * rfc2047.el (rfc2047-encoded-word-regexp)
6145         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6146         explaining what regexp patterns are for.
6147
6148 2007-12-04  Glenn Morris  <rgm@gnu.org>
6149
6150         * password.el: Move to password-cache.el.
6151
6152         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6153         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6154         * mml-smime.el (password-read, password-cache-add)
6155         (password-cache-remove):
6156         No need to autoload, since mml-sec requires password.
6157
6158         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6159         * message.el (gnus-extract-address-components):
6160         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6161
6162         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6163         password.
6164
6165 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * mailcap.el: Reduce dependencies.
6168         (mail-header-parse-content-type): Autoload.
6169         (mailcap-delete-duplicates): New alias.
6170         (mailcap-mime-info): Add optional argument NO-DECODE.
6171         (mailcap-mime-types): Use mailcap-delete-duplicates.
6172
6173         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6174
6175 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6176
6177         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6178         (imap-parse-status): Upcase status-att for servers that sends them
6179         lower-case (e.g., MS Exchange 2007).
6180
6181 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6182
6183         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6184         function.
6185
6186         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6187         (gnus-uu-yenc-article): New function.
6188
6189         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6190
6191         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6192         buffer.
6193
6194 2007-12-02  Glenn Morris  <rgm@gnu.org>
6195
6196         * binhex.el (binhex): New custom group.
6197         (binhex-decoder-program, binhex-decoder-switches)
6198         (binhex-use-external): Move to the binhex custom group.
6199
6200         * uudecode.el (uudecode): New custom group.
6201         (uudecode-decoder-program, uudecode-decoder-switches)
6202         (uudecode-use-external): Move to the uudecode custom group.
6203
6204         * netrc.el (top-level): Don't load `encrypt' features.
6205         (netrc-parse): Don't use encrypt.
6206         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6207
6208         * encrypt.el: Remove file.
6209
6210 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6213         matches on patches.
6214
6215         * gnus-art.el (gnus-article-browse-html-article): Mention
6216         `mm-text-html-renderer' in the doc string.
6217
6218         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6219         string.  Add comments.
6220
6221         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6222         if rhs is ASCII.
6223
6224 2007-12-01  Glenn Morris  <rgm@gnu.org>
6225
6226         * mail-source.el (top-level): Require format-spec before
6227         eval-when-compile.
6228
6229 2007-11-30  Glenn Morris  <rgm@gnu.org>
6230
6231         * encrypt.el: Require password, rather than autoloading password-read.
6232
6233 2007-11-29  Glenn Morris  <rgm@gnu.org>
6234
6235         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6236         (sasl-make-client, sasl-next-step, sasl-step-data)
6237         (sasl-step-set-data): Declare as functions.
6238
6239 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6240
6241         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6242
6243 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6244
6245         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6246         certs should be verified and what is to be done in the event of a
6247         verification failure.
6248
6249         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6250         caller can indicate whether the cache should be disregarded for this
6251         call.  This way the result of the call is reproducible at all times and
6252         can be considered a canonical server name for the supplied method.
6253         (gnus-agent-method-p): Canonicalize server names by pushing their
6254         method through `gnus-method-to-server' using the no-cache argument.
6255
6256         * gnus-srvr.el (gnus-server-insert-server-line): Call
6257         `gnus-method-to-server' with `no-cache' argument.
6258
6259         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6260         gnus-agent-possibly-synchronize-flags as this should be called when the
6261         server is actually being opened.
6262         (gnus-agent-possibly-synchronize-flags)
6263         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6264         flags file of an agentized server to the latter function.
6265
6266         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6267         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6268         after a connection has been established successfully.
6269
6270 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-art.el (article-display-face): Force to display face if called
6273         interactively; check if gnus-article-x-face-too-ugly matches author.
6274         (article-display-x-face): Display face even if From header is missing
6275         as article-display-face does.
6276
6277 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6278
6279         * hashcash.el (message-narrow-to-headers-or-head)
6280         (message-fetch-field, message-goto-eoh)
6281         (message-narrow-to-headers): Declare as functions.
6282
6283 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6284
6285         * mail-source.el (mail-sources): Default to fetch from file for
6286         compatibility with default of nnmail-spool-file.
6287
6288 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6291         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6292         to look for encoded word that should be encoded again.
6293         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6294         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6295         encoding pattern.
6296         (rfc2047-decode-region): Switch strict regexp and loose one according
6297         to rfc2047-allow-irregular-q-encoded-words.
6298
6299 2007-11-25  Romain Francoise  <romain@orebokech.com>
6300
6301         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6302
6303 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * tls.el (tls-program): Provide more custom choices from
6306         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6307         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6308
6309 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6310
6311         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6312         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6313
6314         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6315         `nnmail-spool-file'.
6316
6317         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6318         `nnmail-spool-file'.
6319
6320         * gnus-move.el (gnus-change-server): Ditto.
6321
6322         * gnus-kill.el (gnus-batch-score): Ditto.
6323
6324         * gnus-cache.el (gnus-jog-cache): Ditto.
6325
6326         * gnus-msg.el (gnus-summary-reply):
6327         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6328
6329 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6332         version.  Minor improvement to doc strings.
6333         (tls-program): Add comment.
6334
6335 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6336
6337         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6338         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6339         mismatch between the hostname provided in the certificate and the name
6340         of the host connnecting to.
6341         (open-tls-stream): Use them.  Check certificates against trusted root
6342         certificates.
6343
6344 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6345
6346         * gnus-cache.el (gnus-cache-generate-nov-databases):
6347         Use nnml-generate-nov-databases-directory instead of
6348         nnml-generate-nov-databases-1.
6349
6350 2007-11-24  Glenn Morris  <rgm@gnu.org>
6351
6352         * message.el (message-tool-bar-retro): Update for rename
6353         mail_send.xpm->mail-send.xpm.
6354
6355 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6356
6357         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6358         `smime-ldap-search' for Emacs 22 and up.
6359
6360 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6361
6362         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6363
6364         * message.el (message-send-mail-function): Fix error convention.
6365         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6366         (message-widen-reply, message-send-mail, message-talkative-question)
6367         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6368         (message-clone-locals, message-send-news): Use with-current-buffer.
6369         (message-insert-or-toggle-importance): Remove unused var `valid'.
6370         (message-make-references): Remove unused var `new-references'.
6371         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6372
6373 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6374
6375         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6376         (spam-split-symbolic-return-positive): Reflow docstring.
6377         (spam-backends, spam-summary-exit-behavior)
6378         (spam-mark-ham-unread-before-move-from-spam-group)
6379         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6380         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6381         (spam-clear-cache, spam-backend-check, spam-install-backend)
6382         (spam-install-statistical-backend, spam-list-of-processors)
6383         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6384         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6385         (spam-check-crm114, spam-initialize, spam-unload-hook):
6386         Fix typos in docstrings.
6387
6388 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6391         been checked if they have never been read and those group levels are
6392         higher than the one that a user specified.
6393
6394 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6397         foreign groups unless a group level is specified by a user.
6398         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6399
6400 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * message.el (message-send-mail-function): Require sendmail.
6403
6404 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * message.el (message-send-mail-function): Check for smtpmail too.
6407
6408         * utf7.el (utf7-encode, utf7-decode): Use coding system
6409         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6410
6411         * message.el (message-send-mail-function): New function.
6412         (message-send-mail-function): Set default using
6413         message-send-mail-function.  Adjust doc string.
6414         (message-send-mail-with-mailclient): New function.
6415
6416 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6417
6418         * smime.el (from):
6419         * rfc2047.el (message-posting-charset):
6420         * qp.el (mm-use-ultra-safe-encoding):
6421         * pop3.el (parse-time-months):
6422         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6423         * nnml.el (files):
6424         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6425         (jka-compr-compression-info-list, ange-ftp-path-format)
6426         (efs-path-regexp):
6427         * nndiary.el (files):
6428         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6429         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6430         (epg-digest-algorithm-alist, inhibit-redisplay)
6431         (password-cache-expiry):
6432         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6433         (pgg-output-buffer, password-cache-expiry):
6434         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6435         (efs-path-regexp):
6436         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6437         (inhibit-redisplay):
6438         * mm-uu.el (file-name, start-point, end-point, entry)
6439         (gnus-newsgroup-name, gnus-newsgroup-charset):
6440         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6441         (latin-unity-ucs-list):
6442         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6443         (mm-uu-binhex-decode-function):
6444         * message.el (gnus-message-group-art, gnus-list-identifiers)
6445         (rmail-enable-mime-composing, gnus-local-organization)
6446         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6447         (gnus-read-active-file, facemenu-add-face-function)
6448         (facemenu-remove-face-function, gnus-article-decoded-p)
6449         (tool-bar-mode):
6450         * mail-source.el (display-time-mail-function):
6451         * gnus-util.el (nnmail-pathname-coding-system)
6452         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6453         (gnus-original-article-buffer, gnus-user-agent)
6454         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6455         (xemacs-codename, sxemacs-codename, emacs-program-version):
6456         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6457         * gnus-start.el (gnus-agent-covered-methods)
6458         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6459         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6460         (gnus-newsgroup-headers, gnus-group-list-mode)
6461         (gnus-group-mark-positions, gnus-newsgroup-data)
6462         (gnus-newsgroup-unreads, nnoo-state-alist)
6463         (gnus-current-select-method, mail-sources)
6464         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6465         (nnmail-spool-file, gnus-cache-active-hashtb):
6466         * gnus-mh.el (mh-lib-progs):
6467         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6468         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6469         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6470         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6471         (gnus-group-buffer):
6472         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6473         (font-lock-set-defaults):
6474         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6475         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6476         (gnus-summary-post-menu, total-parts, type, condition, length):
6477         * gnus-agent.el (gnus-agent-read-agentview):
6478         * flow-fill.el (show-trailing-whitespace):
6479         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6480         eval-and-compile wrappers for byte compiler pacifiers.
6481
6482         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6483         (mm-display-inline-fontify): Check for featurep 'xemacs not
6484         extent-list.
6485
6486         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6487         itimer-list.
6488         (mm-create-image-xemacs): Only do something for XEmacs.
6489         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6490
6491         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6492
6493         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6494         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6495
6496 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6497
6498         * nnimap.el (nnimap-split-download-body):
6499         * gnus-demon.el (gnus-demon):
6500         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6501
6502 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6505         macros.
6506         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6507         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6508         copy data from unibyte buffer to multibyte current buffer.
6509         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6510         to copy data from unibyte current buffer to multibyte buffer.
6511         (nntp-make-process-buffer): Make process buffer unibyte.
6512
6513         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6514
6515 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6516
6517         * pop3.el (pop3-open-server): Accept and process data more robustly at
6518         connexion start to avoid spurious "POP SSL connexion failed" errors.
6519
6520 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6523         read group names.
6524
6525 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6528
6529 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6532         (nnmail-save-active): Use a unibyte buffer when saving active file,
6533         which may contain non-ASCII group names.
6534
6535         * nnml.el (nnml-request-group): Decode group names in messages.
6536
6537 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6538
6539         * message.el (message-citation-line-function)
6540         (message-insert-formatted-citation-line): Fix spelling of
6541         `message-insert-formated-citation-line'.
6542
6543 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6546
6547 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6550         nnmail-pathname-coding-system.
6551
6552         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6553         that a user enters; decode group names in messages.
6554
6555         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6556
6557 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6560
6561         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6562
6563         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6564         risky local variable.
6565
6566         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6567
6568 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6569
6570         * encrypt.el: Improve documentation to fix function name typo.
6571         Reported by Daiki Ueno <ueno@unixuser.org>.
6572
6573 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6576         even if the point is not in the last page of an article.
6577         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6578         back to the previous page.
6579
6580 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6583
6584 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6587
6588 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6589
6590         * message.el (message-check-news-body-syntax): Avoid
6591         mm-string-as-multibyte.
6592         (message-hide-headers): Don't assume (point-min)==1.
6593
6594 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * message.el (message-remove-blank-cited-lines): Fix if remove is
6597         given.
6598         (message-bogus-address-regexp): New variable.
6599         (message-bogus-recipient-p): New function.
6600         (message-check-recipients): New command.
6601         (message-syntax-checks): Add `bogus-recipient'.
6602         (message-fix-before-sending): Add `bogus-recipient'.
6603
6604         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6605         (gnus-treat-body-boundary): Don't test window-system.
6606
6607 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6608
6609         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6610
6611 2007-10-28  Miles Bader  <miles@gnu.org>
6612
6613         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6614         at compile-time too.
6615
6616 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * gnus-msg.el (gnus-message-setup-hook): Add
6619         `message-remove-blank-cited-lines' to options.
6620
6621 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6622
6623         * message.el (message-remove-blank-cited-lines): New function.
6624         Suggested by Karl Plästerer.
6625
6626 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6629         mapc.
6630
6631         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6632         (top-level): Use mapc to set functions to be traced for debugging.
6633
6634         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6635         called for effect with while loop.
6636
6637         * message.el (message-talkative-question): Replace mapcar called for
6638         effect with mapc.
6639
6640         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6641         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6642         called for effect with dolist.
6643
6644         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6645
6646         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6647         gnus-extra-headers and nnmail-extra-headers.
6648
6649         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6650         called for effect with dolist.
6651         (top-level): Use mapc to set functions to be traced for debugging.
6652
6653         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6654         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6655         dolist.
6656
6657         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6658         Replace mapcar called for effect with mapc.
6659         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6660         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6661         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6662         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6663
6664         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6665         remove-if that's a cl function.
6666
6667         * webmail.el (webmail-debug): Replace mapcar called for effect with
6668         dolist.
6669
6670         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6671         with mapc.
6672
6673 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6676         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6677         with while loop.
6678
6679         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6680         functions from article-* functions.
6681         (gnus-multi-decode-header): Replace mapcar called for effect with
6682         dolist.
6683
6684         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6685         (gnus-bookmark-show-details): Replace mapcar called for effect with
6686         while loop.
6687
6688         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6689         called for effect with while loop.
6690
6691         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6692         with dolist.
6693
6694         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6695         mapcar called for effect with dolist.
6696
6697         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6698
6699         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6700         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6701         Replace mapcar called for effect with dolist.
6702         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6703         mapc.
6704
6705         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6706         Replace mapcar called for effect with dolist.
6707         (gnus-topic-list): Replace mapcar called for effect with mapc.
6708
6709         * gnus.el: Use mapc instead of mapcar to add autoloads.
6710
6711 2007-10-23  Richard Stallman  <rms@gnu.org>
6712
6713         * gnus-group.el (gnus-group-highlight): Mark as risky.
6714
6715 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus.el (gnus-server-to-method): Return method found first in
6718         gnus-newsrc-alist.
6719
6720         * gnus-art.el (gnus-article-highlight-signature)
6721         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6722         button overlay without the front stickiness.
6723
6724 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6725
6726         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6727         overview buffer needed a catch to receive its throw.
6728         (gnus-agent-flush-cache): Declared as interactive to make this function
6729         easier to use.
6730
6731 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6732
6733         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6734         `next-line'.
6735
6736 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6739         exclude address matching message-dont-reply-to-names.
6740
6741 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-util.el (gnus-string<): New function.
6744
6745         * gnus-sum.el (gnus-article-sort-by-author)
6746         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6747
6748 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6751         the frame-focus tag is set in gnus-buffer-configuration.
6752
6753 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6756         the front stickiness.
6757
6758 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6761         url pattern; remove duplicate one.
6762         (gnus-article-extend-url-button): New function.
6763         (gnus-article-add-buttons): Use it.
6764         (gnus-button-push): Use concatenated url that it makes.
6765
6766 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6767
6768         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6769
6770 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6771
6772         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6773         Don't hardcode point-min==1.
6774
6775 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6776
6777         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6778         Fix comment about "iso8859-1".
6779
6780 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6781
6782         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6783         ones returned from the verify-function.
6784
6785         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6786         mml2015-extract-cleartext-signature if extraction failed.
6787
6788 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6789
6790         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6791         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6792         failed.
6793
6794 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6795
6796         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6797
6798 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6801         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6802         recommends to use EasyPG instead of PGG.
6803
6804         * pgg.el: Revert to revision 6.23.2.16.
6805
6806         * pgg-def.el: Revert to revision 6.6.2.14.
6807
6808         * pgg-gpg.el: Revert to revision 6.23.2.34.
6809
6810 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6813         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6814         thread for both the null and zero (kill/expire thread) universal prefix
6815         cases.
6816         (gnus-summary-expire-thread): Add new function to expire a thread,
6817         using gnus-summary-kill-thread.
6818         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6819         shortcuts for gnus-summary-expire-thread.
6820         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6821         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6822
6823 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6824
6825         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6826         extras value, so an extras entry can be deleted.
6827         (gnus-registry-delete-extra-entry): Use it.
6828         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6829         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6830         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6831         storage through the gnus-registry, and provide an appropriate API for
6832         it.
6833
6834 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6837         Suggested by Leo <sdl.web@gmail.com>.
6838
6839         * gnus.el: Do.
6840
6841 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6844         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6845
6846         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6847
6848         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6849         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6850
6851 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6854         newline.
6855         (nnmbox-request-accept-article): Don't change article in source buffer;
6856         narrow to header to use message-fetch-field rather than
6857         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6858         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6859         as delimiters; make sure article ends with newline.
6860         (nnmbox-delete-mail): Correct last position of article to be deleted;
6861         ignore X-Gnus-Newsgroup header in article body.
6862         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6863         positions; make sure article ends with newline.
6864
6865         * message.el (message-display-abbrev): Don't infloop when a user
6866         inserts SPC in the beginning of header.
6867
6868         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6869         coding-system-for-read and coding-system-for-write for XEmacs having no
6870         file-coding feature.
6871
6872         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6873
6874 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6875
6876         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6877         list of groups not followed by default.  Fix type to be regexp.
6878         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6879
6880 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6881
6882         * hmac-def.el (define-hmac-function): Switch from old-style to
6883         new-style backquotes.
6884
6885         * md4.el (md4-make-step): Likewise.
6886
6887 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6890         raw-text coding system when saving .newsrc file, which may contain
6891         non-ASCII group names.
6892
6893 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-cus.el (gnus-score-extra): New widget.
6896         (gnus-score-extra-convert): New function.
6897         (gnus-score-customize): Use it for Extra.
6898
6899 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6900
6901         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6902         (mml2015-mailcrypt-clear-verify): Use it.
6903         (mml2015-gpg-clear-verify): Use it.
6904         (mml2015-pgg-clear-verify): Use it.
6905         (mml2015-epg-clear-verify): Replace the current part with the output
6906         from GnuPG; don't extract the plaintext by itself.
6907
6908         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6909         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6910         mml2015-clear-verify-function; don't touch the armor headers or
6911         dash-escaped text here.
6912
6913 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6916         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6917         parts, or application/octet-stream as a last resort.
6918         (gnus-mime-view-part-as-type): Don't toggle display.
6919         (gnus-mime-view-part-as-charset): Don't turn off display before
6920         querying charset.
6921
6922         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6923         stuff to undisplayer function in Emacs.
6924         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6925
6926         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6927         text/calendar parts.
6928
6929 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6932         decoding text/calendar parts.
6933
6934         * message.el (message-forward-make-body-mime): Always mark body as
6935         having no illegible text; remove signed-or-encrypted argument.
6936         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6937
6938         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6939         (mml-generate-mime-1): Don't encode body if it is specified to be in
6940         raw form; don't make buffer be unibyte when inserting multibyte string.
6941
6942 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6943
6944         * sha1.el: Fix up comment style.
6945         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6946         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6947
6948         * hex-util.el: Fix up comment style.
6949         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6950
6951         * gnus-salt.el: Use with-current-buffer.
6952         (gnus-pick-setup-message): Fix long-standing typo.
6953
6954 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * imap.el (imap-logout-timeout): New variable.
6957         (imap-logout, imap-logout-wait): New functions.
6958         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6959
6960         * nnimap.el (nnimap-logout-timeout): New server variable.
6961         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6962         nnimap-logout-timeout.
6963
6964         * gnus-art.el (gnus-article-summary-command-nosave)
6965         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6966
6967 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus.el (gnus-maximum-newsgroup): New variable.
6970
6971         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6972         according to gnus-maximum-newsgroup.
6973
6974         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6975         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6976         Limit the range of articles according to gnus-maximum-newsgroup.
6977
6978 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6979
6980         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6981         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6982         Don't perform gnus-configure-windows here; reuse existing sticky
6983         article buffer.
6984
6985         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6986         it doesn't exist in gnus-article-mode.
6987
6988 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6991         (gnus-agent-decoded-group-name): New function.
6992         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6993         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6994
6995 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6996
6997         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6998         Add binding for gnus-sticky-article.
6999         (gnus-summary-exit): Don't kill sticky article buffers.
7000
7001         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7002         article buffer.
7003         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7004         (gnus-kill-sticky-article-buffers): New commands.
7005
7006 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * nntp.el (nntp-xref-number-is-evil): New server variable.
7009         (nntp-find-group-and-number): If it is non-nil, don't trust article
7010         numbers in the Xref header.
7011
7012 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * gnus-agent.el (gnus-agent-read-group): New function.
7015         (gnus-agent-flush-group, gnus-agent-expire-group)
7016         (gnus-agent-regenerate-group): Use it.
7017         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7018         nnmail-pathname-coding-system.
7019
7020 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7023
7024         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7025         that are unread as unread, and also as selected so that information of
7026         marks having been changed by a user may be updated when exiting group.
7027
7028 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7031         calculated ignoring signature parts to gnus-treat-article.
7032
7033 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7036         a point here in order to keep the window start.
7037         (gnus-insert-mime-security-button): Make a button overlay without the
7038         front stickiness.
7039         (gnus-mime-display-security): Goto the end of a button.
7040
7041         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7042
7043 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7046         group-name-at-point.
7047         (gnus-group-completing-read): New function that offers decoded
7048         non-ASCII group names for completion.
7049         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7050         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7051         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7052         (gnus-group-fetch-control): Use it.
7053         (gnus-fetch-group): Use group-name-at-point for the initial value
7054         rather than the default value; use gnus-alive-p.
7055
7056         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7057         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7058         (gnus-summary-post-news): Use gnus-group-completing-read.
7059
7060         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7061         (gnus-read-move-group-name): Decode group name for completion.
7062
7063 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7064
7065         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7066         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7067         Yamaoka slightly modified the code).
7068
7069 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7072         (nnmail-split-incoming): Bind it.
7073
7074         * nnml.el (nnml-group-name-charset): New function.
7075         (nnml-decoded-group-name): Use it; don't decode group name if
7076         nnmail-group-names-not-encoded-p is non-nil.
7077         (nnml-encoded-group-name): New function.
7078         (nnml-group-pathname): Inline nnml-decoded-group-name.
7079         (nnml-request-expire-articles): Decode group name in message.
7080         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7081         nnmail-pathname-coding-system.
7082         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7083         not decoded ones according to nnmail-group-names-not-encoded-p.
7084         (nnml-generate-active-info): Use nnml-encoded-group-name.
7085
7086 2007-08-08  Glenn Morris  <rgm@gnu.org>
7087
7088         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7089         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7090         doc-strings and comments.
7091
7092 2007-07-25  Glenn Morris  <rgm@gnu.org>
7093
7094         * Relicense all FSF files to GPLv3 or later.
7095
7096 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-sum.el (gnus-summary-move-article): Make
7099         gnus-summary-respool-article work.
7100
7101 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7102
7103         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7104         string.
7105
7106 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7107
7108         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7109         that should be ignored when comparing distant RSS articles with local
7110         ones.
7111         (nnrss-make-hash-index): New function.  Create a hash index according
7112         to the ignored fields.
7113         (nnrss-check-group): Use it.
7114
7115 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7118
7119         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7120
7121         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7122         the new optional argument ENCODED is non-nil.
7123         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7124         coding system for encoding group name.
7125         (gnus-group-make-rss-group): Pass un-encoded group name to
7126         gnus-group-make-group.
7127         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7128         encoded.
7129
7130         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7131         Encode group name to which articles are moved or copied.
7132         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7133         coding system for encoding Newsgroup, Followup-To and Xref headers.
7134
7135         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7136         marks; use nnheader-file-coding-system to write a file.
7137         (nnagent-retrieve-headers): Bind file-name-coding-system to
7138         nnmail-pathname-coding-system.
7139
7140         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7141
7142         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7143         (nnml-request-article, nnml-request-create-group)
7144         (nnml-request-rename-group, nnml-find-id)
7145         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7146         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7147         (nnml-save-marks): Use nnml-group-pathname instead of
7148         nnmail-group-pathname.
7149
7150         (nnml-request-create-group, nnml-request-expire-articles)
7151         (nnml-request-move-article, nnml-request-delete-group)
7152         (nnml-deletable-article-p, nnml-possibly-create-directory)
7153         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7154         (nnml-open-marks): Bind file-name-coding-system to
7155         nnmail-pathname-coding-system.
7156
7157         (nnml-request-article): Pass server argument to nnml-find-group-number.
7158         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7159         server argument to nnml-possibly-create-directory.
7160         (nnml-request-accept-article): Pass server argument to
7161         nnml-active-number and nnml-save-mail.
7162         (nnml-find-group-number): Pass server argument to nnml-find-id.
7163         (nnml-request-update-info): Pass server argument to
7164         nnml-marks-changed-p.
7165
7166         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7167         (nnml-save-mail, nnml-active-number): Add server argument.
7168
7169         (nnml-request-delete-group): Warn if group is missing.
7170         (nnml-get-nov-buffer): Decode group name.
7171         (nnml-generate-active-info): Encode group name.
7172         (nnml-open-marks): Decode group name in messages.
7173
7174 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7177         if it is not specified.
7178         (gnus-article-pipe-part, gnus-article-save-part)
7179         (gnus-article-interactively-view-part, gnus-article-copy-part)
7180         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7181         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7182         (gnus-article-replace-part, gnus-article-delete-part)
7183         (gnus-article-view-part-as-type): Pass raw prefix argument to
7184         gnus-article-part-wrapper.
7185
7186 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * gnus-agent.el (gnus-agent-save-active): Bind
7189         nnheader-file-coding-system to gnus-agent-file-coding-system.
7190
7191         * gnus-cache.el (gnus-cache-save-buffers)
7192         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7193         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7194         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7195         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7196         (gnus-cache-generate-active, gnus-cache-rename-group)
7197         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7198         (gnus-cache-update-overview-total-fetched-for): Bind
7199         file-name-coding-system to nnmail-pathname-coding-system.
7200         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7201         variables.
7202         (gnus-cache-decoded-group-name): New function.
7203         (gnus-cache-file-name): Use it.
7204         (gnus-cache-generate-active): Use non-decoded group name for active.
7205
7206         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7207         right place.
7208         (gnus-write-active-file): Don't break non-ASCII group names.
7209
7210         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7211         nnmail-pathname-coding-system.
7212
7213         * lpath.el: Bind default-file-name-coding-system,
7214         file-name-coding-system and language-info-alist for XEmacs.
7215
7216         * gnus-uu.el (gnus-uu-decode-save): Typo.
7217
7218 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7221
7222 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7225         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7226         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7227         (gnus-agent-flush-group, gnus-agent-flush-cache)
7228         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7229         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7230         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7231         (gnus-agent-regenerate-group)
7232         (gnus-agent-update-files-total-fetched-for)
7233         (gnus-agent-update-view-total-fetched-for): Bind
7234         file-name-coding-system to nnmail-pathname-coding-system.
7235         (gnus-agent-group-pathname): Don't encode file names by
7236         nnmail-pathname-coding-system.
7237         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7238         coding-system-for-write instead of buffer-file-coding-system to
7239         gnus-agent-file-coding-system.
7240
7241         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7242         Decode group name.
7243
7244         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7245
7246         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7247         (gnus-read-newsrc-el-file): Make group names unibyte.
7248
7249         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7250         nnmail-pathname-coding-system.
7251
7252         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7253         (nnrss-request-delete-group): Bind file-name-coding-system to
7254         nnmail-pathname-coding-system.
7255         (nnrss-read-server-data, nnrss-read-group-data): Bind
7256         file-name-coding-system correctly.
7257         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7258
7259         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7260         (nntp-server-to-method-cache): New variable.
7261         (nntp-group-pathname): New function that decodes non-ASCII group names.
7262         (nntp-possibly-create-directory, nntp-marks-changed-p)
7263         (nntp-save-marks, nntp-open-marks): Use it.
7264         (nntp-possibly-create-directory, nntp-open-marks):
7265         Bind file-name-coding-system to nnmail-pathname-coding-system.
7266         (nntp-open-marks): Decode group names when bootstrapping marks.
7267
7268         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7269         Newsgroups and Folowup-To headers.
7270
7271 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7274         (gnus-server-closed-face, gnus-server-denied-face)
7275         (gnus-server-offline-face): Remove variable.
7276         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7277
7278         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7279         of modifying message-stack directly for XEmacs.
7280
7281         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7282         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7283         if the coding-system argument is nil for XEmacs.
7284
7285         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7286         mm-charset-override-alist.
7287
7288         * rfc2047.el: Don't require base64; require rfc2045 for the function
7289         rfc2045-encode-string.
7290         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7291         to quote the parameter value.
7292
7293 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7296         form in gnus-group-name-charset-method-alist.
7297
7298         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7299         overrides the default layout edit-form.
7300
7301         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7302
7303         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7304
7305 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7308         as unfetched articles.
7309
7310 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7313
7314 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7317         original back end that keeps marks in the local system.
7318
7319 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7322         arg of pop-to-buffer for XEmacs.
7323         (gnus-article-read-summary-keys): Ditto; don't restore window
7324         configuration if summary command ends up with neither article buffer
7325         nor summary buffer; describe bindings if summary keys end with C-h.
7326
7327 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * message.el (message-fix-before-sending): Skip raw message part to be
7330         forwarded while checking illegible text.
7331         (message-forward-make-body-mime, message-forward-make-body): Mark
7332         signed or encrypted raw message as having no illegible text.
7333
7334 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7337         (gnus-message-with-timestamp-1): New macro.
7338         (gnus-message-with-timestamp): New function.
7339         (gnus-message): Use them.
7340
7341         * nnheader.el (nnheader-message): Use them.
7342
7343 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7346         .newsrc.eld file.
7347
7348 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-agent.el (gnus-agent-fetch-headers)
7351         (gnus-agent-retrieve-headers): Bind
7352         gnus-decode-encoded-address-function to identity.
7353
7354         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7355         available also when the server returns simply a dot.
7356
7357         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7358
7359 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7362
7363 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * gnus-ems.el (gnus-x-splash): Make it work.
7366
7367         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7368         from being used.
7369
7370         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7371
7372 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7375         4th and the 5th arguments.
7376
7377         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7378         the front stickiness.
7379         (gnus-article-summary-command-nosave): Correct the order of the
7380         arguments passed to pop-to-buffer.
7381         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7382         summary command ends up with the article buffer.
7383
7384         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7385         the same faces.
7386
7387 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7388
7389         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7390
7391 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7392
7393         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7394         * gnus-sum.el (gnus-summary-highlight):
7395         * pgg.el (pgg-sign-region, pgg-sign):
7396         * mail-source.el (mail-source-delete-old-incoming-confirm):
7397         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7398
7399 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus-art.el (gnus-mime-view-part-externally)
7402         (gnus-mime-view-part-internally): Fix predicate function passed to
7403         completing-read.
7404
7405         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7406
7407         * gnus.el (gnus-update-message-archive-method): Add :version.
7408
7409 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * gnus.el (gnus-update-message-archive-method): New variable.
7412
7413         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7414         according to gnus-message-archive-method if
7415         gnus-update-message-archive-method is non-nil.
7416
7417 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7420         by Loic Dachary <loic@dachary.org>.
7421         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7422
7423 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * message.el (message-pop-to-buffer): Add switch-function argument.
7426         (message-mail): Pass switch-function argument to it.
7427
7428 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7431         Improve doc string.
7432
7433 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7436         (gnus-header-content)
7437         * gnus-cite.el (gnus-cite-10)
7438         * gnus-srvr.el (gnus-server-closed)
7439         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7440         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7441         (gnus-group-mail-3-empty, gnus-group-mail-low)
7442         (gnus-group-mail-low-empty, gnus-splash)
7443         * message.el (message-header-to, message-header-cc)
7444         (message-header-subject, message-header-other, message-header-name)
7445         (message-header-xheader, message-separator, message-cited-text)
7446         (message-mml): Lighten colors of faces used for dark background.
7447
7448 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7449
7450         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7451         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7452
7453 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * message.el (message-narrow-to-headers-or-head):
7456         Ignore mail-header-separator in the body.
7457
7458 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7461         same as window size.
7462
7463 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7464
7465         * message.el (message-font-lock-keywords): Use message-header-xheader
7466         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7467         ahead of the anything pattern, to get it recognised.
7468
7469 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7472         spam.el loads uses it in the compiled defadvice form.
7473
7474 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7475
7476         * gnus-sum.el (gnus-articles-to-read)
7477         (gnus-summary-insert-old-articles): Don't truncate group name for
7478         `read-string'.
7479
7480         * gnus-util.el (gnus-limit-string): Delete this function.
7481
7482         * gnus-sum.el (gnus-simplify-subject-fully): Use
7483         `truncate-string-to-width' instead.
7484
7485 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7486
7487         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7488         if, on summary exit, the next group has to be selected.
7489         (gnus-summary-exit): Use it.
7490
7491 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7494         non-break space.
7495
7496 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7499         Check if group is not a directory.
7500         (nnfolder-request-expire-articles): Don't delete articles if the target
7501         group is not available.
7502
7503         * nnml.el (nnml-request-create-group): Properly check if group is not a
7504         file.
7505         (nnml-request-expire-articles): Don't delete articles if the target
7506         group is not available.
7507
7508         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7509         Don't quote characters that are within parentheses.
7510
7511 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7514         (gnus-handle-ephemeral-exit): Select article according to it.
7515
7516 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * message.el (message-insert-formated-citation-line): Remove newline.
7519         (message-citation-line-format): Add final \n here so that the user can
7520         avoid a blank line.
7521
7522 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7523
7524         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7525         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7526         Update lanl/arXiv support.
7527
7528 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7529
7530         * gnus.el: Bump version number.
7531
7532 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7533
7534         * gnus.el (gnus-version-number): Bump version.
7535
7536 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7537
7538         * gnus.el: No Gnus v0.6 is released.
7539
7540 2007-04-27  Didier Verna  <didier@xemacs.org>
7541
7542         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7543         * gmm-utils.el (gmm-regexp-concat): here.
7544         * message.el: Don't require 'gnus-util.
7545         (message-dont-reply-to-names): Handle name change above.
7546         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7547
7548 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7551         since the initial value varies according to the system.
7552
7553 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7556
7557 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7558
7559         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7560
7561 2007-04-24  Didier Verna  <didier@xemacs.org>
7562
7563         Improve the type of gnus-ignored-from-addresses.
7564         * gnus-util.el (gnus-orify-regexp): New function.
7565         * message.el (gnus-util): Require it.
7566         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7567         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7568         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7569
7570 2007-04-24  Didier Verna  <didier@xemacs.org>
7571
7572         * gnus-sum.el:
7573         * gnus-utils.el: Fix some trailing whitespaces.
7574
7575 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7578         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7579         article's Message-ID; refer parent article in summary buffer.
7580
7581         * message.el (message-bounce): Call mime-to-mml.
7582
7583         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7584         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7585         optimize and/or forms properly.
7586
7587 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7590         URL.
7591
7592 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7595
7596 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7599         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7600         displayed of multipart/alternative part if it is invoked from summary
7601         buffer.
7602
7603         * mm-view.el (mm-inline-text-html-render-with-w3m)
7604         (mm-inline-text-html-render-with-w3m-standalone)
7605         (mm-inline-render-with-function): Use mail-parse-charset by default.
7606
7607 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7608
7609         * parse-time.el (parse-time-string-chars): Check if CHAR
7610         is less than the length of parse-time-syntax.
7611
7612 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7615         from gnus-newsgroup-processable.
7616
7617 2007-04-16  Didier Verna  <didier@xemacs.org>
7618
7619         * gnus-msg.el (gnus-configure-posting-styles): Handle
7620         message-signature-directory properly with :file syntax.  Reported by
7621         "Leo".
7622
7623 2007-04-11  Didier Verna  <didier@xemacs.org>
7624
7625         New user option: message-signature-directory.
7626         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7627         * message.el (message-insert-signature): Ditto.
7628         * message.el (message-signature-file): Doc update.
7629         * message.el (message-signature-directory): New.
7630
7631 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-msg.el (gnus-inews-yank-articles): Use
7634         message-exchange-point-and-mark instead of exchange-point-and-mark.
7635
7636 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * message.el (message-yank-original): Make sure cited text ends with
7639         newline; don't exchange point and mark.
7640
7641 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7642
7643         * tls.el (open-tls-stream): Properly handle case where there
7644         is no associated buffer.
7645
7646 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7647
7648         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7649         message-yank-original, make sure (< mark TEXT point).
7650
7651 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * message.el (message-fill-column): New variable.
7654         (message-mode): Use it.  Add comment on a possible new hook.
7655
7656         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7657         (nnmail-get-new-mail): Reformat.
7658
7659         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7660
7661         * gmm-utils.el: Fix Commentary.
7662         (gmm-tool-bar-from-list): Fix typo in doc string.
7663
7664 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7665
7666         * message.el (message-yank-original): Don't switch point and mark
7667         unnecessarily to put point and mark as documented.
7668
7669 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7672         from the message heads.
7673
7674 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7675
7676         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7677         article buffer does not have a window.  This may not be the best
7678         solution but is certainly better than setting the start of the null,
7679         that is the current, window.
7680
7681 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7682
7683         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7684         (gnus-draft-setup): Run it.
7685
7686         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7687         gnus-score-fast-scoring.  Allow regexp.
7688         (gnus-score-headers): Use it.
7689
7690         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7691         XEmacs.
7692
7693         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7694         string.
7695         (gnus-button-alist): Also catch `<f1> k ...'.
7696         (gnus-treat-display-x-face): Fix doc string.
7697
7698 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7699
7700         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7701         evaluation of gnus-extended-version to ensure correct generation of the
7702         User-Agent header when message-generate-headers-first is used.
7703
7704 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7705
7706         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7707         hashcash-path is nil.  Don't call callback with incorrect number of
7708         parameters if val is 0.
7709
7710 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7711
7712         * message.el (message-required-news-headers):
7713         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7714
7715 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7716
7717         * tls.el (open-tls-stream): In handshake-waiting loop,
7718         don't wait more if there is output available to process.
7719
7720 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7721
7722         * tls.el (tls-program): Doc fix.
7723
7724 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * message.el (message-generate-new-buffers): Change the meaning of the
7727         nil value; add `standard' to the choices; treat t as `unique'; improve
7728         doc string.
7729         (gnus-select-frame-set-input-focus): Autoload.
7730         (message-buffer-name): Search for the existing message buffer if
7731         message-generate-new-buffers is nil or `standard'; treat the value t of
7732         message-generate-new-buffers as `unique'.
7733         (message-pop-to-buffer): Raise the frame already displaying the message
7734         buffer; clear the echo area after querying.
7735         (message-setup): Pass the `continue' argument to compose-mail.
7736         (message-mail): Prefer `switch-function' if it is given; search for the
7737         existing message buffer if the `continue' argument is non-nil; pass
7738         continue and switch-function arguments to compose-mail by way of
7739         message-setup.
7740         (message-mail-other-window): Adjust argument of message-setup.
7741         (message-mail-other-frame): Ditto.
7742
7743 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7746         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7747         to turn font-lock on when turning gnus-message-citation-mode on.
7748
7749 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7750
7751         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7752         (mml-smime-function-alist): New variable; add epg as the backend.
7753         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7754         mml-smime- functions instead.
7755         * mm-view.el: Require smime.
7756
7757 2007-03-05  Didier Verna  <didier@xemacs.org>
7758
7759         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7760         instead of just inheritance for posting styles.
7761         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7762
7763 2007-02-24  Chris Moore  <dooglus@gmail.com>
7764
7765         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7766         * pgg-pgp.el (pgg-pgp-encrypt-region):
7767         * pgg-gpg.el (pgg-gpg-encrypt-region):
7768         Check pgg-encrypt-for-me if no other recipients.
7769
7770 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7771
7772         * tls.el (tls-certtool-program): Fix custom type.
7773
7774 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7777         and point-at-eol instead of line-(beginning|end)-position.
7778
7779         * assistant.el (assistant-parse-buffer): Ditto.
7780
7781         * netrc.el (netrc-parse-services): Ditto.
7782
7783 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7784
7785         * mml2015.el (mml2015-epg-find-usable-key): New function.
7786         (mml2015-epg-sign): Use it.
7787         (mml2015-epg-encrypt): Use it.
7788
7789 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * message.el (message-make-in-reply-to): Quote name containing
7792         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7793         if there are special characters.  Reported by NAKAJI Hiroyuki
7794         <nakaji@jp.freebsd.org>.
7795
7796 2007-02-27  Didier Verna  <didier@xemacs.org>
7797
7798         Include the group parameters as well as the topic ones in the
7799         inheritance filter process.
7800         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7801         argument GROUP-PARAMS-LIST.
7802         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7803
7804 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * nntp.el (nntp-never-echoes-commands)
7807         (nntp-open-connection-functions-never-echo-commands): New variables.
7808         (nntp-send-command): Use them.
7809
7810 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7811
7812         * mml2015.el (mml2015-epg-verify): Simplified.
7813
7814 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * mml.el (mml-content-disposition-alist): New user option.
7817         (mml-content-disposition): New function.
7818         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7819         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7820
7821 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7822
7823         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7824         verification.
7825
7826 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7827
7828         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7829         articles posted in the last 24 hours.
7830
7831 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7832
7833         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7834
7835 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7836
7837         * nntp.el (nntp-send-command): Don't wait for echoes when
7838         nntp-open-ssl-stream is used.
7839
7840 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7843         (gnus-message-add-citation-keywords)
7844         (gnus-message-remove-citation-keywords): Remove.
7845         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7846         directly, make the variables in font-lock-defaults buffer-local, add
7847         gnus-message-citation-keywords to them and then update the value of
7848         font-lock-keywords.
7849
7850 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * message.el (message-cite-original-1): Don't call
7853         gnus-article-highlight-citation.
7854
7855         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7856         citations; fix line count.
7857
7858 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7861         (gnus-message-add-citation-keywords)
7862         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7863         versions of font-lock-add-keywords and font-lock-remove-keywords to
7864         work with XEmacs correctly.
7865
7866 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-cite.el (gnus-cite-face-list): Set the values of
7869         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7870         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7871         (gnus-message-cite-prefix-regexp): New variable.
7872         (gnus-message-search-citation-line): Use it; protect against long
7873         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7874         the 0th match data for Emacs.
7875         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7876         (gnus-message-add-citation-keywords): Append keywords rather than
7877         prepending; emulate font-lock-add-keywords if it is not available.
7878         (gnus-message-remove-citation-keywords): Emulate
7879         font-lock-remove-keywords if it is not available.
7880
7881         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7882
7883         * message.el (message-cite-prefix-regexp): Set the value of
7884         gnus-message-cite-prefix-regexp.
7885
7886 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7887
7888         * nnweb.el (nnweb-google-parse-1): Update parser.
7889
7890 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7891
7892         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7893
7894 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7895
7896         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7897         regexp.
7898
7899 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7902         string-to-multibyte.
7903         (uudecode-decode-region-internal): Use it.
7904
7905         * lpath.el: Fbind string-as-multibyte for XEmacs.
7906
7907 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7908
7909         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7910         custom choice.
7911
7912         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7913
7914 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7915
7916         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7917
7918         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7919         `write-region' to respect `mm-inhibit-file-name-handlers'.
7920
7921 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7924         Use gnus-home-directory instead of "~/" or "$HOME".
7925
7926 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7927
7928         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7929         to mention filename.
7930         Add comments at beginning regarding usage.
7931         (encrypt-write-file-contents): Change interactive so a string is
7932         acceptable.  If the file has no associated model, show an error instead
7933         of a nonsense prompt.
7934
7935 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7936
7937         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7938         Thanks to Yoshihiko Yamada for kind notification of this typo.
7939
7940 2007-01-12  Kenichi Handa  <handa@m17n.org>
7941
7942         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7943         multibyte buffer.
7944
7945 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * gnus-score.el (gnus-score-fast-scoring): New variable.
7948         (gnus-score-headers): Use it.
7949
7950         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7951
7952         * message.el (message-cite-original-1): Call
7953         gnus-article-highlight-citation if requested.
7954         (message-make-from): Allow name and address as optional arguments.
7955
7956         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7957
7958         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7959         bugs to doc string.
7960         (gnus-button-alist): Add mid\\|message-id.
7961         (gnus-button-fetch-group): Extend for use in
7962         `browse-url-browser-function'.
7963         (gnus-button-url-regexp): Try to catch paired parentheses like in
7964         Wikipedia URLs.
7965
7966         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7967         Suggested by Simon Krahnke <overlord@gmx.li>.
7968
7969 2007-01-13  Romain Francoise  <romain@orebokech.com>
7970
7971         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7972         Update copyright.
7973
7974 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7975
7976         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7977
7978 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7979
7980         * gnus-registry.el (gnus-registry-unfollowed-groups)
7981         (gnus-registry-split-fancy-with-parent): Fix documentation.
7982
7983 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7986         from nnweb groups.
7987
7988 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7989
7990         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7991         Xref urls.  Erase buffer before requesting head.
7992
7993 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7996         customizable.
7997
7998 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7999
8000         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8001         no signing key is found.
8002         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8003         no encrypting and/or signing key is found.
8004
8005 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8008
8009 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8010
8011         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8012         headers read from disk with the ones newly found in the current search.
8013         This should no longer cause problems, because the article numbers in
8014         Gmane's `nov.php' output are ignored since the previous change.
8015
8016 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8017
8018         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8019
8020 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8023         replace-regexp-in-string; bind url-version; fbind display-images-p and
8024         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8025         find-face and set-itimer-function for Emacs; bind itimer-list for
8026         Emacs.
8027
8028         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8029
8030 2007-01-01  Romain Francoise  <romain@orebokech.com>
8031
8032         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8033
8034 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8035
8036         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8037         `define-minor-mode' macro definition expanded properly.
8038         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8039         exclude it there.
8040
8041         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8042         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8043         `fboundp' test.
8044         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8045         This is OK to autoload in (S)XEmacs now.
8046
8047 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8050         keystroke.
8051         (gnus-summary-limit-to-singletons): Fix typo.
8052
8053         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8054         else fails.
8055
8056 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8057
8058         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8059         docstring.
8060
8061         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8062         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8063         (gnus-summary-insert-dormant-articles): Fix typo in message.
8064
8065 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8066
8067         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8068         nil for XEmacs.
8069         (gnus-message-citation-mode): Don't autoload in XEmacs.
8070
8071         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8072
8073 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8074
8075         * nnimap.el (nnimap-expunge-search-string): Mention
8076         nnimap-search-uids-not-since-is-evil in docstring.
8077
8078 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8079
8080         * spam.el: Revert to make-obsolete-variable because
8081         define-obsolete-variable-alias is not supported in Emacs 21.
8082
8083         * spam.el (spam-ifile-path, spam-ifile-database-path)
8084         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8085         make-obsolete-variable.
8086         (spam-bsfilter-path, spam-bsfilter-program)
8087         (spam-spamassassin-path, spam-spamassassin-program)
8088         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8089         use "path" inappropriately.
8090         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8091         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8092         variable names.
8093
8094 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8095
8096         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8097         summary buffer.
8098
8099         * password.el (password-cache-remove): Use clear-string to burn
8100         password, if available.
8101
8102 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8105
8106         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8107
8108         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8109         (gnus-message-highlight-citation): Move defcustom here from
8110         gnus-cite.el.
8111         (gnus-message-citation-mode): Autoload.
8112
8113         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8114         checks to make it compile with XEmacs.
8115         (gnus-message-citation-mode): New minor mode.
8116         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8117         (gnus-message-highlight-citation): New variables.
8118         (gnus-message-search-citation-line)
8119         (gnus-message-add-citation-keywords)
8120         (gnus-message-remove-citation-keywords)
8121         (turn-on-gnus-message-citation-mode)
8122         (turn-off-gnus-message-citation-mode): New functions.
8123
8124 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8125
8126         * gnus-cite.el: Enable highlighting of different citation levels in
8127         message-mode.
8128
8129 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * message.el (message-make-fqdn): Fix comment.
8132         (message-bogus-system-names): Add ".local".
8133
8134         * spam.el (spam-ifile-path, spam-ifile-program)
8135         (spam-ifile-database-path, spam-ifile-database)
8136         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8137         Don't use "path" inappropriately.
8138         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8139         strings.
8140         (spam-check-ifile, spam-ifile-register-with-ifile)
8141         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8142         new variable names.
8143
8144         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8145         (gnus-treat-display-smileys): Simplify using
8146         gnus-image-type-available-p.
8147
8148         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8149         available.
8150
8151         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8152         `display-images-p' if available.
8153
8154 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8157         one after turning on the buffer's multibyteness instead of decoding
8158         them directly in the unibyte buffer that causes unexpected conversion
8159         in Emacs 23 (unicode).
8160
8161 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8162
8163         * message.el (message-generate-hashcash): Fix custom type.
8164
8165 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8166
8167         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8168
8169 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8172         disconnect icons.  Add help text.
8173
8174 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8175
8176         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8177         negated to be consistent with the others we handle.
8178
8179 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8182         version of gnus-summary-buffer to something, so that we can use two
8183         article buffers at the same time.
8184
8185 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8186
8187         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8188         trigger all the extra headers.
8189         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8190         sorting.
8191
8192 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8193
8194         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8195         solid groups.
8196
8197 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8198
8199         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8200
8201 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * legacy-gnus-agent.el: Add Copyright notice.
8204
8205 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8206
8207         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8208
8209 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8210
8211         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8212
8213         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8214         to make it work reliably in CVS Emacs.
8215         (gnus-summary-limit-strange-charsets-predicate)
8216         (gnus-summary-limit-to-predicate): New functions.
8217
8218 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8219
8220         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8221         specifying array size.
8222         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8223         array if it is too small.
8224         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8225         (gnus-sort-threads-loop): New function.
8226
8227 2006-12-06  Chris Moore  <dooglus@gmail.com>
8228
8229         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8230         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8231
8232 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8233
8234         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8235         options.
8236
8237 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238
8239         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8240         DOS-ing the recipient.
8241
8242         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8243         the headers when creating the mapping to avoid mismappings.
8244         (nnweb-gmane-create-mapping): Always nix out old mapping.
8245
8246 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8249         and mm-verify-option to never.
8250
8251 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * message.el (message-signed-or-encrypted-p): New function.
8254         (message-forward-make-body): Use it.
8255
8256         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8257         Replace encode-coding-string with mm-encode-coding-string.
8258
8259 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * nneething.el (nneething-decode-file-name): Replace
8262         decode-coding-string with mm-decode-coding-string.
8263
8264         * gnus-int.el (gnus-open-server): Say failed server's name.
8265
8266 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8267
8268         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8269         strings to a single string.  Quote `errors-file-name'.
8270         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8271         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8272         Adjust calls.  Use `shell-quote-argument'.
8273
8274 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8275
8276         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8277         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8278
8279         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8280         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8281         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8282         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8283         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8284         (gnus-subscribe-newsgroup, gnus-1):
8285         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8286         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8287         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8288         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8289
8290 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8291
8292         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8293         keystroke.
8294         (gnus-summary-limit-to-bodies): Implement headersp.
8295
8296 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8299
8300 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8303
8304 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8305
8306         * message.el (message-generate-hashcash): Expand range of values to
8307         include `opportunistic'.
8308         (message-send-mail): Use it.
8309
8310 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8311
8312         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8313         and comment it.
8314
8315         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8316
8317 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * gnus-util.el (gnus-extract-address-components): Improve comment.
8320
8321 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-util.el (gnus-extract-address-components): Work with address in
8324         which the name portion contains @.
8325
8326         * lpath.el: Fbind custom-autoload.
8327
8328 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * gnus.el (gnus-start): Move custom group up.
8331         (gnus-select-method): Don't autoload, but make it available for
8332         `customize-variable'.
8333         (gnus-getenv-nntpserver): Don't autoload.
8334
8335 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8336
8337         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8338
8339 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * message.el (message-sendmail-extra-arguments): New variable.
8342         (message-send-mail-with-sendmail): Use it.
8343
8344 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8347         mm-with-unibyte-current-buffer to make string unibyte.
8348
8349         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8350         mm-string-as-multibyte.
8351
8352 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8353
8354         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8355         Reported by Werner Koch <wk@gnupg.org>.
8356
8357 2006-11-14  Daiki Ueno  <ueno@p360>
8358
8359         * mml2015.el: Autoload epa-select-keys when compiling.
8360
8361 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8362
8363         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8364         message-options.
8365         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8366
8367 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8368
8369         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8370         EasyPG (< 0.0.6).
8371         (mml2015-always-trust): New user option.
8372         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8373         prompt.
8374
8375 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * nntp.el (nntp-authinfo-force): New variable.
8378         (nntp-send-authinfo): Use it.
8379
8380 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8383         decode encoded words.  Improve prompt.  Add comment about forwarding.
8384         (message-replacement-char): Move up.
8385
8386 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8387
8388         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8389         instead of gnus-intersection because arguments of gnus-sorted-nunion
8390         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8391
8392 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8393
8394         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8395         (message-simplify-subject-functions): Enable
8396         message-strip-subject-encoded-words by default.
8397
8398 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * message.el (message-strip-subject-encoded-words): New function.
8401         (message-simplify-subject-functions): New variable.
8402         (message-simplify-subject): Use it.  Fix typo in doc string.
8403         Support message-strip-subject-encoded-words.
8404
8405 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8406
8407         * gnus-diary.el (gnus-diary-delay-format-function):
8408         * nndiary.el (nndiary-reminders):
8409         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8410
8411 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * gnus-art.el (article-hide-boring-headers): Fetch date from
8414         gnus-original-article-buffer to avoid problems with localized date
8415         strings.
8416
8417 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8420
8421 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8422
8423         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8424         New variables.
8425         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8426         (mm-charset-synonym-alist): Move some entries to
8427         mm-codepage-iso-8859-list.
8428         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8429         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8430
8431 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8434
8435 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8438         with Emacs 21 and XEmacs.
8439
8440 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8441
8442         * spam.el (spam-parse-address): New function for better parsing,
8443         catching errors, etc.
8444         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8445
8446 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * mm-view.el: Add interactive arg to html2text autoload.
8449
8450 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8453
8454 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8455
8456         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8457         variables.
8458         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8459         (mm-charset-synonym-alist): Move some entries to
8460         mm-codepage-iso-8859-list.
8461
8462         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8463
8464 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * message.el (message-citation-line-format)
8467         (message-insert-formated-citation-line): Fix implementation of %E, %N
8468         and %n according to the doc string.
8469
8470 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8471
8472         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8473         car-safe to avoid bad parses.
8474
8475 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8478         names.
8479
8480         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8481
8482 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8485         header.
8486
8487         * message.el (message-draft-headers): Add Date.
8488         (message-headers-to-generate): Fix typo in docstring.
8489
8490         * nndraft.el (nndraft-required-headers): New variable.
8491         (nndraft-generate-headers): Use it.
8492
8493         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8494
8495 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8496
8497         * gnus-registry.el (gnus-registry-wash-for-keywords)
8498         (gnus-registry-find-keywords): New functions to allow easy searching of
8499         articles that are in the registry.
8500
8501 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8502
8503         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8504         ietf-drums-parse-address instead of gnus-extract-address-components.
8505         Reported by Damien Elmes <damien@repose.cx>.
8506
8507 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * gnus.el (gnus-mime): Remove unused custom group.
8510
8511 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8512
8513         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8514         "blank line" when searching for end of armor headers.
8515
8516 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * gmm-utils.el (gmm-write-region): Fix variable name.
8519
8520 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * gmm-utils.el (gmm-write-region): New function based on compatibility
8523         code from `mm-make-temp-file'.
8524
8525         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8526
8527         * nnmaildir.el (nnmaildir--update-nov)
8528         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8529         Use `gmm-write-region'.
8530
8531 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8534         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8535
8536         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8537
8538         * message.el (message-replacement-char): New variable.
8539         (message-fix-before-sending): Use it.
8540         (message-simplify-subject): New function to remove duplicate code.
8541         (message-reply, message-followup): Use it.
8542
8543         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8544         gnus-summary-limit-to-articles.
8545
8546 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-util.el (gnus-with-local-quit): New macro.
8549
8550         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8551
8552 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8555         ignore non-string data.
8556
8557 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8558
8559         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8560         non-string data (needs to be done in the registry too).
8561
8562 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8563
8564         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8565         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8566         (gnus-registry-split-fancy-with-parent)
8567         (gnus-registry-fetch-simplified-message-subject-fast)
8568         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8569         Remove text properties on ingress into the registry and when it's saved.
8570         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8571         registry from entries with no groups.
8572
8573 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8574
8575         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8576         function to remove string properties.
8577
8578 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * gmm-utils.el (gmm): Adjust custom version.
8581
8582         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8583         custom version.
8584
8585         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8586
8587 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * gnus-art.el (gnus-insert-prev-page-button)
8590         (gnus-insert-next-page-button): Simplify.  Reformat.
8591
8592 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8593
8594         * gnus-art.el (gnus-insert-prev-page-button)
8595         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8596
8597 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8598
8599         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8600
8601 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8602
8603         * gnus-art.el (gnus-insert-mime-button)
8604         (gnus-insert-mime-security-button):
8605         Apply gnus-article-button-face to MIME and security buttons.
8606
8607 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8610         readable.
8611
8612 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8615
8616 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8617
8618         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8619         `browse-url-of-file' instead of `browse-url'.
8620
8621 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8622
8623         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8624         regexp.  Articles containing quotation were cut prematurely.
8625
8626 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * message.el (message-cite-original-1): Use nobody by default for the
8629         value of From header.
8630         (message-reply): Ditto.
8631
8632 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8633
8634         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8635         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8636         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8637
8638 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8641         mails in the doc string.  Add some URLs in comment.
8642         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8643
8644 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8647         backslashes handling and the way to find boundaries of quoted strings.
8648
8649 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8650
8651         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8652         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8653         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8654         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8655
8656 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8659         doc string.
8660         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8661
8662 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * lpath.el: Fbind epg-check-configuration.
8665
8666 2006-09-06  Simon Josefsson  <jas@extundo.com>
8667
8668         * mml2015.el (mml2015-use): Doc fix, mention epg.
8669
8670 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8671
8672         * mml2015.el (mml2015-use): Default to epg, if available.
8673
8674 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8675
8676         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8677         message-sender.
8678         (mml1991-epg-encrypt): Ditto.
8679         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8680         message-sender.
8681         (mml2015-epg-encrypt): Ditto.
8682
8683 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8684
8685         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8686         several common directories.
8687
8688 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8689
8690         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8691         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8692
8693 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * gnus-art.el (article-decode-encoded-words): Make it fast.
8696
8697 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8700
8701         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8702         in quoted string into `\'.
8703
8704 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8707         Use standard-syntax-table.
8708
8709 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-art.el (gnus-decode-address-function): New variable.
8712         (article-decode-encoded-words): Use it to decode headers which are
8713         assumed to contain addresses.
8714         (gnus-mime-delete-part): Remove useless `or'.
8715
8716         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8717         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8718         (gnus-nov-parse-line): Use it to decode From header.
8719         (gnus-get-newsgroup-headers): Ditto.
8720         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8721
8722         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8723         (mail-decode-encoded-address-string): New alias.
8724
8725         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8726         New function.
8727         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8728         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8729         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8730         (rfc2047-decode-string): Ditto.
8731         (rfc2047-decode-address-region): New function.
8732         (rfc2047-decode-address-string): New function.
8733
8734 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * message.el (message-caesar-buffer-body): Allow rotating headers.
8737
8738         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8739
8740         * message.el (message-insert-formated-citation-line): Fix %f.
8741         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8742
8743 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8746         (gnus-bookmark-mouse-available-p): New macro.
8747         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8748         (gnus-bookmark-bmenu-show-infos): Use it.
8749         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8750         (gnus-bookmark-bmenu-hide-infos): Ditto.
8751         (gnus-bookmark-remove-properties): New function.
8752         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8753         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8754         (gnus-bookmark-write-file): Bind coding-system-for-write.
8755         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8756         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8757         group before selecting it.
8758         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8759         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8760         quit-window if it is not available; use gnus-mouse-2 and bind it to
8761         gnus-bookmark-bmenu-select-by-mouse.
8762         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8763         (gnus-bookmark-bmenu-select-by-mouse): New function.
8764
8765 2006-08-13  Romain Francoise  <romain@orebokech.com>
8766
8767         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8768         space.
8769
8770 2006-08-10  Romain Francoise  <romain@orebokech.com>
8771
8772         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8773         (dns-mode-soa-auto-increment-serial): New user option.
8774         (dns-mode-soa-maybe-increment-serial): New function.
8775         (dns-mode): Add the latter to `write-contents-functions'.
8776
8777 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * compface.el (uncompface): Use binary rather than raw-text-unix.
8780
8781 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * compface.el (uncompface): Make sure the eol conversion doesn't take
8784         place when communicating with the external programs.  Reported by
8785         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8786
8787 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8790
8791 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8792
8793         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8794         Make it more robust by parsing author and date independently.
8795
8796 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8799
8800 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8801
8802         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8803         first matching secret key.
8804         (mml2015-epg-encrypt): Ditto.
8805
8806         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8807         first matching secret key.
8808         (mml1991-epg-encrypt): Ditto.
8809
8810         * mml2015.el (mml2015-encrypt-to-self): New user option.
8811         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8812         mml2015-epg-encrypt-to-self is set.
8813
8814         * mml1991.el (mml1991-encrypt-to-self): New variable.
8815         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8816         mml1991-epg-encrypt-to-self is set.
8817
8818         * mml2015.el (mml2015-signers): New user option.
8819         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8820         (mml2015-epg-encrypt): Allow to select signing keys.
8821
8822         * mml1991.el (mml1991-signers): New variable.
8823         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8824         (mml1991-epg-encrypt): Allow to select signing keys.
8825
8826 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * nnheader.el (nnheader-insert-head): Make it work even if the file
8829         uses CRLF for the line-break code.
8830
8831 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8832
8833         * mml2015.el: Require mml-sec instead of password.
8834         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8835         (mml2015-cache-passphrase): Inherit the default value from
8836         mml-secure-cache-passphrase.
8837         (mml2015-passphrase-cache-expiry): Inherit the default value from
8838         mml-secure-passphrase-cache-expiry.
8839
8840         * mml1991.el: Require mml-sec instead of password.
8841         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8842         (mml1991-cache-passphrase): Inherit the default value from
8843         mml-secure-cache-passphrase.
8844         (mml1991-passphrase-cache-expiry): Inherit the default value from
8845         mml-secure-passphrase-cache-expiry.
8846
8847         * mml-sec.el: Require password.
8848         (mml-secure-verbose): New user option.
8849         (mml-secure-cache-passphrase): New user option.
8850         (mml-secure-passphrase-cache-expiry): New user option.
8851
8852 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8853
8854         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8855         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8856         andreas@altroot.de (Andreas Vögele).
8857
8858         FIXME: Use `tiny change'?
8859
8860 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8861
8862         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8863         workaround for the url package included with Emacs.
8864
8865         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8866
8867 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8870         correctly.  This fixes a bug caused by the 2006-05-12 change.
8871
8872 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8873
8874         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8875         some information about the error when saying that the `bogus' mail
8876         group will be used.
8877
8878 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8881         string.
8882
8883 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8884
8885         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8886
8887 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8888
8889         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8890
8891 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8892
8893         * mml1991.el (mml1991-function-alist): Add epg.
8894         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8895         (mml1991-epg-encrypt): New functions.
8896
8897 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8898
8899         * mml2015.el (mml2015-verbose): New variable.
8900         (mml2015-cache-passphrase): Ditto.
8901         (mml2015-passphrase-cache-expiry): Ditto.
8902         (mml2015-function-alist): Add epg.
8903         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8904         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8905         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8906         functions.
8907
8908 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8909
8910         * message.el (message-cite-original-1): Preserve region when removing
8911         quoted text due to X-No-Archive in order to avoid bogus attribution
8912         when citing multiple messages.
8913
8914 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8915
8916         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8917         Kenneth Jacker <khj@be.cs.appstate.edu>.
8918
8919 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * gnus-diary.el (gnus-user-format-function-d)
8922         (gnus-user-format-function-D): Autoload.
8923
8924         * imap.el (Commentary): Fix typo.
8925
8926         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8927         2006-04-22 contribution.
8928
8929 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8930
8931         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8932         It didn't really fix the bogosity I'm seeing with solid web groups.
8933
8934 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8935
8936         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8937         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8938         created using server names.  If we use the feature without declaring
8939         it, Gnus does not properly manage server and group state.
8940
8941         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8942         bound.
8943
8944 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8945
8946         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8947         looking up the method using GROUP's prefix before inventing a new one.
8948         It is used on killed/unknown groups in various places where returning
8949         an all-new method isn't expected by the caller.
8950
8951         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8952         and match semantics of gnus-group-real-prefix.
8953
8954 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * nnmail.el (nnmail-broken-references-mailers): New variable.
8957         (nnmail-ignore-broken-references): New function generalizing
8958         nnmail-fix-eudora-headers.
8959         (nnmail-fix-eudora-headers): Now obsolete.
8960
8961         * gnus-art.el (gnus-button-handle-custom): Support
8962         `customize-apropos*'.
8963
8964 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8965
8966         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8967
8968         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8969         articles.
8970
8971 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * message.el (message-cite-reply-above): New variable.
8974         (message-yank-original): Use it.
8975
8976 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8979
8980 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8981
8982         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8983         as read.
8984
8985         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8986
8987 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8990         (gnus-bookmark-default-file): Use gnus-directory.
8991         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8992         Remove "*" in doc string.
8993         (gnus-bookmark-write-file): Simplify.
8994         (gnus-bookmark-maybe-sort-alist): Use `when'.
8995         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8996         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8997         FIXME about Emacs 21 and XEmacs compatibility.
8998         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8999         compatibility.
9000         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9001         compatibility.
9002         (gnus-bookmark-menu-heading): Fix version.
9003
9004 2006-06-19  Bastien Guerry  <bzg@altern.org>
9005
9006         * gnus-bookmark.el: New file.
9007
9008 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * message.el (message-syntax-checks): Doc fix.
9011
9012 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9013
9014         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9015         unsubscribed groups as if they were killed ones.  It causes duplicate
9016         entries in gnus-newsrc-alist.
9017
9018 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * message.el (message-syntax-checks): Doc fix.
9021         (message-send-mail): Add check for continuation headers.
9022         (message-check-news-header-syntax): Fix regexp used to check for
9023         continuation headers.
9024
9025 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9028
9029 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9032
9033 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9036         default-truncate-lines.
9037
9038 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9041         to fill the utf-8 entry.
9042
9043         * lpath.el: Fbind unicode-precedence-list.
9044
9045 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9046
9047         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9048
9049 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9050
9051         * gnus-agent.el (directory-files-and-attributes): Move all the way
9052         forward (the third and final move).
9053         (gnus-agent-read-agentview): Trap reconstruction errors due to
9054         nonexistant directory.  Handle by returning nil.
9055
9056 2006-05-30  Didier Verna  <didier@xemacs.org>
9057
9058         * message.el (message-dont-reply-to-names): Update the custom type.
9059         * message.el (message-dont-reply-to-names): New defsubst: potentially
9060         convert a list of regexps into a single one.
9061         * message.el (message-get-reply-headers): Use it.
9062         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9063
9064 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * gnus-agent.el (directory-files-and-attributes): Move forward.
9067
9068 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * gnus-ml.el (gnus-mailing-list-subscribe)
9071         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9072         (gnus-mailing-list-message): Fix doc strings.
9073
9074 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9075
9076         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9077         of doing it manually.
9078
9079 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9082         comment.
9083
9084 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9085
9086         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9087         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9088         (gnus-agent-read-local): All symbols allocated in my-obarray.
9089         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9090         (gnus-agent-regenerate-group): Check numeric names to see if they are
9091         messages or groups.
9092         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9093         better way of do this...)
9094
9095         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9096         'dummy.group' (there should be a better way of do this...)
9097
9098 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9101         (gnus-saved-headers): Ditto.
9102         (gnus-default-article-saver): Mention functions may have properties.
9103         (gnus-article-save): Override gnus-save-all-headers and
9104         gnus-saved-headers by :headers property which saver function may have.
9105         (gnus-summary-save-in-file): Add :headers property.
9106         (gnus-summary-write-to-file): Ditto.
9107
9108         * gnus-sum.el (gnus-summary-save-article): Bind
9109         gnus-prompt-before-saving to t when saving many articles in a file;
9110         always show all headers.
9111
9112         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9113
9114 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9115
9116         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9117         marks.
9118
9119         * message.el (message-indent-citation): Add optional arguments to allow
9120         using it outside of message buffers.
9121
9122         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9123         (gnus-article-treat-unfold-headers): Use it.
9124         (gnus-article-truncate-lines): New variable.
9125         (gnus-article-mode): Use it.
9126         (gnus-article-toggle-truncate-lines): New function.
9127
9128         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9129         gnus-article-toggle-truncate-lines.
9130
9131         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9132         coding system in XEmacs, use binary.
9133
9134 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9137         after-load-alist.
9138
9139         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9140         this function should save decoded articles.
9141         (gnus-summary-write-to-file): Use property to specify this function
9142         should save decoded articles and specify gnus-summary-save-in-file
9143         should be used to save articles other than the first one when saving
9144         many articles.
9145         (gnus-summary-save-body-in-file): Use property to specify this
9146         function should save decoded articles.
9147         (gnus-summary-write-body-to-file): Use property to specify this
9148         function should save decoded articles and specify
9149         gnus-summary-save-body-in-file should be used to save articles other
9150         than the first one when saving many articles.
9151
9152         * gnus-sum.el (gnus-summary-save-article): Simplify.
9153
9154 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-art.el (gnus-default-article-saver): Add
9157         gnus-summary-write-body-to-file.
9158         (gnus-article-save-coding-system): Don't use coding system object
9159         in XEmacs.
9160         (gnus-read-save-file-name): Add optional `dir-var' argument which
9161         specifies directory in which files are saved; work even if optional
9162         `variable' argument is not specified.
9163         (gnus-summary-write-to-file): Read file name.
9164         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9165         (gnus-summary-write-body-to-file): New function.
9166
9167         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9168         (gnus-summary-local-variables): Add it.
9169         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9170         (gnus-summary-save-article): Remove optional `decode' argument;
9171         determine whether to decode articles by the value of
9172         gnus-default-article-saver; when saving many files using
9173         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9174         it first and use gnus-summary-save-in-file or
9175         gnus-summary-save-body-in-file thereafter unless
9176         gnus-prompt-before-saving is always; move point to article which
9177         will be saved.
9178         (gnus-summary-save-article-file): Revert.
9179         (gnus-summary-write-article-file): Revert.
9180         (gnus-summary-save-article-body-file): Revert.
9181         (gnus-summary-write-article-body-file): New function.
9182
9183 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus-art.el (gnus-default-article-saver): Doc fix.
9186         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9187         from gnus-summary-save-article-coding-system, and default to a
9188         certain coding system.
9189         (gnus-output-to-file): Add coding cookie and encode text according
9190         to gnus-article-save-coding-system; don't use mm-append-to-file.
9191
9192         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9193         gnus-art.el and rename to gnus-article-save-coding-system.
9194         (gnus-summary-save-article): Require gnus-art; don't show all
9195         headers if it decodes articles; don't add coding cookie here;
9196         don't bind mm-text-coding-system-for-write.
9197         (gnus-summary-save-article-file): Save decoded articles.
9198         (gnus-summary-write-article-file): When saving many files, use
9199         gnus-summary-write-to-file first and gnus-summary-save-in-file
9200         thereafter unless gnus-prompt-before-saving is always.
9201         (gnus-summary-save-article-body-file): Save decoded articles.
9202
9203         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9204
9205 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * nnrss.el (nnrss-check-group): Bind hash-index.
9208
9209 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9210
9211         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9212         its hash index.  Store this hash in `nnrss-group-data'.
9213         (nnrss-read-group-data): Update accordingly.
9214
9215 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9218         entry.
9219
9220         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9221         gnus-article-browse-html-article.
9222
9223 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9224
9225         * gnus-sum.el (gnus-summary-mime-map): Add
9226         gnus-article-browse-html-article.
9227
9228         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9229
9230 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9233         suitable coding systems in customize.
9234
9235 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * mail-source.el (mail-sources): Fix custom type.
9238
9239 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9242         (gnus-summary-expire-articles-now): Shorten prompt.
9243
9244         * gmm-utils.el (wid-edit): Require.
9245         (defun-gmm): Renamed from `gmm-defun-compat'.
9246         (gmm-image-search-load-path): Use it.
9247         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9248
9249 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9252         variable.
9253         (gnus-summary-save-article): Add optional `decode' argument.  If
9254         it is set and gnus-summary-save-article-coding-system is non-nil,
9255         save decoded article.
9256         (gnus-summary-write-article-file): Save decoded article if
9257         gnus-summary-save-article-coding-system is non-nil.
9258
9259         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9260         type.
9261
9262 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9265
9266 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9269         first to test gnus-single-article-buffer which may be buffer-local.
9270
9271         * gnus-sum.el (gnus-summary-setup-buffer): Make
9272         gnus-single-article-buffer buffer-local and nil in ephemeral
9273         group; make gnus-article-buffer, gnus-article-current, and
9274         gnus-original-article-buffer always buffer-local.
9275         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9276         group.
9277         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9278
9279 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * nnml.el (nnml-request-compact-group): Compressed files might not
9282         have .gz extension.
9283
9284 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9285
9286         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9287         (mm-copy-to-buffer): Use with-current-buffer.
9288         (mm-display-part): Simplify.
9289         (mm-inlinable-p): Add optional arg `type'.
9290
9291 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9292
9293         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9294         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9295         Try harder to show the attachment internally or externally using
9296         gnus-mime-view-part-as-type.
9297
9298 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * message.el (message-from-style, message-signature-separator)
9301         (message-user-organization-file, message-send-mail-function)
9302         (message-citation-line-function, message-yank-prefix)
9303         (message-indent-citation-function, message-signature)
9304         (message-signature-file, message-signature-insert-empty-line):
9305         Remove autoloads.
9306
9307         * gnus-art.el (gnus-buttonized-mime-types): Remove
9308         "multipart/signed".  Revert 2006-04-26 change.
9309
9310 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311
9312         * gnus.el (gnus-version-number): Bump version.
9313
9314 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9315
9316         * gnus.el: No Gnus v0.5 is released.
9317
9318 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9319
9320         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9321         fetching articles by message-id.
9322
9323 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * message.el (hashcash): Require hashcash as normal.
9326
9327         * ecomplete.el (ecomplete-highlight-match-line): Use
9328         point-at-eol.
9329         (ecomplete-highlight-match-line): Use `highlight', because that
9330         face exists in both Emacs and XEmacs.
9331
9332         * message.el (message-display-abbrev): Use point-at-bol.
9333
9334         * mail-source.el: Don't require timer/timer-funcs.
9335
9336         * gnus-async.el: Ditto.
9337
9338         * password.el: Ditto.
9339
9340         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9341
9342         * mm-url.el: Ditto.
9343
9344         * gnus-xmas.el: Don't require timer-funcs.
9345
9346         * mm-util.el: Require timer/timer-funcs.
9347
9348 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9349
9350         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9351         Close.
9352
9353 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9356         unibyte after clear-decrypt function runs.
9357
9358         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9359         returns as a unibyte string.
9360
9361 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * lpath.el: Revert.
9364
9365         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9366         (pgg-gpg-process-sentinel): Revert.
9367
9368         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9369         (pgg-pgp-lookup-key): Revert.
9370
9371         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9372         (pgg-pgp5-lookup-key): Revert.
9373
9374         * pgg.el (pgg-fetch-key): Revert.
9375
9376 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * lpath.el: Fbind string-as-multibyte for XEmacs.
9379
9380         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9381         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9382         (mml1991-pgg-encrypt): Ditto.
9383
9384         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9385         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9386         a multibyte buffer.
9387
9388         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9389         (pgg-pgp-lookup-key): Ditto.
9390
9391         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9392         (pgg-pgp5-lookup-key): Ditto.
9393
9394         * pgg.el (pgg-fetch-key): Ditto.
9395
9396 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * message.el (message-user-organization-file): Check several
9399         locations of the organization file.
9400
9401         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9402         Add gnus-article-view-part-as-type.
9403
9404         * gnus-art.el (gnus-article-view-part-as-type): New function.
9405
9406         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9407         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9408
9409         * mml.el: Simplify autoload.
9410         (mml-mode): defvar dnd-protocol-alist instead of using
9411         symbol-value.
9412         (mml-default-directory): New variable.
9413         (mml-minibuffer-read-file): Use it.
9414         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9415
9416         * message.el (message-citation-line-format): New variable.
9417         (message-insert-formated-citation-line): New function.
9418         (message-citation-line-function): Add
9419         `message-insert-formated-citation-line' to custom type.
9420
9421         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9422         to doc string.
9423
9424         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9425         depending on mm-verify-option.
9426
9427 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9430         binding pgg-* variables; reimplement the section which prevents
9431         MIME header from being signed.
9432         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9433         pgg-text-mode; remove a blank line at the top of body.
9434
9435         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9436         lines at the top of body; use gnus-newsgroup-charset if there's no
9437         Charset header.
9438
9439 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * message.el (message-self-insert-commands): Doc fix.
9442
9443         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9444         (mm-uu-pgp-encrypted-test): Ditto.
9445         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9446         between header and body; return application/pgp-encrypted handle
9447         if decryption failed; decode decrypted body by charset.
9448
9449         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9450         element match to application/pgp-*.
9451
9452 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9453
9454         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9455         HTML.
9456
9457 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9458
9459         * mail-source.el (mail-source-call-script): Message the error
9460         string.
9461
9462 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * gnus-util.el (gnus-byte-compile): Use it.
9465
9466 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9467
9468         * gnus-util.el (kill-empty-logs): New function.
9469
9470 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9471
9472         * message.el (message-mail-alias-type): Doc fix.
9473         (message-mail-alias-type-p): New function.
9474         (message-send): Use it.
9475         (message-mode): Ditto.
9476         (message-strip-forbidden-properties): Ditto.
9477
9478         * ecomplete.el (ecomplete-database-file-coding-system): New
9479         variable.
9480         (ecomplete-save): Use it.
9481         (ecomplete-setup): Use it.
9482
9483 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * message.el (message-self-insert-commands): New variable.
9486         (message-strip-forbidden-properties): Use it.
9487
9488 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9489
9490         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9491         that doesn't make XEmacs choke.
9492
9493 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * gnus-util.el (gnus-replace-in-string):
9496         Prefer replace-regexp-in-string over of replace-in-string.
9497
9498 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * gnus-util.el (gnus-select-frame-set-input-focus):
9501         Use select-frame-set-input-focus if it is available in XEmacs; use
9502         definition defined in Emacs 22 for old Emacsen.
9503
9504         * dgnushack.el: Autoload unmorse-region for XEmacs.
9505
9506         * lpath.el: Bind cursor-in-non-selected-windows and
9507         select-frame-set-input-focus for XEmacs.
9508
9509 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9512
9513 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9514
9515         * gnus-registry.el (gnus-registry-cache-save): Remove text
9516         properties when saving via the temp buffer.
9517
9518 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * message.el (message-generate-hashcash): Honor custom type.
9521
9522 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * message.el (message-generate-hashcash): Default to non-nil when
9525         hashcash is found.
9526
9527         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9528         (gnus-refer-thread-limit): Increase default to 500.
9529
9530         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9531
9532         * flow-fill.el (fill-flowed): Allow delete-space.
9533
9534 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9537         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9538         Remove autoloads.
9539
9540 2006-04-18  Simon Josefsson  <jas@extundo.com>
9541
9542         * message.el (message-generate-hashcash): Default to.
9543
9544 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9547         concatenating segments rather than before concatenating them.
9548
9549 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9552
9553 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554
9555         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9556
9557         * message.el (message-forward-make-body-plain): Allow
9558         message-forward-ignored-headers to be a list.
9559         (message-remove-ignored-headers): Factor out into function.
9560         (message-forward-make-body-mml): Use it.
9561
9562         * imap.el (imap-quote-specials): New function.
9563         (imap-login-auth): Quote specials.
9564
9565         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9566         (rfc2231-parse-string): Allow concatanation of parameters that
9567         aren't contiguous.  The test case is
9568           (mail-header-parse-content-type "message/external-body;
9569             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9570             access-type=LOCAL-FILE;
9571             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9572
9573 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9574
9575         * nntp.el (nntp-accept-process-output): Return the value of
9576         `nnheader-accept-process-output'.
9577
9578 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579
9580         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9581         (gnus-button-alist): Recognize more diff formats.
9582         (gnus-button-patch): Strip directory.
9583
9584 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9587         Emacs 22 when setting focus.
9588
9589 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * gnus-art.el (gnus-article-treat-types): Do treatment of
9592         text/x-verbatim parts.
9593         (gnus-button-patch): New command.
9594
9595         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9596         addresses that contain invalid characters.
9597
9598 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599
9600         * message.el (message-put-addresses-in-ecomplete): Use
9601         gnus-replace-in-string.
9602         (message-is-yours-p): Use the more correct
9603         mail-header-parse-address instead of
9604         mail-extract-address-components.
9605         (message-put-addresses-in-ecomplete): Fix typo.
9606
9607         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9608         keystroke.
9609
9610         * gnus-art.el (gnus-treatment-function-alist): Change order of
9611         newsgroups/generic header folding to avoid double-folding.
9612
9613         * message.el (message-hidden-headers): Add X-Draft-From.
9614
9615         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9616         command.
9617         (gnus-summary-repeat-search-article-backward): New command.
9618
9619         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9620         groups in the parent topic.
9621
9622 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9623
9624         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9625         (spam-extra-header-to-number): Return the CRM114 number as a
9626         number instead of a string.
9627
9628 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9629
9630         * gnus-art.el (gnus-face-properties-alist): Moved here from
9631         gnus-fun.
9632
9633         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9634
9635 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9636
9637         * message.el (message-strip-forbidden-properties): Only display on
9638         self-insert-command.
9639
9640         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9641         reindent.
9642         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9643
9644 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9645
9646         * smiley.el (smiley-style): Fix typo.
9647
9648 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9649
9650         * hashcash.el (hashcash-insert-payment-async-2): Use
9651         message-goto-eoh instead of doing it manually.
9652         (mail-add-payment): Use message-narrow-to-header instead of trying
9653         to do the same itself.
9654
9655         * message.el (message-hidden-headers): Add Face.
9656
9657         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9658         reparenting code.
9659         (gnus-summary-reparent-children): Refactored out code.
9660         (gnus-summary-thread-map): New keystroke.
9661         (gnus-summary-reparent-children): Make into command.
9662
9663         * smiley.el (smiley-style): Default to `medium' if using a large
9664         font.
9665
9666         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9667         does it itself.
9668
9669         * message.el (message-point-in-header-p): Simplify definition.
9670
9671 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9672
9673         * nnagent.el (nnagent-request-set-mark): Silence log file
9674         writing.
9675         (nnagent-request-set-mark): Use write-region instead of
9676         append-to-file.
9677
9678         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9679         strange select method.
9680
9681         * ecomplete.el (ecomplete-display-matches): Get highlightling
9682         right.
9683         (ecomplete-display-matches): Use literals.
9684         (ecomplete-display-matches): Disable message logging.
9685
9686         * message.el (message-display-abbrev): Small optimization.
9687
9688         * ecomplete.el (ecomplete-display-matches): Allow automatic
9689         display.
9690
9691         * message.el (message-strip-forbidden-properties): Display
9692         abbrevs.
9693         (message-display-abbrev): Get automatic display right.
9694
9695         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9696         keystrokes.
9697
9698 2006-04-13  Romain Francoise  <romain@orebokech.com>
9699
9700         TODO: Backport to v5-10!
9701
9702         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9703         Moved here (and renamed) from gnus-registry.el.
9704
9705         * gnus-registry.el: Require gnus-util.
9706         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9707
9708 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9709
9710         * gnus-group.el (gnus-group-catchup-current): Change
9711         if-then-else-if-then-else into cond.
9712         (gnus-group-catchup): Indent.
9713         (group-name-at-point): New function.
9714         (gnus-fetch-group): Provide default from thing at point.
9715
9716 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9717
9718         * message.el (message-display-abbrev): Fix regexp.
9719
9720         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9721         choosing.
9722         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9723         dead variables.
9724
9725         * message.el (message-newline-and-indent): Remove debugging.
9726         (message-display-abbrev): Use new implementation.
9727
9728 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * gnus-art.el (gnus-article-mode): Set
9731         cursor-in-non-selected-windows to nil.
9732
9733         * smiley.el: Revert previous change.
9734         (smiley-data-directory): defvar it before using it in the
9735         defcustom of `smiley-style'.
9736
9737 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * message.el (message-newline-and-indent): New function.
9740
9741         * ecomplete.el: Implement more bits.
9742
9743         * message.el (message-put-addresses-in-ecomplete): Clean up the
9744         string.
9745
9746         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9747
9748         * gnus-sum.el (gnus-summary-save-parts): Bind
9749         gnus-summary-save-parts-counter and use it to make unique file
9750         names.
9751
9752         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9753
9754         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9755         parameter to say whether to actually parse the individual
9756         addresses.
9757
9758         * message.el (message-put-addresses-in-ecomplete): New function.
9759         (ecomplete): Require.
9760         (message-mail-alias-type): Add ecomplete as an option.
9761
9762 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9763
9764         * flow-fill.el (fill-flowed): Remove trailing space from blank
9765         quoted lines.
9766
9767 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9768
9769         * smiley.el (smiley-style): Move definition later to avoid a
9770         compilation warning.
9771
9772 2006-04-12  Kenichi Handa  <handa@m17n.org>
9773
9774         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9775         buffer and then decode the buffer text if necessary.
9776         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9777         first, and after mm-encode-body, change the buffer to unibyte.
9778         Use mm-disable-multibyte instead of set-buffer-multibyte.
9779
9780 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9783         Content-Type header instead of Content-Disposition header.
9784         (gnus-mime-inline-part): Ditto.
9785         (gnus-mime-view-part-as-charset): Ignore charset that the part
9786         specifies.
9787
9788         * mm-decode.el (mm-display-part): Work with external parts and
9789         usual parts similarly.
9790
9791         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9792         instead of gnus-display-mime.
9793
9794         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9795         instead of with-temp-buffer.
9796
9797         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9798         tag to summarized topics part in order to encode non-ASCII text.
9799
9800 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * smiley.el (smiley-style): New variable.
9803         (smiley-directory): New function.
9804         (smiley-data-directory): Derive from `smiley-style' using
9805         `smiley-directory'.
9806         (smiley-regexp-alist): Add new entries.
9807
9808         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9809         (gnus-article-browse-delete-temp): Add :version.
9810
9811 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9812
9813         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9814         the sieve region.
9815
9816 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817
9818         * gnus.el (gnus-version-number): Bump version.
9819
9820 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * gnus.el: No Gnus v0.4 is released.
9823
9824 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9827         layout.
9828
9829         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9830         unknown charset.
9831
9832         * message.el (message-header-synonyms): Add Original-To to the
9833         default.
9834
9835         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9836         optional parameter.
9837
9838 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9839
9840         * gnus-fun.el (gnus): Require it for gnus-directory.
9841
9842 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9845
9846 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9847
9848         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9849
9850 2006-04-05  Simon Josefsson  <jas@extundo.com>
9851
9852         * password.el (password-reset): New function.
9853
9854 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9855
9856         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9857         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9858
9859 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9860
9861         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9862         Some whitespace was matched into the url, which broke browsing hits
9863         > 100 when mm-url-use-external was nil.
9864
9865 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9868         gnus-extra-headers for 'Newsgroups.
9869
9870         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9871         bound.
9872
9873 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9874
9875         * pgg-gpg.el: Clean up process buffers every time gpg processes
9876         complete.
9877
9878 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9881         doc string.
9882
9883 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9884
9885         * pgg-gpg.el (pgg-gpg-process-filter)
9886         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9887
9888         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9889         lines, temporary fix.
9890
9891 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9892
9893         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9894
9895 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9896
9897         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9898         default-enable-multibyte-characters.  This reverts the change from
9899         revision 6.17 which is no longer necessary because the passphrase
9900         is sent separately now.  GnuPG messages are unreadable under
9901         multibyte locales with default-enable-multibyte-characters set to
9902         nil.
9903
9904 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * message.el (message-tool-bar-gnome): Move "spell".
9907
9908 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9911         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9912         instead.
9913
9914 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9915
9916         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9917         newsgroups handling for NNTP overviews which don't include
9918         Newsgroups.
9919
9920 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9921
9922         * message.el (message-resend): Bind message-generate-hashcash to nil.
9923
9924 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9925
9926         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9927         when searching for already-paid recipients.
9928
9929 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9930
9931         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9932         passphrases when it is not needed.
9933         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9934         passphrase stuff from gpg, should only be necessary when you use
9935         gpg with a smartcard.
9936
9937 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * mml.el (mml-insert-mime): Ignore cached contents of
9940         message/external-body part.
9941
9942         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9943         (mm-insert-part): Ditto.
9944
9945 2006-03-23  Simon Josefsson  <jas@extundo.com>
9946
9947         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9948         Reiner.
9949         (pgg-gpg-use-agent-p): Use it again.
9950
9951 2006-03-23  Simon Josefsson  <jas@extundo.com>
9952
9953         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9954         older emacsen.
9955         (pgg-gpg-use-agent-p): Don't use it.
9956
9957 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9960         if we can.
9961
9962 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9963
9964         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9965         (pgg-gpg-update-agent): New function.
9966         (pgg-gpg-use-agent-p): New function.
9967         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9968         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9969         (pgg-gpg-sign-region): Use it.
9970
9971 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9974         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9975
9976 2006-03-21  Simon Josefsson  <jas@extundo.com>
9977
9978         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9979         <wilde@sha-bang.de>.
9980         (pgg-gpg-use-agent): New variable.
9981         (pgg-gpg-process-region): Use it.
9982         (pgg-gpg-encrypt-region): Likewise.
9983         (pgg-gpg-encrypt-symmetric-region): Likewise.
9984         (pgg-gpg-decrypt-region): Likewise.
9985         (pgg-gpg-sign-region): Likewise.
9986         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9987
9988 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9991
9992         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9993         Add comment on version.
9994
9995 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * smiley.el: Add missing test smiley.
9998
9999 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * mm-decode.el (mm-with-part): New macro.
10002         (mm-get-part): Use it; work with message/external-body as well.
10003         (mm-save-part): Treat name and filename equally.
10004
10005         * mm-extern.el (mm-extern-cache-contents): New function.
10006         (mm-inline-external-body): Use it; force the part to be displayed;
10007         move undisplayer added to the cached handle to the parent.
10008
10009         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10010         (gnus-mime-view-part-as-type): Work with message/external-body.
10011
10012         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10013
10014 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10017         images in image-load-path.  [Sync with image.el, revision 1.60, in
10018         Emacs.]
10019
10020 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10023         path rather than symbol.  Always return list of directories.
10024         Guarantee that image directory comes first.  [Sync with image.el,
10025         revision 1.59, in Emacs.]
10026
10027         * message.el (message-make-tool-bar): Adjust to new API of
10028         `gmm-image-load-path-for-library'.
10029
10030         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10031
10032         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10033
10034 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10035
10036         * gnus-art.el (gnus-article-only-boring-p):
10037         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10038         intangible text.
10039         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10040
10041 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10044         `defun' instead of `gmm-defun-compat'.
10045
10046 2006-03-14  Simon Josefsson  <jas@extundo.com>
10047
10048         * message.el (message-unique-id): Don't use message-number-base36
10049         if (user-uid) is a float.
10050         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10051
10052 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10055
10056         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10057         empty line between a part and a message part.
10058
10059 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * smiley.el: Add more test smileys.
10062         (smiley-data-directory, smiley-regexp-alist)
10063         (gnus-smiley-file-types): Fix doc strings.
10064         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10065         adding new elements.
10066         (smiley-mouse-map): Unused code.  Make it a comment.
10067
10068 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10071         scan latest NoCeM messages instead of old ones.
10072         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10073         delimiters that are recently used.
10074         (gnus-nocem-load-cache): Add autoload cookie.
10075
10076         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10077
10078         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10079         level which is larger than gnus-use-nocem is specified.
10080
10081         * gnus-group.el (gnus-group-get-new-news): Ditto.
10082
10083 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * gnus-util.el (gnus-tool-bar-update): New function.
10086
10087         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10088         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10089
10090         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10091
10092         * gnus-group.el (gnus-group-redraw-when-idle)
10093         (gnus-group-redraw-check): Remove.
10094         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10095
10096 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10099         if optional last element is specified in splits (FIELD VALUE...).
10100
10101 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10104         to gmm-image-load-path-for-library.  Call with no-error argument.
10105         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10106
10107         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10108
10109         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10110
10111         * gmm-utils.el (gmm-image-load-path): Remove alias.
10112
10113 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10114
10115         * gmm-utils.el (gmm-image-load-path): Add alias.
10116
10117         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10118         nnml-generate-nov-databases-1.
10119         (nnml-generate-nov-databases): Use it.
10120         (nnml-generate-nov-databases-directory): Document no-active
10121         argument.
10122
10123         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10124         directory if path is t.  Add no-error.
10125
10126         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10127         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10128
10129         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10130         resetting gnus-article-browse-html-temp-list.
10131
10132         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10133         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10134         Add example to docstring.  Rename local variables.  Move error
10135         checks to default case in cond and simplify.
10136
10137 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10140         handle is multipart when calling it recursively.
10141         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10142
10143 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10144
10145         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10146         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10147
10148 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10151         is loaded.
10152
10153         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10154         loaded.
10155
10156 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10159         to "Emacs 23 (unicode)" in doc string.
10160
10161         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10162         "Emacs 23 (unicode)" in comment.
10163
10164 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10167
10168         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10169         characters 160 through 255 in Emacs 23.
10170
10171 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10174         gnus-article-browse-html-temp.
10175         (gnus-article-browse-delete-temp): Make it customizable.  Add
10176         `file'.  Adjust doc string.
10177         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10178         query for each file.  Adjust doc string.
10179         (gnus-article-browse-html-parts): Add
10180         `gnus-article-browse-delete-temp-files' to
10181         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10182
10183 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10184
10185         * gnus-art.el (gnus-article-browse-html-temp)
10186         (gnus-article-browse-delete-temp): New variables.
10187         (gnus-article-browse-delete-temp-files): New function.
10188         (gnus-article-browse-html-parts): Use it.
10189
10190 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10193
10194         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10195         string.
10196
10197         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10198         gnus-summary-insert-new-articles when unplugged.  Remove
10199         gnus-summary-search-article-forward.
10200
10201         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10202         display-visual-class instead of display-color-cells.
10203
10204 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * dgnushack.el: Autoload customize-group for XEmacs.
10207
10208         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10209         message/* containing non-ASCII text properly.
10210
10211 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10212
10213         * message.el: Require gmm-utils, remove autoloads.
10214         (message-tool-bar): Set default based on
10215         gmm-tool-bar-style.
10216         (message-tool-bar-gnome): Add gmm-customize-mode.
10217
10218         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10219         gmm-tool-bar-style.
10220         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10221
10222         * gnus-group.el (gnus-group-tool-bar): Set default based on
10223         gmm-tool-bar-style.
10224         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10225
10226         * gmm-utils.el (gmm-image-directory): Rename variable from
10227         gmm-image-load-path.
10228         (gmm-image-load-path): Use gmm-image-directory.
10229         (gmm-customize-mode): New function.
10230         (gmm-tool-bar-style): New variable.
10231
10232         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10233         gnus-group-redraw-line-number.
10234         (gnus-group-redraw-check): Simplify.
10235         (gnus-group-tool-bar-update): Remove redraw check.
10236         (gnus-group-make-tool-bar): Add redraw check.
10237
10238 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10239
10240         * gnus-art.el (gnus-button): Add missing parentheses.
10241
10242 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * lpath.el: Fbind line-number-at-pos.
10245
10246 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10249
10250 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * gnus-art.el (gnus-button): New face.
10253         (gnus-article-button-face): Use it.
10254
10255         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10256         gnus-summary-next-page.  Re-order.
10257
10258         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10259         next-node are now included.
10260         (gnus-group-redraw-line-number): New internal variable.
10261         (gnus-group-redraw-check): Helper function for updating the tool
10262         bar.
10263         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10264
10265         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10266
10267         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10268         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10269         Use it to match format of Spamassassin 3.0 and later.  Reported by
10270         IRIE Tetsuya <irie@t.email.ne.jp>.
10271         (spam-check-bogofilter)
10272         (spam-bogofilter-register-with-bogofilter): Fix args of
10273         `gnus-error' calls.
10274
10275 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10278         unnecessary interaction when sending queued mails.  Reported by
10279         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10280
10281 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10284         first or last are nil.
10285
10286 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10287
10288         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10289
10290 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10293
10294 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10295
10296         * dns.el (query-dns): Protect more against buggy tcp output.
10297
10298 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10301         nov.php.
10302
10303 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10304
10305         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10306         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10307         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10308         output on the server side.
10309         (nnweb-google-create-mapping): Update regexps and add some
10310         progress indication.
10311
10312 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10313
10314         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10315         gnus-agent-toggle-plugged.  Re-order icons.
10316         (gnus-group-tool-bar-gnome): Add
10317         gnus-group-{prev,next}-unread-group.
10318         (gnus-group-tool-bar-gnome): Re-order icons.
10319
10320         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10321         gnus-summary-insert-new-articles.
10322
10323         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10324         comments.
10325
10326         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10327         also available in Emacs 21.3.
10328
10329         * message.el (message-fix-before-sending): Change "Emacs 22" to
10330         "Emacs 23 (unicode)" in comment.
10331
10332         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10333         "Emacs 23 (unicode)" in comment.
10334
10335         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10336         comment.
10337         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10338
10339         * mm-view.el (mm-fill-flowed): Add :version.
10340
10341 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10344         and load-path.
10345
10346 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * message.el: Autoload gmm-image-load-path.
10349         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10350         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10351         consitency.
10352
10353         * gmm-utils.el (gmm-image-load-path): Also search in
10354         "../etc/images".  Don't set gmm-image-load-path if we don't find
10355         the image.
10356
10357 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gmm-utils.el (gmm-image-load-path): Don't make
10360         `gmm-image-load-path' include subdirectories which the second arg
10361         `image' might specify.
10362
10363         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10364         subdirectory to icon file names.
10365
10366         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10367
10368 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10371         gmm-image-load-path calls.
10372
10373         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10374
10375         * message.el (message-make-tool-bar): Ditto.
10376
10377         * mml.el (mml-preview): Added comment concerning tool bar icons.
10378
10379         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10380         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10381
10382         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10383         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10384
10385         * message.el (message-tool-bar-gnome): Use new icon names.
10386         (message-make-tool-bar): Use `gmm-image-load-path'.
10387
10388         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10389         functions from MH-E.
10390         (gmm-image-load-path): New variable from MH-E.
10391         (gmm-image-load-path): New function from MH-E.  Added arguments
10392         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10393         *-image-load-path-called-flag.
10394
10395 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10396
10397         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10398
10399 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10400
10401         * nnimap.el (nnimap-request-move-article): Change folder back to
10402         source group before deleting.
10403
10404 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10407
10408         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10409         mm-url.
10410
10411         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10412
10413 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10416         coding system which mm-charset-to-coding-system returns for a
10417         given charset is valid.
10418
10419 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10420
10421         * html2text.el (html2text-remove-tag-list):
10422         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10423
10424 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10425
10426         * gnus-cus.el: Revert 2005-10-17 change.
10427
10428 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gnus-art.el (article-strip-banner): Call
10431         article-really-strip-banner only when the regexp match is made.
10432
10433 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * gnus-art.el (article-strip-banner): Use
10436         gnus-extract-address-components instead of
10437         mail-header-parse-addresses to make it work with non-ASCII text;
10438         remove mail-encode-encoded-word-string.
10439
10440         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10441         values which are surrounded with \"...\"; make it never cause a
10442         Lisp error; give up parsing of parameters if it failed in
10443         extracting type.
10444
10445 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10446
10447         * smime.el (smime-cert-by-ldap-1): Fix bug where
10448         `smime-ldap-search' returns results without userCertificates.
10449
10450 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10453
10454 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * spam.el (spam-check-spamassassin-headers): Adapt format for
10457         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10458         <ari@mbf.ocn.ne.jp>.
10459         (spam-list-of-processors): Add spam-use-gmane.
10460
10461 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10464         make-temp-file; make it work with XEmacs as well.
10465
10466         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10467         mm-make-temp-file.
10468
10469         * mm-decode.el (mm-display-external): Use the 3rd arg of
10470         mm-make-temp-file.
10471         (mm-create-image-xemacs): Ditto.
10472
10473 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10476         with message-narrow-to-headers.
10477         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10478         (gnus-draft-check-draft-articles): New function.
10479         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10480
10481 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * gnus-art.el (gnus-article-browse-html-parts):
10484         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10485         Don't use suffix argument for mm-make-temp-file for Emacs 21
10486         compatibility.  Remove useless `format'.
10487
10488 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10489
10490         * nnweb.el (nnweb-google-wash-article): Update regexps.
10491         (nnweb-group-alist): Use defvoo instead of defvar.
10492
10493 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10496         re-loading nn* modules.
10497
10498 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10501         for `tool-bar-mode' and don't check it's default-value.
10502
10503         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10504
10505         * message.el (message-make-tool-bar): Ditto.
10506
10507         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10508         `substring'.  Shorten tmp-file name.
10509
10510         * gnus.el: Remove bogus comment.
10511
10512 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10513
10514         * gnus-art.el (gnus-article-browse-html-parts): New function.
10515         (gnus-article-browse-html-article): New function for viewing html
10516         articles with a browser.
10517
10518 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10519
10520         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10521         in elisp.
10522         (pgg-gpg-encrypt-symmetric-region): Ditto.
10523         (pgg-gpg-sign-region): Ditto.
10524
10525         * pgg-def.el (pgg-text-mode): New variable.
10526
10527         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10528         (mml2015-pgg-encrypt): Ditto.
10529
10530         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10531         (mml1991-pgg-encrypt): Ditto.
10532
10533 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10536         message-make-date instead of current-time-string.
10537
10538         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10539         to gnus-decoded which mm-uu might set.
10540
10541 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10544         don't decode quoted parameters; remove misimported Emacs code.
10545         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10546         (rfc2231-decode-encoded-string): Don't use split-string which
10547         behaves differently according to Emacs version; use
10548         mm-decode-coding-region to convert charset to coding-system.
10549         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10550         (rfc2231-encode-string): Remove misimported Emacs code.
10551
10552 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10555         when calling mail-header-parse-content-type.
10556         (article-de-quoted-unreadable): Ditto.
10557         (article-de-base64-unreadable): Ditto.
10558         (article-wash-html): Ditto.
10559
10560         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10561         calling mail-header-parse-content-type and
10562         mail-header-parse-content-disposition.
10563         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10564         mail-header-parse-content-type.
10565
10566         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10567         insert charset and format parameters; encode description after
10568         inserting it to buffer.
10569         (mml-insert-parameter): Fold lines properly even if a parameter is
10570         segmented into two or more lines; change the max column to 76.
10571
10572         * rfc1843.el (rfc1843-decode-article-body): Don't use
10573         ignore-errors when calling mail-header-parse-content-type.
10574
10575         * rfc2231.el (rfc2231-parse-string): Return at least type if
10576         possible; don't cause an error even if it fails in parsing of
10577         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10578         (rfc2231-encode-string): Don't break lines at the beginning, leave
10579         it to mml-insert-parameter.
10580
10581         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10582         calling mail-header-parse-content-type.
10583
10584 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10585
10586         * spam-report.el (spam-report-gmane-use-article-number):
10587         Improve doc string.
10588         (spam-report-gmane-internal): Check if a suitable header was found
10589         in the article.
10590
10591 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10594         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10595
10596 2006-02-05  Romain Francoise  <romain@orebokech.com>
10597
10598         Update copyright notices of all files in the gnus directory.
10599
10600 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10601
10602         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10603
10604 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10607         segmented lines of parameter value to cope with Thunderbird 1.5
10608         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10609         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10610         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10611
10612 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10613
10614         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10615         parts.
10616
10617 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10618
10619         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10620         there's only one active file for all servers.
10621         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10622         solid groups.  Gnus might have used a FAST request to select the group.
10623         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10624         and nnweb-search redundantly in the active file.
10625         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10626         (nnweb-request-create-group): Don't use ARGS.
10627         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10628         initialisations.  Let nnoo do the work.
10629
10630 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10633         Say the part has been decoded.
10634
10635         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10636
10637 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10638
10639         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10640         mailcap-viewer-test-cache when there's no 'test clause, since that
10641         will invert the meaning of a "nil" test previously determined by
10642         mailcap-mailcap-entry-passes-test.
10643
10644 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10647         compiling.
10648
10649         * gnus-sum.el: Ditto.
10650
10651         * message.el: Don't bind tool-bar-map when compiling.
10652
10653 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10656
10657 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10658
10659         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10660         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10661         current Google Groups.
10662
10663 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10666         and tool-bar-mode.
10667
10668         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10669         and tool-bar-mode.
10670
10671         * message.el (message-tool-bar-update): Simplify.
10672         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10673
10674         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10675         gnus-summary-buffer.
10676         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10677         gnus-summary-reply.
10678
10679         * gmm-utils.el (gmm): Add :version.
10680
10681 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * Makefile.in (clean): New rule.
10684         (distclean): Use it.
10685
10686 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10687
10688         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10689         autoload.
10690
10691 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gmm-utils.el (gmm-verbose): Add :group.
10694
10695 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * message.el: Change some comments WRT tool-bars.
10698
10699         * gnus-sum.el (gnus-summary-tool-bar)
10700         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10701         (gnus-summary-tool-bar-zap-list): New variables.
10702         (gnus-summary-make-tool-bar): Complete rewrite using
10703         `gmm-tool-bar-from-list'.
10704
10705         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10706         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10707         variables.
10708         (gnus-group-make-tool-bar): Complete rewrite using
10709         `gmm-tool-bar-from-list'.
10710         (gnus-group-tool-bar-update): New function.
10711
10712         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10713
10714 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10717         is dissected into a single part of which the type is the same as
10718         the given one; decode charset.
10719
10720 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10721
10722         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10723         into alists as symbol not string, since that's what
10724         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10725         look for.
10726
10727 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10730         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10731
10732         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10733
10734 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10737         (gnus-xmas-mime-security-button-menu): New function.
10738
10739         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10740         (gnus-mime-security-button-menu): New definition.
10741         (gnus-mime-security-button-map): Use them.
10742         (gnus-mime-security-button-menu): New function.
10743         (gnus-insert-mime-security-button): Addition to help echo.
10744         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10745         (gnus-mime-security-pipe-part): New functions.
10746
10747         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10748         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10749
10750         * mm-decode.el (mm-handle-set-disposition): Remove.
10751         (mm-handle-set-description): Remove.
10752
10753 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10756         (mm-w3m-standalone-supports-m17n-p): New function.
10757         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10758         w3m usage.
10759
10760         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10761         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10762
10763 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * message.el (message-tool-bar-zap-list): Use
10766         gmm-tool-bar-zap-list as custom type.
10767         (message-tool-bar-update): New function.
10768         (message-tool-bar, message-tool-bar-gnome)
10769         (message-tool-bar-retro): Add message-tool-bar-update.
10770         (message-tool-bar-gnome): Add flyspell-buffer.
10771
10772         * gnus-util.el (gnus-error): Describe `args'.
10773
10774         * gmm-utils.el (gmm-error): Describe `args'.
10775         (gmm-tool-bar-zap-list): New widget.
10776         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10777
10778 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10781         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10782         the number of recursive calls.
10783
10784         * mm-decode.el (mm-handle-set-disposition): New macro.
10785         (mm-handle-set-description): New macro.
10786
10787 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10790         encoding.
10791
10792 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * message.el (message-tool-bar-zap-list, message-tool-bar)
10795         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10796         (message-tool-bar-local-item-from-menu): Remove.
10797         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10798         (message-make-tool-bar): New function.
10799         (message-mode): Use `message-make-tool-bar'.
10800
10801         * gmm-utils.el: New file.
10802         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10803         (gmm-lazy): New widget copied from `nnmail.el'.
10804         (gmm-tool-bar-from-list): New function for creating customizable
10805         tool bars.
10806         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10807         output.
10808         (gmm): Add :prefix to defgroup.
10809
10810 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10811
10812         * gmm-utils.el (gmm-widget-p): New function.
10813
10814 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * mml.el (mml-attach-file): Describe `description' in doc string.
10817         (mml-menu): Add Emacs MIME manual and PGG manual.
10818
10819 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10820
10821         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10822
10823 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10824
10825         * nntp.el (nntp-end-of-line): Doc fix.
10826
10827 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10828
10829         * imap.el (imap-open): Handle case where buffer is a buffer
10830         object.
10831
10832 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10833
10834         * gnus-delay.el (gnus-delay): Don't autoload.
10835         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10836         to be re-loaded when customizing the `gnus-delay' group.
10837
10838 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10839
10840         * message.el (message-insert-citation-line): Use newlines.
10841
10842 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10843
10844         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10845         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10846         these routines, so the passphrase can be managed externally and
10847         passed in to the system.
10848         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10849         pgg-add-passphrase-to-cache function.
10850
10851         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10852         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10853         these routines, so the passphrase can be managed externally and
10854         passed in to the system.
10855         (pgg-pgp5-sign-region): Use new name of
10856         pgg-add-passphrase-to-cache function.
10857
10858 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10859
10860         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10861         part of the decoded armor to find the key-identifier.
10862         (pgg-gpg-lookup-key-owner): New function to return the
10863         human-readable identifier of a key owner.
10864         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10865         itself.
10866         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10867         the key value) if we have a key and can match it against a secret
10868         key.  Also, added a note pointing out fact that the prompt only
10869         indicates the first matching key.
10870
10871         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10872         pgg-decrypt-region.
10873         (pgg-add-passphrase-to-cache): Rename from
10874         `pgg-add-passphrase-cache' to reduce confusion (all callers
10875         changed).
10876         (pgg-remove-passphrase-from-cache): Rename from
10877         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10878         changed).
10879         (pgg-read-passphrase, pgg-add-passphrase-cache)
10880         (pgg-remove-passphrase-cache): Add informative docstrings.
10881         (pgg-decrypt): Convey provided passphrase in subordinate call to
10882         pgg-decrypt-region.
10883
10884 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10885
10886         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10887         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10888         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10889         'passphrase' argument, so the passphrase can be managed externally
10890         and then passed in to the system.
10891
10892         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10893         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10894         so the passphrase cache can be used reliably with identifiers
10895         besides a pgp packet's key id.
10896
10897         * pgg-gpg.el (pgg-gpg-encrypt-region)
10898         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10899         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10900         these routines, so the passphrase can be managed externally and
10901         passed in to the system.
10902
10903         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10904         'notruncate' argument, so the passphrase cache can be used
10905         reliably with identifiers besides a pgp packet's key id.
10906
10907 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10908
10909         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10910         symmetric encryption.
10911         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10912         encrypted session key.
10913         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10914         message ask for the passphrase in a proper way.
10915
10916         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10917         New user commands for symmetric encryption.
10918
10919 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10922
10923         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10924
10925 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10926
10927         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10928
10929 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * mm-decode.el (mm-inlined-types): Add application/pgp.
10932         (mm-automatic-display): Ditto.
10933
10934         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10935         part as text.
10936
10937 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * nnrss.el: Update copyright.
10940         (nnrss-opml-import): Query whether to subscribe to each entry.
10941
10942         * gnus-art.el:
10943         * gnus-sum.el:
10944         * gnus-xmas.el:
10945         * messagexmas.el:
10946         * mm-uu.el:
10947         * mm-view.el: Update copyright.
10948
10949 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * message.el (message-info): New function.
10952         (message-mode-menu): Add it.
10953         Update copyright.
10954
10955         * ChangeLog: Fix and update copyright.
10956
10957 2006-01-13  Romain Francoise  <romain@orebokech.com>
10958
10959         * message.el (message-forward-subject-name-subject): Prefer the
10960         address to 'nowhere' if the sender has no name.
10961         Fix typo.  Update copyright year.
10962
10963 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * gnus-art.el (article-wash-html): Use
10966         gnus-summary-show-article-charset-alist if a numeric arg is given.
10967         (gnus-article-wash-html-with-w3m-standalone): New function.
10968
10969         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10970         mm-inline-text-html-render-with-w3m-standalone.
10971         (mm-text-html-washer-alist): Map w3m-standalone to
10972         gnus-article-wash-html-with-w3m-standalone.
10973         (mm-inline-text-html-render-with-w3m-standalone): New function.
10974
10975 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10976
10977         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10978         Improve LaTeX.
10979
10980 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10983         (nnrss-request-article): Render text/plain parts as HTML.
10984
10985         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10986         the buffer.
10987
10988 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10989
10990         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10991         custom definition of `gnus-posting-styles'.
10992
10993         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10994         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10995
10996 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10999         Use nntp for bug archive.
11000
11001 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11004         parts.
11005         (nnrss-normalize-date): New function converts ISO 8601 date into
11006         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11007         (nnrss-check-group): Use it.
11008
11009 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11012
11013         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11014         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11015         (nnrss-insert-w3): Ditto.
11016
11017 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11020         the articles to be forwarded including the case where neither a
11021         number of articles nor a region is specified.
11022
11023 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * nnrss.el (nnrss-request-article): Fix last change; fill
11026         text/plain parts.
11027
11028 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11031         in text/plain part.
11032         (nnrss-check-group): Don't add excessive newline to dc:subject.
11033
11034 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11035
11036         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11037         article.
11038
11039 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11042         (nnml-use-compressed-files, nnml-save-mail): Support other
11043         comression programs such as bzip2.
11044
11045 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11046
11047         * dns.el (query-dns): Make sure we check the buffer size before
11048         removing tcp headers.
11049
11050 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11053         remove MIME buttons associated with multipart/alternative parts.
11054         (gnus-mime-display-alternative): Tag buttons using `article-type'
11055         text property.
11056
11057         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11058         associated with multipart/alternative parts.
11059
11060         * gnus-art.el (gnus-signature-separator): Fix custom type.
11061
11062         * mm-decode.el (mm-inlined-types): Fix custom type.
11063         (mm-keep-viewer-alive-types): Ditto.
11064         (mm-automatic-display): Ditto.
11065         (mm-attachment-override-types): Ditto.
11066         (mm-inline-override-types): Ditto.
11067         (mm-automatic-external-display): Ditto.
11068
11069 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * spam-report.el (spam-report-user-mail-address)
11072         (spam-report-user-agent): New variables.
11073         (spam-report-url-ping-plain): Use spam-report-user-agent.
11074
11075 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11076
11077         * gnus-art.el (gnus-button-handle-custom): Do not just use
11078         `customize-apropos' for any "M-x customize-*" button but the
11079         function called for.  Accept both the function name and its
11080         argument in order to achieve this.
11081         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11082         function name to `gnus-button-handle-custom' in case of "M-x
11083         customize-*" buttons.
11084
11085 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11088         multipart/alternative and add xref to mm-discouraged-alternatives
11089         in doc string.
11090
11091         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11092         gnus-buttonized-mime-types in doc string.
11093
11094 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11097         Suggest image/.* in the doc string.
11098
11099 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11102         message-marks (Debian bug #342521).
11103
11104 2005-12-12  Simon Josefsson  <jas@extundo.com>
11105
11106         * password.el (password-read-from-cache): Add.
11107         (password-read): Use it.
11108
11109 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11112         us-ascii as a MIME charset.
11113
11114         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11115         against the case where the 2nd arg TYPE is nil.
11116
11117 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * pop3.el (pop3-stream-type): Fix custom version.
11120
11121         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11122
11123 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11124
11125         * mm-decode.el (mm-display-external): Add missing cdr.
11126
11127 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11130         RFC1524) if it is in mailcap or add a suffix according to
11131         mailcap-mime-extensions when generating a temp filename; postpone
11132         deleting a temp file for 2 seconds for some wrappers, shell
11133         scripts, and so on, which might exit right after having started a
11134         viewer command as a background job.
11135
11136 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11137
11138         * nntp.el (nntp-marks-directory): Fix custom group.
11139
11140         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11141         steps when < 10.
11142
11143         * gnus-start.el (gnus-no-server-1): Mention
11144         `gnus-level-default-subscribed' in doc string.
11145
11146 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11147
11148         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11149         parens.
11150
11151 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * gnus-xmas.el (gnus-use-toolbar): Revert.
11154         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11155         gnus-use-toolbar is default.
11156
11157         * messagexmas.el (message-use-toolbar): Revert.
11158         (message-setup-toolbar): Use global default-toolbar if
11159         message-use-toolbar is default.
11160
11161 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11164         according to default-toolbar-visible-p.
11165
11166         * messagexmas.el (message-use-toolbar): Ditto.
11167
11168 2005-11-26  Dave Love  <fx@gnu.org>
11169
11170         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11171         (tls-program, tls-success): Provide openssl alternative.
11172
11173         * starttls.el: Doc fixes.
11174         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11175         SERVICE to PORT.
11176
11177         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11178         port null or service name.
11179         (starttls-negotiate): Autoload.
11180
11181 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * message.el (message-kill-to-signature): Fix interactive spec.
11184
11185 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * pop3.el (pop3-open-server): Recognize a string as a service name.
11188
11189 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11190
11191         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11192
11193 2005-11-23  Dave Love  <fx@gnu.org>
11194
11195         Add pop3s, pop3/starttls.
11196
11197         * pop3.el (pop3-authentication-scheme): Clarify doc.
11198         (open-tls-stream, starttls-open-stream): Autoload.
11199         (pop3-stream-type): New.
11200         (pop3-open-server): Use it.
11201
11202         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11203         for POP.
11204         (mail-source-keyword-map): Add :stream for POP.
11205         (mail-source-fetch-pop): Use pop3-stream-type.
11206
11207 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11210         of current-time-string.
11211
11212 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11213
11214         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11215         date header.
11216
11217 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11218
11219         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11220         it can seriously impact performance as it bypasses the agent's
11221         local caches.
11222
11223 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11224
11225         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11226         must be explicitly online rather than "not explicitly offline" for
11227         its flags to be synchronized.
11228
11229         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11230         that gnus-uu-unmark-thread will function correctly.
11231
11232         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11233         1024K is instead displayed as 1M.
11234
11235 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11236
11237         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11238
11239 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11240
11241         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11242
11243 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11244
11245         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11246         error message to display actual error condition.
11247         (gnus-agent-save-local): Avoid saving symbols that are bound to
11248         nil as they simply result in a warning message in
11249         gnus-agent-read-local.
11250
11251 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11254         rather than make-variable-buffer-local for file-precious-flag.
11255
11256 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11257
11258         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11259         for duplicates which are removed.  The invalid sort check then
11260         triggers a rescan after the sort as sorting may have moved
11261         duplicate entries such that they can be cheaply detected.
11262
11263 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11266
11267 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11268
11269         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11270         internal variable to a custom variable.  Changed default value
11271         from compressed(2) to uncompressed(1).
11272         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11273         support for uncompressed agentview files.  Taken together, reading
11274         the agentview file should now be 6-7 times faster.
11275
11276 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11277
11278         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11279         as a buffer-local variable.  This avoids creating truncated
11280         dribble files as a result of a hang up, eg.
11281
11282 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11283
11284         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11285         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11286         XEmacs.
11287
11288 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * gnus-start.el (gnus-start-draft-setup): Enforce
11291         `gnus-draft-mode' for nndraft:drafts at startup.
11292
11293         * gnus.el (gnus-splash): Change custom group.
11294         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11295         allow-list argument.
11296
11297         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11298         string.
11299
11300 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gnus-art.el (gnus-default-article-saver): Add user-defined
11303         `function' to custom type.
11304
11305 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11306
11307         * imap.el (imap-open): Handle case where buffer is a buffer
11308         object.
11309
11310 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11313         long lines.
11314         (gnus-cache-delete-group): Wrap doc strings.
11315
11316         * gnus-agent.el (gnus-agent-rename-group)
11317         (gnus-agent-delete-group): Wrap doc strings.
11318
11319 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * messagexmas.el (message-use-toolbar): Change the valid values
11322         into default, top, bottom, left, and right.
11323         (message-toolbar-thickness): New variable.
11324         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11325         well.
11326         (message-setup-toolbar): Make it work.
11327
11328         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11329         (gnus-use-toolbar): Change the valid values into default, top,
11330         bottom, left, and right.
11331         (gnus-toolbar-thickness): New variable.
11332         (gnus-xmas-setup-toolbar): New function.
11333         (gnus-xmas-setup-group-toolbar): Use it.
11334         (gnus-xmas-setup-summary-toolbar): Use it.
11335
11336 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11337
11338         * gnus-start.el (gnus-1): Add "native" to
11339         gnus-predefined-server-alist.
11340
11341         * gnus.el (gnus-method-to-server): Don't add "native" to the
11342         lists here, because that leads to problems when
11343         gnus-select-method is bound.
11344
11345 2005-11-09  Simon Josefsson  <jas@extundo.com>
11346
11347         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11348         use (not sort-by-date) instead.
11349
11350 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11351
11352         * gnus-delay.el (gnus-delay-group): Don't autoload.
11353         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11354         to be re-loaded when customizing the `gnus-delay' group.
11355
11356 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11357
11358         * message.el: Revert last changes.
11359         (message-insert-citation-line): Use newlines.
11360
11361 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11362
11363         * message.el (message-courtesy-message)
11364         (message-mark-insert-begin, message-mark-insert-end)
11365         (message-elide-ellipsis, message-cancel-message)
11366         (message-add-header, message-change-subject)
11367         (message-cross-post-followup-to-header)
11368         (message-cross-post-insert-note, message-reduce-to-to-cc)
11369         (message-widen-reply, message-delete-not-region)
11370         (message-kill-to-signature, message-insert-signature)
11371         (message-insert-importance-high, message-insert-importance-low)
11372         (message-insert-or-toggle-importance)
11373         (message-insert-disposition-notification-to)
11374         (message-indent-citation, message-yank-original)
11375         (message-cite-original-without-signature, message-cite-original)
11376         (message-insert-citation-line, message-position-on-field)
11377         (message-fix-before-sending, message-send-mail-partially)
11378         (message-send-mail, message-send-mail-with-sendmail)
11379         (message-send-mail-with-qmail, message-send-news)
11380         (message-check-news-header-syntax, message-generate-headers)
11381         (message-insert-courtesy-copy, message-fill-address)
11382         (message-fill-header, message-shorten-references)
11383         (message-setup-1, message-cancel-news)
11384         (message-forward-make-body-plain, message-forward-make-body-mime)
11385         (message-forward-make-body-mml, message-encode-message-body)
11386         (message-forward-make-body-digest-plain)
11387         (message-forward-make-body-digest-mime)
11388         (message-use-alternative-email-as-from): Insert `hard-newline'
11389         instead of ordinary newlines.
11390
11391 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * message.el (message-generate-headers): Downcase the argument
11394         given to message-check-element.
11395
11396 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11397
11398         * nntp.el (nntp-authinfo-rejected): New error condition.
11399         (nntp-wait-for): Use new error condition to signal authentication
11400         error.
11401         (nntp-retrieve-data): Rethrow new error condition to break out of
11402         recursive call to nntp-send-authinfo.
11403
11404 2005-11-08  Romain Francoise  <romain@orebokech.com>
11405
11406         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11407         (gnus-summary-exit-map): Bind to `Z p'.
11408         (gnus-summary-make-menu-bar): Add menu item.
11409
11410 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11413         (gnus-treat-*): Add `first' in all doc strings.
11414
11415         * gnus-group.el (gnus-group-compact-group): Fix typo.
11416
11417 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * gnus.el (gnus-parameters-case-fold-search): New variable.
11420         (gnus-parameters-get-parameter): Use it.
11421
11422         * gnus-score.el (gnus-home-score-file): Doc fix.
11423
11424 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11425
11426         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11427
11428 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * mm-util.el (mm-special-display-p): New function.
11431
11432         * mml.el (mml-preview): Use it; doc fix.
11433
11434 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11435
11436         * imap.el (imap-open): Handle case where buffer is a buffer object.
11437
11438 2005-10-29  Romain Francoise  <romain@orebokech.com>
11439
11440         * message.el (message-fix-before-sending): Fix comment.
11441
11442 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11443
11444         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11445
11446 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11447
11448         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11449         Used in gnus-score.el.
11450
11451 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11454
11455 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11458         whitespace removed in revision 7.8.  Use concatenated string to
11459         protect trailing whitespace.
11460
11461 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11462
11463         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11464         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11465         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11466         Courier IMAP ("some version from 2004").  Mostly based on similar
11467         code in the same function.
11468
11469 2005-10-26  Didier Verna  <didier@xemacs.org>
11470
11471         * gnus-group.el (gnus-group-compact-group): Invalidate original
11472         article buffer.
11473         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11474         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11475         NOV database and in article itself.
11476         Invalidate article backlog.
11477
11478 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11479
11480         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11481
11482 2005-10-26  Simon Josefsson  <jas@extundo.com>
11483
11484         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11485         part of 2004-07-25 change.
11486
11487 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * message.el (message-display-completion-list): New function.
11490         (message-expand-group): Use it; make sure the Completions buffer
11491         is modifiable.
11492 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11493
11494         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11495         user-mail-name is an empty string.
11496
11497 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11500         depending on gnus-score-decay-constant.
11501
11502         * encrypt.el (encrypt-insert-file-contents)
11503         (encrypt-write-file-contents): Don't use `gnus-message'.
11504
11505         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11506         arguments.
11507         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11508         arguments to mm-uu-verbatim-marks-extract.
11509         (mm-uu-hide-markers): New variable.
11510         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11511
11512         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11513         (gnus-convert-image-to-face-command): Use "convert" by default to
11514         allow other input image formats.
11515         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11516         accordingly.
11517
11518 2005-10-23  Simon Josefsson  <jas@extundo.com>
11519
11520         * imap.el (imap-gssapi-program): Align command line parameters
11521         with latest GNU SASL.
11522         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11523
11524 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11525
11526         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11527         HTML.
11528         (nnslashdot-request-article): Ditto.
11529
11530         * lpath.el (featurep): Add nobreak-char-display.
11531
11532 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11533
11534         * mail-source.el (mail-source-fetch-pop): Require pop3.
11535         (mail-source-check-pop): Ditto.
11536
11537 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11540         errors.
11541
11542 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11543
11544         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11545         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11546
11547         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11548
11549         * mm-bodies.el (mm-decode-string): Call
11550         `mm-charset-to-coding-system' with allow-override argument.
11551
11552 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11555         (rfc2047-charset-to-coding-system): New function.
11556         (rfc2047-decode-encoded-words): New function.
11557         (rfc2047-decode-region): Use them.
11558         (rfc2047-decode-cte): Remove.
11559         (rfc2047-parse-and-decode): Remove.
11560         (rfc2047-decode): Remove.
11561
11562 2005-10-15  Kenichi Handa  <handa@m17n.org>
11563
11564         * rfc2047.el (rfc2047-decode-cte): New function.
11565         (rfc2047-decode-region): Change the way to decode successive
11566         encoded-words: decode B- or Q-encoding in each encoded-word,
11567         concatenate them, and decode it as charset.
11568
11569 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * lpath.el: Fbind codepage-setup for XEmacs.
11572
11573 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11574
11575         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11576         widget-move-and-invoke.
11577         (gnus-custom-mode): Use gnus-custom-map.
11578
11579 2005-10-15  Bill Wohler  <wohler@newt.com>
11580
11581         * message.el (message-tool-bar-map): Renamed image file from
11582         mail_send to mail/send.
11583
11584 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11585
11586         * message.el (message-expand-group): Pass the common
11587         prefix substring of completion to `display-completion-list'.
11588
11589 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * mml-sec.el (mml-secure-method): New internal variable.
11592         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11593         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11594         functions using mml-secure-method.
11595
11596         * mml.el (mml-mode-map): Add key bindings for those functions.
11597         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11598         Harder <harder@myrealbox.com>.
11599         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11600         end of message if point is the headers of the message.
11601
11602         * message.el (message-in-body-p): New function.
11603
11604         * assistant.el: Autoload gnus-util and netrc.
11605
11606         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11607         Use `mm-charset-override-alist' only when decoding.
11608
11609         * mm-bodies.el (mm-decode-body): Call
11610         `mm-charset-to-coding-system' with allow-override argument.
11611
11612         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11613         `filename' from Content-Disposition if Content-Type doesn't
11614         provide `name'.
11615         (gnus-mime-view-part-as-type): Set default instead of
11616         initial-input.
11617
11618 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11619
11620         * format-spec.el (format-spec): Propagate text properties of % spec.
11621
11622 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * gnus-art.el (gnus-treat-predicate): Add `first'.
11625
11626 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11627
11628         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11629         (mm-charset-override-alist): New variable.
11630         (mm-charset-to-coding-system): Use it.
11631         (mm-codepage-setup): New helper function.
11632         (mm-charset-eval-alist): New variable.
11633         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11634         about unknown charsets.
11635
11636         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11637
11638 2005-10-04  David Hansen  <david.hansen@gmx.net>
11639
11640         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11641         (nnrss-check-group): Ditto.
11642
11643 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11646         Rename x-gnus-verbatim to x-verbatim.
11647         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11648
11649         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11650         x-verbatim.
11651
11652         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11653
11654         * gnus-util.el (gnus-remove-duplicates): Remove.
11655
11656         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11657         instead of gnus-remove-duplicates.
11658
11659         * message.el (message-remove-duplicates): Remove.
11660         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11661         message-remove-duplicates.
11662
11663         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11664         available, else use implementation from `delete-dups'.
11665
11666         * message.el (message-insert-expires): New function.
11667         (message-mode-map): Add key binding.
11668         (message-mode-field-menu): Add menu entry.
11669         (message-mode): Document it.
11670         (message-make-expires-date): Use `message-make-date'.
11671
11672 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11673
11674         * message.el (message-make-expires-date): New function.
11675
11676 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * Makefile.in (list-installed-shadows): New entry.
11679         (install): Use it.
11680         (remove-installed-shadows): New entry.
11681
11682         * dgnushack.el (dgnushack-default-load-path): New variable.
11683         (dgnushack-find-lisp-shadows): New function.
11684         (dgnushack-remove-lisp-shadows): New function.
11685
11686 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * Makefile.in (install-el-elc): New entry.
11689         (install): Use it so that .el files are necessarily installed.
11690
11691 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11694
11695 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11696
11697         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11698         function rather than the diff-mode.el package.
11699         (mm-display-external): Use with-current-buffer.
11700         (mm-viewer-completion-map, mm-viewer-completion-map):
11701         Move initialization inside declaration.
11702
11703 2005-09-29  Simon Josefsson  <jas@extundo.com>
11704
11705         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11706         autoload mail-check-payment.
11707         (spam-check-hashcash): Define unconditionally, since hashcash.el
11708         is part of Gnus now.  Ignore errors from payment checking.
11709
11710 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * message.el (message-bold-region, message-unbold-region): Rename
11713         from `bold-region' and `unbold-region'.
11714
11715         * message.el: Remove useless autoloads.
11716
11717 2005-09-28  Simon Josefsson  <jas@extundo.com>
11718
11719         * message.el (message-use-idna): Default to t.
11720         (message-use-idna): Test whether encoding works too.  Doc fix.
11721
11722 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * nntp.el (nntp-warn-about-losing-connection): Remove.
11725
11726 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11729         customizable.  Change default value.
11730         (mm-uu-diff-groups-regexp): Change default value.
11731         (mm-uu-type-alist): Add doc string.
11732         (mm-uu-configure): Add doc string.  Make it interactive.
11733         (mm-uu-tex-groups-regexp): New variable.
11734         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11735         (mm-uu-type-alist): Add LaTeX documents.
11736         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11737         of "text/verbatim".
11738         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11739
11740         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11741         instead of "text/verbatim".
11742
11743         * message.el (message-mark-inserted-region)
11744         (message-mark-insert-file): Use slrn style marks when called with
11745         prefix argument.
11746
11747 2005-09-27  Simon Josefsson  <jas@extundo.com>
11748
11749         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11750
11751 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11752
11753         * message.el (message-remove-duplicates): New function.
11754         Implementation borrowed from `gnus-remove-duplicates'.
11755         (message-idna-to-ascii-rhs): Also encode idna addresses in
11756         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11757         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11758         only ask about the same idna domain once per header and also tell
11759         in what header to replace the idna domain.
11760
11761         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11762         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11763         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11764         a header is decoded and not just the last one.
11765
11766 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11769         has been decoded.
11770
11771         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11772         (mm-insert-part): Don't modify text if it has been decoded.
11773
11774         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11775         decoded.
11776
11777         * mm-view.el (mm-inline-text): Don't strip text props unless
11778         decoding enriched or richtext parts.
11779
11780 2005-09-25  Romain Francoise  <romain@orebokech.com>
11781
11782         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11783         * gnus-start.el (gnus-subscribe-interactively):
11784         * gnus-uu.el (gnus-uu-grab-articles):
11785         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11786         space.
11787
11788 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11789
11790         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11791         * mm-view.el (mm-view-pkcs7-decrypt):
11792         * gnus-sum.el (gnus-summary-limit-to-extra)
11793         (gnus-summary-respool-article, gnus-read-move-group-name):
11794         * gnus-score.el (gnus-summary-increase-score):
11795         * gnus-util.el (gnus-completing-read-with-default):
11796         * gnus-art.el (gnus-read-save-file-name)
11797         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11798         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11799         * message.el (message-check-news-header-syntax):
11800         Follow convention for reading with the minibuffer.
11801
11802 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * spam-report.el (spam-report-url-ping-plain):
11805         Use gnus-extended-version as User-Agent.
11806
11807         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11808         default value is nil.
11809
11810         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11811         (mm-uu-verbatim-marks-extract): New function.
11812         (mm-uu-extract): New face.
11813         (mm-uu-copy-to-buffer): Use it.
11814
11815         * spam-report.el (spam-report-gmane-ham): Renamed from
11816         `spam-report-gmane-unspam'.
11817         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11818         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11819
11820         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11821         Autoload.
11822         (spam-report-gmane-unregister-routine): Renamed
11823         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11824
11825 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11826
11827         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11828         (spam-report-gmane-unregister-routine): Add support for gmane
11829         unregistration.
11830
11831         * spam-report.el (spam-report-gmane-unspam)
11832         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11833         (spam-report-gmane): Change to take a single article and do unspam
11834         registration.
11835
11836 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * mm-url.el (mm-url-decode-entities): Fix regexp.
11839
11840 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11841
11842         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11843         default to nil, to be able to use Gnus at all.  If the default
11844         switches to something else, then the function should be fixed not
11845         be exceedingly slow.
11846
11847 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11848
11849         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11850         fail hard.
11851
11852         * spam-report.el: Add better Keywords line.
11853
11854         * spam.el: Add Maintainer and better Keywords line.
11855
11856 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * gnus-art.el (gnus-article-replace-part)
11859         (gnus-mime-replace-part): New functions.
11860         (gnus-mime-action-alist, gnus-mime-button-commands)
11861         (gnus-mime-save-part-and-strip): Added file argument.
11862         (gnus-article-part-wrapper): Added interactive argument.
11863
11864         * gnus-sum.el (gnus-summary-mime-map): Add
11865         `gnus-article-replace-part'.
11866
11867 2005-09-19  Didier Verna  <didier@xemacs.org>
11868
11869         The nnml compaction feature:
11870         * nnml.el (nnml-request-compact-group): New function.
11871         * nnml.el (nnml-request-compact): New function.
11872         * gnus-int.el (gnus-request-compact-group): New function.
11873         * gnus-int.el (gnus-request-compact): New function.
11874         * gnus-group.el (gnus-group-compact-group): New function.
11875         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11876         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11877         * gnus-srvr.el (gnus-server-compact-server): New function.
11878         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11879         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11880
11881 2005-09-18  Deepak Goel  <deego@gnufans.org>
11882
11883         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11884         format spec.
11885
11886 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11889
11890 2005-09-15  Romain Francoise  <romain@orebokech.com>
11891
11892         * message.el (message-fill-paragraph): Clarify docstring.
11893
11894 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-art.el (gnus-mime-display-part): Protect against broken
11897         MIME messages.
11898
11899 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11902         before parsing header.
11903
11904 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11905
11906         * html2text.el (html2text-replace-list): Add new entities.
11907
11908 2005-09-11  Romain Francoise  <romain@orebokech.com>
11909
11910         * message.el (message-alternative-emails): Improve docstring.
11911         (message-setup-1): Call `message-use-alternative-email-as-from'
11912         after `message-setup-hook' to give it precedence over posting
11913         styles, etc.
11914         (message-use-alternative-email-as-from): Add docstring.  Remove
11915         the original From header if present.
11916
11917         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11918         (nnml-save-mail): Use it.
11919
11920         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11921         articles.  Add new argument `silent'.
11922         (gnus-uu-mark-all): Report the total number of marked articles.
11923
11924 2005-09-10  Romain Francoise  <romain@orebokech.com>
11925
11926         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11927         (gnus-uu-mark-series): Likewise.
11928
11929 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * spam-report.el (spam-report-gmane): Fix generation of spam
11932         report URL.
11933
11934 2005-09-10  Simon Josefsson  <jas@extundo.com>
11935
11936         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11937         t, based on discussion on the ding list with Robert Epprecht
11938         <epprecht@solnet.ch>.
11939
11940 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11941
11942         * spam-report.el (spam-report-gmane): Make it work without
11943         X-Report-Spam header.  Gmane now only provides Archived-At.
11944         This is only used if `spam-report-gmane-use-article-number' is nil.
11945         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11946
11947         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11948         make `gnus-summary-sort-by-recipient' work with threading.
11949
11950         * nnweb.el (nnweb-google-wash-article): Print a message if article
11951         is not available.
11952
11953 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11954
11955         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11956         change.  Decode text/* parts content before displaying.
11957
11958 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11961
11962 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11965
11966         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11967         url-package-name, url-package-version,
11968         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11969         w3m-display-inline-images, and w3m-minor-mode-map.
11970
11971 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * message.el (message-tab-body-function): Fix mismatched custom type.
11974
11975         * gnus.el (gnus-group-change-level-function): Ditto.
11976
11977         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11978
11979         * gnus-art.el (gnus-signature-limit)
11980         (gnus-article-mime-part-function): Ditto.
11981
11982 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * mml.el (mml-mode): Silence the byte compiler.
11985
11986         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11987         using `(sit-for 0)' before moving the point to the specified part;
11988         skip unbuttonized parts.
11989         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11990         return to the summary window if gnus-auto-select-part is non-nil.
11991
11992 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11995         variables.
11996         (mml-dnd-attach-file, mml-mode): Use them.
11997
11998         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11999         Make fetching article by MID work again for Google Groups.  Added
12000         FIXME concerning gnus-group-make-web-group.
12001
12002         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12003         Don't depend on Gnus by using mail-extract-address-components if
12004         gnus-extract-address-components is not bound.
12005
12006 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12007
12008         * gnus-art.el (gnus-mime-display-security): Don't display the
12009         signature, but only the signed part.
12010
12011 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12014
12015         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12016         list, not listp.
12017
12018 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12019
12020         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12021         when encoding.
12022
12023         * mm-bodies.el (mm-decode-content-transfer-encoding):
12024         De-canonicalize CRLF for all text content types, not just
12025         text/plain.
12026
12027 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12030         valid article; point arrow and cursor at the MIME button.
12031
12032 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12035         Suggested by Dan Christensen <jdc@uwo.ca>.
12036
12037         * mm-decode.el (mm-save-part): Enable change of prompt.
12038
12039 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12040
12041         * gnus-msg.el (gnus-inews-add-send-actions): Made
12042         `message-post-method' lambda parameter ARG `&optional'.
12043
12044 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12045
12046         * gnus-sum.el (gnus-summary-mime-map): Added
12047         gnus-article-save-part-and-strip, gnus-article-delete-part and
12048         gnus-article-jump-to-part.
12049
12050         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12051         (gnus-article-edit-part): Use it.
12052         (gnus-article-part-wrapper): Added no-handle argument.
12053         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12054         functions.
12055
12056 2005-08-29  Romain Francoise  <romain@orebokech.com>
12057
12058         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12059         docstring.
12060         (gnus-face-from-file): Likewise.
12061
12062 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12065         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12066         non-nil.
12067         (gnus-auto-select-part): New variable.
12068         (gnus-article-jump-to-part): New function.
12069         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12070         (gnus-mime-delete-part): Allow selecting specified part after
12071         deleting or stripping parts.
12072         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12073         part if argument is bogus.
12074
12075 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12076
12077         * gnus-art.el (w3m-minor-mode-map):
12078         * gnus-spec.el (gnus-newsrc-file-version):
12079         * gnus-util.el (nnmail-active-file-coding-system)
12080         (gnus-original-article-buffer, gnus-user-agent):
12081         * gnus.el (gnus-ham-process-destinations)
12082         (gnus-parameter-ham-marks-alist)
12083         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12084         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12085         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12086         * mm-decode.el (gnus-current-window-configuration):
12087         * mm-extern.el (gnus-article-mime-handles):
12088         * mm-url.el (url-current-object, url-package-name)
12089         (url-package-version):
12090         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12091         (smime-keys, w3m-cid-retrieve-function-alist)
12092         (w3m-current-buffer, w3m-display-inline-images)
12093         (w3m-minor-mode-map):
12094         * mml-smime.el (gnus-extract-address-components):
12095         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12096         (gnus-newsrc-hashtb, message-default-charset)
12097         (message-deletable-headers, message-options)
12098         (message-posting-charset, message-required-mail-headers)
12099         (message-required-news-headers):
12100         * mml1991.el (mc-pgp-always-sign):
12101         * mml2015.el (mc-pgp-always-sign):
12102         * nnheader.el (nnmail-extra-headers):
12103         * rfc1843.el (gnus-decode-encoded-word-function)
12104         (gnus-decode-header-function, gnus-newsgroup-name):
12105         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12106
12107 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12108
12109         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12110         the end of the date treatments.
12111
12112 2005-08-15  Simon Josefsson  <jas@extundo.com>
12113
12114         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12115         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12116         Capello and Romain Francoise.
12117         (pgg-fetch-key-function): Removed, not used?
12118         (pgg-insert-url-with-w3): Require url, to get
12119         url-insert-file-contents regardless of where it is defined.
12120
12121 2005-08-13  Romain Francoise  <romain@orebokech.com>
12122
12123         * message.el (message-cite-original-1): New function.
12124         (message-cite-original): Use it.
12125         (message-cite-original-without-signature): Ditto.
12126
12127 2005-08-08  Romain Francoise  <romain@orebokech.com>
12128
12129         * message.el (message-yank-empty-prefix): New variable.
12130         (message-indent-citation): Use it.
12131         (message-cite-original-without-signature): Respect X-No-Archive.
12132
12133 2005-08-08  Simon Josefsson  <jas@extundo.com>
12134
12135         * pgg.el: Autoload url-insert-file-contents instead of loading
12136         w3/url.
12137         (pgg-insert-url-with-w3): Don't load url here.
12138
12139 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12140
12141         * message.el (message-kill-to-signature): Don't insert newline at
12142         bol.
12143         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12144
12145 2005-08-06  Romain Francoise  <romain@orebokech.com>
12146
12147         * message.el (message-user-fqdn): Fix typo in docstring.
12148
12149 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12150
12151         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12152
12153         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12154
12155 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * mm-bodies.el (mm-encode-body): Use coding system rather than
12158         charset to encode text.
12159
12160         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12161         number of charsets if utf-8 is available (XEmacs).
12162
12163 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12166         taken from `gnus-button-mid-or-mail-regexp'.
12167         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12168         (gnus-button-alist): Improve regexp for domain part of the MIDs
12169         for news:localpart@domain buttons.
12170         (gnus-button-ctan-directory-regexp): Update.
12171
12172 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * sieve-manage.el (sieve-manage-interactive-login): Use
12175         make-local-variable rather than make-variable-buffer-local.
12176         (sieve-manage-open): Ditto.
12177         (sieve-manage-authenticate): Ditto.
12178
12179         * mml.el (mml-generate-mime-1): Make the content type default to
12180         text/plain if the filename is not specified.
12181
12182 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12185         instead of insert-buffer.
12186
12187         * message.el (message-yank-original): Ditto; set the mark at the
12188         end of the yanked message.
12189
12190 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12193         lines to scroll rather than to stop it.
12194
12195         * mml.el (mml-generate-default-type): Add doc string.
12196         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12197         default to application/octet-stream when determining the content
12198         type if it is not specified for the part or the mml contents; add
12199         a comment about mml-generate-default-type.
12200
12201 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12204         make it default to application/octet-stream when determining the
12205         content type if it is not specified for the external contents.
12206
12207 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12210         segmented parameter but also other parameters might be there.
12211
12212 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * mm-decode.el (mm-display-external): Delete temp file, directory
12215         and buffer immediately if the external process is exited.
12216
12217 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12220         fewer lines than that of scroll-margin.
12221         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12222
12223 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * gnus-art.el (gnus-article-next-page): Revert.
12226         (gnus-article-beginning-of-window): New macro.
12227         (gnus-article-next-page-1): Use it.
12228         (gnus-article-prev-page): Ditto.
12229         (gnus-article-edit-part): Use insert-buffer-substring instead of
12230         insert-buffer.
12231         (gnus-article-edit-exit): Ditto.
12232
12233         * gnus-util.el (gnus-beginning-of-window): Remove.
12234         (gnus-end-of-window): Remove.
12235
12236         * lpath.el: Don't bind header-line-format and scroll-margin.
12237
12238 2005-07-25  Simon Josefsson  <jas@extundo.com>
12239
12240         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12241         to have the url package without w3.  Reported by Daiki Ueno
12242         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12243
12244 2005-07-20  Didier Verna  <didier@xemacs.org>
12245
12246         * gnus-diary.el: Remove the description comment (nndiary is now
12247         properly documented in the Gnus manual).
12248         Fix the spelling of "Back End".
12249         * nndiary.el: Ditto.
12250         Fix the copyright notice.
12251
12252 2005-07-18  Romain Francoise  <romain@orebokech.com>
12253
12254         * gnus-sum.el (gnus-summary-to-prefix)
12255         (gnus-summary-newsgroup-prefix): New variables.
12256         (gnus-summary-from-or-to-or-newsgroups): Use them.
12257
12258 2005-07-17  Romain Francoise  <romain@orebokech.com>
12259
12260         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12261         space as it's generally not especially interesting to the user.
12262
12263 2005-07-16  Romain Francoise  <romain@orebokech.com>
12264
12265         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12266         nil to avoid prompting and file modification if one of the
12267         messages at the top of the nnfolder file contains a copyright
12268         notice.
12269         Update copyright notice.
12270
12271         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12272         instead of `current-time-string' as the latter creates a time
12273         string that is not RFC 2822 compliant (it lacks the zone).
12274         Update copyright notice.
12275
12276 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12277
12278         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12279         for text/rtf.  Display default in prompt.  Pass default for M-n.
12280
12281         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12282
12283 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12284
12285         * gnus-msg.el (gnus-button-mailto): Remove
12286         save-selected-window-window hackery because it relies on
12287         save-selected-window internals.
12288
12289 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12292         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12293         (gnus-article-prev-page): Ditto.
12294
12295         * gnus-util.el (gnus-beginning-of-window): New function.
12296         (gnus-end-of-window): New function.
12297
12298         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12299
12300 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12301
12302         * gnus-score.el (gnus-score-edit-all-score): Set
12303         gnus-score-edit-exit-function to gnus-score-edit-done and call
12304         gnus-message.
12305
12306 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12307
12308         * gnus-msg.el (gnus-button-mailto): Remove
12309         save-selected-window-window hackery because it relies on
12310         save-selected-window internals.
12311
12312 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12315         add-minor-mode.
12316         (gnus-binary-mode): Ditto.
12317
12318         * gnus-topic.el (gnus-topic-mode): Ditto.
12319
12320 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12321
12322         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12323         (gnus-article-prev-page): Take scroll-margin into consideration.
12324
12325 2005-07-04  Lute Kamstra  <lute@gnu.org>
12326
12327         Update FSF's address in GPL notices.
12328
12329 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12330
12331         * gnus.el (gnus-exit):
12332         * gnus-group.el (gnus-group-icons):
12333         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12334
12335         * gnus-nocem.el (gnus-nocem):
12336         * message.el (message-various, message-buffers, message-sending)
12337         (message-interface, message-forwarding, message-insertion)
12338         (message-headers, message-news, message-mail):
12339         * pgg-gpg.el (pgg-gpg):
12340         * pgg-parse.el (pgg-parse):
12341         * pgg-pgp.el (pgg-pgp):
12342         * pgg-pgp5.el (pgg-pgp5):
12343         * pop3.el (pop3): Finish `defgroup' description with period.
12344
12345 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-art.el (article-display-face): Improve the efficiency.
12348         (article-display-x-face): Ditto; remove grey x-face stuff.
12349
12350 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * gnus-art.el (article-display-face): Correct the position in
12353         which Faces are inserted.
12354
12355 2005-06-29  Didier Verna  <didier@xemacs.org>
12356
12357         * gnus-art.el (article-display-face): Display faces in correct
12358         order.
12359
12360 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12363         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12364         (gnus-nocem-check-article): Fetch the Type header.
12365         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12366         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12367         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12368         make sure gnus-nocem-hashtb is initialized.
12369         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12370         (gnus-nocem-unwanted-article-p): Ditto.
12371
12372         * pgg.el (pgg-verify): Return the verification result.
12373
12374 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12375
12376         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12377         is ascii.
12378
12379 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12380
12381         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12382         `show-nonbreak-escape'.
12383
12384 2005-06-23  Lute Kamstra  <lute@gnu.org>
12385
12386         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12387
12388         * dig.el (dig-mode):
12389         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12390
12391 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12392
12393         * nnimap.el (nnimap-split-download-body): Fix spellings.
12394
12395 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12396
12397         * gnus-art.el (gnus-article-encrypt-body):
12398         * gnus-cus.el (gnus-score-customize):
12399         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12400         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12401
12402 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12403
12404         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12405         header by looking for magic "MII" at the beginnig.
12406
12407 2005-06-16  Miles Bader  <miles@gnu.org>
12408
12409         * gnus-xmas.el (gnus-xmas-group-startup-message):
12410         Use renamed gnus-splash face.
12411
12412         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12413         (assistant-field-face): New backward-compatibility alias for renamed
12414         face.
12415         (assistant-render-text): Use renamed assistant-field face.
12416
12417         * spam.el (spam): Remove "-face" suffix from face name.
12418         (spam-face): New backward-compatibility alias for renamed face.
12419         (spam-face, spam-initialize): Use renamed spam face.
12420
12421         * message.el (message-header-to, message-header-cc)
12422         (message-header-subject, message-header-newsgroups)
12423         (message-header-other, message-header-name)
12424         (message-header-xheader, message-separator, message-cited-text)
12425         (message-mml): Remove "-face" suffix from face names.
12426         (message-header-to-face, message-header-cc-face)
12427         (message-header-subject-face, message-header-newsgroups-face)
12428         (message-header-other-face, message-header-name-face)
12429         (message-header-xheader-face, message-separator-face)
12430         (message-cited-text-face, message-mml-face):
12431         New backward-compatibility aliases for renamed faces.
12432         (message-font-lock-keywords): Use renamed message faces.
12433
12434         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12435         (sieve-test-commands, sieve-tagged-arguments):
12436         Remove "-face" suffix from face names.
12437         (sieve-control-commands-face, sieve-action-commands-face)
12438         (sieve-test-commands-face, sieve-tagged-arguments-face):
12439         New backward-compatibility aliases for renamed faces.
12440         (sieve-control-commands-face, sieve-action-commands-face)
12441         (sieve-test-commands-face, sieve-tagged-arguments-face):
12442         Use renamed sieve faces.
12443
12444         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12445         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12446         (gnus-group-news-3-empty, gnus-group-news-4)
12447         (gnus-group-news-4-empty, gnus-group-news-5)
12448         (gnus-group-news-5-empty, gnus-group-news-6)
12449         (gnus-group-news-6-empty, gnus-group-news-low)
12450         (gnus-group-news-low-empty, gnus-group-mail-1)
12451         (gnus-group-mail-1-empty, gnus-group-mail-2)
12452         (gnus-group-mail-2-empty, gnus-group-mail-3)
12453         (gnus-group-mail-3-empty, gnus-group-mail-low)
12454         (gnus-group-mail-low-empty, gnus-summary-selected)
12455         (gnus-summary-cancelled, gnus-summary-high-ticked)
12456         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12457         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12458         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12459         (gnus-summary-low-undownloaded)
12460         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12461         (gnus-summary-low-unread, gnus-summary-normal-unread)
12462         (gnus-summary-high-read, gnus-summary-low-read)
12463         (gnus-summary-normal-read, gnus-splash):
12464         Remove "-face" suffix from face names.
12465         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12466         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12467         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12468         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12469         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12470         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12471         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12472         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12473         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12474         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12475         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12476         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12477         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12478         (gnus-summary-normal-ticked-face)
12479         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12480         (gnus-summary-normal-ancient-face)
12481         (gnus-summary-high-undownloaded-face)
12482         (gnus-summary-low-undownloaded-face)
12483         (gnus-summary-normal-undownloaded-face)
12484         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12485         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12486         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12487         (gnus-splash-face):
12488         New backward-compatibility aliases for renamed faces.
12489         (gnus-group-startup-message): Use renamed gnus faces.
12490
12491         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12492         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12493         (gnus-server-agent): Remove "-face" suffix from face names.
12494         (gnus-server-agent-face, gnus-server-opened-face)
12495         (gnus-server-closed-face, gnus-server-denied-face)
12496         (gnus-server-offline-face):
12497         New backward-compatibility aliases for renamed faces.
12498         (gnus-server-agent-face, gnus-server-opened-face)
12499         (gnus-server-closed-face, gnus-server-denied-face)
12500         (gnus-server-offline-face): Use renamed gnus faces.
12501
12502         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12503         Remove "-face" suffix from face names.
12504         (gnus-picon-xbm-face, gnus-picon-face):
12505         New backward-compatibility aliases for renamed faces.
12506
12507         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12508         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12509         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12510         (gnus-cite-11): Remove "-face" suffix from face names.
12511         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12512         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12513         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12514         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12515         New backward-compatibility aliases for renamed faces.
12516         (gnus-cite-attribution-face, gnus-cite-face-list)
12517         (gnus-article-boring-faces): Use renamed gnus faces.
12518
12519         * gnus-art.el (gnus-signature, gnus-header-from)
12520         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12521         (gnus-header-content): Remove "-face" suffix from face names.
12522         (gnus-signature-face, gnus-header-from-face)
12523         (gnus-header-subject-face, gnus-header-newsgroups-face)
12524         (gnus-header-name-face, gnus-header-content-face):
12525         New backward-compatibility aliases for renamed faces.
12526         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12527
12528         * gnus-sum.el (gnus-summary-selected-face)
12529         (gnus-summary-highlight): Use renamed gnus faces.
12530         * gnus-group.el (gnus-group-highlight): Likewise.
12531
12532 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12533
12534         * gnus-sieve.el (gnus-sieve-article-add-rule):
12535         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12536         * spam-stat.el (spam-stat-buffer-change-to-spam)
12537         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12538
12539         * message.el (message-is-yours-p):
12540         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12541
12542 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * mm-view.el (mm-inline-text): Withdraw the last change.
12545
12546 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12549         executing enriched-decode.
12550
12551 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12554         charset of tar files.
12555
12556 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12557
12558         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12559
12560 2005-06-04  Lute Kamstra  <lute@gnu.org>
12561
12562         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12563         information is never recorded.
12564
12565 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12566
12567         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12568
12569 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * pop3.el (pop3-apop): Run md5 in the binary mode.
12572
12573         * starttls.el (starttls-set-process-query-on-exit-flag):
12574         Use eval-and-compile.
12575
12576 2005-05-31  Simon Josefsson  <jas@extundo.com>
12577
12578         * smime.el (smime-replace-in-string): Define.
12579         (smime-cert-by-ldap-1): Use it.
12580
12581 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-art.el (article-display-x-face): Replace
12584         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12585
12586         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12587         set-process-query-on-exit-flag or process-kill-without-query.
12588
12589         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12590         loop instead of replace-regexp.
12591
12592         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12593         instead of process-kill-without-query if it is available.
12594
12595         * lpath.el: Fbind ldap-search-entries.
12596
12597         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12598         instead of find-file-hooks if it is available.
12599
12600         * mml1991.el: Bind pgg-default-user-id when compiling.
12601
12602         * mml2015.el: Bind pgg-default-user-id when compiling.
12603
12604         * nndraft.el (nndraft-request-associate-buffer):
12605         Use write-contents-functions instead of write-contents-hooks if it is
12606         available.
12607
12608         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12609         instead of find-file-hooks if it is available.
12610
12611         * nntp.el (nntp-open-connection): Replace
12612         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12613         (nntp-open-ssl-stream): Ditto.
12614         (nntp-open-tls-stream): Ditto.
12615
12616         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12617         set-process-query-on-exit-flag or process-kill-without-query.
12618         (starttls-open-stream-gnutls): Use it instead of
12619         process-kill-without-query.
12620         (starttls-open-stream): Ditto.
12621
12622 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12623
12624         * smime.el (smime-cert-by-ldap-1): Don't use
12625         replace-regexp-in-string.
12626
12627 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12628
12629         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12630
12631         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12632         in PEM format.  Adjust to the XEmacs compability.
12633
12634 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12637         by `string-to-number'.
12638         * gnus-agent.el (gnus-agent-regenerate-group)
12639         (gnus-agent-fetch-articles): Ditto.
12640         * gnus-art.el (gnus-button-fetch-group): Ditto.
12641         * gnus-cache.el (gnus-cache-generate-active)
12642         (gnus-cache-articles-in-group): Ditto.
12643         * gnus-group.el (gnus-group-set-current-level)
12644         (gnus-group-insert-group-line): Ditto.
12645         * gnus-score.el (gnus-score-set-expunge-below)
12646         (gnus-score-set-mark-below, gnus-summary-score-effect)
12647         (gnus-summary-score-entry): Ditto.
12648         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12649         (gnus-soup-pack): Ditto.
12650         * gnus-spec.el (gnus-xmas-format): Ditto.
12651         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12652         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12653         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12654         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12655         * nndb.el (nndb-get-remote-expire-response): Ditto.
12656         * nndiary.el (nndiary-parse-schedule-value)
12657         (nndiary-string-to-number, nndiary-request-replace-article)
12658         (nndiary-request-article): Ditto.
12659         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12660         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12661         * nneething.el (nneething-make-head): Ditto.
12662         * nnfolder.el (nnfolder-request-article)
12663         (nnfolder-retrieve-headers): Ditto.
12664         * nnheader.el (nnheader-file-to-number): Ditto.
12665         * nnkiboze.el (nnkiboze-request-article): Ditto.
12666         * nnmail.el (nnmail-process-unix-mail-format)
12667         (nnmail-process-babyl-mail-format): Ditto.
12668         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12669         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12670         (nnmh-request-create-group, nnmh-request-list-1)
12671         (nnmh-request-group, nnmh-request-article): Ditto.
12672         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12673         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12674         * nnsoup.el (nnsoup-make-active): Ditto.
12675         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12676         * nntp.el (nntp-find-group-and-number)
12677         (nntp-retrieve-headers-with-xover): Ditto.
12678         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12679         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12680         (pgg-format-key-identifier): Ditto.
12681         * pop3.el (pop3-last, pop3-stat): Ditto.
12682         * qp.el (quoted-printable-decode-region): Ditto.
12683
12684         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12685         of concat.
12686
12687 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12690
12691         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12692
12693         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12694
12695         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12696
12697         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12698
12699         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12700
12701         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12702         (gnus-carpal-mode): Ditto.
12703
12704         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12705         (gnus-browse-mode): Ditto.
12706
12707         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12708
12709         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12710
12711 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12712
12713         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12714
12715 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * gnus-util.el (gnus-run-mode-hooks): New function.
12718
12719         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12720
12721         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12722         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12723
12724 2005-05-27  Lute Kamstra  <lute@gnu.org>
12725
12726         * dns-mode.el (dns-mode): Specify customization group.
12727
12728 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12729
12730         * gnus-agent.el (gnus-agent-make-mode-line-string):
12731         Use mode-line-highlight as mouse-face.
12732
12733 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * canlock.el (canlock): Change the parent group to news.
12736
12737         * deuglify.el (gnus-outlook-deuglify): Add :group.
12738
12739         * dig.el (dig): Add :group.
12740
12741         * dns-mode.el (dns-mode): Add :group.
12742
12743         * encrypt.el (encrypt): Add :group.
12744
12745         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12746         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12747         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12748         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12749         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12750
12751         * gnus-diary.el (gnus-diary): Add :group.
12752
12753         * gnus.el (gnus-group-news-1-face): Add :group.
12754         (gnus-group-news-1-empty-face): Ditto.
12755         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12756         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12757         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12758         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12759         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12760         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12761         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12762         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12763         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12764         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12765         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12766         (gnus-summary-high-ticked-face): Ditto.
12767         (gnus-summary-low-ticked-face): Ditto.
12768         (gnus-summary-normal-ticked-face): Ditto.
12769         (gnus-summary-high-ancient-face): Ditto.
12770         (gnus-summary-low-ancient-face): Ditto.
12771         (gnus-summary-normal-ancient-face): Ditto.
12772         (gnus-summary-high-undownloaded-face): Ditto.
12773         (gnus-summary-low-undownloaded-face): Ditto.
12774         (gnus-summary-normal-undownloaded-face): Ditto.
12775         (gnus-summary-high-unread-face): Ditto.
12776         (gnus-summary-low-unread-face): Ditto.
12777         (gnus-summary-normal-unread-face): Ditto.
12778         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12779         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12780
12781         * hashcash.el (hashcash): New custom group.
12782         (hashcash-default-payment): Add :group.
12783         (hashcash-payment-alist): Ditto.
12784         (hashcash-default-accept-payment): Ditto.
12785         (hashcash-accept-resources): Ditto.
12786         (hashcash-path): Ditto.
12787         (hashcash-extra-generate-parameters): Ditto.
12788         (hashcash-double-spend-database): Ditto.
12789         (hashcash-in-news): Ditto.
12790
12791         * message.el (message-minibuffer-local-map): Add :group.
12792
12793         * netrc.el (netrc): Add :group.
12794
12795         * sieve-manage.el (sieve-manage-log): Add :group.
12796         (sieve-manage-default-user): Diito.
12797         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12798         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12799         (sieve-manage-authenticators): Ditto.
12800         (sieve-manage-authenticator-alist): Ditto.
12801         (sieve-manage-default-port): Ditto.
12802
12803         * sieve-mode.el (sieve-control-commands-face): Add :group.
12804         (sieve-action-commands-face): Ditto.
12805         (sieve-test-commands-face): Ditto.
12806         (sieve-tagged-arguments-face): Ditto.
12807
12808         * smime.el (smime): Add :group.
12809
12810         * spam-report.el (spam-report): Add :group.
12811
12812         * spam.el (spam, spam-face): Add :group.
12813
12814 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12815
12816         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12817         return \n.\n.\n at the end of articles.  Protect against that.
12818         (nntp-with-open-group): Allow debugging.
12819
12820         * nnheader.el (mail-header-set-extra): Make into a function
12821         because I just could't understand how to quote the list properly.
12822
12823         * dns.el (query-dns-cached): New function.
12824
12825 2005-05-26  Lute Kamstra  <lute@gnu.org>
12826
12827         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12828
12829 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12832
12833         * gnus-art.el: Don't autoload mail-extract-address-components.
12834
12835         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12836         eval-and-compile to evaluate it.
12837
12838         * hashcash.el: Don't autoload executable-find.
12839
12840         * nndb.el: Don't declare the nndb back end two or more times; don't
12841         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12842
12843         * nntp.el: Autoload format-spec instead of format; use
12844         eval-and-compile to evaluate autoload forms.
12845
12846 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12847
12848         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12849
12850 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851
12852         * gnus.el (gnus-version-number): Bump version.
12853
12854 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12855
12856         * gnus.el: No Gnus v0.3 is released.
12857
12858 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12859
12860         * lpath.el (featurep): Bind show-nonbreak-escape.
12861
12862 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gnus-art.el (gnus-article-edit-part): Disable undo.
12865
12866 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12869         gnus-article-date-lapsed-new-header is t if date timer is active;
12870         skip headers in which the original date value is empty.
12871         (gnus-article-save-original-date): Redefine it as a macro.
12872         (gnus-display-mime): Use it.
12873
12874 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * gnus-art.el (article-date-ut): Support converting date in
12877         forwarded parts as well.
12878         (gnus-article-save-original-date): New function.
12879         (gnus-display-mime): Use it.
12880
12881 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12882
12883         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12884         enclosure element of <item>.
12885
12886 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * message.el (message-kill-buffer-query): Renamed from
12889         `message-kill-buffer-query-if-modified'.  Added :version.
12890
12891 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12894         window layout.
12895
12896 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * mml.el: Autoload dnd when compiling.
12899
12900 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12903         x-dnd-*.
12904
12905 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * qp.el (quoted-printable-encode-region): Save excursion.
12908
12909 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12910
12911         * message.el (message-kill-buffer-query-if-modified): Add new variable
12912         so the user can kill a modified message buffer quickly.
12913         (message-kill-buffer): Use it.
12914
12915 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * lpath.el: Fbind display-time-event-handler; don't fbind
12918         string-to-multibyte.
12919
12920         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12921
12922 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12925         contained in text because xml.el decodes entities) with LFs.
12926
12927 2005-04-11  Lute Kamstra  <lute@gnu.org>
12928
12929         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12930         differently.
12931
12932 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12933
12934         * mm-util.el (mm-detect-coding-region): Typo.
12935
12936 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12939
12940 2005-04-06  Deepak Goel  <deego@gnufans.org>
12941
12942         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12943         user-function allow user modifications of the scores.
12944         (spam-stat-score-buffer-user): New function, to allow
12945         user-computed modifications to the score.
12946         (spam-stat-score-buffer-user-functions): List of additional
12947         scoring functions.
12948         (spam-stat-error-holder): Global temporary error holder.
12949         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12950         variable.
12951
12952 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12953
12954         * gnus-registry.el (gnus-registry-clean-empty-function)
12955         (gnus-registry-trim, gnus-registry-fetch-groups)
12956         (gnus-registry-delete-group): Groups that match
12957         `gnus-registry-ignored-groups' are removed from the registry
12958         entries, not just ignored for splitting.  This helps clean up the
12959         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12960         to get all the groups a message ID is in.
12961
12962         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12963         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12964         (spam-stat-score-buffer-user-functions): Add :number custom type.
12965
12966 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12969         argument in XEmacs.
12970
12971         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12972         (nnrss-request-group): Decode group name first.
12973         (nnrss-request-article): Make a text/plain article if mml-to-mime
12974         failed.
12975         (nnrss-get-encoding): Return a compatible encoding according to
12976         nnrss-compatible-encoding-alist.
12977         (nnrss-find-el): Use consp instead of listp.
12978         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12979
12980 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12983         which Emacs 20 doesn't support.
12984         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12985
12986 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12987
12988         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12989         silence the byte compiler inside the defun.
12990
12991         * gnus-demon.el (parse-time-string): Add autoload.
12992
12993         * gnus-delay.el (parse-time-string): Add autoload.
12994
12995         * gnus-art.el (parse-time-string): Add autoload.
12996
12997         * nnultimate.el (parse-time): Require for `parse-time-string'.
12998
12999 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13000
13001         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13002
13003         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13004
13005         * smime.el (smime-ldap-host-list): Add :version.
13006
13007 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13010         pass it to `gnus-browse-read-group'.
13011         (gnus-browse-read-group): Add NUMBER argument and pass it to
13012         `gnus-group-read-ephemeral-group'.
13013
13014         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13015         argument and pass it to `gnus-group-read-group'.
13016
13017 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13018
13019         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13020         mm-xemacs-find-mime-charset-1 if we have the mule feature
13021         available at runtime.
13022
13023 2005-03-25  Werner Lemberg  <wl@gnu.org>
13024
13025         * nnmaildir.el: Replace `illegal' with `invalid'.
13026
13027 2005-03-23  Lute Kamstra  <lute@gnu.org>
13028
13029         * time-date.el: Add comment on time value formats.
13030         Don't require parse-time.
13031         (with-decoded-time-value): New macro.
13032         (encode-time-value): New function.
13033         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13034         (days-to-time): Return a valid time value when arg is huge.
13035         (time-since): Use time-subtract.
13036         (time-to-number-of-days): Use time-to-seconds.
13037
13038 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13039
13040         * gnus-start.el (gnus-display-time-event-handler):
13041         Check display-time-timer at runtime rather than only at load time
13042         in case display-time-mode is turned off in the mean time.
13043
13044 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13047         used.
13048
13049         * nneething.el (nneething-map-file-directory): Derive from
13050         `gnus-directory'.
13051
13052         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13053         the To/Cc button.
13054
13055 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * nnmaildir.el (nnmaildir-request-accept-article):
13058         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13059
13060 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13061
13062         * gnus-async.el: Require timer-funcs at compile time when in
13063         XEmacs for `run-with-idle-timer'.
13064
13065 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13066
13067         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13068         autoloaded function.
13069
13070 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13071
13072         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13073
13074 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13075
13076         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13077
13078 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13079
13080         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13081         gnus-expert-user to default.
13082
13083 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13084
13085         * nnimap.el (nnimap-open-server): Ditto.
13086
13087         * imap.el (imap-authenticate): Fix typo.
13088
13089 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13090
13091         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13092         buffer (since IMAP server might return FETCH response out of
13093         order, and the nntp buffer must be sorted).
13094
13095 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13096
13097         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13098         comparison on string.
13099
13100         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13101         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13102         (gnus-agent-summary-fetch-series): Modified to protect against
13103         gnus-agent-summary-fetch-group clearing processable flags.
13104         (gnus-agent-synchronize-group-flags): Update live group buffer as
13105         synchronization may occur due to the user toggle the plugged
13106         status.
13107         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13108         successfully downloaded.
13109         (gnus-agent-expire-group-1): Avoid using markers when the overview
13110         is in ascending order; greatly improves performance.
13111         (gnus-agent-regenerate-group): Use
13112         gnus-agent-synchronize-group-flags to reset read status in both
13113         gnus and server.
13114         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13115
13116 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13117
13118         * message.el: Don't autoload former message-utils variables.
13119         (message-strip-subject-trailing-was): Change doc string.
13120
13121         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13122         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13123         (nnweb-google-search): Add "hl=en" here.
13124         (nnweb-google-parse-1, nnweb-google-create-mapping):
13125         Don't hardcode URL.
13126
13127 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * message.el (message-get-reply-headers, message-followup):
13130         Mention related variables `message-use-followup-to' and
13131         `message-use-mail-followup-to', in the information buffer.
13132
13133         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13134         of broken groups(-beta).google.com.
13135
13136 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13137
13138         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13139         parameter to invoked gnus-request-move-article; remove the
13140         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13141         all at once instead of once per article.
13142         (gnus-summary-remove-process-mark): Accept a list of articles as
13143         well as a single article for processing.
13144
13145         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13146         parameter.
13147
13148         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13149
13150         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13151
13152         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13153         parameter.
13154
13155         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13156         parameter.
13157
13158         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13159         parameter and remove the gnus-sum-hint-move-is-internal variable.
13160
13161         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13162         parameter.
13163
13164         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13165         parameter.
13166
13167         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13168         parameter.
13169
13170         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13171
13172         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13173         parameter.
13174
13175         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13176         parameter.
13177
13178 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13179
13180         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13181         a more conservative way.
13182
13183 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13184
13185         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13186         buffer, so it moves the window's cursor.
13187
13188 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13189
13190         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13191         `mm-dissect-multipart' and receive the from field as an (optional)
13192         argument from `mm-dissect-multipart'.
13193         (mm-dissect-multipart): Receive the from field as an argument and
13194         pass it on when we call `mm-dissect-buffer' on MIME parts.
13195         Fixes verification/decryption of signed/encrypted MIME parts.
13196
13197 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13198
13199         * gnus-sum.el (gnus-summary-move-article): Set
13200         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13201         whatever it calls (right now, only nnimap-request-move article
13202         respects it).
13203
13204         * nnimap.el (nnimap-request-move-article): When
13205         gnus-sum-hint-move-is-internal is set, don't do the extra
13206         nnimap-request-article.
13207
13208 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13211
13212         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13213         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13214
13215         * gnus-sum.el (gnus-summary-caesar-message):
13216         Apply `gnus-treat-article' after rotation.
13217
13218         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13219         doc string.
13220
13221 2005-02-22  Simon Josefsson  <jas@extundo.com>
13222
13223         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13224         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13225         <arne@arnested.dk>.
13226         (encrypt): Add password-cache and password-cache-expiry as group
13227         members.
13228
13229 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13230
13231         * smime.el (smime-ldap-host-list): Doc fix.
13232         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13233         cache) password.
13234         (smime-sign-region): Use it.
13235         (smime-decrypt-region): Use it.
13236         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13237         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13238         fails.
13239         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13240         certificate from DER to PEM format rather than calling openssl.
13241
13242         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13243
13244         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13245         for signing/encryption.
13246
13247         * mml.el (mml-parse-1): Use them.
13248
13249 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13250
13251         * nnrss.el (nnrss-verbose): Removed.
13252         (nnrss-request-group): Use `nnheader-message' instead.
13253
13254 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13255
13256         * nnrss.el (nnrss-verbose): New variable.
13257         (nnrss-request-group): Make it say nnrss is requesting a group.
13258
13259 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13262         Handle news URL with given port correctly.
13263
13264 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13267         containing special characters.
13268
13269         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13270
13271         * mml.el (mime-to-mml): Ditto.
13272
13273         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13274         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13275         (rfc2047-decode-region): Quote decoded words containing special
13276         characters when rfc2047-quote-decoded-words-containing-tspecials
13277         is non-nil.
13278
13279 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13280
13281         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13282
13283         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13284
13285 2005-02-15  Simon Josefsson  <jas@extundo.com>
13286
13287         * nnimap.el (nnimap-debug): Doc fix.
13288
13289         * imap.el (imap-debug): Doc fix.
13290
13291 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13294
13295 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13296
13297         * gnus.el (spam-contents): Improve docs for spam-contents
13298         parameter in its variable incarnation.
13299
13300 2005-02-14  Simon Josefsson  <jas@extundo.com>
13301
13302         * smime-ldap.el: Use require instead of load-library for ldap.
13303         (smime-ldap-search): Indent.
13304         (smime-ldap-search-internal): Shorten line.
13305
13306         * smime.el (smime-cert-by-dns): Add doc-string.
13307         (smime-cert-by-ldap-1): Indent.
13308
13309         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13310         mml-smime-get-dns-ldap.
13311         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13312
13313 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13314
13315         * smime.el: Require smime-ldap.
13316         (smime-ldap-host-list): New variable.
13317         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13318
13319         * mml-smime.el (mml-smime-encrypt-query): New function.
13320         (mml-smime-encrypt-query): Use it.
13321
13322         * smime-ldap.el: New file.
13323
13324 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13327
13328 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13331         argument in doc string.  Make query for type more clear.
13332
13333 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * gnus.el (gnus-group-startup-message): Search for gnus images in
13336         etc/images/gnus.
13337         * mm-util.el (mm-image-load-path): Likewise.
13338         * smiley.el (smiley-data-directory): Search for smilies in
13339         etc/images/smilies.
13340
13341 2005-02-09  Kim F. Storm  <storm@cua.dk>
13342
13343         Change Emacs release version from 21.4 to 22.1 throughout.
13344         Change Emacs development version from 21.3.50 to 22.0.50.
13345
13346 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13349
13350         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13351         non-Mule XEmacs as well.
13352         (mm-decompress-buffer): Signal an error intentionally if it does
13353         not decompress compressed data because auto-compression-mode is
13354         disabled.
13355
13356 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13357
13358         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13359         an ID in the registry even if it has no groups.
13360
13361 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13364         merge it into mm-decompress-buffer.
13365         (gnus-mime-copy-part): Use the MIME part charset, the value which
13366         a user specified or gnus-newsgroup-charset for decoding, like
13367         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13368         save-buffer what was used.  Suggested by Kevin Ryde
13369         <user42@zip.com.au>.
13370         (gnus-mime-inline-part): Allow the name parameter as well as the
13371         filename parameter; force decompressing of compressed data; always
13372         display contents being not decoded as unibyte.
13373
13374         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13375         as well as the filename parameter.
13376
13377         * mm-util.el (mm-decompress-buffer): Merge
13378         gnus-mime-jka-compr-maybe-uncompress.
13379         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13380         of compressed data.
13381
13382 2005-02-08  Simon Josefsson  <jas@extundo.com>
13383
13384         * imap.el (imap-log): Doc fix.
13385
13386 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13389         the coding cookies; decompress compressed parts.
13390
13391         * mml.el (mml-generate-mime-1): Add the charset parameter according
13392         to the value which a user specified manually or the coding cookie.
13393
13394         * mm-util.el (mm-string-to-multibyte): New function.
13395         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13396         (mm-coding-system-to-mime-charset): New function.
13397         (mm-decompress-buffer): New function.
13398         (mm-find-buffer-file-coding-system): New function.
13399
13400         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13401         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13402         parts.
13403
13404 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13405
13406         * mm-view.el (mm-display-inline-fontify): Decode a part according
13407         to the charset parameter.
13408
13409 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13412         prefix arg is neither nil nor a number, as info specifies.
13413
13414 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13417         timestamps.
13418
13419 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13420
13421         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13422         groups error checking and notify user.
13423
13424 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13425
13426         * message.el (message-send-mail-function): Check existence of
13427         sendmail-program first before using default value
13428         `message-send-mail-with-sendmail'.  Otherwise use more generic
13429         `smtpmail-send-it'.
13430
13431 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * nntp.el (nntp-request-update-info): Always return nil.
13434
13435 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13436
13437         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13438
13439 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13440
13441         * message.el (message-beginning-of-line): Change the behavior when
13442         invoked between BOL and : so that it first moves backward.
13443
13444 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13447         article buffer when editing of the article is discarded.
13448         (gnus-article-prepare): Revert.
13449
13450 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gnus-art.el (gnus-article-prepare):
13453         Remove message-strip-forbidden-properties from the local hook.
13454
13455 2005-01-27  Simon Josefsson  <jas@extundo.com>
13456
13457         * password.el (password-cache-add): Only start one timer per key.
13458         Reported by Derek Atkins <warlord@MIT.EDU>.
13459
13460 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13461
13462         * run-at-time.el: Removed.  It is no longer needed as
13463         timer-funcs.el in the xemacs-base package has a working version of
13464         `run-at-time'.
13465
13466         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13467
13468         * password.el: Require timer-funcs instead of run-at-time in
13469         XEmacs.
13470         Remove `password-run-at-time' macro.
13471         (password-cache-add): Use `run-at-time' instead of
13472         `password-run-at-time'.
13473
13474         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13475         Remove `nnheader-cancel-function-timers' alias,
13476         `cancel-function-timers' exists in XEmacs in timer-funcs.
13477
13478         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13479         for `run-with-idle-timer'.
13480
13481         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13482         for `run-at-time'.
13483
13484         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13485         for `with-timeout'.
13486
13487         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13488         the same as for XEmacs 21.4.
13489         No need to ignore `run-with-idle-timer', this function exists in
13490         XEmacs now in timer-funcs.el in the xemacs-base package.
13491         (dgnushack-compile): No need to delete
13492         run-at-time.el from the list of files to compile because it
13493         doesn't exist anymore.
13494
13495 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13498         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13499
13500 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13501
13502         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13503         sensitively.
13504
13505 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13506
13507         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13508
13509 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13512         which will be inserted according to the multibyteness of a buffer
13513         rather than the type of contents.  Suggested by ARISAWA Akihiro
13514         <ari@mbf.ocn.ne.jp>.
13515
13516         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13517         of string which old xml.el may return rather than a string.
13518
13519 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13522
13523 2005-01-16  Simon Josefsson  <jas@extundo.com>
13524
13525         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13526         idn/idna.el isn't available.
13527         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13528         <michael@waxrat.com>.
13529
13530         * hashcash.el: Remove non-FSF copyright header.
13531
13532         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13533         (hashcash-generate-payment): Use it.
13534         (hashcash-generate-payment-async): Use it.
13535
13536 2005-01-15  Simon Josefsson  <jas@extundo.com>
13537
13538         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13539         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13540
13541         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13542         gnus-summary-idna-message.
13543         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13544         (gnus-summary-idna-message): New function.
13545
13546 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13549         gnus-novice-user.
13550
13551 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * nnrss.el (nnrss-request-delete-group): Delete entries in
13554         nnrss-group-alist as well.
13555         (nnrss-save-server-data): Insert newline.
13556
13557 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13558
13559         * gnus.el (gnus-user-agent): Use list of symbols instead of
13560         symbols.  Display full version number for (S)XEmacs.  Optionally
13561         display (S)XEmacs codename.
13562
13563         * gnus-util.el (gnus-emacs-version): Update for new
13564         `gnus-user-agent'.
13565
13566         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13567         Gnus version.
13568
13569 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13572         which is unreadable in some setups.
13573
13574 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus-spec.el (gnus-update-format-specifications): Flush the
13577         group format spec cache if it doesn't support decoded group names.
13578
13579 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13582         Allow to apply decay on score files matching a regexp.
13583
13584 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13587         compatibility in %g and %c.
13588
13589 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13592         name for only %g and %c.
13593         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13594         of gnus-tmp-group to decoded group name.
13595         (gnus-group-make-rss-group): Exclude `/'s from group names.
13596
13597 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * nnrss.el (nnrss-get-encoding): Fix regexp.
13600
13601 2004-12-27  Simon Josefsson  <jas@extundo.com>
13602
13603         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13604         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13605         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13606
13607 2004-12-17  Kim F. Storm  <storm@cua.dk>
13608
13609         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13610
13611         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13612
13613 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13614
13615         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13616
13617 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * nnrss.el: Require rfc2047 and mml.
13620         (nnrss-file-coding-system): New variable.
13621         (nnrss-format-string): Redefine it as an inline function.
13622         (nnrss-decode-group-name): New function.
13623         (nnrss-string-as-multibyte): Remove.
13624         (nnrss-retrieve-headers): Decode group name; don't use
13625         nnrss-format-string.
13626         (nnrss-request-group): Decode group name.
13627         (nnrss-request-article): Decode group name; allow a Message-ID as
13628         well as an article number; don't use nnrss-format-string; encode a
13629         Message-ID string which may contain non-ASCII characters; use
13630         mml-to-mime to compose a MIME article.
13631         (nnrss-request-expire-articles): Decode group name.
13632         (nnrss-request-delete-group): Decode group name.
13633         (nnrss-fetch): Clarify error message.
13634         (nnrss-read-server-data): Use insert-file-contents instead of load;
13635         bind file-name-coding-system; use multibyte buffer.
13636         (nnrss-save-server-data): Bind coding-system-for-write to the
13637         value of nnrss-file-coding-system; bind file-name-coding-system;
13638         add coding cookie.
13639         (nnrss-read-group-data): Use insert-file-contents instead of load;
13640         bind file-name-coding-system; use multibyte buffer.
13641         (nnrss-save-group-data): Bind coding-system-for-write to the
13642         value of nnrss-file-coding-system; bind file-name-coding-system.
13643         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13644         make it work with non-ASCII text.
13645         (nnrss-find-el): Make it work with old xml.el as well.
13646
13647 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13648
13649         * nnrss.el (nnrss-get-encoding): New function.
13650         (nnrss-fetch): Use unibyte buffer initially; bind
13651         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13652         decode contents according to the encoding attribute.
13653         (nnrss-save-group-data): Add coding cookie.
13654         (nnrss-mime-encode-string): New function.
13655         (nnrss-check-group): Use it to encode subject and author.
13656
13657 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13658
13659         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13660         imaginary variable.
13661
13662 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13665         correctly even if there are wide characters.
13666
13667 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13668
13669         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13670         downcased symbol names; make a new cache instead of reusing
13671         bbdb-hashtable.
13672
13673 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13676         concatenating segments rather than before concatenating them.
13677         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13678
13679         * message.el (message-get-reply-headers): Bind `extra'.
13680
13681 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13682
13683         * message.el (message-extra-wide-headers): New variable.
13684         (message-get-reply-headers): Use it.
13685
13686 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13689         (gnus-agent-group-pathname): Ditto.
13690
13691         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13692
13693         * gnus-group.el (gnus-group-make-group): Decode group name.
13694         (gnus-group-make-rss-group): Register the group data after opening
13695         the nnrss group.
13696
13697 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13698
13699         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13700         by expiry now get marked as read.
13701
13702 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13705
13706 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13707
13708         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13709         unify Latin characters in XEmacs.
13710         (mm-find-mime-charset-region): Use it.
13711
13712 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-util.el (gnus-delete-directory): New function.
13715
13716         * gnus-agent.el (gnus-agent-delete-group): Use it.
13717
13718         * gnus-cache.el (gnus-cache-delete-group): Use it.
13719
13720 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13723         names.
13724
13725 2004-12-16  Simon Josefsson  <jas@extundo.com>
13726
13727         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13728
13729 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13732
13733         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13734         (gnus-group-set-current-level): Decode group name.
13735
13736 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13737
13738         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13739         failed.
13740
13741 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * gnus-group.el (gnus-group-delete-group): Decode group name.
13744         (gnus-group-make-rss-group): Encode group name.
13745         (gnus-group-catchup-current): Decode group name.
13746         (gnus-group-kill-group): Decode group name.
13747
13748 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13749
13750         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13751
13752 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-group.el (gnus-group-make-rss-group):
13755         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13756
13757         * gnus-start.el (gnus-setup-news): Honor user's setting to
13758         gnus-message-archive-method.  Suggested by Lute Kamstra
13759         <lute@gnu.org>.
13760
13761 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13762
13763         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13764         global counterparts of the buffer-local variables.
13765
13766 2004-11-16  Romain Francoise  <romain@orebokech.com>
13767
13768         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13769         counterparts of the buffer-local variables.
13770
13771 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * message.el (message-forbidden-properties): Fixed typo in doc
13774         string.
13775
13776 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * gnus-util.el (gnus-replace-in-string): Added doc string.
13779
13780         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13781         to avoid problems when splitting mails with many recipients.
13782
13783 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13784
13785         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13786         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13787
13788 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13789
13790         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13791         if there is no hashtable in memory or file modification time is
13792         newer than cached timestamp.
13793
13794 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13797         not-matching option.
13798
13799 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13800
13801         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13802         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13803         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13804         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13805         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13806         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13807
13808 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * message.el (message-forward-make-body-mml): Remove headers
13811         according to message-forward-ignored-headers if a message is decoded.
13812
13813 2004-12-02  Romain Francoise  <romain@orebokech.com>
13814
13815         * message.el (message-forward-make-body-plain): Always remove
13816         headers according to message-forward-ignored-headers.
13817
13818 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13819
13820         * spam.el (spam-summary-prepare-exit): Remove the
13821         gnus-summary-limit pop for now, it has problems with ham marks for
13822         me.
13823
13824 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13825
13826         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13827         correctly.
13828
13829 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13830
13831         * format-spec.el (format-spec): Message the char.
13832
13833 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13834
13835         * gnus-art.el (gnus-split-methods): Reformat comments.
13836
13837         * spam.el (spam-summary-prepare-exit): Remove article limits
13838         before exiting the summary buffer.
13839
13840 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13843         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13844
13845         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13846         order to silence the byte compiler.
13847
13848         * spam.el: Fix the way to silence the byte compiler, which
13849         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13850         bbdb-search-simple, spam-BBDB-register-routine,
13851         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13852         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13853         spam-stat-buffer-is-spam, spam-stat-load,
13854         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13855         spam-stat-save and spam-stat-split-fancy.
13856
13857 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13860         which may confuse users.
13861         (canlock-password-for-verify): Ditto.
13862
13863         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13864
13865         * gnus-art.el (gnus-emphasis-alist): Ditto.
13866
13867         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13868
13869         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13870
13871         * gnus-start.el (gnus-save-killed-list): Ditto.
13872
13873         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13874         (gnus-sum-thread-tree-root): Ditto.
13875         (gnus-sum-thread-tree-false-root): Ditto.
13876         (gnus-sum-thread-tree-single-indent): Ditto.
13877
13878         * message.el (message-courtesy-message): Ditto.
13879         (message-archive-note): Ditto.
13880         (message-subscribed-address-file): Ditto.
13881         (message-user-fqdn): Ditto.
13882
13883         * spam-report.el (spam-report-gmane-regex): Ditto.
13884
13885         * spam.el (spam-blackhole-good-server-regex): Ditto.
13886
13887 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * mml.el (mml-preview): Widen the message buffer before copying
13890         the contents to the preview buffer; sort headers before previewing.
13891
13892         * message.el (message-hidden-headers): Fix the way to avoid a bug
13893         in the `repeat' widget in Emacs 21.3 or earlier.
13894
13895 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * message.el (message-hidden-headers): Default to "^References:".
13898         Improve customization type.  Suggested by Reiner Steib
13899         <Reiner.Steib@gmx.de>.
13900
13901 2004-11-25  Romain Francoise  <romain@orebokech.com>
13902
13903         * message.el (message-strip-forbidden-properties): Remove check for
13904         obsolete `message-hidden' text property, hidden headers are not
13905         accessible in the buffer anymore.
13906
13907 2004-11-22  Romain Francoise  <romain@orebokech.com>
13908
13909         * message.el (message-header-format-alist): Add `From' in list
13910         so that it can be sorted.
13911         (message-fix-before-sending): Widen and sort headers before
13912         sending.
13913         (message-hide-headers): Use narrowing to hide headers by moving
13914         them to the top of the buffer and narrowing to the region
13915         underneath.
13916
13917 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13918
13919         * message.el (message-strip-forbidden-properties): Bind
13920         buffer-read-only (etc) to nil.
13921
13922 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13925         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13926
13927 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13928
13929         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13930
13931 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13932
13933         * dns.el (query-dns): Use sit-for to time instead of
13934         accept-process-output, since that doesn't seem to work on udp
13935         sockets.
13936
13937 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13940
13941 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13942
13943         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13944         doc string.  Improve doc string.
13945
13946 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * nntp.el (nntp-request-update-info): Return nil if
13949         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13950         may not call gnus-activate-group which uselessly issues the GROUP
13951         commands for all nntp groups and wastes time.  Reported by Romain
13952         Francoise <romain@orebokech.com>.
13953
13954         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13955
13956 2004-11-15  Simon Josefsson  <jas@extundo.com>
13957
13958         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13959         headers separately.
13960         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13961         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13962
13963 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * gnus-start.el (gnus-convert-old-newsrc):
13966         Assign legacy-gnus-agent to 5.10.7.
13967
13968 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13969
13970         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13971         start of the lines.
13972
13973 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13974
13975         * hashcash.el (hashcash-default-payment): Change default to 20.
13976         (hashcash-default-accept-payment): Change default to 20.
13977         (hashcash-process-alist): New variable.
13978         (hashcash-generate-payment-async): Add.
13979         (hashcash-already-paid-p): Add.
13980         (hashcash-insert-payment): Don't generate payments twice.
13981         (hashcash-insert-payment-async): Add.
13982         (hashcash-insert-payment-async-2): Add.
13983         (hashcash-cancel-async): Add.
13984         (hashcash-wait-async): Add.
13985         (hashcash-processes-running-p): Add.
13986         (hashcash-wait-or-cancel): Add.
13987         (mail-add-payment): New optional argument.  Conditionally start
13988         asynchronous calculation.
13989         (mail-add-payment-async): Add.
13990
13991         * message.el (message-send-mail): Wait for asynchronous hashcash
13992         results.  Don't clobber existing X-Hashcash headers.
13993         (message-setup-1): Call mail-add-payment-async when
13994         message-generate-hashcash is non-nil.
13995
13996 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13997
13998         * message.el (message-use-alternative-email-as-from): Examine the
13999         From header as well; use message-make-from in order to include a
14000         user's full name.
14001
14002 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14005         default; improve customization type.
14006         (gnus-emphasis-custom-with-format): New macro.
14007         (gnus-emphasis-custom-value-to-external): New function.
14008         (gnus-emphasis-custom-value-to-internal): New function.
14009
14010 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14011
14012         * dns.el (query-dns): Resolve reverse addresses.
14013
14014 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14015
14016         * gnus-group.el (gnus-group-get-new-news): Use it.
14017
14018         * gnus-start.el (gnus-check-reasonable-setup): New function.
14019
14020 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14023         "Args out of range" error.  Reported by Arnaud Giersch
14024         <arnaud.giersch@free.fr>.
14025
14026 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14027
14028         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14029
14030 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14031
14032         * spam.el (spam group): Add :version.
14033
14034         * pgg-def.el (pgg group): Add :version.
14035
14036 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * gnus-art.el (gnus-article-edit-article): Don't associate the
14039         article buffer with a draft file.  This is a temporary measure
14040         against the 2004-08-22 change to gnus-article-edit-mode.
14041
14042 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14045         (html2text-format-tags): Remove unused variable `attr'.
14046
14047 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14048
14049         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14050
14051         * tls.el (tls-process-connection-type, tls-success)
14052         (tls-certtool-program): Add :version.
14053
14054         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14055         (starttls-extra-arguments, starttls-process-connection-type)
14056         (starttls-connect, starttls-failure, starttls-success): Add :version.
14057
14058         * spam-stat.el (spam-stat): Add :version.
14059
14060         * sieve.el (sieve): Add :version.
14061
14062         * sha1.el (sha1): Add :version.
14063         (sha1-use-external): Remove redundant version.
14064
14065         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14066         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14067         (nnmail-split-fancy-match-partial-words)
14068         (nnmail-split-lowercase-expanded): Add :version.
14069
14070         * nndiary.el (nndiary): Add :version.
14071
14072         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14073
14074         * mml-sec.el (mml-default-sign-method)
14075         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14076         Add :version.
14077
14078         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14079
14080         * mm-url.el (mm-url-use-external, mm-url-program)
14081         (mm-url-arguments): Add :version.
14082
14083         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14084         (mm-attachment-file-modes, mm-decrypt-option)
14085         (mm-w3m-safe-url-regexp): Add :version.
14086
14087         * message.el (message-cite-prefix-regexp)
14088         (message-sendmail-envelope-from, message-minibuffer-local-map)
14089         (message-user-fqdn, message-completion-alist): Add :version.
14090
14091         * gnus-win.el (gnus-configure-windows-hook)
14092         (gnus-use-frames-on-any-display): Add :version.
14093
14094         * gnus-art.el (gnus-article-address-banner-alist)
14095         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14096         (gnus-treat-from-picon, gnus-treat-mail-picon)
14097         (gnus-treat-x-pgp-sig): Add :version.
14098
14099         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14100         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14101         (gnus-summary-article-delete-hook)
14102         (gnus-summary-display-while-building): Add :version.
14103
14104         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14105         (gnus-get-top-new-news-hook): Add :version.
14106
14107         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14108         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14109
14110         * gnus-registry.el (gnus-registry): Add :version.
14111
14112         * gnus-spec.el (gnus-use-correct-string-widths)
14113         (gnus-make-format-preserve-properties): Add :version.
14114
14115         * gnus.el (gnus-group-charter-alist)
14116         (gnus-group-fetch-control-use-browse-url)
14117         (gnus-install-group-spam-parameters): Add :version.
14118
14119         * gnus-diary.el (gnus-diary): Add :version.
14120
14121         * gnus-delay.el (gnus-delay): Add :version.
14122
14123         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14124         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14125         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14126         Add :version.
14127
14128         * gnus-agent.el (gnus-agent-max-fetch-size)
14129         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14130         (gnus-agent-prompt-send-queue): Add :version.
14131
14132         * deuglify.el (gnus-outlook-deuglify): Add :version.
14133
14134         * html2text.el: Beautify code.  Improve doc strings.  Some
14135         checkdoc cleanup.
14136         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14137
14138 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14139
14140         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14141
14142 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14143
14144         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14145         when package is loaded.
14146
14147         * spam.el (spam-summary-score-preferred-header): Add global preference
14148         for people who want to override the default SpamAssassin over
14149         Bogofilter preference (when both are set).
14150         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14151         (spam-user-format-function-S): Check
14152         spam-summary-score-preferred-header.
14153         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14154         (spam-user-format-function-S): Format the score correctly.
14155
14156 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14159         signature file.  Suggested by Manoj Srivastava
14160         <srivasta@golden-gryphon.com>.
14161
14162         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14163         iso-2022-jp even in the Japanese language environment.
14164         Suggested by Jason Rumney <jasonr@gnu.org>.
14165
14166 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14169         use the same characters as the dummy marks; make it free from
14170         getting affected by the language environment.
14171         (gnus-summary-read-group-1): Update mark positions only when the
14172         format spec is updated.
14173
14174         * gnus-spec.el (gnus-update-format-specifications): Return a list
14175         of updated types.
14176
14177 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14180         of boundp to check if display-warning is available.
14181
14182 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14183
14184         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14185
14186 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * nnspool.el (nnspool-spool-directory): Use news-path if the
14189         news-directory variable is not bound.
14190
14191         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14192         function instead of display-warning if it is not available.
14193
14194 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14197         v5-10: Use `point-at-bol'.
14198
14199 2004-10-26  Simon Josefsson  <jas@extundo.com>
14200
14201         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14202         <chenggao@gmail.com>.
14203
14204 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14205
14206         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14207         instead.
14208
14209 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14210
14211         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14212         to remove a server from the nnimap-server-buffer-alist.
14213         (nnimap-open-connection, nnimap-close-server): Use it.
14214
14215         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14216
14217 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14220         running the major-mode function.
14221
14222 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14225         dummy marks in the right way.
14226
14227 2004-10-18  David Edmondson  <dme@dme.org>
14228
14229         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14230         excessively.
14231
14232 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14233
14234         * gnus-util.el (gnus-split-references): Accept a nil references
14235         string and go on blissfully.
14236
14237         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14238         cases where the references string is non-nil but has no references.
14239
14240         * encrypt.el: Add autoload tags.
14241
14242         * spam.el (spam-resolve-registrations-routine): Remove article
14243         from unregistration list too.  Reported by David Hanak
14244         <dhanak@isis.vanderbilt.edu>
14245
14246 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14249         nil.  Changed custom type.
14250
14251 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14252
14253         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14254
14255         * gnus-sum.el (gnus-summary-move-article): Use it.
14256
14257 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14258
14259         * encrypt.el: Add autoload cookies.
14260
14261         * spam.el (spam-backend-article-list-property)
14262         (spam-backend-get-article-todo-list)
14263         (spam-backend-put-article-todo-list)
14264         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14265         Resolve registrations separately.
14266         (spam-register-routine): Format comments.
14267         (spam-unregister-routine, spam-register-routine): Always call with
14268         specific-articles, no default list.
14269         (spam-summary-prepare-exit): Use the spam-classifications function.
14270
14271         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14272         gnus-encrypt.el.
14273
14274         * encrypt.el: Copied from gnus-encrypt.el.
14275
14276         * gnus-encrypt.el: Commented that it's obsolete.
14277
14278 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14281         (gnus-score-save): Use it.
14282
14283         * message.el (message-bury): Use `window-dedicated-p'.
14284
14285 2004-10-15  Simon Josefsson  <jas@extundo.com>
14286
14287         * pop3.el (top-level): Don't require nnheader.
14288         (pop3-read-timeout): Add.
14289         (pop3-accept-process-output): Add.
14290         (pop3-read-response, pop3-retr): Use it.
14291
14292 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14293
14294         * spam.el (spam-register-routine): Move comment.
14295         (spam-verify-bogofilter): Use 'unknown for the initial
14296         spam-bogofilter-valid state, not 'never.
14297
14298         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14299         for netrc-machine.
14300
14301         * nnimap.el (nnimap-open-connection): Use
14302         netrc-machine-user-or-password.
14303
14304 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14305
14306         * gnus-registry.el (gnus-registry-unload-hook):
14307         Set as a variable with add-hook.
14308
14309         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14310         of news-path.
14311
14312         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14313
14314         * spam.el: Delete duplicate `provide'.
14315         (spam-unload-hook): Set as a variable with add-hook.
14316
14317 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14320         in the doc string.
14321
14322         * message.el (message-ignored-news-headers)
14323         (message-ignored-supersedes-headers)
14324         (message-ignored-resent-headers)
14325         (message-forward-ignored-headers): Improve custom type.
14326
14327 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * message.el (message-tokenize-header): Fix 2004-09-06 change
14330         which used point-min in the wrong place.
14331
14332 2004-10-12  Simon Josefsson  <jas@extundo.com>
14333
14334         * tls.el (tls-certtool-program): New variable.
14335         (tls-certificate-information): New function, based on
14336         ssl-certificate-information.
14337
14338 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * compface.el: Move the version of ELisp-based uncompface program
14341         to the contrib directory because of the copyright problem.
14342
14343 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * message.el (message-kill-buffer): Raise the current frame.
14346
14347 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14348
14349         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14350
14351         * gnus.el (message-y-or-n-p): Autoload.
14352
14353         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14354         (pop3-password-required, pop3-authentication-scheme)
14355         (pop3-leave-mail-on-server): Made customizable.
14356         (pop3): New custom group.
14357         (pop3-retr): Remove `sleep-for' statements.
14358         Suggested by Dave Love <fx@gnu.org>.
14359
14360         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14361         Windows/DOS.
14362
14363         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14364         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14365         Dave Love <fx@gnu.org>.
14366
14367         * mml.el (mml-minibuffer-read-disposition): Require match.
14368         Suggested by Dave Love <fx@gnu.org>.
14369
14370 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14371
14372         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14373         doc string.
14374
14375 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14378
14379 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14380
14381         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14382         instead of calling `mm-insert-inline', to decode text/* parts
14383         before displaying them.
14384
14385 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * mm-uu.el (mm-uu-text-plain-type): New variable.
14388         (mm-uu-pgp-signed-extract-1): Use it.
14389         (mm-uu-pgp-encrypted-extract-1): Use it.
14390         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14391         bind mm-uu-text-plain-type with that value.
14392         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14393         mm-uu-dissect.
14394
14395 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * gnus-group.el (gnus-update-group-mark-positions):
14398         * gnus-sum.el (gnus-update-summary-mark-positions):
14399         * message.el (message-check-news-body-syntax):
14400         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14401         of string-as-multibyte.
14402
14403 2004-10-05  Juri Linkov  <juri@jurta.org>
14404
14405         * gnus-group.el (gnus-update-group-mark-positions):
14406         * gnus-sum.el (gnus-update-summary-mark-positions):
14407         * message.el (message-check-news-body-syntax):
14408         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14409         8-bit unibyte values to a multibyte string for search functions.
14410
14411 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14414         (mm-uu-dissect-text-parts): New function.
14415
14416         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14417         dissect text parts.
14418
14419         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14420         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14421
14422         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14423
14424         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14425         gnus-current-topics instead of gnus-current-topic.
14426
14427 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14428
14429         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14430
14431 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14432
14433         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14434         where approriate.
14435
14436         * nnml.el (nnml-generate-active-info): do.
14437
14438         * nndiary.el (nndiary-generate-active-info): do.
14439
14440         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14441         (gnus-topic-move): do.
14442
14443         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14444         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14445
14446         * gnus-srvr.el (gnus-server-prepare)
14447         (gnus-server-open-all-servers): do.
14448
14449         * gnus-msg.el (gnus-summary-cancel-article)
14450         (gnus-summary-resend-message)
14451         (gnus-summary-mail-crosspost-complaint): do.
14452
14453         * gnus-move.el (gnus-change-server): do.
14454
14455         * gnus-group.el (gnus-group-unmark-all-groups)
14456         (gnus-group-set-current-level): do.
14457
14458 2004-10-04  Simon Josefsson  <jas@extundo.com>
14459
14460         * message.el (message-generate-hashcash): Doc fix.
14461
14462 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14463
14464         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14465         avoid infinite recursion via gnus-get-function.
14466
14467 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14468
14469         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14470
14471         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14472
14473         * nnmail.el (nnmail-split-history): do.
14474
14475         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14476         (nnml-request-delete-group): do.
14477
14478         * nnslashdot.el (nnslashdot-read-groups): do.
14479
14480         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14481         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14482
14483         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14484         (nnspool-sift-nov-with-sed): Use last.
14485         (nnspool-retrieve-headers-with-nov): Use mapc.
14486         (nnspool-request-newgroups): Use dolist.
14487         (nnspool-request-group): Use last.
14488
14489         * nntp.el (nntp-read-server-type): Use dolist.
14490
14491         * nnvirtual.el (nnvirtual-create-mapping)
14492         (nnvirtual-update-read-and-marked): Use dolist.
14493         (nnvirtual-convert-headers): Simplify.
14494
14495 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14496
14497         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14498         support for sync'ing tick marks.
14499
14500 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14503         there's no visible header.
14504
14505 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14506
14507         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14508         necessary, pass full group name to gnus-request-set-marks.
14509
14510 2004-10-01  Simon Josefsson  <jas@extundo.com>
14511
14512         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14513         acroread.
14514
14515 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14516
14517         * spam-report.el (spam-report-gmane): Fix interactive.
14518
14519         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14520
14521         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14522         when writing file.
14523         (gnus-agent-synchronize-flags): Don't default to being
14524         interactive.
14525
14526 2004-09-30  Simon Josefsson  <jas@extundo.com>
14527
14528         * message.el (message-generate-hashcash): Add.
14529         (message-send-mail): Use it, call mail-add-payment.
14530
14531 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14532
14533         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14534
14535 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14536
14537         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14538         gnus-requst-update-info with explicit code to sync the in-memory
14539         info read flags with the marks being sync'd to the backend.
14540
14541         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14542
14543 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14544
14545         * spam.el (spam-verify-bogofilter): Add new function.
14546         (spam-check-bogofilter)
14547         (spam-bogofilter-register-with-bogofilter): Use it.
14548         (spam-verify-bogofilter): Add small fixes.
14549
14550 2004-09-28  Simon Josefsson  <jas@extundo.com>
14551
14552         * hashcash.el (hashcash-generate-payment): Revert.
14553
14554 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14555
14556         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14557         gnus-extract-references instead of gnus-split-references.
14558
14559         * gnus-util.el (gnus-extract-references): Add new function, analogous
14560         to gnus-split-references but extracts only the message-ID without
14561         anything extra.
14562
14563         * hashcash.el (hashcash-generate-payment)
14564         (hashcash-check-payment): Do the right thing if hashcash-path is
14565         nil (because the hashcash program could not be found).
14566
14567         * spam.el (spam-use-hashcash): Remove comment.
14568
14569 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14570
14571         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14572         (gnus-cache-enter-article, gnus-cache-remove-article)
14573         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14574
14575         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14576
14577         * gnus-art.el (article-hide-boring-headers)
14578         (article-translate-strings, article-display-face)
14579         (gnus-article-mime-match-handle-first)
14580         (gnus-article-highlight-headers)
14581         (gnus-article-add-buttons-to-head): do.
14582
14583 2004-09-27  Simon Josefsson  <jas@extundo.com>
14584
14585         * hashcash.el: New version, from
14586         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14587         ../contrib/.
14588
14589 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14592
14593 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14594
14595         * gnus-dup.el (gnus-dup-open): Use mapc.
14596         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14597
14598         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14599         Reported by Stefan Wiens <s.wi@gmx.net>.
14600
14601         * gnus.el (gnus-shutdown): Use dolist.
14602
14603         * gnus-undo.el (gnus-undo): Use mapc.
14604
14605         * nnrss.el (nnrss-generate-active): do.
14606
14607         * message.el (message-cite-original-without-signature)
14608         (message-cite-original): Use mapc.
14609         (message-do-actions, message-make-forward-subject): Use dolist.
14610
14611 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14612
14613         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14614         deletion to remove entire duplicate line.  Fixes merged article
14615         number bug.
14616
14617 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14618
14619         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14620         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14621         first ask if you want to open a server and then, even when you
14622         responded with no, asking if you want to synchronize the server's
14623         flags.
14624         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14625         multi-line expressions.
14626         (gnus-agent-synchronize-group-flags): New internal function.
14627         Updates marks in memory (in the info structure) AND in the
14628         backend.
14629
14630         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14631
14632         * nnagent.el (nnagent-request-set-mark): Use
14633         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14634         method, to ensure that synchronization updates marks in the
14635         backend and in the info (in memory) structure.
14636
14637 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14640         convention fully; don't miss the root article of a thread; make
14641         the X-Draft-From header with correct article numbers.
14642
14643 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14644
14645         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14646         unless plugged.  Disable the agent so that an open failure causes
14647         an error.
14648
14649         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14650         Reverted 2004-09-21 change.  The backend must be opened while
14651         synchronizing flags even when the backend stores the flags
14652         locally.
14653
14654 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14655
14656         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14657         in `header' match.  Reported by Svend Tollak Munkejord.
14658
14659         * message.el (message-cite-original): Fix use of
14660         `message-cite-articles-with-x-no-archive'.
14661
14662 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14665         (gnus-window-to-buffer): Ditto.
14666
14667         * mml.el (mml-preview-buffer): New variable.
14668         (mml-preview): Manage window layout with gnus-buffer-configuration.
14669
14670         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14671         X-Draft-From header even if those articles aren't quoted.
14672
14673 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14674
14675         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14676         (gnus-request-set-mark, gnus-request-update-mark): Use new
14677         g-s-t-u-l-m to decide to use backend even when unplugged.
14678
14679 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14682         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14683
14684 2004-09-20  Simon Josefsson  <jas@extundo.com>
14685
14686         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14687         "utf-16-le".
14688
14689 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14690
14691         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14692
14693 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * uudecode.el (uudecode-use-external): Add :version.
14696
14697         * smime.el (smime-CA-file, smime-encrypt-cipher)
14698         (smime-dns-server): Add :version.
14699
14700         * smiley.el (gnus-smiley-file-types): Add :version.
14701
14702         * sha1.el (sha1-use-external): Add :version.
14703
14704         * pgg-def.el (pgg-query-keyserver): Add :version.
14705
14706         * nnmail.el (nnmail-fancy-expiry-targets)
14707         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14708         Add :version.
14709
14710         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14711         (nnimap-retrieve-groups-asynchronous): Add :version.
14712         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14713
14714         * mml.el (mml-content-disposition-parameters)
14715         (mml-insert-mime-headers-always): Add :version.
14716
14717         * mm-util.el (mm-coding-system-priorities): Add :version.
14718
14719         * mm-decode.el (mm-inline-text-html-with-images)
14720         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14721         (mm-verify-option): Add :version.
14722         (mm-text-html-renderer): Change :version.
14723
14724         * message.el (message-fcc-externalize-attachments)
14725         (message-required-headers, message-draft-headers)
14726         (message-subject-trailing-was-query)
14727         (message-subject-trailing-was-ask-regexp)
14728         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14729         (message-mark-insert-end, message-archive-header)
14730         (message-archive-note, message-cross-post-default)
14731         (message-cross-post-note, message-followup-to-note)
14732         (message-cross-post-note-function, message-use-mail-followup-to)
14733         (message-subscribed-address-functions)
14734         (message-subscribed-address-file, message-subscribed-addresses)
14735         (message-subscribed-regexps, message-allow-no-recipients)
14736         (message-yank-cited-prefix, message-signature-insert-empty-line)
14737         (message-hidden-headers, message-hierarchical-addresses)
14738         (message-mail-user-agent, message-use-idna)
14739         (message-valid-fqdn-regexp)
14740         (message-strip-special-text-properties, message-header-synonyms)
14741         (message-beginning-of-line, message-tab-body-function): Add :version.
14742         (message-insert-canlock, message-wide-reply-confirm-recipients):
14743         Change :version.
14744
14745         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14746         and :version.
14747         (mail-source-delete-old-incoming-confirm)
14748         (mail-source-movemail-program): Add :version.
14749
14750         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14751         (gnus-agent-cache, gnus-agent): Change :version.
14752
14753         * gnus-util.el (gnus-use-byte-compile): Change :version.
14754
14755         * gnus-sum.el (gnus-summary-make-false-root-always)
14756         (gnus-summary-default-high-score)
14757         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14758         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14759         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14760         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14761         (gnus-sum-thread-tree-single-indent)
14762         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14763         (gnus-sum-thread-tree-leaf-with-other)
14764         (gnus-sum-thread-tree-single-leaf): Add :version.
14765         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14766         (gnus-article-loose-mime): Change :version.
14767
14768         * gnus-start.el (gnus-backup-startup-file)
14769         (gnus-save-startup-file-via-temp-buffer): Add :version.
14770
14771         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14772         (gnus-server-offline-face): Add :version.
14773
14774         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14775
14776         * gnus-msg.el (gnus-gcc-externalize-attachments)
14777         (gnus-debug-files, gnus-debug-exclude-variables)
14778         (gnus-discouraged-post-methods): Change :version.
14779         (gnus-confirm-mail-reply-to-news)
14780         (gnus-confirm-treat-mail-like-news): Add :version.
14781
14782         * gnus-int.el (gnus-server-unopen-status): Add :version.
14783
14784         * gnus-group.el (gnus-group-jump-to-group-prompt)
14785         (gnus-large-ephemeral-newsgroup)
14786         (gnus-fetch-old-ephemeral-headers): Add :version.
14787
14788         * gnus-fun.el (gnus-x-face-directory)
14789         (gnus-convert-pbm-to-x-face-command)
14790         (gnus-convert-image-to-x-face-command)
14791         (gnus-convert-image-to-face-command): Add :version.
14792
14793         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14794
14795         * gnus-cite.el (gnus-cite-blank-line-after-header)
14796         (gnus-article-boring-faces): Add :version.
14797
14798         * gnus-art.el (gnus-buttonized-mime-types)
14799         (gnus-inhibit-mime-unbuttonizing)
14800         (gnus-treat-display-face)
14801         (gnus-treat-body-boundary): Change :version.
14802         (gnus-body-boundary-delimiter, gnus-picon-databases)
14803         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14804         (gnus-treat-date-english, gnus-treat-fold-headers)
14805         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14806         (gnus-treat-mail-picon, gnus-treat-wash-html)
14807         (gnus-article-encrypt-protocol)
14808         (gnus-use-idna, gnus-article-over-scroll)
14809         (gnus-mime-display-multipart-alternative-as-mixed)
14810         (gnus-mime-display-multipart-related-as-mixed)
14811         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14812         (gnus-ctan-url, gnus-button-ctan-handler)
14813         (gnus-button-handle-ctan-bogus-regexp)
14814         (gnus-button-ctan-directory-regexp)
14815         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14816         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14817         (gnus-button-man-level, gnus-button-emacs-level)
14818         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14819
14820         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14821         (gnus-agent-go-online): Change :version.
14822         (gnus-agent-expire-unagentized-dirs)
14823         (gnus-agent-auto-agentize-methods): Add :version.
14824
14825         * flow-fill.el (fill-flowed-display-column)
14826         (fill-flowed-encode-column): Add :version.
14827
14828         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14829         (gnus-outlook-deuglify-unwrap-max)
14830         (gnus-outlook-deuglify-cite-marks)
14831         (gnus-outlook-deuglify-unwrap-stop-chars)
14832         (gnus-outlook-deuglify-no-wrap-chars)
14833         (gnus-outlook-deuglify-attrib-cut-regexp)
14834         (gnus-outlook-deuglify-attrib-verb-regexp)
14835         (gnus-outlook-deuglify-attrib-end-regexp)
14836         (gnus-outlook-display-hook): Add :version.
14837
14838         * binhex.el (binhex-use-external): Add :version.
14839
14840 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14843         and `invisible'.
14844
14845 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14846
14847         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14848         in gnus-registry-trim.
14849
14850 2004-09-13  Simon Josefsson  <jas@extundo.com>
14851
14852         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14853
14854         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14855
14856         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14857         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14858         <yamaoka@jpl.org>.
14859         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14860         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14861         <yamaoka@jpl.org>.
14862
14863         * sieve.el (sieve-manage-mode): Ditto.
14864
14865 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14866
14867         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14868
14869 2004-09-11  Simon Josefsson  <jas@extundo.com>
14870
14871         * dns-mode.el: Add.
14872
14873         * mm-view.el (mm-display-dns-inline): Add.
14874
14875         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14876         (mm-automatic-display): Ditto.
14877
14878         * mailcap.el (mailcap-mime-data): Add text/dns.
14879         (mailcap-mime-extensions): Map .soa to text/dns.
14880
14881 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14882
14883         * gnus-art.el (article-decode-mime-words, article-babel)
14884         (gnus-article-highlight-signature, gnus-article-add-buttons)
14885         (gnus-signature-toggle): Remove unnecessary bindings of
14886         `inhibit-read-only' inherited from v5.10 merge.
14887
14888 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * nntp.el (nntp): New customization group.
14891         (nntp-authinfo-file): Add customization group.
14892
14893         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14894
14895         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14896
14897         * gnus.el (to-address, to-list, subscribed)
14898         (large-newsgroup-initial): Ditto.
14899
14900         * flow-fill.el (fill-flowed-display-column)
14901         (fill-flowed-encode-column): Ditto.
14902
14903 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14904
14905         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14906         Use point-min rather than 1.
14907         (message-send-mail): Use buffer-size rather than point-max.
14908
14909         * gnus-sum.el (gnus-summary-search-article-forward):
14910         Signal a specific `search-failed' rather than a generic `error'.
14911
14912         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14913         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14914         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14915
14916 2004-09-10  Simon Josefsson  <jas@extundo.com>
14917
14918         * nndb.el (require): Remove tcp and duplicate cl.
14919
14920 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-agent.el (directory-files-and-attributes): Move forward.
14923
14924 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14925
14926         * gnus-agent.el (directory-files-and-attributes): Optionally
14927         defined to support XEmacs.
14928
14929 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14930
14931         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14932         to avoid run-time CL dependencies.
14933         (gnus-agent-unfetch-articles): New function.
14934         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14935         article numbers even when local .overview file is missing.
14936         (gnus-agent-read-article-number): New function.  Only accepts
14937         27-bit article numbers.
14938         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14939         gnus-agent-read-article-number.
14940         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14941         from backend while recognizing that article numbers in .overview
14942         must be valid.
14943         (gnus-agent-update-files-total-fetched-for): Use
14944         directory-files-and-attributes to improve performance.
14945         * gnus-int.el (gnus-request-move-article): Use
14946         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14947         improve performance.
14948
14949         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14950         some users confused by references to .newsrc when they only have a
14951         .newsrc.eld file.
14952         (gnus-convert-mark-converter-prompt)
14953         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14954         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14955         New function.  Used internally to only display 'gnus converting
14956         files' message when actually necessary.
14957
14958         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14959         methods now autoloaded.
14960
14961 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14964         identifiers.
14965
14966 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * gnus-picon.el: Fix indentation and closing parenthesis.
14969
14970 2004-09-01  Simon Josefsson  <jas@extundo.com>
14971
14972         * message.el (message-canlock-generate): Require sha1, not
14973         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14974         to require within a function.  Sadly, if sha1.el isn't loaded, the
14975         let binding in m-c-g will hide the defcustom definition, which is
14976         bad.)
14977
14978         * canlock.el: Require sha1, not sha1-el.
14979
14980         * message.el: Don't autoload sha1 (there is a autoload cookie in
14981         sha1.el).
14982
14983         * sha1-el.el: Renamed to sha1.el.
14984
14985 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14986
14987         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14988
14989 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14990
14991         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14992
14993 2004-08-30  Kim F. Storm  <storm@cua.dk>
14994
14995         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14996
14997         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14998         Add :group 'nnimap.
14999
15000 2004-08-30  Andreas Schwab  <schwab@suse.de>
15001
15002         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15003         ?* and ?\;.
15004
15005         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15006         and ?\' to symbol instead of whitespace.
15007
15008 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15011
15012         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15013         instead of re-search-forward.
15014
15015         * gnus-uu.el (gnus-uu-save-article): Ditto.
15016         (gnus-uu-post-encode-uuencode): Ditto.
15017
15018         * html2text.el (html2text-clean-list-items): Ditto.
15019         (html2text-clean-dtdd): Ditto.
15020         (html2text-format-tags): Ditto.
15021
15022         * message.el (message-send-mail-with-sendmail): Fix regexp.
15023         (message-fill-field-general): Use search-forward instead of
15024         re-search-forward.
15025         (unbold-region): Ditto.
15026
15027         * nnrss.el (nnrss-request-article): Ditto.
15028
15029         * nnslashdot.el (nnslashdot-request-article): Ditto.
15030
15031         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15032
15033         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15034         "Unrecognized menu descriptor" error in XEmacs.
15035
15036 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15037
15038         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15039         parent article of a sparse article in the thread hashtb.
15040
15041 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15042
15043         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15044         (nnmail-expand-newtext): Lowercase expanded entries if
15045         nnmail-split-lowercase-expanded is non-nil.
15046
15047 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15050
15051         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15052         of gnus-tmp-news-method into string under XEmacs.  It will be
15053         passed to gnus-correct-length which takes only a string argument.
15054
15055 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-util.el (gnus-bind-print-variables): New macro.
15058         (gnus-prin1): Use it.
15059         (gnus-prin1-to-string): Use it.
15060         (gnus-pp): New function.
15061         (gnus-pp-to-string): New function.
15062
15063         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15064         Replace pp-to-string with gnus-pp-to-string.
15065         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15066         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15067         * gnus-msg.el (gnus-debug): Ditto.
15068         * gnus-score.el (gnus-score-save): Ditto.
15069         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15070         gnus-pp-to-string.
15071         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15072         with gnus-pp.
15073         * score-mode.el (gnus-score-pretty-print): Ditto.
15074         * webmail.el (webmail-debug): Ditto.
15075
15076 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-art.el (article-display-face, article-display-x-face):
15079         Use buffer-read-only.
15080
15081 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * gnus-art.el (article-hide-list-identifiers):
15084         Bind inhibit-read-only as t.
15085
15086 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15087
15088         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15089
15090 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15091
15092         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15093         (gnus-narrow-to-page): Don't assume point-min == 1.
15094         (gnus-article-edit-mode): Derive from message-mode.
15095
15096         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15097         point-min == 1.
15098
15099         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15100         Disable incorrect use of `assert'.
15101
15102         * message.el (message-mode): Set comment-start-skip.
15103
15104
15105 2004-08-22  Sam Steingold  <sds@gnu.org>
15106
15107         * pop3.el (pop3-leave-mail-on-server): New user variable.
15108         (pop3-movemail): Delete mail only when it is nil.
15109
15110 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15111
15112         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15113
15114         * mml.el (mml-preview): Use `pop-to-buffer'.
15115
15116         * message.el (message-goto-mail-followup-to): Insert after "To".
15117         (message-carefully-insert-headers): Add comment.
15118
15119         * gnus.el: Remove unused variable `gnus-article-check-size'.
15120
15121         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15122
15123         * gnus-art.el (gnus-button-alist): Improve
15124         `gnus-button-handle-library' entry.
15125
15126 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15127
15128         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15129         downcase, since XEmacs capitalizes error messages differently.
15130
15131 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15132
15133         * nntp.el: Add (require 'gnus) due to reference to
15134         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15135
15136 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15137
15138         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15139         `mm-fill-flowed'.
15140
15141         * mm-decode.el (mm-dissect-singlepart): Check it.
15142
15143 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15144
15145         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15146         'imap' for netrc parsing.
15147
15148 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * mailcap.el (mailcap-mime-data): Mark as risky.
15151
15152 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15155         may be included in the encoded word.
15156         (rfc2047-encode): Don't append a space if the encoded word
15157         includes close parenthesis.
15158
15159 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15162         of text within parentheses.
15163
15164 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15165
15166         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15167         (gnus-encrypt-write-file-contents): Make the password key the file
15168         name PLUS the cipher, not just the cipher.  Also remove failed
15169         passwords from the cache.
15170
15171 2004-08-06  Simon Josefsson  <jas@extundo.com>
15172
15173         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15174         fix.
15175
15176 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15179         LWSP.
15180
15181 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15182
15183         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15184         to append in-reply-to: data to the references: header.
15185
15186         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15187         (netrc-parse): Use gnus-encrypt.el functions.
15188
15189         * gnus-encrypt.el: Add new file for encryption support; currently
15190         does only a few GPG ciphers and an internal XOR cipher.
15191
15192         * password.el: Add comments on using password-read-and-add.
15193         (password-read-and-add): Add function to read and add the
15194         password to the cache at once.
15195
15196 2004-07-28  Simon Josefsson  <jas@extundo.com>
15197
15198         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15199         parameter (but don't use it, for now).
15200
15201         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15202         instead of hard coding to nil.
15203
15204 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15207         as mm-inline-image-xemacs does.
15208
15209 2004-07-26  Simon Josefsson  <jas@extundo.com>
15210
15211         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15212         Revert part of 2004-07-17 change below.
15213
15214 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15217         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15218
15219 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15220
15221         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15222         quotes that actually start with ">" at the beginning of the
15223         lines.
15224
15225 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * rfc2047.el (rfc2047-encode-region): Fix last change.
15228         (rfc2047-encode-parameter): Remove useless concat.
15229
15230 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15233         encode special characters; fix some kind of misconfigured headers;
15234         signal a real error if debug-on-quit or debug-on-error is non-nil.
15235         (rfc2047-encode-max-chars): New variable.
15236         (rfc2047-encode-1): Use it.
15237         (rfc2047-encode-parameter): New function.
15238
15239         * mml.el (mml-insert-parameter): Remove an excessive space.
15240
15241 2004-07-17  Simon Josefsson  <jas@extundo.com>
15242
15243         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15244         Kai Grossjohann <kai@emptydomain.de>.
15245         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15246         (gnus-group-make-menu-bar): Ditto.
15247
15248         * gnus-util.el (gnus-group-server): Add.
15249
15250 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15251
15252         * message.el (message-clone-locals): Clone sendmail and smtp
15253         variables.
15254
15255 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * rfc2047.el (rfc2047-encode-region): Fix last change.
15258
15259 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15262         characters as non-special.
15263
15264 2004-07-09  Simon Josefsson  <jas@extundo.com>
15265
15266         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15267         Users will lose all flag changes made while unplugged with
15268         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15269         good default.  See numerous reports on ding mailing list.
15270
15271 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15274         add generate-head-function and generate-article-function to the
15275         rfc822-forward entry.
15276         (nndoc-rfc822-forward-generate-article): New function.
15277         (nndoc-rfc822-forward-generate-head): New function.
15278
15279         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15280
15281 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15282
15283         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15284         respect display group parameter and gnus-summary-expunge-below.
15285         (gnus-articles-to-read): Remove unused reference to display group
15286         parameter.
15287
15288 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15289
15290         * nnheader.el (nnheader-uniquify-message-id): New experimental
15291         variable.
15292         (nnheader-nov-read-message-id): Use it.
15293
15294         * spam-report.el (spam-report-gmane): Add interactive.
15295
15296 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15299         qp-or-base64 for the application/* types.
15300
15301 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15302
15303         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15304
15305 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15306
15307         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15308         trim value.
15309
15310 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15311
15312         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15313         New macro and function.
15314         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15315
15316 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15319         after-load-alist.
15320
15321 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15322
15323         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15324         update info that isn't there.
15325
15326 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15327
15328         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15329         entry.
15330
15331 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * mm-view.el (mm-inline-render-with-function): Use multibyte
15334         buffer; decode html source by charset.
15335
15336         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15337
15338         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15339         Mule-UCS is loaded under XEmacs.
15340         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15341
15342 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15343
15344         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15345
15346 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15347
15348         * mm-util.el (mm-coding-system-p): Return a coding-system.
15349         (mm-mime-mule-charset-alist): Use shift_jis instead of
15350         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15351         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15352         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15353         instead of japanese-shift-jis and iso-latin-1 respectively in
15354         order to share the default value with both Emacs and XEmacs-mule.
15355         (mm-mule-charset-to-mime-charset): Make
15356         mm-coding-system-priorities effective.
15357         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15358         while predicating of candidates upon the priorities.
15359
15360 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15361
15362         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15363         gnus-uu-invert-processable.
15364
15365         * gnus.el: Autoload gnus-uu-invert-processable.
15366
15367 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * mm-util.el (mm-with-multibyte-buffer): New macro.
15370
15371         * rfc2047.el (rfc2047-encode-string): Use it.
15372         (rfc2047-encode-region): Move point to the end of the region after
15373         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15374
15375 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15378         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15379
15380 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15383         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15384         Karl Chen <quarl@nospam.quarl.org>.
15385
15386 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15387
15388         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15389         invalid addresses.
15390
15391 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15392
15393         * spam.el: Change section markers, revise TODO list.
15394         (spam-backends): Make new master list of all installed backends.
15395         (spam-summary-exit-behavior): Add new variable to determine how
15396         messages moves are done at summary exit.
15397         (spam-move-spam-nonspam-groups-only)
15398         (spam-process-ham-in-nonham-groups)
15399         (spam-process-ham-in-spam-groups): Remove variables, the
15400         spam-summary-exit-behavior variable should be used to manage this
15401         behavior.
15402         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15403         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15404         and spam-old-spam-articles.
15405         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15406         Add empty variables, placeholders for the backends they represent.
15407         (spam-set-difference): Move, unchanged.
15408         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15409         unless the user has a processor variable.
15410         (spam-classifications, spam-classification-valid-p)
15411         (spam-backend-properties, spam-backend-property-valid-p)
15412         (spam-backend-function-type-valid-p)
15413         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15414         (spam-report-articles-gmane, spam-report-articles-resend):
15415         Remove functions, they are not needed.
15416         (spam-install-backend-super, spam-backend-list)
15417         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15418         (spam-backend-function, spam-backend-ham-registration-function)
15419         (spam-backend-spam-registration-function)
15420         (spam-backend-ham-unregistration-function)
15421         (spam-backend-spam-unregistration-function)
15422         (spam-backend-statistical-p, spam-backend-mover-p)
15423         (spam-install-backend-alias, spam-install-checkonly-backend)
15424         (spam-install-mover-backend, spam-install-nocheck-backend)
15425         (spam-install-backend, spam-install-statistical-backend)
15426         (spam-install-statistical-checkonly-backend): Add backend installation
15427         support.
15428         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15429         (spam-group-processor-p): Use the new backend code and respect the
15430         summary exit behavior.
15431         (spam-mark-spam-as-expired-and-move-routine): Remove.
15432         (spam-summary-prepare): Change to use the new spam-old-articles
15433         variable.
15434         (spam-copy-or-move-routine, spam-copy-spam-routine)
15435         (spam-move-spam-routine, spam-copy-ham-routine)
15436         (spam-move-ham-routine): Add code to copy/move ham or spam.
15437         (spam-fetch-field-fast): Improve doc and code, plus allow the
15438         'number request.
15439         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15440         variables.
15441         (spam-split, spam-find-spam): Use the new backend code.
15442         (spam-registration-functions): Remove variable.
15443         (spam-unregister-routine): Add convenience wrapper.
15444         (spam-log-undo-registration, spam-register-routine)
15445         (spam-log-processing-to-registry)
15446         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15447         where possible.
15448         (spam-check-gmane-xref, spam-check-regex-headers)
15449         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15450         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15451         (spam-check-bogofilter-headers, spam-check-spamoracle)
15452         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15453         (spam-check-crm114-headers): Use the spam-split-group that
15454         spam-split prepares, no need to determine it every time.
15455
15456         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15457         to the nnheader-parse-naked-head call.
15458
15459         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15460
15461         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15462         the nnheader-nov-read-message-id call.
15463
15464 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15467         gnus-activate-group twice.  Suggested by Markus Peter
15468         <warp@spin.de>.
15469
15470 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * gnus-art.el (gnus-article-time-format): Exchange the order of
15473         day and month in the default value; fix customization type.
15474         (article-date-ut): Use add-text-properties.
15475         (article-make-date-line): Use message-make-date instead of
15476         current-time-string.
15477
15478         * message.el (message-fetch-field): Don't use set-text-properties.
15479         (message-make-date): Simplify.
15480
15481         * messagexmas.el (message-xmas-make-date): New function.
15482         (message-xmas-redefine): Defalias message-make-date to it.
15483
15484 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15487         (rfc2047-encode-region): Treat text within parentheses as special;
15488         show the original text when error has occurred.
15489
15490         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15491         already-computed method to gnus-activate-group.
15492
15493         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15494         same select-methods identical Lisp objects.
15495
15496         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15497         object when modifying the info.
15498
15499 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15502         gnus-opened-servers since it has never been opened with the new
15503         configuration yet.
15504
15505 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15508         arg to nnheader-generate-fake-message-id.
15509
15510 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15511
15512         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15513         number and build a fake message ID localized to a group and
15514         article number (so it's repeatable from that point on).
15515         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15516         ID format.
15517
15518         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15519         nnheader-generate-fake-message-id with the article number.
15520
15521 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15522
15523         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15524         end-of-buffer.
15525
15526 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15527
15528         * message.el (message-ignored-supersedes-headers): Add Approved.
15529
15530 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15533         goto-char.
15534         (rfc2047-encode): Fold the line before encoding.
15535
15536 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15537
15538         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15539         folding -- not all headers can be folded, and this should be done
15540         by the message composition mode.  Probably.  I think.
15541
15542 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15545         fast.
15546
15547         * gnus-ems.el (gnus-remove-image): Don't use
15548         message-text-with-property; remove only the image found first.
15549
15550         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15551         found first.
15552
15553 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15554
15555         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15556
15557 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * message.el (message-text-with-property): Make it fast and accept
15560         optional arguments.
15561         (message-strip-forbidden-properties): Use it.
15562         (message-fix-before-sending): Follow the m-t-w-p change.
15563
15564         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15565
15566 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * gnus-art.el (article-hide-headers): Don't change the buffer
15569         mistakenly when performing mml-preview even if
15570         gnus-single-article-buffer is nil.
15571
15572 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15573
15574         * message.el (message-expand-name-databases): New user option.
15575         (message-expand-name): Use it.
15576
15577 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15578
15579         * spam.el (spam-report-articles-resend)
15580         (spam-report-resend-register-routine): Allow ham reporting.
15581         (spam-report-resend-register-ham-routine): Add wrapper.
15582         (spam-registration-functions): Add ham resending functions.
15583         (spam-list-of-processors): Add ham resend processor.
15584
15585         * gnus.el (ham-resend-to): Add new group parameter.
15586         (spam-process): Add ham resend option.
15587
15588         * spam-report.el (spam-report-resend): Allow reporting ham.
15589         (spam-report-resend-ham): Add wrapper.
15590
15591 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15592
15593         * message.el (message-cite-articles-with-x-no-archive): New
15594         variable.
15595         (message-cite-original): Use it.
15596
15597 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15598
15599         * message.el (message-cite-original): Respect X-No-Archive.
15600
15601 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-art.el (article-hide-headers): Refer to the values for
15604         gnus-ignored-headers and gnus-visible-headers in the summary
15605         buffer since a user may have set them as group parameters.
15606
15607 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15608
15609         * assistant.el (assistant-node-name): Add convenience function.
15610         (assistant-render-text, assistant-render-node): Add error handling,
15611         plus handle multiple next nodes.
15612         (assistant-find-next-node): Comment out for now.
15613         (assistant-find-next-nodes): Add function, returns list of next
15614         nodes.
15615
15616 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15617
15618         * mail-source.el (mail-source-directory): Fix doc-string.
15619
15620 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15621
15622         * assistant.el (assistant-render-text, assistant-eval): Add :set
15623         widget type, which is different because it takes and returns a
15624         list.  Much hilarity ensues.
15625
15626 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15627
15628         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15629
15630         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15631         doc-string.
15632
15633         * gnus-start.el (gnus-activate-group): Added doc-string.
15634
15635 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15638
15639 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15640
15641         * assistant.el (assistant-render-text): Try to add a :set
15642         widget, more to come.
15643
15644         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15645         strings.
15646         (spam-report-articles-resend)
15647         (spam-register-routine): Do registration iff any articles warrant
15648         it.
15649         (spam-summary-prepare-exit): Change log message for nil group
15650         destinations.
15651
15652 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15653
15654         * spam.el (spam-report-resend-register-routine): Allow
15655         spam-report-resend-to to be a group parameter or a global value.
15656
15657 2004-05-26  Simon Josefsson  <jas@extundo.com>
15658
15659         * starttls.el: Merge with my GNUTLS based starttls.el.
15660         (starttls-gnutls-program, starttls-use-gnutls)
15661         (starttls-extra-arguments, starttls-process-connection-type)
15662         (starttls-connect, starttls-failure, starttls-success): New
15663         variables.
15664         (starttls-program, starttls-extra-args): Doc fix.
15665         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15666         functions.
15667         (starttls-negotiate, starttls-open-stream): Check
15668         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15669         function if it is set.
15670
15671 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15674         structured fields.
15675
15676 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15679
15680 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15681
15682         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15683         variable.
15684         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15685         assigning the spam-mark to new messages.
15686
15687 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15688
15689         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15690
15691 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15694
15695         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15696         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15697         default.
15698
15699 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15700
15701         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15702         correct data.
15703
15704 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15705
15706         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15707         (spam-group-processor-p): Fix function.
15708         (spam-group-processor-multiple-p)
15709         (spam-group-spam-processor-report-gmane-p)
15710         (spam-group-spam-processor-report-resend-p)
15711         (spam-group-spam-processor-bogofilter-p)
15712         (spam-group-spam-processor-blacklist-p)
15713         (spam-group-spam-processor-ifile-p)
15714         (spam-group-ham-processor-ifile-p)
15715         (spam-group-spam-processor-spamoracle-p)
15716         (spam-group-spam-processor-crm114-p)
15717         (spam-group-ham-processor-bogofilter-p)
15718         (spam-group-spam-processor-stat-p)
15719         (spam-group-ham-processor-stat-p)
15720         (spam-group-ham-processor-whitelist-p)
15721         (spam-group-ham-processor-BBDB-p)
15722         (spam-group-ham-processor-spamoracle-p)
15723         (spam-group-ham-processor-copy-p): Remove functions with some
15724         prejudice against unneeded code.
15725         (spam-report-articles-resend)
15726         (spam-report-resend-register-routine): Allow the group/topic
15727         spam-resend-to value to override spam-report-resend-to.
15728         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15729         properly now.
15730
15731         * gnus.el (spam-resend-to): Add group/topic parameter.
15732         (spam-process): Move the OBSOLETE processors to the end of the
15733         choices.
15734
15735 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15736
15737         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15738         with resend-to set to nil, and then ask the user if necessary.
15739         (spam-report-resend): spam-report-resend takes a list of articles, not
15740         separate article numbers.
15741
15742 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15745         addition to emacs-w3m.
15746
15747 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15748
15749         * assistant.el (assistant-authinfo-data): New function.
15750         (assistant-eval): Eval for entire assistant.
15751
15752         * netrc.el (netrc-services-file): New variable.
15753         (netrc-parse-services): New function.
15754         (netrc-find-service-name): New function.
15755         (netrc-find-service-number): New function.
15756         (netrc-port-equal): New function.
15757         (netrc-machine): Use it.
15758
15759         * nnimap.el (nnimap-open-connection): Use netrc.
15760
15761         * gnus-util.el (gnus-netrc-get): Remove aliases.
15762
15763         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15764
15765         * assistant.el (wid-edit): Fix compilation.
15766
15767         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15768
15769 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15770
15771         * gnus-util.el (gnus-set-file-modes): New function.  (small
15772         patch).
15773
15774 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15775
15776         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15777
15778         * assistant.el (assistant-render-node): Fix up rendering and
15779         read-only text.
15780         (assistant-render-node): Reset.
15781         (assistant-make-read-only): Not sticky.
15782
15783 2004-05-20  Danny Siu  <dsiu@adobe.com>
15784
15785         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15786         centered even when gnus-auto-center-summary is t.
15787
15788 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15789
15790         * dns.el (dns-get-txt-answer): New function.
15791         (dns-read-txt): Ditto.
15792         (query-dns): Use it.
15793
15794 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15797         active for foreign groups even if the group level is higher than
15798         the specified value.
15799
15800 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15801
15802         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15803         non-active groups.
15804
15805         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15806
15807 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15808
15809         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15810
15811 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15812
15813         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15814         (spam-crm114-header, spam-crm114-spam-switch)
15815         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15816         (spam-crm114-positive-spam-header)
15817         (spam-crm114-database-directory, spam-list-of-processors)
15818         (spam-group-spam-processor-crm114-p)
15819         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15820         (spam-generic-score, spam-list-of-checks)
15821         (spam-list-of-statistical-checks, spam-registration-functions)
15822         (spam-check-crm114-headers, spam-crm114-score)
15823         (spam-check-crm114, spam-crm114-register-with-crm114)
15824         (spam-crm114-register-spam-routine)
15825         (spam-crm114-unregister-spam-routine)
15826         (spam-crm114-register-ham-routine)
15827         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15828         asjo@koldfront.dk (Adam Sjøgren).
15829
15830         * gnus.el: Add spam-use-crm114.
15831
15832         * spam.el (spam-list-of-processors, spam-registration-functions):
15833         Add spam-use-resend.
15834         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15835         (spam-report-articles-gmane): Add doc fix.
15836         (spam-report-articles-resend, spam-report-resend-register-routine):
15837         Add wrappers around spam-report-resend-to.
15838
15839         * spam-report.el (spam-report-resend-to, spam-report-resend):
15840         Add support for resending spam.
15841         (spam-report-gmane): Fix line length >80.
15842
15843         * gnus.el (spam-process): Add spam-use-resend.
15844
15845 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15846
15847         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15848         number of processed spam messages.
15849         (spam-ham-copy-or-move-routine): Return the number of processed
15850         ham messages.
15851         (spam-summary-prepare-exit): Use the above values to decide
15852         whether status messages shouled be displayed.
15853
15854 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15857         `rfc2047-encoding-function-alist' in order to avoid conflicting
15858         with the old version.
15859         (rfc2047-encode-region): Concatenate words containing non-ASCII
15860         characters in structured fields; don't encode space-delimited
15861         ASCII words even in unstructured fields; don't break words at
15862         char-category boundaries.
15863         (rfc2047-encode-1): New function.
15864         (rfc2047-encode): Use it; encode text so that it occupies the
15865         maximum width within 76-column; work correctly on Q encoding for
15866         iso-2022-* charsets.
15867         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15868         sure not to break a line just after the header name.
15869         (rfc2047-b-encode-region): Removed.
15870         (rfc2047-b-encode-string): New function.
15871         (rfc2047-q-encode-region): Removed.
15872         (rfc2047-q-encode-string): New function.
15873
15874         * mm-util.el (mm-replace-in-string): New function.
15875
15876 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15877
15878         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15879         get it right.
15880         (gnus-inews-make-draft): Really.
15881
15882 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15883
15884         * nnmh.el (nnmh-request-list-1): Don't check the link count
15885         before descending.  (small patch)
15886
15887 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888
15889         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15890         stuff.
15891
15892         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15893         on real group name.
15894
15895         * gnus-art.el (gnus-signature-limit): Doc fix.
15896
15897         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15898
15899         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15900
15901 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15902
15903         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15904         isn't a string.
15905
15906 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15907
15908         * gnus-draft.el (gnus-draft-send): Bind
15909         rfc2047-encode-encoded-words.
15910
15911         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15912         (rfc2047-encodable-p): Say that =? needs encoding.
15913         (rfc2047-encode-encoded-words): New variable.
15914
15915         * gnus-group.el (gnus-group-select-group): Doc fix.
15916
15917         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15918
15919         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15920         to nil.
15921
15922         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15923
15924         * nnheader.el (nnheader-get-lines-and-char): New function.
15925
15926 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * gnus-msg.el (gnus-summary-followup-with-original): Document
15929         yanking of region when active.
15930
15931 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15934         groups if the group level is higher than the specified value.
15935
15936 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15937
15938         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15939         (gnus-group-jump-to-group): Added prefix argument using
15940         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15941         non-active group.
15942
15943         * compface.el (uncompface): Be verbose when changing
15944         `uncompface-use-external'.
15945
15946         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15947         handle manual section.
15948
15949 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15950
15951         * gnus-art.el (gnus-button-alist): Revert previous change.
15952
15953 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15954
15955         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15956
15957 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15958
15959         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15960         whether backend can accept message.
15961
15962         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15963
15964 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15965
15966         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15967         Avoid creating directory when nntp-marks-is-evil is true.
15968         Reported by Reiner Steib.
15969
15970 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15971
15972         * gnus-picon.el (gnus-picon-style): New variable.
15973         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15974         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15975         Jesper Harder <harder@ifa.au.dk>.
15976
15977 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15978
15979         * message.el (message-fill-field): Return point.
15980         (message-generate-headers): Go to end of field.
15981
15982         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15983         stuff for non-living groups.
15984
15985 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15986
15987         * gnus-art.el (gnus-article-followup-with-original)
15988         (gnus-article-reply-with-original): gnus-mark-active-p ->
15989         gnus-region-active-p.
15990
15991 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15992
15993         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15994         only when there is spam or ham to be processed.
15995
15996 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15997
15998         * mail-source.el (mail-source-delete-crash-box): Refactor.
15999         (mail-source-fetch): Use it.
16000         (mail-source-fetch-file): Ditto.
16001         (mail-source-fetch-directory): Run postscript in loop.
16002         (mail-source-fetch-pop): Delete.
16003         (mail-source-fetch-maildir): Ditto.
16004         (mail-source-fetch-imap): Ditto.
16005
16006         * imap.el (imap-authenticators): Comment out sasl.
16007
16008         * message.el (message-skip-to-next-address): New function.
16009         (message-fill-header-address): Refactor.
16010         (message-fill-address): Use it.
16011         (message-delete-address): Use it.
16012         (message-fill-header-general): Refactor.
16013         (message-fill-field-address): Rename.
16014         (message-narrow-to-field): Find the start of the header.
16015         (message-header-format-alist): Don't pre-fill.
16016         (message-fill-header): Removed.
16017         (message-insert-header): New function.
16018         (message-shorten-references): Use it.
16019
16020         * rfc2047.el (rfc2047-field-value): Strip props.
16021
16022         * mail-parse.el (mail-header-make-address): New alias.
16023
16024         * ietf-drums.el (ietf-drums-make-address): New function.
16025
16026         * imap.el: Add compiler directives.
16027
16028         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16029
16030         * gnus-art.el (article-decode-idna-rhs): Don't use
16031         message-idna-inside-rhs-p.
16032
16033 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16034
16035         * message.el (message-idna-inside-rhs-p): Removed.
16036         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16037
16038         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16039         false positives.
16040
16041 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16042
16043         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16044
16045 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16046
16047         * nneething.el (nneething-file-name): Don't create spurious
16048         files.
16049
16050         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16051         (gnus-inews-do-gcc): Remove sleep.
16052
16053         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16054         part under point.
16055
16056         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16057         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16058
16059 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16060
16061         * spam.el (spam-summary-prepare-exit): Fixed (length).
16062
16063 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16064
16065         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16066         as expired without moving it" message when there are spam
16067         messages left.
16068
16069 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16070
16071         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16072         header is not nil.
16073
16074 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16075
16076         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16077         nntp-possibly-create-directory, not nntp-possibly-change-group.
16078         (nntp-marks-changed-p): New arg SERVER.
16079         (nntp-request-update-info): Adjust caller.
16080
16081 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16082
16083         * nntp.el (nntp-save-marks): Pass missing arg.
16084
16085 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16086
16087         * nntp.el: Support marks.
16088         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16089         (nntp-marks-modtime, nntp-marks-directory): New variables.
16090         (nntp-request-set-mark, nntp-request-update-info)
16091         (nntp-possibly-create-directory, nntp-marks-changed-p)
16092         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16093         functions.
16094
16095 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16096
16097         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16098         (gnus-xmas-redefine): Rename.
16099
16100         * gnus-score.el (gnus-score-insert-help): Use
16101         gnus-select-lowest-window.
16102
16103         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16104         appt-select-lowest-window and rename to gnus-select-lowest-window.
16105
16106         * gnus.el: do.
16107
16108 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16109
16110         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16111         encodings of MIME-encoded words, in order to improve
16112         interoperability with several broken MUAs.
16113
16114 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16115
16116         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16117         tags, only when charsets are not specified in headers.
16118         (mm-inline-text-html-render-with-w3m): Ditto.
16119
16120         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16121         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16122
16123 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16124
16125         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16126         instead of MIME-decoded from fields when checking
16127         `gnus-article-address-banner-alist'.
16128
16129 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16130
16131         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16132         description rather than subject.
16133
16134 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16135
16136         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16137
16138 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16139
16140         * gnus.el (gnus-version-number): Bump.
16141
16142 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16143
16144         * gnus.el: No Gnus v0.2 is released.
16145
16146 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16147
16148         * gnus-agent.el (gnus-agent-read-agentview): Inline
16149         gnus-uncompress-range.
16150
16151 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16152
16153         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16154         `exec-installed-p'.
16155
16156 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16157
16158         * gnus.el (spam-process, spam-autodetect-methods): Add
16159         bsfilter and bsfilter-headers.
16160
16161         * spam.el (spam-bsfilter): New customize group.
16162         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16163         (spam-bsfilter-header, spam-bsfilter-probability-header)
16164         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16165         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16166         (spam-bsfilter-database-directory): New options.
16167         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16168         (spam-list-of-statistical-checks, spam-registration-functions):
16169         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16170         (spam-bsfilter-score): New command.
16171         (spam-check-bsfilter-headers, spam-check-bsfilter)
16172         (spam-bsfilter-register-with-bsfilter)
16173         (spam-bsfilter-register-spam-routine)
16174         (spam-bsfilter-unregister-spam-routine)
16175         (spam-bsfilter-register-ham-routine)
16176         (spam-bsfilter-unregister-ham-routine): New functions.
16177         (spam-generic-score): Support bsfilter; Accept an optional argument
16178         to recalcurate spam score even if scoring header has already been
16179         added.
16180         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16181         optional argument to recalcurate spam score even if scoring header
16182         has already been added.
16183
16184 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16185
16186         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16187         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16188         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16189         link is missing.
16190
16191 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16192
16193         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16194         (html2text-get-attr): Rewrite.
16195
16196         * message.el (message-setup-1): Remove redundant put-text-property
16197         on mail-header-separator.
16198
16199 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16200
16201         * gnus-registry.el (gnus-registry-cache-whitespace)
16202         (gnus-registry-action, gnus-registry-spool-action)
16203         (gnus-registry-split-fancy-with-parent): Change message levels
16204         from 5 to 3 or 7, as needed.
16205
16206         * spam.el (spam-summary-prepare-exit)
16207         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16208         (spam-split, spam-find-spam, spam-log-undo-registration)
16209         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16210         level from 5 to 6.
16211
16212 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16215         2004-03-04 change).
16216
16217 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16218
16219         * sieve-manage.el (sieve-manage-open):
16220         * nnweb.el (nnweb-insert-html):
16221         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16222         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16223         * nnspool.el (nnspool-request-group):
16224         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16225         * nnml.el (nnml-request-update-info):
16226         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16227         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16228         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16229         (nnimap-request-set-mark):
16230         * nnfolder.el (nnfolder-request-update-info):
16231         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16232         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16233         * gnus-uu.el (gnus-uu-find-articles-matching):
16234         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16235         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16236         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16237         * gnus-nocem.el (gnus-nocem-scan-groups):
16238         * gnus-int.el (gnus-start-news-server):
16239         * gnus-group.el (gnus-group-make-kiboze-group)
16240         (gnus-group-browse-foreign-server):
16241         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16242         Use mapc when appropriate.
16243
16244 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16245
16246         FIXME: Make separate entries for each person.
16247
16248         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16249         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16250         <shields@msrl.com>:
16251
16252         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16253         may need for spam sorting and scoring.
16254         (spam-user-format-function-S): Add user format function suitable for
16255         general use.
16256         (spam-article-sort-by-spam-status): Add sorting function for summary
16257         sorting.
16258         (spam-extra-header-to-number): Add function to get a score from a
16259         header.
16260         (spam-summary-score): Add function to get a numeric score from the
16261         headers.
16262         (spam-generic-score): Fix function doc, was in wrong place.
16263         (spam-initialize): Take symbols when it's run, and install the
16264         extra headers that spam-necessary-extra-headers thinks we need.
16265
16266 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16267
16268         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16269         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16270
16271 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16272
16273         * gnus-sum.el (gnus-set-global-variables)
16274         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16275         (gnus-article-get-xrefs, gnus-summary-best-group)
16276         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16277         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16278         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16279         Use with-current-buffer.
16280
16281 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16282
16283         * spam.el (spam-summary-prepare-exit): Simplify logic.
16284         (spam-fetch-article-header): Read the article header if it's not
16285         available.
16286         (spam-list-articles): Simplify logic.
16287         (spam-filelist-register-routine): Fix bug with unregister-list.
16288
16289         * gnus-registry.el: Fix comments at beginning.
16290
16291 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16292
16293         * message.el (message-cater-to-broken-inn): Remove.
16294         (message-shorten-references): Make sure the total folded length of
16295         References is shorter than 998 characters to cater to a bug in INN
16296         2.3.  Also, don't pretend that references aren't folded -- this
16297         hasn't worked for a while.
16298
16299 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16300
16301         * gnus-agent.el (gnus-agentize):
16302         gnus-agent-send-mail-real-function no longer set to current value
16303         of message-send-mail-function but rather a lambda that calls
16304         message-send-mail-function.  The change makes the agent real-time
16305         responsive to user changes to message-send-mail-function.
16306
16307 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16308
16309         * legacy-gnus-agent.el
16310         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16311         help from Florian Weimer <fw@deneb.enyo.de>
16312
16313 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * nnmail.el (nnmail-cache-insert): Revert last change.
16316
16317 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * nnmail.el (nnmail-cache-insert): Always check whether
16320         nnmail-cache-ignore-groups matches a group name.
16321
16322 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16323
16324         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16325         (spam-find-spam, spam-log-processing-to-registry)
16326         (spam-log-registered-p, spam-log-unregistration-needed-p)
16327         (spam-log-undo-registration): Use gnus-message instead of
16328         gnus-error, none of these errors are fatal.
16329
16330         * gnus-registry.el (gnus-registry-clean-empty-function)
16331         (gnus-registry-clean-empty): Remove only empty entries without
16332         extra data.
16333
16334 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16335
16336         * spam-stat.el (spam-stat-buffer-change-to-spam)
16337         (spam-stat-buffer-change-to-non-spam): Change (error) to
16338         (gnus-message 8) invocation.
16339
16340 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * nntp.el (nntp-via-netcat-command): New variable.
16343         (nntp-via-netcat-switches): New variable.
16344         (nntp-open-via-rlogin-and-netcat): New function.
16345         (nntp-open-connection-function): Doc fix.
16346         (nntp-telnet-command): Doc fix.
16347         (nntp-end-of-line): Doc fix.
16348         (nntp-via-rlogin-command): Doc fix.
16349         (nntp-via-user-name): Doc fix.
16350         (nntp-via-address): Doc fix.
16351
16352 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16355         error in Emacs 21.1.
16356
16357 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16358
16359         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16360
16361 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16362
16363         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16364         (gnus-agent-with-refreshed-group): New macro.
16365         (gnus-agent-rename-group): New function.
16366         (gnus-agent-delete-group): New function.
16367         (gnus-agent-save-group-info): Use gnus-command-method when
16368         `method' parameter is nil.  Don't write nil entries into the
16369         active file.
16370         (gnus-agent-get-group-info): New function.
16371         (gnus-agent-fetch-articles): Use
16372         gnus-agent-update-files-total-fetched-for to increment disk space
16373         used.
16374         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16375         gnus-agent-update-view-total-fetched-for to increment disk space
16376         used.
16377         (gnus-agent-get-local): Added optional parameters to avoid calling
16378         gnus-group-real-name and gnus-find-method-for-group.
16379         (gnus-agent-set-local): Delete stored entry if either min, or max,
16380         are nil.
16381         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16382         quit, use gnus-agent-regenerate-group to record existance of any
16383         articles fetched to disk before the quit occurred.
16384         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16385         gnus-agent-update-view-total-fetched-for, and
16386         gnus-agent-update-files-total-fetched-for to decrement disk space
16387         used.
16388         (gnus-agent-retrieve-headers): Use
16389         gnus-agent-update-view-total-fetched-for to increment disk space
16390         used.
16391         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16392         with gnus-agent-update-files-total-fetched-for to decrement disk
16393         space and fresh group buffer.
16394         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16395         (gnus-agent-need-update-total-fetched-for): New variable.
16396         (gnus-agent-update-files-total-fetched-for): New function.
16397         (gnus-agent-update-view-total-fetched-for): New function.
16398         (gnus-agent-total-fetched-for): New function.
16399
16400         * gnus-cache.el (gnus-cache-save-buffers): Use
16401         gnus-cache-update-overview-total-fetched-for to change disk space
16402         used by this group.
16403         (gnus-cache-possibly-enter-article): Use
16404         gnus-cache-update-file-total-fetched-for to increment disk space
16405         used by this group.
16406         (gnus-cache-possibly-remove-article): Use
16407         gnus-cache-update-file-total-fetched-for to decrement disk space
16408         used by this group.
16409         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16410         (gnus-cache-rename-group): New function.
16411         (gnus-cache-delete-group): New function.
16412         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16413         (gnus-cache-need-update-total-fetched-for): New variable.
16414         (gnus-cache-with-refreshed-group): New macro.
16415         (gnus-cache-update-file-total-fetched-for): New function.
16416         (gnus-cache-update-overview-total-fetched-for): New function.
16417         (gnus-cache-rename-group-total-fetched-for): New function.
16418         (gnus-cache-delete-group-total-fetched-for): New function.
16419         (gnus-cache-total-fetched-for): New function.
16420
16421         * gnus-group.el: Require gnus-sum and autoload functions to
16422         resolve warnings when gnus-group.el compiled alone.
16423         (gnus-group-line-format): Documented new %F.
16424         (size of Fetched data) group line format; identifies disk space
16425         used by agent and cache.
16426         (gnus-group-line-format-alist): Defined new F format.
16427         (gnus-total-fetched-for): New function.
16428         (gnus-group-delete-group): No longer update
16429         gnus-cache-active-altered as gnus-request-delete-group now keeps
16430         the cache in sync.
16431         (gnus-group-list-active): Let the agent store a server's active
16432         list if currently plugged.
16433
16434         * gnus-int.el (gnus-request-delete-group):
16435         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16436         local disk in sync with the server.
16437         (gnus-request-rename-group):
16438         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16439         local disk in sync with the server.
16440
16441         * gnus-start.el (gnus-get-unread-articles):
16442         Cosmetic simplification to logic.
16443
16444         * gnus-util.el (gnus-rename-file): New function.
16445
16446 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16447
16448         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16449
16450 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16451
16452         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16453         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16454
16455 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16456
16457         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16458         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16459
16460 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16461
16462         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16463
16464 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16465
16466         * spam.el (spam-set-difference): Add function to replace
16467         gnus-set-difference in spam.el.
16468         (spam-summary-prepare-exit): Use spam-set-difference.
16469
16470 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16471
16472         * gnus-registry.el (gnus-registry-cache-file): Update to use
16473         gnus-dribble-directory OR gnus-home-directory OR ~.
16474         (gnus-registry-split-fancy-with-parent): Fix doc.
16475
16476 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * message.el (message-exchange-point-and-mark): Use
16479         message-mark-active-p.  Suggested by Jesper Harder
16480         <harder@ifa.au.dk>.
16481
16482 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * message.el (message-exchange-point-and-mark): Don't activate
16485         region if it was inactive.  Suggested by Hiroshi Fujishima
16486         <pooh@nature.tsukuba.ac.jp>.
16487
16488 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * gnus-art.el (article-display-face): Display Faces in the same
16491         order as X-Faces.
16492
16493 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16496
16497 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16500         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16501         (gnus-article-mime-hierarchy): Remove.
16502         (gnus-article-mime-hierarchy-next): Remove.
16503         (gnus-article-mode): Revert 2004-03-19 change.
16504         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16505         (gnus-insert-mime-button): Revert 2004-03-19 change.
16506         (gnus-mime-accumulate-hierarchy): Remove.
16507         (gnus-mime-enter-multipart): Remove.
16508         (gnus-mime-leave-multipart): Remove.
16509         (gnus-mime-display-part): Revert 2004-03-19 change.
16510         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16511
16512         * mml.el (mml-preview): Revert 2004-03-19 change.
16513
16514 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16515
16516         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16517
16518 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16521         t while entering a file name using the mm-with-multibyte macro.
16522         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16523
16524         * mm-util.el (mm-with-multibyte): New macro.
16525
16526 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16529         user option.
16530         (gnus-mime-multipart-functions): Doc and customization fix.
16531         (gnus-article-mime-hierarchy): New variable.
16532         (gnus-article-mime-hierarchy-next): New variable.
16533         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16534         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16535         gnus-article-mime-hierarchy-next to nil.
16536         (gnus-insert-mime-button): Show hierarchy numbers.
16537         (gnus-mime-accumulate-hierarchy): New function.
16538         (gnus-mime-enter-multipart): New function.
16539         (gnus-mime-leave-multipart): New function.
16540         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16541         (gnus-mime-display-alternative): Show hierarchy numbers.
16542
16543         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16544         gnus-article-mime-hierarchy-next to nil.
16545
16546 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16547
16548         * dns.el: Don't require gnus-xmas.
16549
16550 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16551
16552         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16553         inline PGP.
16554         (mml-menu): Disable mml-quote-region if mark is inactive.
16555
16556 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16559         when the group's active is not available.
16560
16561 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16564         error.
16565
16566 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16567
16568         * imap.el (imap-store-password): New variable.
16569         (imap-interactive-login): Use it.
16570         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16571
16572 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16575         window-start and hscroll to summary window.
16576
16577 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16578
16579         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16580         conversion message to newsrc-dribble when an actual conversion is
16581         performed.
16582
16583 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16584
16585         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16586
16587 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * mm-decode.el (mm-complicated-handles): New function reviving
16590         former definition of mm-multiple-handles.
16591
16592         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16593         (gnus-mime-delete-part): Use it.
16594
16595 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16596
16597         * gnus-agent.el (gnus-agent-read-local): Bind
16598         nnheader-file-coding-system to gnus-agent-file-coding-system to
16599         avoid the implicit assumption that they will always be equal.
16600         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16601         coding-system-for-write, as the with-temp-file macro first prints
16602         to a buffer then saves the buffer.
16603
16604 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-art.el (gnus-article-edit-part): New function.
16607         (gnus-mime-save-part-and-strip): Use it; do query instead of
16608         signaling an error; don't use mm-multiple-handles.
16609         (gnus-mime-delete-part): Ditto.
16610
16611 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16612
16613         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16614         old file versions.
16615         (gnus-group-prepare-hook): Removed function that converted list
16616         form of gnus-agent-expire-days to group properties.
16617
16618         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16619         (gnus-request-accept-article): Re-indented.
16620
16621         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16622         converters to handle old agent file formats.  Added logic for a
16623         "backup before upgrading warning".
16624         (gnus-convert-mark-converter-prompt): Developers can mark
16625         functions as needing (default), or not needing,
16626         gnus-convert-old-newsrc's "backup before upgrading warning".
16627         (gnus-convert-converter-needs-prompt): Tests whether the user
16628         should be protected from potentially irreversable changes by the
16629         function.
16630
16631         * legacy-gnus-agent.el: New.  Provides converters that are only
16632         loaded when gnus-convert-old-newsrc needs to call them.
16633
16634 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * mail-source.el (mail-source-touch-pop): Doc fix.
16637
16638         * message.el (message-smtpmail-send-it): Doc fix.
16639
16640 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16641
16642         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16643
16644         * nnmail.el (nnmail-split-fancy): do.
16645
16646         * gnus-kill.el (gnus-kill, gnus-execute): do.
16647
16648 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16649
16650         * gnus-sum.el (gnus-widget-reversible-match)
16651         (gnus-widget-reversible-to-internal)
16652         (gnus-widget-reversible-to-external): New functions.
16653         (gnus-widget-reversible): New widget.
16654         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16655
16656 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16657
16658         * gnus-sum.el (gnus-thread-sort-functions)
16659         (gnus-article-sort-functions): Document `(not F)' items.
16660
16661 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16662
16663         * spam.el (spam-use-gmane-xref): Add new backend.
16664         (spam-gmane-xref-spam-group): Add variable to control the name of the
16665         Gmane spam group.
16666         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16667         (spam-regex-headers-spam, spam-regex-headers-ham)
16668         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16669         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16670         backends and checks.
16671         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16672
16673         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16674         an autodetect method.
16675
16676 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16677
16678         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16679         articles are being added to a group.
16680         (gnus-request-replace-article): Inform the agent that articles
16681         need to be uncached as the cached contents are no longer valid.
16682
16683 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * binhex.el: Don't autoload executable-find.
16686
16687         * canlock.el: Don't autoload mail-fetch-field.
16688
16689         * dgnushack.el: Autoload c-mode for XEmacs.
16690
16691         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16692
16693         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16694         rmail-dont-reply-to and rmail-output.
16695
16696         * gnus-score.el: Don't autoload ffap-string-at-point.
16697
16698         * gnus-setup.el: Don't autoload sc-cite-original.
16699
16700         * imap.el: Don't autoload base64-decode-string,
16701         base64-encode-string and md5.
16702
16703         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16704         and rmail-msg-restore-non-pruned-header.
16705
16706         * mm-decode.el: Don't autoload executable-find.
16707
16708         * mm-url.el: Don't autoload executable-find.
16709
16710         * mm-view.el: Don't autoload diff-mode.
16711
16712         * nndb.el: Don't autoload news-reply-mode, news-setup,
16713         cancel-timer and telnet.
16714
16715         * password.el: Don't autoload run-at-time for Emacs.
16716
16717         * sha1-el.el: Don't autoload executable-find.
16718
16719         * sieve-mode.el: Don't autoload c-mode.
16720
16721         * uudecode.el: Don't autoload executable-find.
16722
16723 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16724
16725         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16726         (gnus-agent-possibly-alter-active): Avoid null in numeric
16727         comparison.
16728         (gnus-agent-set-local): Refuse to save null in local object table.
16729         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16730         list of articles that will be marked as unread.
16731
16732 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16735
16736 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16737
16738         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16739         language tags.
16740
16741 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16742
16743         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16744         Don't bind "obarray".
16745
16746         * gnus-sum.el (gnus-thread-sort-functions): Added
16747         `gnus-thread-sort-by-most-recent-number' and
16748         `gnus-thread-sort-by-most-recent-date'.
16749         Reported by Kai Grossjohann <kai@emptydomain.de>.
16750
16751 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16754
16755 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16756
16757         * gnus-cus.el (gnus-agent-customize-category): Removed
16758         ignore-errors macro reference that required cl to be loaded at
16759         run-time.
16760
16761         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16762         single-interval range of the form (min . max).  Previously the
16763         range had to look like ((min . max)).  Likewise, return
16764         (min . max) rather than ((min . max)).
16765         (gnus-range-map): Use gnus-range-normalize to accept
16766         single-interval range.
16767
16768         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16769         the cache, but not the agent, now appear with their usual face.
16770
16771         * dgnushack.el (loaddir): New variable that is bound to the
16772         directory containing the dgnushack.el file. Use loaddir, rather
16773         than srcdir, to update load-path. Change lets dgnushack compile
16774         code in directories other than GNUS/lisp.
16775
16776 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * lpath.el: Don't bind w3m-safe-url-regexp.
16779
16780         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16781         w3m-safe-url-regexp variable buffer-local.
16782
16783         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16784
16785 2004-02-27  Simon Josefsson  <jas@extundo.com>
16786
16787         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16788         gnus-group-real-prefix.
16789         (gnus-summary-move-article): Use it, instead of
16790         gnus-group-real-prefix.
16791
16792 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * lpath.el: Bind w3m-safe-url-regexp.
16795
16796         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16797         w3m-safe-url-regexp variable buffer-local and set it as the value
16798         of mm-w3m-safe-url-regexp.
16799
16800         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16801
16802         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16803         parsing gnus-posting-styles when the message is not for replying.
16804
16805         * dgnushack.el: Autoload sgml-mode for XEmacs.
16806
16807         * nnrss.el (nnrss-opml-export): Use
16808         mm-set-buffer-file-coding-system instead of
16809         set-buffer-file-coding-system.
16810
16811 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16812
16813         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16814         of checkdoc.el).
16815         * nnrss.el: do.
16816         * gnus-mlspl.el: do.
16817         * gnus-ml.el: do.
16818         * gnus-srvr.el: do.
16819
16820         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16821
16822 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16823
16824         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16825         Corrections to custom-manual links.
16826
16827         * gnus-art.el (gnus-article): Ditto.
16828
16829         * mm-decode.el (mime-display, mime-security): Ditto.
16830
16831 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16832
16833         * flow-fill.el: Typo.
16834
16835 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16836
16837         * spam-wash.el: New file.
16838
16839 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16840
16841         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16842
16843 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16844
16845         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16846         to be run with new-articles as LIST1, not LIST2.
16847         (spam-registration-functions): Add spam-use-ham-copy as a nil
16848         registration backend.
16849
16850 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16851
16852         * spam-stat.el (spam-stat-washing-hook): New option.
16853         (spam-stat-buffer-words): Use it.
16854         (spam-stat-process-directory, spam-stat-test-directory): Use
16855         insert-file-contents-literally.
16856         (spam-stat-coding-system): New variable.
16857         (spam-stat-load, spam-stat-save): Use it.
16858
16859 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * spam-report.el (spam-report-plug-agent): Quote
16862         spam-report-url-to-file and spam-report-url-ping-plain.
16863
16864 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16865
16866         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16867         / in mailto URLs.
16868
16869 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16870
16871         * spam-report.el (spam-report-process-queue): Fix interactive use.
16872         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16873         (spam-report-unplug-agent): Doc fixes.
16874         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16875         (spam-report-agentize, spam-report-deagentize): Autoload.
16876
16877 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16878
16879         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16880
16881         * message.el (message-setup-fill-variables): Add mml tags to
16882         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16883         <ajk@iu.edu>.
16884         (message-mode): Don't modify paragraph-separate there.
16885
16886 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16887
16888         * compface.el (uncompface-use-external): Default to undecided.
16889         (uncompface-use-external-threshold): New variable.
16890         (uncompface-float-time): New macro.
16891         (uncompface): Determine whether to use the external decoder if
16892         uncompface-use-external is undecided.
16893
16894 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16895
16896         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16897         after images.
16898
16899         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16900
16901 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16902
16903         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16904
16905         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16906
16907         * gnus-sum.el (gnus-summary-limit-to-age)
16908         (gnus-summary-limit-children): do.
16909
16910         * gnus-int.el (gnus-request-scan): do.
16911
16912         * gnus-group.el (gnus-group-suspend): do.
16913
16914         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16915
16916         * gnus-cite.el (gnus-cite-parse-attributions): do.
16917
16918         * gnus-agent.el (gnus-summary-set-agent-mark)
16919         (gnus-agent-regenerate-group): do.
16920
16921         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16922
16923         * binhex.el (binhex-decode-region-internal): do.
16924
16925 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-fun.el (gnus-face-properties-alist): New user option.
16928         (gnus-display-x-face-in-from): Use it.
16929
16930         * gnus-art.el (article-display-face): Ditto.
16931
16932         * compface.el (uncompface-use-external): Default to nil.
16933
16934 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16935
16936         * nntp.el (nntp-erase-buffer): New function.
16937         (nntp-retrieve-data, nntp-send-command)
16938         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16939         (nntp-possibly-change-group): Use it.
16940
16941         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16942         with-current-buffer.
16943
16944 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16945
16946         * compface.el: Merge the ELisp-based uncompface program.
16947         (compface): New customization group.
16948         (uncompface-use-external): New user option.
16949         (uncompface): Call uncompface-internal if uncompface-use-external
16950         is nil.
16951         (uncompface-internal): New function.  Note that there are also
16952         some other functions and variables added for this function.
16953
16954 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16955
16956         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16957         if necessary.
16958
16959 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16960
16961         * spam-report.el (spam-report-unplug-agent)
16962         (spam-report-plug-agent, spam-report-deagentize)
16963         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16964         Add support for the Agent in spam-report: when unplugged, report to a
16965         file; when plugged, submit all the requests.
16966
16967         * spam.el (spam-register-routine): Fix message about
16968         registration.
16969
16970 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16971
16972         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16973         dependencies.
16974         (rfc2047-encode): Use it.
16975
16976         * gnus-art.el (gnus-button-marker-list): Move before first
16977         reference.
16978
16979         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16980         (imap-parse-body): Fix format string mismatch.
16981
16982         * gnus-score.el (gnus-summary-increase-score): do.
16983
16984         * nnrss.el (nnrss-close): New function.
16985
16986 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16987
16988         * nnrss.el (nnrss-make-filename): New function.
16989         (nnrss-request-delete-group, nnrss-read-server-data)
16990         (nnrss-save-server-data, nnrss-read-group-data)
16991         (nnrss-save-group-data): Use it.
16992         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16993         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16994         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16995
16996 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16997
16998         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16999
17000 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17001
17002         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17003         files.
17004
17005         * message.el (message-generate-headers-first): Don't quote nil
17006         and t in docstrings.
17007
17008         * imap.el (imap-id): do.
17009
17010         * gnus-agent.el (gnus-agent-consider-all-articles)
17011         (gnus-agent-queue-mail): do.
17012
17013 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17014
17015         * spam-report.el (spam-report-process-queue): New function.
17016         Process requests from `spam-report-requests-file'.
17017         (spam-report-process-queue): Doc fix.
17018
17019 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17020
17021         * spam.el (spam-register-routine)
17022         (spam-log-processing-to-registry, spam-log-registered-p)
17023         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17024         Change "check" to "spam-check" for semi-clarity.
17025
17026 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17027
17028         * pop3.el: Require nnheader.
17029
17030         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17031
17032         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17033
17034         * gnus-picon.el: Require cl.
17035
17036         * gnus-fun.el: Require gnus-ems and gnus-util.
17037
17038         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17039
17040         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17041
17042         * gnus-art.el (gnus-article-edit-mode): Define before first
17043         reference.
17044
17045 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17046
17047         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17048         (gnus-uu-post-encoded): Use point-at-bol.
17049
17050         * gnus-topic.el (gnus-group-active-topic-p): do.
17051
17052         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17053
17054         * gnus-group.el (gnus-group-kill-region): do.
17055
17056         * gnus-art.el (article-date-ut): do.
17057
17058         * message.el (message-fetch-field): Remove redundant
17059         case-fold-search binding.
17060         (message-narrow-to-field): Simplify.
17061
17062 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17063
17064         * spam.el (spam-directory): Derive from `gnus-directory'.
17065
17066         * spam-report.el (spam-report-url-to-file)
17067         (spam-report-requests-file): New function and variable for offline
17068         reporting.
17069         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17070         and user defined function.
17071         (spam-report-url-ping-mm-url): Remove doubled slash.
17072
17073 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17074
17075         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17076
17077 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17078
17079         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17080         format string mismatch.
17081
17082         * sieve.el (sieve-deactivate-all): do.
17083
17084         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17085
17086         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17087
17088         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17089
17090         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17091
17092 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17093
17094         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17095         the list of checks.
17096
17097 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17098
17099         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17100         padding.
17101
17102 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17103
17104         * mm-view.el (mm-fill-flowed): New variable.
17105         (mm-inline-text): Use it.
17106
17107 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17108
17109         * spam.el (spam-spamassassin-register-ham-routine)
17110         (spam-spamassassin-register-spam-routine): Fix function names.
17111
17112 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * gnus.el (gnus-tmp-grouplens): Remove.
17115         (gnus-summary-line-format): Remove grouplens.
17116
17117         * gnus-group.el (gnus-group-line-format): Ditto.
17118
17119         * gnus-spec.el (gnus-format-specs): Ditto.
17120         (gnus-update-format-specifications): Flush the group format spec
17121         cache if there's the grouplens stuff.
17122         (gnus-parse-simple-format): Replace %l with the empty string.
17123
17124 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17125
17126         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17127         omission.
17128
17129 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17132         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17133
17134 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17135
17136         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17137         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17138         New macros and functions.
17139         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17140         Handle > NLINK_MAX messages.
17141         * nnmaildir.el (nnmaildir-request-set-mark): Use
17142         nnmaildir--emlink-p and nnmaildir--eexist-p.
17143
17144 2004-01-25  Alex Schroeder  <alex@gnu.org>
17145
17146         * spam-stat.el (spam-stat-process-directory-age): New option.
17147         (spam-stat-process-directory): Use it.
17148
17149 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17150
17151         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17152         (spam-stat-save): Accept prefix argument.
17153
17154 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17155
17156         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17157         links" error.
17158
17159 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17162         the rest of the and/or forms.
17163
17164 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17165
17166         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17167         compatibility with old .newsrc.eld files.
17168
17169         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17170
17171         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17172
17173         * gnus-start.el (gnus-1): do.
17174
17175         * gnus-group.el (gnus-group-line-format-alist): do.
17176
17177         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17178
17179         * gnus-gl.el: Remove.
17180
17181 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17182
17183         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17184         marks consisting of a single range {for example, (3 . 5)} rather
17185         than a list of a single range { ((3 . 5)) }.
17186
17187 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17188
17189         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17190         with-current-buffer.
17191         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17192         avoid consing a string.
17193
17194         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17195         Remove obsolete entries for big5 and gb2312.
17196
17197 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17198
17199         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17200         uncompressed list.
17201
17202 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17203
17204         * spam-stat.el (spam-stat-strip-xref): New function.
17205         (spam-stat-process-directory): Use it.
17206
17207         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17208         here -- it's done in message-fetch-field.
17209
17210 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17211
17212         * gnus-agent.el (gnus-agent-queue-mail)
17213         (gnus-agent-prompt-send-queue): New variables.
17214         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17215         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17216         "nndraft:queue" along to gnus-draft-send.  Use
17217         gnus-agent-prompt-send-queue.
17218         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17219         is "nndraft:queue".  Suggested by Gaute Strokkenes
17220         <gs234@srcf.ucam.org>
17221
17222         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17223         (agent-enable-undownloaded-faces): Added.
17224         (gnus-agent-cat-groups): Use eval-and-compile, not
17225         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17226         method of gnus-agent-cat-groups even when the buffer has been
17227         evaled.
17228         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17229         delete gnus-agent-save-active-1.
17230         (gnus-agent-save-groups): Deleted.  Identical to
17231         gnus-agent-save-active.
17232         (gnus-agent-write-active): No longer adjust agent's copy of active
17233         file as agent's adjustments are now stored in their own
17234         file.  Removed optional parameter.
17235         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17236         servers.  Add use of min/max range limits from server's local
17237         file.
17238         (gnus-agent-save-alist): Removed unused optional argument.
17239         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17240         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17241         (gnus-agent-set-local): A per-server file that keeps min/max range
17242         limits for articles known to the agent.  Provides a fast mechanism
17243         for altering many active ranges.
17244         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17245         active file (local makes it unnecessary).
17246         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17247
17248         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17249         (agent-enable-undownloaded-faces): Added.
17250
17251         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17252         disable it when sending to "nndraft:queue".
17253         (gnus-group-send-queue): Add safety check to avoid sending queue
17254         when unplugged.
17255
17256         * gnus-group.el (gnus-group-catchup): Use new
17257         gnus-sequence-of-unread-articles, not
17258         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17259         numbers of articles.  Use gnus-range-map to avoid having to
17260         uncompress the unread list.
17261         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17262         Fixed invalid ange-ftp reference.
17263
17264         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17265         (gnus-sorted-range-intersection): Intersection of two ranges
17266         without requiring that they first be uncompressed.
17267
17268         * gnus-start.el (gnus-activate-group): Unless blocked by the
17269         caller, possibly expand the active range to include both cached
17270         and agentized articles.
17271         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17272         multiple version-dependent converters.
17273         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17274         gnus-agent-save-active.
17275         (gnus-save-newsrc-file): Save dirty agent range limits.
17276
17277         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17278         gnus-agent-possibly-alter-active.
17279         (gnus-adjust-marked-articles): Faster handling of simple lists.
17280
17281 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17282
17283         * spam-stat.el (spam-stat-test-directory): New optional argument
17284         displays a list of files detected.  Suggested by Andrew Cohen
17285         <cohen@andy.bu.edu>.
17286         (spam-stat-buffer-words-with-scores): Don't narrow and change
17287         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17288
17289 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17290
17291         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17292         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17293         (spam-spamassassin-arguments)
17294         (spam-spamassassin-spam-flag-header)
17295         (spam-spamassassin-positive-spam-flag-header)
17296         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17297         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17298         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17299         (spam-list-of-processors, spam-list-of-checks)
17300         (spam-list-of-statistical-checks, spam-registration-functions)
17301         (spam-check-spamassassin-headers, spam-check-spamassassin)
17302         (spam-spamassassin-score)
17303         (spam-spamassassin-register-with-sa-learn)
17304         (spam-spamassassin-register-spam-routine)
17305         (spam-spamassassin-register-ham-routine)
17306         (spam-assassin-register-spam-routine)
17307         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17308         (spam-bogofilter-score): Fix to show article before scoring.
17309
17310 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17311
17312         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17313         default scoring function.
17314         (spam-generic-score): Call spam-spamassassin-score if
17315         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17316         spam-bogofilter-score otherwise.
17317
17318         * gnus.el (spam-process, spam-autodetect-methods): Add
17319         spamassassin and spamassassin-headers.
17320
17321 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17322
17323         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17324         Suppress unnecessary messages.
17325
17326 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17327
17328         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17329         make-hash-table.
17330
17331 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * canlock.el (base64-encode-string): Don't autoload it.
17334
17335 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * run-at-time.el: Remove useless (require 'itimer),
17338         eval-and-compile and (featurep 'xemacs).
17339
17340 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17341
17342         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17343         GROUP is a virtual group.
17344
17345 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17346
17347         * gnus.el: Autoload `message-y-or-n-p'.
17348
17349 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17350
17351         * pgg-parse.el: Remove unnecessary (require 'custom).
17352
17353         * pgg-def.el: do.
17354
17355         * nnmail.el: do.
17356
17357         * gnus-undo.el: do.
17358
17359         * gnus-picon.el: do.
17360
17361         * gnus-util.el: do.
17362
17363 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17366
17367 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17370         handle, as well as a list.
17371
17372         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17373         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17374         (mm-w3m-cid-retrieve): Simplify.
17375
17376 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17377
17378         * message.el (message-kill-to-signature): Allow prefix arg to
17379         specify number of lines to keep before signature.
17380
17381 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17382
17383         * message.el (message-kill-to-signature): Change docstring.
17384
17385 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * canlock.el: Always require sha1-el.
17388         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17389
17390         * message.el: Autoload sha1 only when compiling.
17391
17392         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17393         eudc-expand-inline for XEmacs.
17394
17395 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * message.el (message-canlock-generate): Require sha1-el.
17398
17399 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17400
17401         * message.el (message-expand-name): Silence the byte compiler.
17402
17403         * lpath.el: Add detect-coding-system.
17404
17405         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17406         cus-edit.
17407
17408 2004-01-13  Simon Josefsson  <jas@extundo.com>
17409
17410         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17411         Invoke gnus-score-mode.  Reported by
17412         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17413
17414         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17415         Jim Blandy <jimb@redhat.com> (tiny change).
17416
17417 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17418
17419         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17420
17421 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17422
17423         * spam.el (spam-get-article-as-string): Update to use
17424         gnus-request-article-this-buffer, much simpler.
17425         (spam-get-article-as-buffer): Remove.
17426
17427 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17428
17429         * message.el (message-expand-name): Use EUDC if the user uses that.
17430
17431 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17432
17433         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17434         character for the encoding to avoid consing a string.
17435
17436         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17437         unnecessarily.
17438
17439         * mm-util.el (mm-replace-chars-in-string): Remove.
17440
17441         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17442         of mm-replace-chars-in-string.
17443
17444 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17445
17446         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17447
17448         * mm-util.el (mm-subst-char-in-string): Support inplace.
17449
17450         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17451         a new string in every iteration.  Use shy groups.
17452
17453 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17454
17455         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17456         * gnus-soup.el (gnus-soup-group-brew):
17457         * gnus-msg.el (gnus-put-message):
17458         * gnus-move.el (gnus-group-move-group-to-server):
17459         * gnus-kill.el (gnus-batch-score):
17460         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17461         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17462         (gnus-group-update-group, gnus-group-read-group)
17463         (gnus-group-make-group, gnus-group-make-help-group)
17464         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17465         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17466         (gnus-group-sort-by-unread, gnus-group-catchup)
17467         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17468         (gnus-group-yank-group, gnus-group-set-info)
17469         (gnus-group-list-groups):
17470         * gnus.el (gnus-generate-new-group-name):
17471         * gnus-delay.el (gnus-delay-send-queue):
17472         * nnvirtual.el (nnvirtual-catchup-group):
17473         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17474         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17475         (gnus-group-prepare-topics, gnus-topic-check-topology):
17476         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17477         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17478         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17479         (gnus-group-make-articles-read):
17480         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17481         (gnus-group-change-level, gnus-kill-newsgroup)
17482         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17483         (gnus-get-unread-articles, gnus-make-articles-unread)
17484         (gnus-make-ascending-articles-unread): Use accessor
17485         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17486         to get group information for improved readability.
17487
17488
17489 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17490
17491         * gnus-art.el (article-decode-mime-words, article-babel)
17492         (gnus-article-highlight-signature, gnus-article-add-buttons)
17493         (gnus-signature-toggle): Use gnus-with-article-buffer.
17494
17495         * gnus-art.el (gnus-article-highlight-headers)
17496         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17497
17498         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17499         (gnus-article-set-globals, gnus-request-article-this-buffer)
17500         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17501         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17502         (gnus-mime-display-alternative): Use with-current-buffer.
17503
17504 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17505
17506         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17507         also under 80 char limit, and call gnus-error if needed.
17508         (spam-fetch-article-header): Fix - it was a
17509         buffer-local variable (gnus-newsgroup-data).
17510         (spam-find-spam): Use spam-generate-fake-headers, forget about
17511         spam-insert-fake-headers.
17512         (spam-insert-fake-headers): Remove.
17513
17514 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17515
17516         * deuglify.el (gnus-article-outlook-unwrap-lines)
17517         (gnus-outlook-rearrange-article)
17518         (gnus-outlook-repair-attribution-outlook)
17519         (gnus-outlook-repair-attribution-block)
17520         (gnus-outlook-repair-attribution-other): Remove redundant
17521         save-excursion.
17522
17523 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17524
17525         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17526         (spam-fetch-field-subject-fast)
17527         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17528         (spam-fetch-article-header): Add functions to deal with Gnus
17529         internals for fast retrieval of article header data.
17530         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17531
17532 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17533
17534         * pop3.el (pop3-md5): Remove.
17535         (pop3-apop): Replace pop3-md5 with md5.
17536
17537         * mm-bodies.el: base64 is always built-in.
17538
17539         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17540         with-current-buffer.
17541
17542 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17543
17544         * canlock.el (canlock-insert-header): Remove excessive grouping in
17545         regexp.
17546
17547         * gnus-sum.el (gnus-summary-read-document): Ditto.
17548
17549         * gnus-uu.el (gnus-uu-part-number): Ditto.
17550
17551         * html2text.el (html2text-remove-tags): Ditto.
17552         (html2text-format-tags): Ditto.
17553         (html2text-format-single-elements): Ditto.
17554
17555         * mml.el (mml-parse-1): Ditto.
17556
17557 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17558
17559         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17560
17561         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17562
17563         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17564
17565         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17566
17567 2003-11-15  Simon Josefsson  <jas@extundo.com>
17568
17569         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17570         (pgg-gpg-lookup-key): Use regexp match instead of
17571         split-string (split-string is different between emacs 21.2 and
17572         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17573
17574 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17575
17576         * gnus-art.el (gnus-mime-view-all-parts)
17577         (gnus-article-part-wrapper, gnus-article-view-part): Use
17578         with-current-buffer.
17579
17580 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17581
17582         * spam.el (spam-disable-spam-split-during-ham-respool)
17583         (spam-spamoracle-database, spam-cache-lookups)
17584         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17585         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17586         (spam-group-ham-marks, spam-group-spam-marks)
17587         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17588         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17589         also add spam-use-blackholes to the statistical checks.
17590         (spam-fetch-field-fast): Add interface to fetching fields, may
17591         become a macro.
17592         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17593         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17594         (spam-insert-fake-headers): Fake an article when needed.
17595         (spam-find-spam): Fake article when possible.
17596         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17597         (spam-check-bogofilter-headers): Use message-fetch-field instead
17598         of nnmail-fetch-field.
17599
17600 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17601
17602         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17603
17604 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17605
17606         * spam.el (spam-split): Do not require spam-use-CHECK to be
17607         enabled if that check is passed to spam-split explicitly; also
17608         fix so 'spam doesn't get converted to spam-split-group when
17609         spam-split-symbolic-return is t.
17610         (spam-find-spam): Find registrations of the article and use those
17611         instead of re-running spam-split to find the spam/ham
17612         classification of the article.
17613         (spam-log-processing-to-registry, spam-log-registered-p)
17614         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17615         Use gnus-error instead of gnus-message.
17616         (spam-log-registration-type): Add function to determine the
17617         classification of a message based on registry entries; will
17618         return nil if both 'spam and 'ham are found.
17619         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17620         a reasonably fast local cache without the loading errors.
17621         (spam-cache-lookups): Set to t by default.
17622         (spam-find-spam): Don't try to guess spam-cache-lookups.
17623         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17624         spam-caches entry.
17625         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17626         caching of whitelist/blacklist entries.
17627         (spam-check-whitelist, spam-check-blacklist): Invoke
17628         spam-from-listed-p with a type, not a cache variable.
17629         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17630
17631 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17632
17633         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17634
17635         * nnmail.el (nnmail-split-fancy): do.
17636
17637         * mml.el (mml-parse): do.
17638
17639         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17640         (gnus-score-adaptive): do.
17641
17642 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17643
17644         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17645         (gnus-mime-button-map): Don't set keymap parent.
17646         (gnus-button-ctan-directory-regexp): Use shy grouping.
17647         (gnus-prev-page-map): Don't set keymap parent.
17648         (gnus-prev-page-map): Remove duplicated one.
17649         (gnus-next-page-map): Don't set keymap parent.
17650         (gnus-mime-security-button-map): Ditto.
17651
17652         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17653         version number.
17654
17655         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17656
17657 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * canlock.el (canlock-sha1-function): Remove.
17660         (canlock-sha1-function-for-verify): Remove.
17661         (canlock-openssl-program): Remove.
17662         (canlock-openssl-args): Remove.
17663         (canlock-ignore-errors): Remove.
17664         (canlock-sha1-with-openssl): Remove.
17665         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17666         (canlock-verify): Don't use canlock-ignore-errors.
17667
17668         * sha1-el.el (sha1-string-external): Make it can return a string
17669         in binary form.
17670         (sha1-region-external): Ditto.
17671         (sha1-string-internal): Ditto.
17672         (sha1-region-internal): Ditto.
17673         (sha1-region): Ditto.
17674         (sha1-string): Ditto.
17675         (sha1): Ditto.
17676
17677 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17678
17679         * spam.el (spam-report-articles-gmane): New command.
17680
17681 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17684
17685         * run-at-time.el (run-at-time-saved): Remove.
17686         (run-at-time): Doc fix.
17687
17688 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17689
17690         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17691         (gnus-summary-limit-map): Add it.
17692         (gnus-summary-make-menu-bar): do.
17693
17694 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17695
17696         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17697         Make attempt at some caching support (done for BBDB only now).
17698         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17699         addresses to be checked.
17700         (spam-clear-cache-BBDB): Add function, to be invoked by
17701         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17702         (spam-check-BBDB): Check and use the caches, if
17703         spam-cache-lookups is on, remove superfluous (provide).
17704
17705 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17708
17709 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17710
17711         * run-at-time.el (run-at-time-saved): Move to after the definition
17712         of `run-at-time'.
17713
17714         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17715
17716 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17719         mm-w3m-local-map-property.
17720
17721         * mm-view.el (mm-w3m-mode-map): Remove.
17722         (mm-w3m-local-map-property): Remove.
17723         (mm-inline-text-html-render-with-w3m): Don't use
17724         mm-w3m-local-map-property.
17725
17726 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17727
17728         * run-at-time.el: New file.
17729
17730         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17731         under Emacs.
17732
17733         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17734         of gnus-set-text-properties.
17735
17736         * gnus-uu.el (gnus-uu-save-article): Ditto.
17737
17738         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17739
17740         * gnus-cite.el (gnus-cite-parse): Ditto.
17741
17742         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17743         of gnus-.
17744
17745         * gnus-xmas.el (run-at-time): Require run-at-time.
17746
17747         * gnus.el: Changed calls to nnheader-run-at-time and
17748         password-run-at-time throughout to use run-at-time directly.
17749
17750         * password.el: Removed definition of run-at-time.
17751
17752         * nnheaderxm.el: Remove definition of run-at-time.
17753
17754 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17755
17756         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17757         in prompt.
17758
17759 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17760
17761         * messagexmas.el (message-xmas-redefine): Alias
17762         `message-make-caesar-translation-table' to
17763         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17764         version.
17765
17766         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17767         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17768         `gnus-xmas-set-text-properties'.
17769         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17770         `gnus-xmas-completing-read'.
17771         (gnus-xmas-completing-read): Removed.
17772         (gnus-xmas-open-network-stream): Removed.
17773
17774         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17775         XEmacs version.
17776
17777         * dns.el (dns-make-network-process): Use `open-network-stream'
17778         instead of `gnus-xmas-open-network-stream'.
17779
17780         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17781
17782         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17783
17784 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17785
17786         * gnus-art.el (gnus-mime-display-alternative)
17787         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17788         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17789         Don't use gnus-local-map-property.
17790
17791         * gnus-util.el (gnus-local-map-property): Remove.
17792
17793         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17794         gnus-completing-read-maybe-default with completing-read.
17795
17796         * gnus-util.el (gnus-completing-read): do.
17797         (gnus-completing-read-maybe-default): Remove.
17798
17799 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17800
17801         * password.el: Only autoload `run-at-time' if not XEmacs.
17802         Only autoload the itimer functions if XEmacs.
17803
17804 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17807         XEmacsen.
17808
17809         * dgnushack.el: Autoload executable-find for XEmacs.
17810
17811 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17812
17813         * gnus-art.el (gnus-read-string): Remove.
17814         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17815         read-string.
17816
17817 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17818
17819         * netrc.el: Autoload password-read.
17820         (netrc): Add configuration group.
17821         (netrc-encoding-method, netrc-openssl-path): Add
17822         variables for encoding and decoding of files with symmetric
17823         ciphers.
17824         (netrc-encode): Add assistant function to encode a file with
17825         netrc-encoding-method.
17826         (netrc-parse): Add interactive parameter, added optional
17827         decoding if netrc-encoding-method is non-nil but otherwise
17828         behavior is standard.
17829         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17830         Do s/encode/encrypt/ everywhere.
17831
17832         * spam.el: Remove executable-find autoload.
17833
17834 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17835
17836         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17837
17838         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17839
17840 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * gnus-art.el (gnus-treat-ansi-sequences)
17843         (article-treat-ansi-sequences): New variable and function.
17844         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17845
17846         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17847         Use it.
17848
17849 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17850
17851         * mm-util.el (mm-quote-arg): Remove.
17852
17853         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17854         shell-quote-argument.
17855
17856         * gnus-uu.el (gnus-uu-command): do.
17857
17858         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17859
17860         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17861         with make-char.
17862
17863         * mm-util.el (mm-make-char): Remove.
17864
17865         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17866         add-minor-mode.
17867
17868         * gnus-undo.el (gnus-undo-mode): do.
17869
17870         * gnus-topic.el (gnus-topic-mode): do.
17871
17872         * gnus-sum.el (gnus-dead-summary-mode): do.
17873
17874         * gnus-start.el (gnus-slave-mode): do.
17875
17876         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17877
17878         * gnus-ml.el (gnus-mailing-list-mode): do.
17879
17880         * gnus-gl.el (gnus-grouplens-mode): do.
17881
17882         * gnus-draft.el (gnus-draft-mode): do.
17883
17884         * gnus-dired.el (gnus-dired-mode): do.
17885
17886         * gnus-ems.el (gnus-add-minor-mode): Remove.
17887
17888         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17889         Replace gnus-char-width with char-width.
17890
17891         * gnus-ems.el (gnus-char-width): Remove.
17892
17893         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17894         Replace gnus-char-width with char-width.
17895
17896         * gnus-ems.el (gnus-char-width): Remove.
17897
17898         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17899         definition.
17900         Remove Emacs 20 hash table compatibility code.
17901
17902         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17903         20 compatibility code.
17904
17905         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17906
17907         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17908
17909         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17910         with point-at-{eol,bol}.
17911
17912         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17913
17914         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17915
17916         * flow-fill.el (fill-flowed-point-at-bol)
17917         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17918
17919         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17920         Replace with point-at-{eol,bol} throughout all files.
17921
17922 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * ntlm.el (ntlm-string-as-unibyte): New macro.
17925         (ntlm-build-auth-response): Use it.
17926
17927         Remove Emacs 20 stuff:
17928         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17929         (butlast, mapc, remove): Remove the compiler macros.
17930         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17931         of delq and copy-sequence.
17932         * gnus-art.el (popup-menu): Remove the compiler macro.
17933         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17934         Emacs 20.
17935
17936 2004-01-05  Simon Josefsson  <jas@extundo.com>
17937
17938         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17939         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17940         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17941         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17942         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17943         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17944         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17945         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17946         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17947         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17948         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17949         string-xor into ntlm-string-xor.  Suggested by
17950         Jesper Harder <harder@myrealbox.com>.
17951
17952         * ntlm.el: Don't include poem.
17953
17954         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17955         Jesper Harder <harder@myrealbox.com>.
17956
17957         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17958
17959         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17960         probably breaks emacs with DL patch, but do we care? Is anyone
17961         still using the DL stuff?)
17962
17963         * sieve-manage.el: Use the password package.
17964         (sieve-manage-read-passwd): Remove.
17965         (sieve-manage-interactive-login): Use password.  Re-add
17966         condition-case around loop.
17967
17968         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17969         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17970         the password package.
17971
17972 2003-02-19  Simon Josefsson  <jas@extundo.com>
17973
17974         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17975         token.
17976
17977 2002-08-07  Simon Josefsson  <jas@extundo.com>
17978
17979         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17980         (sieve-manage-authenticators):
17981         (sieve-manage-authenticator-alist): Add some SASL mechs.
17982         (sieve-sasl-auth): New function.
17983         (sieve-manage-cram-md5-auth):
17984         (sieve-manage-plain-auth): Rewrite using SASL library.
17985         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17986         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17987         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17988         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17989
17990 2004-01-05  Simon Josefsson  <jas@extundo.com>
17991
17992         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17993         New files.
17994
17995 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17996
17997         * gnus-group.el (gnus-no-groups-message): Update.
17998
17999         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18000
18001 2003-11-09  Simon Josefsson  <jas@extundo.com>
18002
18003         * imap.el: Support for ID IMAP extension (RFC 2971).
18004         (imap-local-variables): Add imap-id.
18005         (imap-id): New variable.
18006         (imap-id): New function.
18007         (imap-parse-response): Parse untagged ID response.
18008         * nnimap.el (nnimap-id): New variable.
18009         (nnimap-open-connection): Use it.
18010
18011 2003-12-28  Simon Josefsson  <jas@extundo.com>
18012
18013         * gnus-score.el (gnus-score-edit-all-score): New.
18014         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18015
18016 2004-01-04  Simon Josefsson  <jas@extundo.com>
18017
18018         * password.el: Add.
18019
18020 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18021
18022         * dns.el (dns-query-types): Fix typo.
18023         (dns-query-types): New function.
18024         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18025         PTR and SOA replies, see RFC 1035.
18026
18027 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18028
18029         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18030
18031         * Moved to Changelog.2.
18032
18033 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18034
18035         * gnus.el (gnus-version-number): Bump version.
18036
18037 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18038
18039         * gnus.el: No Gnus v0.1 is released.
18040
18041 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18042
18043         * gnus.el: No Gnus v0.0 is released.
18044
18045 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18046
18047         * gnus.el (gnus-version-number): Bump.
18048         (gnus-version): No.
18049
18050 See ChangeLog.2 for earlier changes.
18051
18052     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18053       Free Software Foundation, Inc.
18054
18055   This file is part of GNU Emacs.
18056
18057   GNU Emacs is free software: you can redistribute it and/or modify
18058   it under the terms of the GNU General Public License as published by
18059   the Free Software Foundation, either version 3 of the License, or
18060   (at your option) any later version.
18061
18062   GNU Emacs is distributed in the hope that it will be useful,
18063   but WITHOUT ANY WARRANTY; without even the implied warranty of
18064   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18065   GNU General Public License for more details.
18066
18067   You should have received a copy of the GNU General Public License
18068   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18069
18070 ;; Local Variables:
18071 ;; coding: utf-8
18072 ;; fill-column: 79
18073 ;; add-log-time-zone-rule: t
18074 ;; End: