(auth-source-create): Use (user-login-name) for the user name default.
[gnus] / lisp / ChangeLog
1 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * auth-source.el (auth-source-create): Use (user-login-name) for the
4         user name default.
5
6         * nnimap.el (nnimap-update-info): If the server doesn't return any
7         useful info, just use the previous info.
8         (nnimap-update-info): Prefer old info over start-article.
9         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10
11 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
12
13         * nnir.el (autoload): Clean up autoloads.
14         (nnir-imap-default-search-key): Renamed from
15         nnir-imap-search-field. Use key rather than value.
16         (nnir-imap-search-other): New variable.
17         (nnir-read-parm): Use it.
18         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
19         (gnus-summary-nnir-goto-thread): Modify to work with imap.
20
21 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22
23         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
24         the process, too.
25
26 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
29         Allbery.
30
31         * shr.el: Rework the way things are indented by <li> slightly.
32
33         * gnus.el (gnus-group-set-parameter): Fix typo.
34
35         * nnimap.el: Start implementing QRESYNC support.
36
37 2010-10-09  Julien Danjou  <julien@danjou.info>
38
39         * nnir.el (nnir-engines): Fix too many arguments.
40
41 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42
43         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
44         group is the "last", so that the backends like nnfolder actually save
45         their folders.
46
47         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
48         try to use that for the tls stream.
49         (nnimap-retrieve-group-data-early): Rework the marks code to heed
50         UIDVALIDITY and find out which groups are read-only and not.
51         (nnimap-get-flags): Use the same marks parsing code as the rest of
52         nnimap.
53
54 2010-10-09  Julien Danjou  <julien@danjou.info>
55
56         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
57
58         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
59         retrieving gravatars.
60
61         * shr.el (shr-table-corner): Add.
62         (shr-table-line): Add.
63         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
64
65 2010-10-08  Julien Danjou  <julien@danjou.info>
66
67         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
68
69 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
70
71         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
72
73         * gnus-sum.el (gnus-mark-article-as-unread)
74         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
75         (gnus-summary-set-bookmark): Use it.
76
77         * gnus-msg.el (gnus-setup-message): Use it.
78
79         * gnus-demon.el (gnus-demon-remove-handler): Use it.
80
81         * gnus.el (gnus-group-remove-parameter): Use it.
82
83         * gnus-group.el (gnus-group-make-web-group): Use it.
84
85         * gnus-demon.el (gnus-demon-remove-handler): Use it.
86
87         * nnregistry.el: Update docs to mention manual.
88
89         * gnus-registry.el: Update docs to mention nnregistry.el.
90         (gnus-registry-initialize): Don't install nnregistry refer method
91         automatically.
92         (gnus-registry-install-nnregistry): Remove it.
93
94 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * shr.el (shr-insert): Don't insert double spaces.
97
98 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * gnus-gravatar.el (gnus-treat-from-gravatar)
101         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
102         called interactively.
103
104         * gnus-art.el (gnus-mime-view-part-externally)
105         (gnus-mime-view-part-internally): Make predicate function passed to
106         gnus-mime-view-part-as-type assume argument is a mime type, not a list
107         of a mime type.
108
109         * shr.el (shr-table-widths): Don't use cl function `reduce'.
110
111 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * shr.el (require): Require cl when compiling.
114         (shr-tag-hr): New function.
115
116         * nnimap.el (nnimap-update-info): Remove double setting of high.
117         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
118         makes nnimap work properly on Courier again.
119
120         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
121         the variable for backwards compatability.
122
123         * mm-decode.el (mm-save-part): If given a non-directory result, expand
124         the file name before using to avoid setting mm-default-directory to
125         nil.
126
127         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
128         bidning gnus-agent variables.
129
130         * shr.el (shr-render-td): Use a cache for the table rendering function
131         to avoid getting an exponential rendering behaviour in nested tables.
132         (shr-insert): Rework the line-breaking algorithm.
133         (shr-insert): Don't leave trailing spaces.
134         (shr-insert-table): Also insert empty TDs.
135         (shr-tag-blockquote): Ensure paragraphs after </ul>.
136
137 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
138
139         * gnus-sum.el (gnus-number): Rename from `number'.
140         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
141         (gnus-summary-limit-children): Update uses correspondingly.
142
143 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
146         (gnus-gravatar-transform-address): Don't show avatars of people of
147         which mail addresses match gnus-gravatar-too-ugly.
148
149 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * shr.el (shr-table-widths): Expand TD elements to fill available
152         space.
153
154 2010-10-07  Julien Danjou  <julien@danjou.info>
155
156         * nnimap.el (nnimap-request-rename-group): Add this method.
157
158 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
161         name from XEmacs' function-arglist.
162
163         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
164         gravatar under XEmacs.
165
166 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
167
168         * auth-source.el: Update docs with TODO items.
169
170         * gnus-sync.el: Update docs to explain state and plans.
171
172         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
173         Hooks for mark updates.
174         (gnus-request-set-mark, gnus-request-update-mark): Use them.
175
176         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
177         hooks with arguments, which is needed for mark update hooks.
178
179 2010-10-06  Julien Danjou  <julien@danjou.info>
180
181         * gnus.el (gnus-expand-group-parameter): Only return and act on what
182         was matched.
183
184         * sieve-manage.el: Update example in `Commentary'.
185
186         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
187
188         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
189         not 2000.
190         (sieve-manage-authenticate): Re-add function.
191
192 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * shr.el (shr-insert): Get 'space transition right.
195         (shr-render-td): Only delete space at the end of the TD.
196
197         * nnimap.el (nnimap-open-connection): Prepare to support
198         open-gnutls-stream.
199
200         * shr.el: Rearrange function order to be more logical.
201
202 2010-10-06  Julien Danjou  <julien@danjou.info>
203
204         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
205         (nnrss-discover-feed): Remove 404 URL in docstring.
206
207         * nnir.el: Fix Swish-E URL.
208         Fix Namazu URL.
209
210         * message.el (message-change-subject): Remove 404 URL in a comment.
211
212 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
215         called interactively.
216
217         * gnus-util.el (gnus-remove-if): Allow hash table.
218         (gnus-remove-if-not): New function.
219
220         * gnus-art.el (gnus-mime-view-part-as-type)
221         * gnus-score.el (gnus-summary-score-effect)
222         * gnus-sum.el (gnus-read-move-group-name):
223         Replace remove-if-not with gnus-remove-if-not.
224
225         * gnus-group.el (gnus-group-completing-read):
226         Regard collection as a hash table if it is not a list.
227
228 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * shr.el (shr-render-td): Allow blank/missing <TD>s.
231
232         * shr.el: Document the table-rendering algorithm.
233
234 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
237         for Emacsen having no `libxml-parse-html-region' support.
238
239 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
242         invalid URLs.
243
244         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
245         line-broken.
246         (shr-tag-img): Ignore image fetching errors.
247         (shr-overlays-in-region): Compute overlay positions correctly.
248
249         * mm-decode.el (mm-shr): Require shr.
250
251         * gnus-art.el (gnus-blocked-images): Move variable here.
252
253         * shr.el (shr-insert-table): Bind free variable.
254
255         * mm-decode.el (mm-shr): Bind shr-content-function.
256
257         * shr.el (shr-content-function): New variable.
258
259         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
260         added for symmetry.
261
262         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
263
264         * gnus-group.el (gnus-group-make-group): Doc fix.
265
266         * nnimap.el (nnimap-request-newgroups): Return success.
267
268         * shr.el (shr-find-elements): New function.
269         (shr-tag-table): Put all the images after the table.
270         (shr-tag-table): Really inhibit images inside the table.
271         (shr-collect-overlays): Copy over overlays from the TD elements to the
272         main document.
273
274         * mm-decode.el (mm-shr): Bind shr-blocked-images to
275         gnus-blocked-images.
276
277 2010-10-05  Julien Danjou  <julien@danjou.info>
278
279         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
280
281         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
282         (gnus-html-maximum-image-size): Add this function.
283         (gnus-html-put-image): Use gnus-html-maximum-image-size.
284
285         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
286         server-value of the capability is nil.
287
288 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * shr.el (shr-tag-em): Add <EM> tag.
291
292 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
293
294         * sieve-manage.el (sieve-manage-default-stream): Make default stream
295         customizable.
296
297         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
298         handing broken links to browse-url.
299
300 2010-10-05  Julien Danjou  <julien@danjou.info>
301
302         * gnus-util.el (gnus-emacs-completing-read)
303         (gnus-iswitchb-completing-read): Use autoload rather than require.
304
305 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
308         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
309         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
310         iswitchb-temp-buflist for XEmacs.
311
312         * gnus-util.el (gnus-completing-read-function): Exclude
313         gnus-icompleting-read and gnus-ido-completing-read from candidates for
314         XEmacs since iswitchb.el is very old and ido.el is unavailable in
315         XEmacs.
316
317         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
318         not to use `delete-dups' that is unavailable in XEmacs 21.4.
319
320         * gnus-html.el: Don't require help-fns under XEmacs.
321         (gnus-html-schedule-image-fetching): Work for XEmacs.
322
323         * mm-decode.el (mm-shr): Decode contents by charset.
324
325 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
328         unknown.
329
330         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
331         (shr-get-image-data): Ensure against the cache file missing.
332
333         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
334         for data.
335
336         * spam-report.el (spam-report-url-ping-plain): Don't query about
337         killing the process.
338
339         * shr.el (shr-render-td): Protect against too-wide text.
340
341 2010-10-04  Julien Danjou  <julien@danjou.info>
342
343         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
344         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
345
346         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
347         retrieved.
348
349 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * shr.el (browse-url): Required.
352         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
353         lines.
354         (shr-show-alt-text, shr-browse-image): New commands.
355         (shr-browse-url, shr-copy-url): New commands.
356
357         * gnus-sum.el (gnus-widen-article-window): New variable.
358         (gnus-summary-select-article-buffer): Use it.
359
360         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
361         without @ signs.
362
363 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
364
365         * nnir.el (nnir-run-imap): Remove spurious space in search string.
366
367 2010-10-04  Julien Danjou  <julien@danjou.info>
368
369         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
370         for XEmacs.
371
372 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
375
376         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
377         (nnimap-close-server): Implement.
378
379         * dgnushack.el (iswitchb): Require to shut up the compiler.
380
381         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
382         (shr-insert): Tweak line breaking.
383         (shr-insert): Handle <pre> better.
384         (shr-tag-li): Get <li> indentation right.
385         (shr-tag-li): Get <li> indentation even righter.
386         (shr-tag-blockquote): Ensure paragraph start.
387         (shr-make-table): Tweak table generation.
388         (shr-make-table): Fix typo.
389
390         * shr.el: Implement table rendering.
391
392 2010-10-04  Julien Danjou  <julien@danjou.info>
393
394         * gnus-html.el (gnus-html-put-image): Fix resize image code.
395
396 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * shr.el (shr-insert): Use string anchors instead of line anchors.
399
400 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401
402         * shr.el: Add headings.
403         (shr-ensure-paragraph): Actually work.
404         (shr-tag-li): Make <ul> prettier.
405         (shr-insert): Get white space at the beginning/end of elements right.
406         (shr-tag-p): Collapse subsequent <p>s.
407         (shr-ensure-paragraph): Don't insert double line feeds after blank
408         lines.
409         (shr-insert): \t is also space.
410         (shr-tag-s): Fix "s" tag name function.
411         (shr-tag-s): Fix face prop name.
412
413 2010-10-03  Julien Danjou  <julien@danjou.info>
414
415         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
416
417         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
418         gnus-window-inside-pixel-edges.
419
420         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
421         gnus-ems.
422
423         * mm-view.el (mm-inline-image-emacs): Support image resizing.
424
425         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
426         function.
427
428         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
429         resize choice.
430
431 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
434         beginning of the buffer.
435
436         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
437         article buffer again.
438
439         * shr.el (shr-tag-p): Don't insert newlines at the start of the
440         buffer.
441
442         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
443         when it's at the start of the buffer.
444
445         * shr.el (shr-tag-blockquote): Convert name.
446         (shr-rescale-image): Use the right image-size variant.
447
448         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
449         buffer isn't shown, then select the current article first instead of
450         bugging out.
451         (gnus-summary-select-article-buffer): Show both the article and summary
452         buffers again.
453
454         * shr.el (shr-fontize-cont): Protect against regions with no text.
455         Rename tag functions to shr-tag-* for enhanced security.
456         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
457
458 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
459
460         * shr.el (shr-insert):
461         * pop3.el (pop3-movemail):
462         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
463         loaded.
464
465 2010-10-03  Glenn Morris  <rgm@gnu.org>
466
467         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
468
469         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
470
471         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
472
473         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
474
475         * gnus-util.el (gnus-make-local-hook): Simplify.
476
477 2010-10-02  Julien Danjou  <julien@danjou.info>
478
479         * gnus-util.el (gnus-iswitchb-completing-read): New function.
480         (gnus-ido-completing-read): New function.
481         (gnus-emacs-completing-read): New function.
482         (gnus-completing-read): Use gnus-completing-read-function.
483         Add gnus-completing-read-function.
484
485 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486
487         * shr.el (shr-insert-document): Autoload.
488         (shr-img): Be silent.
489         (shr-insert): Add a newline after every picture before text.
490         (shr-add-font): Use overlays for combining faces.
491         (shr-insert): Pass upwards the text start point.
492
493         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
494         possible.
495         (mm-shr): New function.
496
497 2010-10-02  Julien Danjou  <julien@danjou.info>
498
499         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
500         should go backward.
501
502 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
503
504         * shr.el (shr): Fix typo in provide call.
505
506 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * shr.el: New file.
509
510         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
511
512         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
513         completing read.
514
515 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
518         we're being queried about.  Suggested by Dan Jacobson.
519
520         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
521         by Jason Eisner.
522
523         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
524         table, too.  Suggested by Stefan Wiens.
525         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
526         the table unnecessary.  Suggested by Stefan Wiens.
527
528         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
529         longer needed, and probably doesn't work either, as pointed out by
530         Stefan Wiens.
531         (gnus-summary-exit): Remove call to the clearing function.
532         (gnus-summary-exit-no-update): Ditto.
533
534         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
535         instead of gnus-eval-in-buffer-window to avoid popping up frames.
536         Reported by Stefan Monnier.
537         (gnus-summary-save-in-rmail): Ditto.
538
539         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
540         article buffer, instead of both the article buffer and the summary
541         buffer.  Sort of suggested by Dan Jacobson.
542
543         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
544
545         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
546         Suggested by Dan Jacobson.
547
548         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
549         documentation clearer.
550
551         * message.el (message-shorten-references): Comment on the number "21".
552         Suggested by Stefan Monnier.
553
554         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
555         Suggested by Dan Jacobson.
556
557         * gnus.el (gnus-large-newsgroup): Mention
558         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
559
560         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
561         externalize attachments.  Bug reported by Steve Wen.
562
563         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
564         really message anything to the user.
565
566         * nnmail.el (nnmail-article-group): Allow using the fancy split method
567         directly.
568
569         * nnimap.el (nnimap-request-group): Low higher than high to signal no
570         messages in empty groups.
571
572 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
573
574         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
575         non-UIDNEXT group.
576
577 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
580         not the value from the collection.
581
582         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
583         values.  This sometimes happens on some groups that have no info.
584         (nnimap-request-newgroups): New function.
585
586 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
587
588         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
589         check into `gnus-registry-initialize'.
590         (gnus-registry-initialize): Ditto.
591         Fix and extend header docs.
592
593 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
596         regexp backtrace overflows.
597
598         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
599         for starttls that tls.el implements; i.e. openssl.
600
601         * tls.el (tls-starttls-switches): Give up on using starttls with
602         gnutls-cli.
603         (tls-program): Add --insecure to be consistent with the defaults from
604         openssl s_client.  Now all three commands are insecure.
605
606 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * lpath.el: Bind completion-styles-alist for XEmacs.
609
610         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
611         (gravatar-create-image): New function that's an alias to
612         gnus-xmas-create-image, gnus-create-image, or create-image.
613         (gravatar-data->image): Use it.
614
615 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
616
617         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
618         install the nnregistry refer method.
619         (gnus-registry-install-hooks): Use it.
620         (gnus-registry-unfollowed-groups): Add nnmairix to the default
621         unfollowed groups.
622
623 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
624
625         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
626         expanding threads.
627
628 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * nnir.el: Use the server names without suffixes (bug #7009).
631
632         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
633         unencrypted to STARTTLS, if possible.
634
635 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
636
637         * message.el (message-ignored-supersedes-headers): Strip Injection-*
638         headers before superseding.
639
640 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * nnrss.el (nnrss-use-local): Add documentation.
643
644         * nnimap.el (nnimap-extend-tls-programs): New function.
645         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
646         (nnimap-wait-for-connection): Accept the greeting from the stupid
647         output from openssl s_client -starttls, too.
648
649         * tls.el (tls-starttls-switches): New variable.
650         (tls-find-starttls-argument): Use it.
651         (open-tls-stream): Ditto.
652
653         * netrc.el (netrc-credentials): Return the value of the "default"
654         entry.
655         (netrc-machine): Ditto.
656
657         * nnimap.el (nnimap-find-article-by-message-id): Really return the
658         article number.
659         (nnimap-split-fancy): New variable.
660         (nnimap-split-incoming-mail): Use it.
661
662         * nntp.el (nntp-server-list-active-group): Document.
663
664         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
665         SELECT to get the message-id.
666
667         * mail-source.el (mail-sources): Removed webmail support.
668         (defvar): Ditto.
669         (mail-source-fetcher-alist): Ditto.
670         (mail-source-fetch-webmail): Removed.
671
672         * webmail.el: Removed -- doesn't seem relevant any more.
673
674         * gnus.el: Fix up make-obsolete-variable declarations throughout.
675
676         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
677         the \r.
678
679 2010-09-30  Julien Danjou  <julien@danjou.info>
680
681         * gnus-agent.el (gnus-agent-add-group): Fix call to
682         gnus-completing-read.
683
684 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * nndoc.el (nndoc-retrieve-groups): New function.
687
688         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
689         `default', use nnmail-split-methods.
690         (nnimap-request-article): Downcase the NILs so that they are nil.
691
692         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
693         symbol.
694
695         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
696         code, since if the user has requested network, that's what they ought
697         to get.
698         (nnimap-request-set-mark): Erase the buffer before issuing commands.
699         (nnimap-split-rule): Mark as obsolete.
700
701         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
702         variable.
703
704         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
705         correct slot, too.
706
707 2010-09-29  Julien Danjou  <julien@danjou.info>
708
709         * gnus.el (gnus-local-domain): Declare variable obsolete.
710
711         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
712         computing.
713         (gnus-ido-completing-read): Require ido.
714
715 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * gnus-registry.el: Don't prompt on load, which makes it impossible to
718         build Gnus.
719
720         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
721         when interpreting the structures.
722         (nnimap-request-accept-article): Add \r\n to the lines to make this
723         work with Cyrus.
724
725         * nndraft.el (nndraft-request-expire-articles): Use the group name
726         instead if "nndraft".  Fix found by Nils Ackermann.
727
728 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
729
730         * nnregistry.el: Added.
731
732 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
733
734         * nnmail.el (group, group-art-list, group-art):
735         Remove unneeded directives.
736
737 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
740         (mm-mime-charset)
741         * rfc2047.el (rfc2047-syntax-table)
742         * utf7.el (utf7-utf-16-coding-system): Comment fix.
743
744         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
745         rather than `insert-file-contents' and `eval-region'.
746
747         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
748         construction.
749
750         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
751
752         * time-date.el: No need to require cl for Emacs 21.
753
754 2010-09-29  Julien Danjou  <julien@danjou.info>
755
756         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
757         replacement of `gnus-gravatar-relief' to mimic
758         `gnus-faces-properties-alist'.
759         Add :version property.
760
761 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * mail-source.el (mail-source-report-new-mail)
764         * message.el (message-default-mail-headers)
765         * mm-decode.el (mm-valid-image-format-p): Comment fix.
766
767         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
768
769 2010-09-28  Julien Danjou  <julien@danjou.info>
770
771         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
772         mail-address contains the same string as real-name.
773
774         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
775         non-blank in header, otherwise it'll get stripped.
776
777         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
778         real-name, and then for mail address rather than doing : or , search.
779
780 2010-09-27  Julien Danjou  <julien@danjou.info>
781
782         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
783         (gnus-server-goto-server): Use gnus-completing-read.
784
785         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
786
787         * mm-util.el (defalias): Use gnus-completing-read.
788         (mm-codepage-setup): Use gnus-completing-read.
789
790         * smime.el (smime-sign-buffer): Use gnus-completing-read.
791         (smime-decrypt-buffer): Use gnus-completing-read.
792
793         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
794
795         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
796         (mml-minibuffer-read-disposition): Use gnus-completing-read.
797         (mml-insert-multipart): Use gnus-completing-read.
798
799         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
800
801         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
802
803         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
804
805         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
806
807         * gnus.el (gnus-read-method): Use gnus-completing-read.
808
809         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
810
811         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
812         (gnus-mime-action-on-part): Use gnus-completing-read.
813         (gnus-article-encrypt-body): Use gnus-completing-read.
814
815         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
816         (gnus-topic-move-matching): Use gnus-completing-read.
817         (gnus-topic-copy-matching): Use gnus-completing-read.
818         (gnus-topic-sort-topics): Use gnus-completing-read.
819         (gnus-topic-move): Use gnus-completing-read.
820
821         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
822         (gnus-agent-add-group): Use gnus-completing-read.
823
824         * nnmairix.el (nnmairix-create-server-and-default-group): Use
825         gnus-completing-read.
826         (nnmairix-update-groups): Use gnus-completing-read.
827         (nnmairix-get-server): Use gnus-completing-read.
828         (nnmairix-backend-to-server): Use gnus-completing-read.
829         (nnmairix-goto-original-article): Use gnus-completing-read.
830         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
831
832         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
833
834         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
835         (gnus-group-make-useful-group): Use gnus-completing-read.
836         (gnus-group-make-web-group): Use gnus-completing-read.
837         (gnus-group-add-to-virtual): Use gnus-completing-read.
838         (gnus-group-browse-foreign-server): Use gnus-completing-read.
839
840         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
841         (gnus-summary-limit-to-extra): Use gnus-completing-read.
842         (gnus-summary-execute-command): Use gnus-completing-read.
843         (gnus-summary-respool-article): Use gnus-completing-read.
844         (gnus-read-move-group-name): Use gnus-completing-read.
845
846         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
847         (gnus-summary-score-effect): Use gnus-completing-read.
848
849         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
850
851         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
852         right completing-read function.
853         (gnus-use-ido): New variable
854         (gnus-completing-read-with-default): Remove.
855
856 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
859         x-focus-frame.
860
861         * nnimap.el (auth-source-forget-user-or-password)
862         (auth-source-user-or-password): Autoload.
863
864         * message.el (message-from-style, message-interactive)
865         (message-cite-prefix-regexp, message-sendmail-envelope-from)
866         (message-yank-prefix, message-indentation-spaces, message-signature)
867         (message-signature-file): Add comment.
868
869 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
872         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
873         new articles.
874
875         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
876         parts.
877         (nnimap-request-article): Work with the t setting, too.
878
879         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
880         that you don't get flashes of other buffers.
881         (gnus-summary-show-complete-article): Intern before setting.
882
883 2010-09-27  David Engster  <dengste@eml.cc>
884
885         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
886         well as HEADERS.
887         (nnmairix-retrieve-headers): Provide new argument for the above.
888
889 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus-sum.el (gnus-summary-move-article): Don't alter
892         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
893         group.
894
895         * nnimap.el (nnimap-update-info): Don't destructively alter active.
896
897         * message.el (message-cite-prefix-regexp): Revert my last edit.
898
899         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
900         variable instead of the Gnus variable.
901
902         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
903
904         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
905         again.
906
907         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
908         since some servers don't like it.
909         (nnimap-open-connection): Forget credentials if the server says the
910         password was wrong.
911         (nnimap-parse-line): Protect against invalid data.
912
913         * gnus-sum.el (gnus-summary-move-article): Add comment.
914         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
915         nothing alters it while scanning for new messages.
916
917         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
918         which may or may not help.
919         (nnimap-open-connection): If we're doing a stream connection, and then
920         discover we're on a STARTTLS-capable server, then open a STARTTLS
921         connection instead.
922
923 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * nnimap.el (utf7): Required.
926
927         * message.el (message-cite-prefix-regexp): Remove "}" from citation
928         prefix.
929
930 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
931
932         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
933
934 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * nnimap.el (nnimap-request-accept-article): Message the error on
937         error.
938
939 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
942
943 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * nndoc.el (nndoc-request-list): Return success always.
946
947         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
948         `fetch-old' -- we only want to fetch the articles we've requested.  The
949         rest are in the agent, probably.
950         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
951         disappeared server" to something low.  It's not important.
952
953         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
954         arrived before the FETCH data.
955
956         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
957         target here, because we don't know the Gnus name of the group.
958
959         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
960         for the correct group.
961
962         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
963
964         * gnus.el (gnus): Give a final warning after startup.
965
966         * gnus-util.el (gnus-action-message-log): New variable.
967         (gnus-message): Use it.
968         (gnus-final-warning): New function.
969
970         * nnimap.el (nnimap-open-connection): Record the greeting.
971         (nnimap): Add greeting.
972
973 2010-09-26  Julien Danjou  <julien@danjou.info>
974
975         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
976         arguments.
977         (gnus-html-wash-images): Fix spec computing to include start/end.
978
979         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
980
981 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
984         deletion.
985         (nnimap-retrieve-headers): Don't select the group, because that's
986         already done by nnimap-possibly-change-group.
987
988         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
989         (gnus-picon-transform-address): Use it.
990
991         * mail-source.el (mail-source-value): Revert previous patch.
992
993         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
994         on failure.
995         (nnimap-open-connection): Look up both virtual and physical server name
996         credentials.
997
998         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
999
1000 2009-02-07  Dave Love  <fx@gnu.org>
1001
1002         * tls.el (open-tls-stream): Don't query killing process.
1003
1004 2009-02-08  Dave Love  <fx@gnu.org>
1005
1006         * gnus-win.el (gnus-window-to-buffer-helper,
1007         gnus-all-windows-visible-p): Function needn't be a symbol.
1008
1009         * mail-source.el (mail-source-value): Function needn't be a symbol.
1010
1011 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * message.el (message-cite-prefix-regexp): Remove } from the cite
1014         prefix.
1015
1016         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1017         highlight again, so that the highlight is correct.
1018
1019         * gnus-picon.el (gnus-picon): Remove again.
1020         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1021
1022         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1023         doing the header highlightling, so that the background colour of the
1024         picon is correct.
1025
1026         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1027         (gnus-picon): Ditto.
1028         (gnus-picon): Reinstate.  The background colour for picons is white.
1029         (gnus-picon-insert-glyph): Make the background white.
1030
1031         * nnml.el (nnml-open-nov): Don't return dead buffers.
1032
1033         * auth-source.el (auth-source-create): Query the user for whether to
1034         store the credentials.
1035
1036         * netrc.el (netrc-store-data): New function.
1037
1038         * auth-source.el (auth-source-user-or-password): Use the existing auth
1039         sources, if any, for creation.
1040
1041         * gnus.el (gnus-group-fast-parameter): Return the last matching
1042         parameter instead of the first matching parameter.
1043
1044 2010-09-26  Julien Danjou  <julien@danjou.info>
1045
1046         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1047
1048 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * mml2015.el (mml2015-use): Remove gpg support.
1051
1052         * mml1991.el (mml1991-function-alist): Remove gpg function.
1053         (mml1991-gpg-sign): Removed.
1054
1055 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1056
1057         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1058         (gnus-browse-unsubscribe-current-group): Document it.
1059         (gnus-browse-unsubscribe-group): Use it.
1060
1061 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1064         address to the To list for easier response.
1065
1066         * gnus.el (gnus-play-startup-jingle): Removed.
1067         (gnus-splash): Don't play jingle.
1068         (gnus): Silence gnus-load message.
1069
1070         * gnus-art.el (gnus-treat-play-sounds): Removed.
1071
1072         * gnus.el (gnus-play-jingle): Remove audio support.
1073
1074         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1075
1076         * earcon.el: Removed -- no users.
1077
1078         * gnus-audio.el: Removed -- no users of this package.
1079
1080         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1081
1082         * gnus-start.el (gnus-setup-news): Remove nocem support.
1083
1084         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1085
1086         * gnus.el (gnus-use-nocem): Removed.
1087
1088         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1089         Removed.
1090
1091         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1092         uses NoCeM any more.
1093
1094         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1095         (gnus-button-ctan-handler): Ditto.
1096         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1097         (gnus-button-ctan-directory-regexp): Ditto.
1098         (gnus-button-handle-ctan): Ditto.
1099         (gnus-button-tex-level): Ditto.
1100         (gnus-button-alist): Removed CTAN stuff.
1101
1102 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1105         nnimap-streaming test.
1106
1107         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1108         servers twice.
1109
1110         * nnimap.el (nnimap-open-connection): Add more error reporting when
1111         nnimap fails early.
1112
1113         * nnheader.el (nnheader-get-report-string): New function.
1114         (nnheader-get-report): Use it.
1115
1116         * gnus-int.el (gnus-check-server): Say what the error was when opening
1117         failed.
1118
1119         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1120         using streaming.
1121
1122 2010-09-25  Julien Danjou  <julien@danjou.info>
1123
1124         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1125         gnus-window-inside-pixel-edges.
1126
1127 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1130
1131         * mm-decode.el (mm-save-part): Allow saving to other directories the
1132         normal Emacs way.
1133
1134         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1135         by Jay Berkenbilt.
1136
1137         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1138         there isn't a single byte.
1139
1140         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1141         just do it.  It doesn't really seem to matter what the user responds
1142         here, I think, so it's just a confusing question.
1143
1144         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1145         non-streaming case.
1146
1147         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1148         (gnus-article-encrypt-body): Use it.
1149
1150         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1151         keystroke.
1152
1153         * nnimap.el (nnimap-find-wanted-parts-1): Use
1154         gnus-fetch-partial-articles.
1155
1156         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1157
1158         * nnimap.el (nnimap-insert-partial-structure): New function.
1159         (nnimap-get-partial-article): New function.
1160         (nnimap-request-article): Use it.
1161         (nnimap-wait-for-response): Return whether the wait was successful.
1162         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1163         retrieval wasn't successful.
1164         (nnimap-retrieve-group-data-early): Allow throttling servers.
1165         (nnimap-streaming): New variable.
1166         (nnimap-fetch-partial-articles): Removed.
1167
1168         * mm-decode.el (mm-with-part): Protect against killed buffers.
1169
1170         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1171         for prettier summary display.
1172
1173 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1174
1175         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1176         directly.
1177
1178 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1181         apparently third-party libraries depend on it.
1182
1183         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1184         before starting negotiation.
1185
1186         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1187         privacy reasons.
1188         (gnus-treat-mail-gravatar): Ditto.
1189
1190         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1191         buffer when inserting images.  Inserting text into the headers, for
1192         instance, can make them invalid.
1193
1194 2010-09-25  Julien Danjou  <julien@danjou.info>
1195
1196         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1197         variables.
1198
1199         * nnheader.el: Remove useless variables news-reply-yank-from and
1200         news-reply-yank-message-id.
1201
1202         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1203         variables.
1204
1205         * mml1991.el: Remove useless mml1991-verbose.
1206
1207         * gnus.el: Remove useless variable gnus-use-generic-from.
1208         Remove obsolete variable gnus-topic-indentation.
1209
1210         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1211
1212         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1213
1214         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1215
1216         * gnus-group.el: Remove useless gnus-group-icon-cache.
1217         Remove useless gnus-ephemeral-group-server.
1218
1219         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1220
1221         * mml2015.el: Remove useless mml2015-verbose.
1222
1223         * mml-smime.el: Remove useless mml-smime-verbose.
1224
1225         * gnus.el: Remove useless gnus-local-domain.
1226
1227         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1228         gnus-gravatar-size.
1229
1230         * gnus-art.el: Remove useless gnus-treat-translate.
1231
1232 2010-09-24  Julien Danjou  <julien@danjou.info>
1233
1234         * gnus-sum.el: Add support for Gravatars.
1235
1236         * gnus-art.el: Add support for Gravatars.
1237
1238         * gnus-gravatar.el: Add this file.
1239
1240         * gravatar.el: Add this file.
1241
1242 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1245
1246         * gnus-group.el (gnus-group-fetch-faq): Removed.
1247
1248         * gnus.el (gnus-group-faq-directory): Removed.
1249
1250         * gnus-group.el (gnus-group-fetch-charter): Removed.
1251
1252         * gnus.el (gnus-group-charter-alist): Removed.
1253
1254         * gnus-group.el (gnus-group-archive-directory): Removed.
1255         (gnus-group-recent-archive-directory): Ditto.
1256         (gnus-group-make-archive-group): Removed.
1257
1258         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1259
1260         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1261         use the same article number for all the cached articles.
1262
1263         * nnimap.el (nnimap-command): Register the last command time so
1264         that we can use it for idling NOOPs.
1265         (nnimap-open-connection): Start the keeplive timer.
1266         (nnimap-make-process-buffer): Store all the process buffers.
1267         (nnimap-keepalive): New function.
1268
1269         * starttls.el: (starttls-open-stream): Add autoload cookie.
1270
1271 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1272
1273         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1274         handling.
1275
1276 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1279         its data structures.
1280
1281         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1282         instead of the cl.el copy-list.
1283         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1284         equalp.
1285
1286 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1289         and tool-bar-local-item-from-menu.
1290
1291         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1292         mode-line-highlight face for Emacs.
1293
1294         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1295         loading gnus-sum.elc; fix comment for canlock-verify.
1296         (gnus-article-jump-to-part): Use read-number.
1297         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1298         Emacs pre-21 compatible code for help-echo.
1299         (gnus-article-next-page-1): No need to adjust the number of lines.
1300         (gnus-article-describe-bindings): Always use help-buffer.
1301
1302         * gnus-audio.el (gnus-audio-inline-sound)
1303         * gnus-cus.el (gnus-custom-mode)
1304         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1305
1306         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1307
1308         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1309         compatible code.
1310
1311 2010-09-24  Glenn Morris  <rgm@gnu.org>
1312
1313         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1314         visiting the fcc file in rmail-mode.
1315
1316         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1317
1318 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * nnir.el: Silence the byte compiler.
1321
1322         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1323         alias to browse-url-url-encode-chars if any.
1324         (gnus-html-encode-url): Use it.
1325
1326 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus-start.el (gnus-use-backend-marks): New variable.
1329         (gnus-get-unread-articles-in-group): Use it.
1330
1331         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1332         makeover.
1333
1334 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1335
1336         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1337
1338 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1341         Removed.
1342         (gnus-setup-news-hook): Removed
1343         gnus-fixup-nnimap-unread-after-getting-new-news.
1344
1345         * gnus-int.el (gnus-request-update-info): Protect against backends not
1346         having the function.
1347
1348         * nnimap.el (nnimap-stream): Mention starttls.
1349         (nnimap-open-connection): Add starttls support.
1350
1351 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1352
1353         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1354
1355 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1358         BODYSTRUCTUREs.
1359         (nnimap-transform-headers): Unfold quoted {42} headers.
1360
1361         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1362         the info.
1363         (gnus-get-unread-articles): Only call updatep on backends that support
1364         it.
1365
1366         * nnweb.el (nnweb-request-update-info): NOOP.
1367
1368         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1369
1370         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1371         since it only deals with marks.
1372
1373         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1374         gnus-request-marks, and make a new gnus-request-update-info.
1375
1376         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1377         the active instead of the high number, which is usually too low.
1378
1379 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1382         * encrypt.el: Removed.
1383
1384 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1387         server in symbolic form.
1388
1389         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1390         0.9.
1391
1392 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1395         (nnimap-update-info): Fix up code slightly.
1396
1397         * gnus-int.el (gnus-open-server): Add tracing for performance
1398         debugging.
1399
1400         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1401         (gnus-group-insert-group-line): Pass the real group name so that it
1402         gets the right data.
1403
1404         * gnus-start.el (gnus-get-unread-articles): Don't have
1405         `gnus-get-unread-articles-in-group' update info, since that can be
1406         really slow and doesn't seem to be needed?
1407
1408 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1409
1410         * time-date.el (date-to-time): Try using parse-time-string first before
1411         using the slower timezone-make-date-arpa-standard.
1412
1413 2010-09-22  Julien Danjou  <julien@danjou.info>
1414
1415         * gnus-group.el (gnus-group-insert-group-line): Call
1416         gnus-group-highlight-line.
1417         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1418         default hook list.
1419         (gnus-group-update-eval-form): Add new function.
1420         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1421         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1422
1423 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1426         immediate, then expire all articles.
1427         (nnimap-update-info): Fix off-by-one errors.
1428         (nnimap-flags-to-marks): Would return no marks lists for group with no
1429         flags.  Instead return the other data.
1430
1431 2010-09-22  Julien Danjou  <julien@danjou.info>
1432
1433         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1434         Only return an icon.
1435         (gnus-group-insert-group-line): Compute icon to return.
1436
1437         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1438         variable.
1439         (gnus-html-image-fetched): Only cache if
1440         gnus-html-image-automatic-caching is set.
1441         (gnus-html-image-fetched): Check for errors.
1442
1443 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1446         once per method on `g'.  This ensures that backends like nnfolder don't
1447         open all their folders.
1448
1449         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1450         (nnimap-request-list): Nix out group in the correct buffer.
1451         (nnimap-parse-flags): Implement by using `read' instead of
1452         hand-parsing.
1453         (nnimap-flags-to-marks): Pass on permanent-flags.
1454         (nnimap-make-process-buffer): Record the server name.
1455         (nnimap-parse-flags): Fix typo.
1456         (nnimap-request-scan): Run split on the server in general, not just a
1457         single group.
1458
1459         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1460         parameter, and propagate this downwards.
1461
1462         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1463         since EXAMINE changes it on the server.
1464
1465         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1466         this command might take a while.
1467
1468 2010-09-22  Julien Danjou  <julien@danjou.info>
1469
1470         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1471         harmful if you have 2 images side-by-side, they can't be properly
1472         update on text deletion.  Using text-property is safer here.
1473         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1474         data.
1475
1476 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * nnimap.el (nnimap-expunge-inbox): Removed.
1479         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1480         (nnimap-expunge): Flip default to t.
1481
1482         * gnus.el (gnus-method-to-server): Don't push things to the cache
1483         unless it's unique.
1484         (gnus-server-to-method): Ditto.
1485
1486 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1487
1488         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1489
1490 2010-09-22  Julien Danjou  <julien@danjou.info>
1491
1492         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1493         get the start of data.
1494         (gnus-html-encode-url): Add this function to encode special chars in
1495         URL.
1496         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1497         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1498
1499         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1500         default.
1501         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1502
1503         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1504         images alt-text.
1505         (gnus-html-put-image): Put alt-text as help-echo.
1506
1507 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1508
1509         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1510         * mm-util.el (mm-decompress-buffer)
1511         * nnir.el (nnir-run-find-grep)
1512         * pop3.el (pop3-list): Use 3rd arg of split-string.
1513
1514         * time-date.el (format-seconds): Comment fix.
1515
1516         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1517         and byte-optimize-form-code-walker.
1518         (dgnushack-make-auto-load): Don't advise make-autoload.
1519
1520         * lpath.el: Remove Emacs 21 stuff.
1521
1522 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1525         outside the active range.  Suggested by Dan Christensen.
1526
1527         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1528         slightly later to avoid double-getting it.
1529
1530         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1531         previous patch.
1532
1533         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1534
1535 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1536
1537         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1538
1539 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-int.el (gnus-open-server): Give a better error message in the
1542         "go offline" case.
1543
1544         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1545         marks for nnimap, which is seldom the right thing to do.
1546
1547         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1548         (gnus-same-method-different-name): New function.
1549
1550         * nnimap.el (parse-time): Require.
1551
1552         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1553         method in the presence of many similar methods.
1554
1555         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1556
1557         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1558         nnml-inhibit-expiry.
1559
1560         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1561         find out whether methods are equal.
1562
1563         * nnimap.el (nnimap-find-expired-articles): New function.
1564         (nnimap-process-expiry-targets): New function.
1565         (nnimap-request-move-article): Request the article before looking at
1566         what the Message-ID is.  Fix found by Andrew Cohen.
1567         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1568
1569         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1570         for oldness in addition to being a predicate.
1571
1572         * nnimap.el (nnimap-request-group): When we have zero articles, return
1573         the right data to Gnus.
1574         (nnimap-request-expire-articles): Only delete articles immediately if
1575         the target is 'delete.
1576
1577         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1578         method, this would bug out.
1579
1580         * gnus-group.el (gnus-group-expunge-group): Renamed from
1581         gnus-group-nnimap-expunge, and implemented as a normal interface
1582         function.
1583
1584         * gnus-int.el (gnus-request-expunge-group): New function.
1585
1586         * nnimap.el (nnimap-request-create-group): Implement.
1587         (nnimap-request-expunge-group): New function.
1588
1589 2010-09-21  Julien Danjou  <julien@danjou.info>
1590
1591         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1592         (gnus-html-cache-expired): Add new function.
1593         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1594         wethever we should display image for fetch it.
1595         Compute alt-text earlier to pass it to the fetching function too.
1596         (gnus-html-schedule-image-fetching): Change function argument to only
1597         get one image at a time, not a list.
1598         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1599         cache.
1600         (gnus-html-get-image-data): New function to retrieve image data from
1601         cache.
1602         (gnus-html-put-image): Change buffer argument to use image data rather
1603         than file, and place image above region rather than inserting a new
1604         one. Do not take alt-text as argument, since it's useless now: we place
1605         the image above alt-text.
1606         (gnus-html-prune-cache): Remove.
1607         (gnus-html-show-images): Start to fetch image when we find one, do not
1608         push into a temporary list.
1609         (gnus-html-prefetch-images): Only fetch image if they have expired.
1610         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1611         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1612
1613 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1616
1617 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1620         spec inser "*" if the group isn't active instead of 0.
1621
1622         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1623         opening the server.
1624         (nnimap-request-delete-group): Implement group deletion.
1625         (nnimap-transform-headers): Return the size of the entire message in
1626         the Bytes header, not just the size of the first part.
1627         (nnimap-request-move-article): When moving an article from nnimap,
1628         request the article first so the accepting form has an article to
1629         accept.  Reported by Dan Christensen.
1630         (nnimap-command): Make sure that the error message doesn't error out.
1631
1632 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1633
1634         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1635         we haven't requested anything.
1636
1637 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1640         "".  Fix found by Andrew Cohen.
1641
1642         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1643         instead of -encode-string.
1644
1645 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1648
1649         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1650         by mm-subst-char-in-string.
1651
1652 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1655         waiting for the connection string.
1656
1657         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1658         arriving.
1659
1660         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1661         bogus characters.  This allows selecting certain Gmail groups.
1662
1663         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1664         (nnimap-fetch-partial-articles): New variable.
1665         (nnimap-open-connection): When looking for credentials, also use the
1666         nnimap-server-port.
1667         (nnimap-request-article): Return the group/article number, so that Gnus
1668         `^' works as expected.
1669         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1670         them.
1671
1672         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1673         comments.
1674         (gnus-methods-sloppily-equal): New function.
1675         (gnus): When using the development version of Gnus, load the gnus-load
1676         file.
1677
1678         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1679         `gnus-open-server' on each method before trying to scan them etc.  This
1680         ensures that all the backend parameters are set correctly.
1681
1682         * nnimap.el (nnimap-authenticator): New variable.
1683         (nnimap-open-connection): Allow anonymous login.
1684         (nnimap-transform-headers): The chars header is called Chars not
1685         Bytes.
1686         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1687         drops.
1688
1689         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1690         patch, found by Knut Anders Hatlen.
1691
1692 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1693
1694         * gnus-agent.el (gnus-agent-batch-confirmation)
1695         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1696         to gnus-message.
1697         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1698         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1699         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1700         * gnus-int.el (gnus-open-server): Likewise.
1701         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1702         (gnus-score-check-syntax): Likewise.
1703         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1704         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1705         Likewise.
1706         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1707
1708 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1711         calling conventions so that prefetch doesn't bug out.
1712
1713 2010-09-19  Julien Danjou  <julien@danjou.info>
1714
1715         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1716         rather than `subst-char-in-region' in order to be able to replace ASCII
1717         char by UTF-8 ones.
1718
1719         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1720         than curl.
1721         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1722         the right URL and ALT text on images.
1723         (gnus-html-wash-tags): Fix tag case.
1724         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1725         (gnus-article-html): Add -o display_ins_del=2 option.
1726         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1727
1728 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1731         the extra mail headers, which sometimes seem to happen for unknown
1732         reasons.
1733
1734         * mail-parse.el (mail-header-encode-parameter): Define as
1735         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1736         (or most, perhaps?) mail readers don't understand the latter, but do
1737         understand the former.
1738
1739         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1740         to nil, so that no methods are automatically agentized.  I think this
1741         is probably what most users want.
1742
1743         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1744         from url-retrieve, for instance about invalid URLs.
1745
1746         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1747         groups that have no articles.
1748         (nnimap-request-article): Check that we really got an article when we
1749         requested one.
1750
1751         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1752         doesn't exist.
1753
1754         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1755         nntp buffer so the agent can save it.
1756         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1757         that CRLF doesn't get translated to \n.
1758         (nnimap-open-connection): Don't make 'shell commands only send \n.
1759
1760 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1761
1762         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1763         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1764         Update var name.
1765         (nnml-generate-nov-file): Use dolist.
1766         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1767         Use with-current-buffer.
1768
1769 2010-09-18  Julien Danjou  <julien@danjou.info>
1770
1771         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1772         parallel.
1773
1774 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1777         the range update right.
1778         (nnimap-request-group): Don't make `M-g' bug out on group with no
1779         marks.
1780         (nnoo): Required, so that other packages can require nnimap.
1781         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1782         command we're looking for.  This helps when the server sends more
1783         responses after we've gotten everything we expected.
1784         (nnimap): Add a `newlinep' field to keep track of end-of-line
1785         conventions.
1786         Don't send CRLF to things that don't want it.
1787         (nnimap-request-accept-article): Ditto.
1788
1789 2010-09-18  Julien Danjou  <julien@danjou.info>
1790
1791         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1792         than curl to retrieve images.
1793
1794 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1797         the marks.
1798         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1799         (nnimap-wait-for-connection): New function.
1800         (nnimap-open-connection): If we have PREAUTH, don't query for login
1801         credentials.
1802         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1803         when doing a partial update.
1804
1805 2010-09-18  Julien Danjou  <julien@danjou.info>
1806
1807         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1808         tags.
1809
1810 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * nnimap.el (nnimap-credentials): New function.
1813         (nnimap-open-connection): Use the new function to look for credentials
1814         also on the numeric equivalents of "imap" and "imaps".
1815
1816         * gnus-start.el (gnus-activate-group): Send the info to
1817         gnus-request-group.
1818
1819         * nnimap.el (nnimap-request-group): Have the "check" version of the
1820         function parse flags and update the info, so that a `M-g' get a total
1821         resync of all flags from the group.
1822
1823         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1824         to allow backends to alter the info on group selection.  Also alter all
1825         the backend -request-group functions to take the parameter.
1826
1827         * nnimap.el (nnimap-store-info): New function.
1828         (nnimap-update-info): Store the info for later usage.
1829         (nnimap-request-group): Use the stored info for the dont-check case, so
1830         that we don't retrieve all marks when we enter a group.
1831
1832         * nnimap.el: Use deffoo instead of defun for interface functions.
1833
1834         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1835         update the group info.  This makes the nndraft groups, for instance, go
1836         back to their old behaviour.
1837
1838         * gnus-sum.el (gnus-select-newsgroup): Indent.
1839
1840         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1841         in.
1842         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1843         nothing.
1844
1845         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1846         from methods that are denied.
1847
1848         * gnus-int.el (gnus-method-denied-p): New function.
1849
1850         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1851         store the password instead of netrc.
1852         (nnimap-open-connection): Don't error out when we can't make a
1853         connections.
1854
1855         * auth-source.el (auth-source-create): In the password prompt, say what
1856         we're querying for.  Also prompt for user name if that hasn't been
1857         given.
1858
1859         * nnimap.el (nnimap-with-process-buffer): Removed.
1860
1861 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1864         method when we're reading from the agent.
1865
1866         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1867
1868         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1869         that's probably most useful for users.
1870
1871         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1872         "failed" all the time.
1873
1874         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1875         ...)) with (with-current-buffer ... ).
1876
1877         * nntp.el (nntp-open-server): Return whether the open was successful or
1878         not.
1879
1880         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1881         select an unread unseen article first.
1882
1883         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1884         /etc/services, supply some sensible port defaults.
1885
1886         * dgnushack.el: Define netrc-credentials.
1887
1888 2010-09-17  Julien Danjou  <julien@danjou.info>
1889
1890         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1891
1892 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1893
1894         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1895         doesn't have any parameters.
1896
1897 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1900         only upcased checks.
1901
1902         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1903
1904         * nnimap.el (nnimap-open-shell-stream): New function.
1905         (nnimap-open-connection): Use it.
1906         (nnimap-transform-headers): Get the number of lines in each message.
1907         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1908         number of lines.
1909         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1910         problem.
1911
1912         * utf7.el (utf7-encode): Autoload.
1913
1914         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1915         to allow the mail splitting to not return a default group.  This is
1916         useful for nnimap, which will leave unmatched mail in the inbox.
1917
1918         * nnimap.el: Rewritten.
1919
1920         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1921         nnimap usage.
1922
1923         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1924         if the move is internal, so that nnimap can do fast internal moves.
1925
1926         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1927         data.
1928         (gnus-read-active-for-groups): Support finishing the early retrieval of
1929         data.
1930
1931         * gnus-range.el (gnus-range-nconcat): New function.
1932
1933         * gnus-int.el (gnus-finish-retrieve-group-infos)
1934         (gnus-retrieve-group-data-early): New functions.
1935
1936 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1937
1938         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1939         (nnrss-retrieve-groups):
1940         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1941         (pop3-quit): Use with-current-buffer.
1942
1943 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1946         instead of nnheader-accept-process-output.
1947
1948         * dgnushack.el (dgnushack-compile): Add comment.
1949
1950         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1951
1952         * gnus-html.el (gnus-html-schedule-image-fetching)
1953         (gnus-html-prefetch-images): Replace process-kill-without-query by
1954         gnus-set-process-query-on-exit-flag.
1955
1956 2010-09-16  Romain Francoise  <romain@orebokech.com>
1957
1958         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1959
1960 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1963         parameter to unintern is mandatory-ish in Emacs 24.
1964
1965         * gnus-html.el (gnus-html-schedule-image-fetching)
1966         (gnus-html-prefetch-images): Check for curl before using it.
1967
1968         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1969         depend on curl, which isn't essential.
1970
1971         * imap.el: Revert back to version
1972         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1973         seem problematic.
1974
1975 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1976
1977         * gnus-registry.el (gnus-registry-install-shortcuts):
1978         Explicitly pass `obarray' to `unintern' to avoid a warning.
1979
1980 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1983         change.
1984
1985         * nnrss.el (nnrss-request-list): Removed this function and related
1986         functions, including the moreover stuff.
1987
1988 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * nnrss.el (nnrss-retrieve-groups): New function.
1991
1992 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1993
1994         * .dir-locals.el: Add no-byte-compile cookie.
1995
1996 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * time-date.el (format-seconds): Comment fix.
1999
2000         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2001         for back end that doesn't support request-scan.
2002
2003 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2006         then do request scans from the backends.
2007
2008         * netrc.el (netrc-credentials): New conveniency function.
2009
2010         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2011         avoid running a hook per line, since this takes a lot of time,
2012         profiling shows.
2013         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2014         directly if gnus-visual-p is true.
2015
2016 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2019         groups; replace mapcar with dolist which is a bit faster; pass groups
2020         info to gnus-read-active-file-1.
2021         (gnus-read-active-file-1): Scan only specified groups if the new
2022         optional arg `infos' is given.
2023
2024 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2027
2028         * pop3.el (pop3-movemail): Removed.
2029         (pop3-streaming-movemail): Renamed to pop3-movemail.
2030
2031         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2032         don't restrict end-tag searches to the end of the line.
2033
2034 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2037         articles of every unchecked group to t, which means unknown since the
2038         server has never been opened.
2039
2040 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-html.el (gnus-html-show-alt-text): New command.
2043         (gnus-html-browse-image): Ditto.
2044         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2045         to browse the image directly.
2046         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2047         better.
2048
2049         * gnus-async.el (gnus-async-article-callback): Call
2050         `gnus-html-prefetch-images' unconditionally.
2051
2052         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2053         before feeding URLs to curl.
2054
2055 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2058         internal images as deletable by `W D D'.
2059
2060         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2061         (gnus-async-article-callback): Fix typo.
2062
2063 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2066         current line to work around bugs in the output from w3m.
2067
2068         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2069         for groups that want that.
2070
2071         * nntp.el (nntp-wait-for-string): Supply a timeout for
2072         accept-process-output to ensure progress.
2073
2074         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2075         level to get unread articles from, then use that for foreign groups,
2076         too.
2077
2078         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2079         confuses the rest of the function.
2080
2081         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2082         for the methods that support -retrieve-groups, too.
2083
2084         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2085
2086 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2089         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2090
2091         * pop3.el: Require cl when compiling.
2092         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2093
2094 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2097         that aren't going to be activated.
2098         (gnus-get-unread-articles): Fix up the last commit.
2099
2100         * gnus-html.el (gnus-article-html): Allow calling without specifying
2101         the handle.  In that case, dissect the buffer first.
2102
2103         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2104
2105         * nnimap.el (nnimap-open-connection): Revert the change that would look
2106         into authinfo for imaps instead of imap.
2107
2108         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2109         say that you don't want to call gnus-request-group with don-check, but
2110         do check the reponse.  This is for virtual groups only.
2111         (gnus-get-unread-articles): Count the archive groups as secondary, so
2112         that they're activated the same way as before.
2113
2114         * imap.el (imap-message-map): Removed optional buffer parameter, since
2115         no callers use it.
2116         (imap-message-get): Ditto.
2117         (imap-message-put): Ditto.
2118         (imap-mailbox-map): Ditto.
2119         (imap-mailbox-put): Ditto.
2120         (imap-mailbox-get): Ditto.
2121         (imap-mailbox-get): Revert last change for this function.
2122
2123         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2124         case-insensitively.
2125         (nnimap-debug): Removed.
2126
2127         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2128         to use `imap-fetch' instead.  According to the comments, this should be
2129         safe, since all other IMAP clients use the 1:* syntax.
2130         (imap-enable-exchange-bug-workaround): Removed.
2131         (imap-debug): Removed -- doesn't seem very useful.
2132
2133         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2134         mail from a file, and the file doesn't exist.
2135
2136         * imap.el (imap-log): New convenience function used throughout instead
2137         of repeating the same code all over the place.
2138
2139         * pop3.el (pop3-streaming-movemail): Return t for success.
2140
2141         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2142         .authinfo if we're using ssl connection.
2143
2144         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2145         already have if we're in a main Gnus `g' run.
2146
2147         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2148
2149 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2152
2153         * nnmh.el (nnmh-request-list-1): Bind `file'.
2154
2155         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2156         alias to set-process-query-on-exit-flag or process-kill-without-query.
2157         (pop3-open-server): Use it.
2158
2159 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2162         box to the Incoming file.  Fixes mistake in previous checkin.
2163
2164         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2165         request loop (for debugging purposes) removed.
2166
2167         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2168         culprit is more visible.
2169         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2170         (nnml-add-incremental-nov): New functions to do "incremental" nov
2171         updates, where we just append to the end of the existing nov files
2172         without reading/writing them in full.
2173
2174         * mail-source.el (mail-source-delete-crash-box): Really only check the
2175         incoming files once in a while.
2176
2177         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2178
2179         * mail-source.el (mail-source-delete-crash-box): Only check the
2180         incoming files for deletion once per day to save a lot of file
2181         accesses.
2182
2183         * pop3.el (pop3-logon): Fix up unbound variable typo.
2184
2185         * mail-source.el (pop3-streaming-movemail): Autoload.
2186
2187         * pop3.el (pop3-streaming-movemail): Respect
2188         pop3-leave-mail-on-server.
2189
2190         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2191         retrieval.
2192
2193         * pop3.el (pop3-process-filter): Removed unused function.
2194         (pop3-streaming-movemail, pop3-send-streaming-command)
2195         (pop3-wait-for-messages, pop3-write-to-file)
2196         (pop3-number-of-responses): New functions for streaming pop3
2197         retrieval.
2198
2199         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2200         come from no known methods.
2201         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2202         list.
2203
2204         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2205         message sizes.
2206         (pop3-movemail): Use erase-buffer instead of looping and deleting
2207         regions, which seems rather odd.
2208
2209         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2210         file once per `g' run.
2211
2212         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2213         directories.  This makes the draft queue directory work.
2214
2215         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2216         data from the backends, so that we only request the list of groups from
2217         each method once.  This should speed things up considerably.
2218
2219         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2220         detect that it's not implemented.
2221
2222         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2223         we actually do recurse down into the tree, but don't stat all leaf
2224         nodes.
2225
2226         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2227         then say so instead of bugging out.
2228
2229         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2230         files exist before trying to read them.
2231
2232         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2233         around <pre_int>.
2234
2235         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2236
2237         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2238
2239 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * mm-util.el (mm-image-load-path): Just return the image directories,
2242         not all directories in the path in addition to the image directories.
2243         (mm-image-load-path): Maintain a cache of the image directories so that
2244         the `g' command in Gnus doesn't have to stat dozens of directories each
2245         time.
2246
2247         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2248         (gnus-html-wash-tags): Add a new `i' command to insert images.
2249         (gnus-html-insert-image): New command and keystroke.
2250         (gnus-html-redisplay-with-images): New command and keystroke.
2251         (gnus-html-show-images): Renamed command.
2252         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2253         spacers.
2254         (gnus-html-wash-tags): Decode entities at the end, so that entities
2255         inside the tags don't mess up the rest of the "parsing".
2256
2257         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2258         so that nnimap methods aren't agentized by default.  There's apparently
2259         many problems related to agent/imap behaviour.
2260
2261         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2262
2263         * gnus-html.el: Doc fix.
2264
2265 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2268         specifier-spec-list for Emacs 21.
2269
2270         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2271         glyph-width and glyph-height instead of display-graphic-p and
2272         image-size; make avoidance of displaying small images work for XEmacs.
2273
2274         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2275         for XEmacs.
2276
2277         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2278         of symbol that holds plist data.
2279         (gnus-process-plist): Remove plist of process after getting it.
2280
2281 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * message.el (message-generate-hashcash): Change default to
2284         'opportunistic if hashcash is installed.
2285
2286         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2287         (gnus-html-put-image): Only call image-size once, since it's somewhat
2288         time-consuming on remote X servers.
2289
2290 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2293         type on data, not a file name.
2294
2295         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2296         window-pixel-edges for Emacs 21.
2297
2298         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2299         decoded contents.
2300         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2301
2302 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2305         group line format, since it isn't very interesting.
2306
2307         * gnus-agent.el (gnus-agent-short-article),
2308         (gnus-agent-long-article): Increase values for these two variables,
2309         since most people are likely to have more network connection and
2310         storage than before.
2311
2312         * gnus.el (gnus-refer-article-method): Change default to 'current.
2313         When referring an article, the common behaviour is to refer it from the
2314         current select method, not the native select method.  The chances of
2315         the native select method having the message in question is rather slim
2316         these days.
2317
2318         * gnus-sum.el (gnus-auto-select-subject): Change default to
2319         `unseen-or-unread'.  I think it's likely that most people want to
2320         select an unseen article over a previously seen, but unread one.
2321
2322         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2323         means that in the article buffer none of the minor mode elements will
2324         be shown, usually, and this is not desirable in most cases.
2325
2326         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2327         that commands like `d' (and the like) go to the next line in the
2328         buffer, instead of the next unread article.  I think this is the
2329         behaviour that is most natural for most users.
2330         (gnus-single-article-buffer): Change default to nil, so that people can
2331         have as many article buffers open as they have summary buffer.  I think
2332         this is the most natural way for the groups to behave.
2333
2334         * message.el (message-generate-new-buffers): Change default to
2335         `unsent', so that all new message buffers start their names with the
2336         string "*unsent", and it's easier to find the buffers if you move from
2337         them.
2338
2339 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2342         small.  They're probably tracking images.
2343         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2344         (gnus-html-rescale-image): Yet another try at getting the image sizing
2345         right.
2346
2347         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2348         nntp-marks-file-name is nil.
2349
2350 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2351
2352         * gnus-html.el (gnus-html-wash-tags)
2353         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2354         Better logging.
2355
2356 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2359
2360         * gnus-html.el (gnus-html-wash-tags): Check the value of
2361         gnus-blocked-images in the summary buffer.
2362
2363 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2366
2367 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2370         like "a", it seems like.
2371         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2372         since it needs to be picked from the correct buffer.
2373
2374         * nnwfm.el: Removed.
2375
2376         * nnlistserv.el: Removed.
2377
2378 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2379
2380         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2381         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2382
2383 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * nnkiboze.el: Removed.
2386
2387         * nndb.el: Removed.
2388
2389         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2390         alt text.
2391         (gnus-html-rescale-image): Try to get the rescaling logic right for
2392         images that are just wide and not tall.
2393
2394         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2395         overshadow variable bindings.
2396
2397 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2398
2399         * gnus-html.el (gnus-html-wash-tags)
2400         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2401         extra logging.
2402
2403 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2406         (gnus-max-image-proportion): New variable.
2407         (gnus-html-rescale-image): New function.
2408         (gnus-html-put-image): Rescale images.
2409
2410 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2411
2412         Fix up some byte-compiler warnings.
2413         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2414         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2415         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2416         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2417         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2418         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2419         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2420
2421 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gnus-html.el (gnus-article-html): Decode contents by charset.
2424
2425 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2428         (gnus-html-frame-width, gnus-blocked-images)
2429         * message.el (message-prune-recipient-rules): Add custom version.
2430         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2431
2432         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2433         functions.
2434
2435         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2436         gnus-process-get.
2437
2438 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2439
2440         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2441         instead of lsub directly.
2442
2443 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * nnwarchive.el: Removed.
2446
2447         * gnus-soup.el: Removed.
2448
2449         * nnsoup.el: Removed.
2450
2451         * nnultimate.el: Removed.
2452
2453         * gnus-html.el (gnus-blocked-images): New variable.
2454
2455         * message.el (message-prune-recipients): New function.
2456         (message-prune-recipient-rules): New variable.
2457
2458         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2459         guess whether a long line is natural text or not.
2460
2461         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2462         gnus-process-plist and friends for compatibility.
2463
2464 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2465
2466         * gnus-html.el: Require packages that define macros used in this file.
2467         (gnus-article-mouse-face): Declare to silence byte-compiler.
2468         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2469         process-get.
2470         (gnus-html-put-image): Use plist-get to avoid getf.
2471         (gnus-html-prefetch-images): Use with-current-buffer.
2472
2473 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * gnus-ems.el: Provide compatibility functions for
2476         gnus-set-process-plist.
2477
2478         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2479         header-line-format for XEmacs 21.4.
2480
2481         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2482         * gnus.el (gnus-valid-select-methods)
2483         * message.el (message-send-mail-partially-limit)
2484         * mm-decode.el (mm-text-html-renderer)
2485         * mml.el (mml-insert-mime-headers-always)
2486         * smiley.el (smiley-regexp-alist): Bump custom version.
2487
2488 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * gnus-html.el: require mm-url.
2491         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2492         with the url to `url'.
2493         (gnus-html-wash-tags): Support cid: URLs/images.
2494
2495 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2498         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2499         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2500
2501         * gnus-move.el: Removed file, since it doesn't really work.
2502
2503         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2504         UTF-8.  This seems to fix problems with some German web feeds.
2505
2506         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2507         at the top so that the proper colours are applied.
2508
2509         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2510         don't have dots in their names.
2511
2512         * gnus-art.el (gnus-article-view-part): Doc fix.
2513
2514         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2515         XEmacs-compatible.
2516         (gnus-html-put-image): Don't do images on non-graphic displays.
2517
2518         * nnslashdot.el: Removed this unused backend.
2519
2520         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2521         actions.
2522         (gnus-undo-register-1): Revert last change.
2523
2524         * gnus-group.el (gnus-group-completing-read): Protect against not
2525         having completion-styles bound.
2526
2527         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2528         make broken recipients happier.
2529
2530         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2531
2532         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2533         point parameter.
2534
2535         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2536
2537         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2538         completion-styles for group selection.
2539
2540 2009-02-04  Andreas Schwab  <schwab@suse.de>
2541
2542         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2543         headers and regexp-quote the match if necessary.
2544
2545 2009-03-24  Miles Bader  <miles@gnu.org>
2546
2547         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2548         the blinking smiley.
2549
2550 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2551
2552         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2553         blink smiley.
2554
2555 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556
2557         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2558         where the dribbel file lives exists.
2559
2560         * message.el (message-send-mail-partially-limit): Change the default to
2561         nil, since most people don't want this.
2562
2563         * mm-url.el (mm-url-decode-entities): Also decode entities like
2564         &#x3212.
2565
2566 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2567
2568         * gnus-sum.el (gnus-summary-idna-message):
2569         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2570         Hyperlink urls in docstrings with URL `...'.
2571
2572 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2573
2574         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2575         functions.
2576
2577 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2580         say what the mouseover text should be.
2581
2582         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2583         version of the mm-w3m-safe-url-regexp variable to only download images
2584         in the groups where we want that to happen.
2585
2586         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2587
2588         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2589         easier debugging.
2590         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2591         big pictures in the article buffer.
2592
2593         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2594         gnus-article-html.
2595         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2596         w3m.
2597
2598         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2599
2600 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2603         which doesn't exist.
2604
2605         * message.el (message-inhibit-ecomplete): New variable to allow some
2606         function to inhibit ecomplete address storage.
2607         (message-resend): Disable ecomplete message storage when resending
2608         messages.
2609
2610         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2611
2612 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2615         Save excursion while copying, moving, and deleting articles in order to
2616         prevent the cursor from jumping to unforeseen place.
2617
2618 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * lpath.el: No need to bind bookmark-current-buffer,
2621         bookmark-yank-point and bookmark-make-record-function.
2622
2623 2010-08-17  Glenn Morris  <rgm@gnu.org>
2624
2625         * gnus-sync.el: Require gnus components whose functions are used.
2626
2627         * gnus-art.el (bookmark-make-record-function):
2628         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2629         Declare for compiler.
2630
2631         * mm-url.el (mml-compute-boundary): Autoload.
2632
2633 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2636
2637 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2638
2639         Typo fix "hoo4a" -> "hook".
2640
2641         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2642
2643 2010-08-14  Glenn Morris  <rgm@gnu.org>
2644
2645         * gnus-sync.el (gnus-sync): Fix defgroup version.
2646
2647 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2648
2649         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2650
2651         * gnus-sync.el: Fix docs.
2652         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2653         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2654
2655 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2656
2657         Optimizations for gnus-sync.el.
2658
2659         * gnus-sync.el: Add docs about gnus-sync-backend
2660         possibilities.
2661         (gnus-sync-save): Remove unnecessary message.
2662         (gnus-sync-read): Optimize and show what groups were skipped.
2663
2664 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         Minor bug fixes for gnus-sync.el.
2667
2668         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2669         read the sync on get-new-news.
2670
2671         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2672         quiet.
2673
2674         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2675
2676 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2677
2678         Make saving and restoring of hidden threads work with overlays.
2679         Patch applied by Ted Zlatanov.
2680
2681         * gnus-sum.el (gnus-hidden-threads-configuration)
2682         (gnus-restore-hidden-threads-configuration): Update to deal with text
2683         properties, rather than searching for a magic character.
2684
2685 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2686
2687         New gnus-sync.el library for synchronization of marks.
2688
2689         * gnus-sync.el: New library for synchronization of marks.
2690
2691         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2692         renamed from `gnus-registry-grep-in-list'.
2693
2694         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2695
2696         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2697
2698 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2701         determining charset of text fails.
2702
2703 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * nnmail.el (nnmail-get-new-mail-1): Revert.
2706
2707         * nnml.el (nnml-active-number): Make sure names of newly created groups
2708         in nnml-group-alist are encoded.
2709
2710 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2713         containing non-ASCII characters in active file for nnml back end.
2714
2715 2010-07-24  David Engster  <dengste@eml.cc>
2716
2717         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2718         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2719
2720 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2721
2722         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2723         tag (Bug#6654).
2724
2725 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2728         the article buffer, not the summary buffer.
2729
2730 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2733         Emacs 23 as well.
2734
2735 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2738         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2739
2740 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2741
2742         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2743         Patch applied by Karl Fogel.
2744
2745         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2746         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2747
2748 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2749
2750         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2751         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2752         C-w still not working correctly from Article buffers; Thierry's
2753         patch to fix that will be applied after this.
2754
2755         * gnus-art.el (bookmark-make-record-function): New local variable.
2756
2757         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2758         article buffer.
2759         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2760
2761 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2762
2763         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2764         on changes in bookmark.el.
2765
2766 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2769         `no-log' instead of message not to log prompt string.
2770
2771 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2772
2773         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2774         the *other* type of HTML form submission.
2775
2776 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2777
2778         * auth-source.el (auth-source-pick): If choice does not contain a
2779         questioned keyword, set the check to t.
2780
2781 2010-06-12  Romain Francoise  <romain@orebokech.com>
2782
2783         * gnus-util.el (gnus-date-get-time): Move up before first use.
2784
2785 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2788         (gnus-article-edit-part): Bind it to make last part that is substituted
2789         or deleted visible.
2790         (gnus-mime-display-single): Buttonize part of which id equals to
2791         gnus-mime-buttonized-part-id.
2792
2793 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2794
2795         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2796         (gnus-dd-mmm): Use gnus-date-get-time.
2797         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2798         simplify logic.
2799         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2800         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2801
2802 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2803
2804         * auth-source.el (top): Autoload `secrets-list-collections',
2805         `secrets-create-item', `secrets-delete-item'.
2806         (auth-sources): Fix tag string.
2807         (auth-get-source, auth-source-retrieve, auth-source-create)
2808         (auth-source-delete): New defuns.
2809         (auth-source-pick): Rewrite in order to avoid 2 passes.
2810         (auth-source-forget-user-or-password): New parameter USERNAME.
2811         (auth-source-user-or-password): New parameters CREATE-MISSING and
2812         DELETE-EXISTING.  Retrieve password interactively, if needed.
2813
2814 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2815
2816         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2817         deleting unused directories when gnus-expert-user is t.
2818
2819 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2822         for each temp file when gnus-article-browse-delete-temp is ask.
2823
2824 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2825
2826         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2827         Lisp calls to delete-backward-char by calls to delete-char.
2828
2829 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2830
2831         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2832
2833 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2834
2835         * password-cache.el (password-cache-remove): Fix docstring.
2836
2837 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2840         article unless decoding article to be saved.
2841
2842 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2845         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2846         generated within the mm-with-unibyte-current-buffer macro.
2847
2848 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2851         to nil when we're in a mml-preview buffer and no group is selected.
2852
2853 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2854
2855         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2856         when catching the `C-g'.  Reported by "Leo".
2857
2858 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * message.el (message-forward-make-body-plain)
2861         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2862         multibyte-string-p.
2863
2864         * lpath.el: Revert.
2865
2866 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2867
2868         * message.el (message-forward-make-body-mml): Assume original message
2869         is multibyte string; error on unibyte.
2870         (message-forward-make-body-plain): Ditto; don't add excessive newline
2871         in body end.
2872
2873         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2874
2875 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2876
2877         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2878         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2879
2880 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * mm-extern.el (mm-extern-url): Don't use
2883         mm-with-unibyte-current-buffer.
2884         (mm-extern-cache-contents): Use with-current-buffer instead of
2885         save-excursion + set-buffer.
2886
2887 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * mm-util.el (mm-emacs-mule): Remove.
2890
2891 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2892
2893         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2894         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2895         change.
2896
2897 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2900         bind the default value of enable-multibyte-characters to nil.
2901
2902 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * message.el (message-forward-make-body-plain)
2905         (message-forward-make-body-mml):
2906         Don't use mm-with-unibyte-current-buffer.
2907
2908 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2909
2910         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2911
2912 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2913
2914         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2915         (Bug#5592).
2916
2917 2010-05-07  Julien Danjou  <julien@danjou.info>
2918
2919         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2920         it to mm-pipe-part.
2921
2922         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2923         it is given.
2924
2925 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * binhex.el (binhex-decode-region-internal)
2928         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2929         (dns-query)
2930         * nnweb.el (nnweb-gmane-search)
2931         * pgg-parse.el (pgg-parse-armor)
2932         * pgg.el (pgg-verify-region)
2933         * sha1.el (sha1-string-external)
2934         * uudecode.el (uudecode-decode-region-internal)
2935         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2936         XEmacs.
2937
2938         * gnus-art.el (gnus-article-browse-html-parts)
2939         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2940         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2941         make-temp-file.
2942
2943         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2944         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2945         compiling.
2946
2947         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2948         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2949         XEmacs when compiling.
2950
2951         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2952         gnus-pick-mode-off-hook for XEmacs when compiling.
2953         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2954         gnus-binary-mode-off-hook for XEmacs when compiling.
2955
2956         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2957         nil if char-charset is not available.
2958
2959         * imap.el (imap-disable-multibyte)
2960         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2961         macros.
2962
2963         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2964         instead of encode-coding-string.
2965
2966         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2967         'xemacs) instead of mm-emacs-mule to switch function definitions.
2968         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2969
2970         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2971         bind temporary-file-directory for XEmacs;
2972         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2973         timer-set-function for XEmacs 21.4 and SXEmacs;
2974         bind timer-list for XEmacs 21.4 and SXEmacs;
2975         fbind char-charset and find-charset-region for non-Mule XEmacs;
2976         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2977         encode-coding-region and encode-coding-string for XEmacs having no
2978         file-coding feature.
2979
2980 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2981
2982         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2983
2984 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2987         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2988
2989 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2990
2991         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2992         alias `jka-compr-delete-temp-file' no longer exists.
2993
2994 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2995
2996         Use define-minor-mode in Gnus where applicable.
2997         * mml.el (mml-mode): Use define-minor-mode.
2998         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2999         (gnus-undo-mode): Use define-minor-mode.
3000         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3001         (gnus-dead-summary-mode): Use define-minor-mode.
3002         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3003         Initialize in declaration.
3004         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3005         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3006         (gnus-mailing-list-mode): Use define-minor-mode.
3007         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3008         (gnus-draft-mode): Use define-minor-mode.
3009         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3010         (gnus-dired-mode): Use define-minor-mode.
3011
3012 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3013
3014         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3015         handles on recursive mml-to-mime translation and check them for
3016         boundary delimiter collisions.  Reported by Greg Troxel.
3017
3018 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3021
3022 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3023
3024         * mm-util.el (mm-find-buffer-file-coding-system):
3025         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3026
3027 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3028
3029         * message.el (message-generate-headers): Record insertion of optional
3030         headers as well.  Otherwise the check to prevent repeated insertion of
3031         optional headers is a no-op.
3032
3033 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3034
3035         * smime.el: Don't mention CVS.
3036
3037         * nnrss.el (nnrss-fetch): Don't mention CVS.
3038
3039         * nnir.el: Don't mention CVS.
3040
3041 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3042
3043         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3044
3045 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * lpath.el: Fbind bookmark-default-handler,
3048         bookmark-get-bookmark-record, bookmark-make-record-default,
3049         bookmark-prop-get for Emacs <23 and XEmacs.
3050
3051 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3052
3053         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3054         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3055         Use with-current-buffer to silence the byte-compiler.
3056         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3057         bother to require `gnus'.
3058         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3059
3060 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3061
3062         * gnus-sum.el (gnus-summary-bookmark-make-record)
3063         (gnus-summary-bookmark-jump): New functions.
3064         (gnus-summary-mode): Setup bookmark support.
3065
3066 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3067
3068         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3069         if set.
3070
3071 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3074         gnus-article-browse-html-save-cid-image; make it work recursively for
3075         forwarded messages as well.
3076         (gnus-article-browse-html-parts): Work when prefix arg is given.
3077         (gnus-article-browse-html-article): Doc fix.
3078
3079 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3080
3081         * message.el (message-default-mail-headers):
3082         (message-default-headers): Carry the value mail-default-headers over
3083         into message-default-mail-headers, rather than message-default-headers.
3084
3085 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3086
3087         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3088         charset.
3089
3090         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3091         charset into the <meta> tag when the article is encoded to utf-8.
3092
3093 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3096         directories as well.
3097         (gnus-article-browse-html-parts): Work for images that do not specify
3098         file names; delete temp directory when quitting; insert header at the
3099         right place; use file: scheme for image files.
3100
3101 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3102
3103         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3104         (gnus-article-browse-html-parts): Use it to make temporary cid image
3105         files in addition to html file so that browser may display them.
3106
3107 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3110
3111 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3112
3113         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3114
3115 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3116
3117         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3118         about Secret Service API sources.  Improve Customize options.
3119         (auth-source-pick): Change to accept any number of search parameters.
3120         Implement fallbacks iteratively, not recursively.  Add scoring on the
3121         second pass and sort by score.  Call Secret Service API when needed.
3122         (auth-source-user-or-password): Use it.  Call Secret Service API
3123         directly when needed to get the user name and the password.
3124
3125 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3126
3127         * message.el (message-interactive): Doc fix.
3128         (message-qmail-inject-args): Reflow.
3129         (message-kill-to-signature): Fix typo in docstring.
3130
3131         * smiley.el (smiley-buffer): Fix typo in docstring.
3132
3133 2010-03-24  Glenn Morris  <rgm@gnu.org>
3134
3135         * mail-source.el (gnus-message): Declare.
3136         (mail-source-delete-old-incoming): Require gnus-util.
3137
3138 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3141
3142         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3143
3144         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3145         password-cache's default if it is not bound.
3146         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3147         password-cache-expiry's default if it is not bound.
3148
3149         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3150         available in Emacs 21.
3151
3152         * lpath.el: Suppress compiler warnings for:
3153         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3154         XEmacs;
3155         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3156         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3157         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3158
3159 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3160
3161         * auth-source.el (auth-sources): Fix up definition so extra parameters
3162         are always inline.
3163
3164 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3165
3166         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3167         wasn't updated after mismatch.  Clear cached mailbox info correctly
3168         when uidvalidity changes.
3169         (nnimap-group-prefixed-name): New function to avoid some code
3170         duplication.
3171         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3172         (nnimap-request-group): Use it.
3173         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3174         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3175         with many imap folders.  This is done by caching the group status from
3176         the imap server persistently in a group parameter `imap-status'.  (This
3177         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3178         but not persistently, so every Gnus startup was still very slow.)
3179
3180 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3181
3182         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3183         delete the extra newline.  Otherwise editing of :string and :number
3184         types don't work.
3185
3186 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3187
3188         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3189         secrets.el dependency.
3190         (auth-sources): Add optional user name.  Add secrets.el configuration
3191         choice (unused right now).
3192
3193 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3194
3195         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3196         `gnus-registry-install-shortcuts' fill in the functions.
3197
3198         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3199         warnings.
3200         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3201         (gnus-registry-install-shortcuts): Populate and use it in a
3202         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3203
3204 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3205
3206         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3207         In-place substitutions for the group name encoding/decoding.
3208         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3209         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3210         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3211         (nnimap-update-unseen, nnimap-request-list)
3212         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3213         (nnimap-request-set-mark, nnimap-split-to-groups)
3214         (nnimap-split-articles, nnimap-request-newgroups)
3215         (nnimap-request-create-group, nnimap-request-accept-article)
3216         (nnimap-request-delete-group, nnimap-request-rename-group)
3217         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3218         `encoded-mbx' for consistency.
3219         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3220         variable `imap-current-mailbox'.
3221
3222         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3223         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3224
3225 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3226
3227         * pop3.el (pop3-display-message-size-flag): Display message size byte
3228         counts during POP3 download.
3229         (pop3-movemail): Use it.
3230         (pop3-list): Implement listing of available messages.
3231
3232 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3233
3234         * nnir.el (nnir-get-article-nov-override-function): New function to
3235         override the normal NOV retrieval.
3236         (nnir-retrieve-headers): Use it.
3237
3238 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3239
3240         * auth-source.el (netrc-machine-user-or-password): Autoload.
3241
3242 2010-03-19  Glenn Morris  <rgm@gnu.org>
3243
3244         Stop message.el from loading about 40 libraries it doesn't always need.
3245         The general approach is to autoload rather than require, and to
3246         require in the specific functions rather than the file.  (Bug#5642)
3247
3248         * gmm-utils.el: Don't require wid-edit.
3249         (widget-create-child-value, widget-convert, widget-default-get):
3250         Autoload.
3251
3252         * gnus-util.el: Don't require time-date, netrc.
3253         (message-fetch-field, gnus-group-name-decode): Declare rather than
3254         autoloading.
3255         (gnus-fetch-field): Require message.
3256         (gnus-decode-newsgroups): Require gnus-group.
3257
3258         * ietf-drums.el: Don't require time-date.
3259
3260         * message.el: Don't require hashcash, canlock, ecomplete.
3261         Do require mail-utils.  Require nnheader only when compiling.
3262         (smtpmail-default-smtp-server): Remove declaration.
3263         (message-send-mail-function): Check smtpmail-default-smtp-server
3264         is bound rather than requiring smtpmail.
3265         (message-auto-save-directory, message-insert-signature): Use
3266         expand-file-name rather than nnheader-concat.
3267         (nnheader-insert-file-contents): Autoload.
3268         (hashcash-wait-async): Declare.
3269         (message-send-mail): Only call gnus-setup-posting-charset if
3270         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3271         (message-send-mail-with-sendmail): Require sendmail.
3272         (canlock-password, canlock-password-for-verify): Declare.
3273         (message-canlock-password): Require canlock.
3274         (nnheader-get-report): Autoload.
3275         (gnus-setup-posting-charset): Declare.
3276         (message-send-news): Require gnus-msg.
3277         (message-make-references, message-make-in-reply-to): Use mail-header-id
3278         rather than the alias mail-header-message-id.
3279         (ecomplete-add-item, ecomplete-save): Declare.
3280         (message-put-addresses-in-ecomplete): Require ecomplete.
3281         (ecomplete-display-matches): Autoload.
3282
3283         * mm-decode.el: Don't require mailcap, gnus-util.
3284         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3285         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3286         Autoload.
3287         (mailcap-mime-extensions): Declare.
3288
3289         * mm-encode.el: Don't require mailcap.
3290         (mailcap-extension-to-mime): Autoload.
3291
3292         * mml-sec.el: Don't require password-cache.
3293
3294         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3295         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3296         (mml-minibuffer-read-type): Require mailcap.
3297         (mml-preview): Require gnus-msg.
3298
3299         * mml1991.el: Require password-cache.
3300         (password-cache-expiry): Remove declaration.
3301
3302         * mml2015.el: Require password-cache.
3303         (password-cache-expiry): Remove declaration.
3304
3305         * nneething.el (mailcap): Require mailcap.
3306
3307         * nnheader.el (declare-function): Add compatibility stub.
3308         (message-remove-header): Declare rather than autoload.
3309         (nnheader-replace-header): Require message.
3310
3311         * nnimap.el (declare-function): Add compatibility stub.
3312         (netrc-parse, netrc-machine-user-or-password): Declare.
3313         (nnimap-open-connection): Require netrc.
3314
3315         * nntp.el (declare-function): Add compatibility stub.
3316         (netrc-parse, netrc-machine, netrc-get): Declare.
3317         (nntp-send-authinfo): Require netrc.
3318
3319         * rfc2047.el: Don't require qp.
3320         (quoted-printable-encode-region, quoted-printable-decode-string):
3321         Autoload.
3322
3323         * sieve-mode.el: Don't require easymenu.
3324         (easy-menu-add-item): Autoload it.
3325
3326         * spam-stat.el (time-to-number-of-days): Autoload it.
3327
3328 2010-03-19  Glenn Morris  <rgm@gnu.org>
3329
3330         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3331
3332 2010-03-18  Glenn Morris  <rgm@gnu.org>
3333
3334         * hashcash.el (declare-function): Remove duplicate definition.
3335
3336 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3337
3338         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3339         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3340         value if any backslash escapes).
3341
3342 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3345         if it is available.  (bug#5647)
3346
3347         * lpath.el: Suppress compiler warning for coding-system-from-name for
3348         Emacs 21 and XEmacs.
3349
3350 2010-03-14  Juri Linkov  <juri@jurta.org>
3351
3352         * hmac-def.el:
3353         * hmac-md5.el:
3354         * netrc.el: Fix keywords.
3355
3356 2010-02-26  Glenn Morris  <rgm@gnu.org>
3357
3358         * message.el (message-send-mail-function): Change the default, so that
3359         it inherits from a customized send-mail-function.  (Bug#5643)
3360
3361 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3362
3363         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3364         shell-command-to-string signals an error (bug#5299).
3365
3366 2010-02-24  Glenn Morris  <rgm@gnu.org>
3367
3368         * message.el (message-smtpmail-send-it)
3369         (message-send-mail-with-mailclient): Doc fixes.
3370
3371 2010-02-16  Glenn Morris  <rgm@gnu.org>
3372
3373         * message.el (message-default-mail-headers): Change the default value
3374         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3375
3376 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3379         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3380
3381 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3382
3383         * time-date.el (date-to-time): Doc fix (Bug#5408).
3384
3385 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3386
3387         * message.el (message-mail): Just pass yank-action on to message-setup.
3388         (message-setup): Handle (FUN . ARGS) form of yank-action.
3389         (message-with-reply-buffer, message-widen-reply)
3390         (message-yank-original): Handle non-buffer values of
3391         message-reply-buffer (Bug#4080).
3392         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3393
3394 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3395
3396         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3397         Fix typo in docstring.
3398
3399 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3400
3401         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3402         response.
3403
3404 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3407
3408         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3409
3410         * message.el (message-check-news-header-syntax): Protect against a
3411         string that `rfc822-addresses' returns when parsing fails.
3412
3413 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3416         (gnus-previous-char-property-change): New functions.
3417
3418         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3419
3420 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3421
3422         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3423         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3424
3425 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3426
3427         * message.el (message-exchange-point-and-mark): Rework last change to
3428         avoid using optional arg of exchange-point-and-mark, for backward
3429         compatibility.
3430
3431 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3432
3433         * message.el (message-exchange-point-and-mark): Call
3434         exchange-point-and-mark with an argument rather than setting
3435         mark-active by hand (Bug#5175).
3436
3437 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * nntp.el (nntp-service-to-port): Work for service expressed with
3440         numeric string; replace [:digit:] with [0-9] for XEmacs.
3441
3442 2009-12-17  Glenn Morris  <rgm@gnu.org>
3443
3444         * gnus-group.el (gnus-bug-group-download-format-alist):
3445         Change emacs entry to debbugs.gnu.org.  Bump :version.
3446
3447 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3448
3449         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3450
3451 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3452
3453         * message.el (message-info): Explain why we use `Info-goto-node'.
3454
3455 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3458
3459 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3460
3461         * message.el (message-completion-in-region): New compatibility function.
3462         (message-expand-group): Use it.
3463
3464 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3467         with no unread article should be listed if the 2nd arg `predicate' is
3468         given.
3469
3470 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3473
3474 2009-11-29  Juri Linkov  <juri@jurta.org>
3475
3476         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3477         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3478         on `gnus-recenter'. (Bug#4698, Bug#4981)
3479
3480 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3481
3482         * sha1.el (sha1-string-external): default-directory "/" in case
3483         otherwise non-existent.  process-connection-type pipe for touch of
3484         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3485
3486 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3487
3488         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3489         it's comms related and sgml-mode.el has "comm" on that basis too.
3490
3491 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3494         containing tspecial characters if they have been already quoted.
3495
3496 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3497
3498         * dns-mode.el (auto-mode-alist): Purecopy string.
3499
3500 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3501
3502         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3503
3504 2009-10-24  Glenn Morris  <rgm@gnu.org>
3505
3506         * gnus-art.el (help-xref-stack-item): Define for compiler.
3507
3508 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3509
3510         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3511
3512 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3515
3516 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3519         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3520
3521 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3524         (gnus-overlays-in): New alias to overlays-in.
3525
3526         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3527         gnus-overlay-get, and gnus-delete-overlay.
3528         (gnus-summary-show-thread): Make it work as well for systems in which
3529         next-single-char-property-change is not available.
3530         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3531
3532         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3533         (gnus-overlay-get): New alias to extent-property.
3534         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3535
3536         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3537         SXEmacs.
3538
3539         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3540         SXEmacs.
3541
3542 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3543
3544         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3545
3546 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3547
3548         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3549         and XEmacs that don't have `remove-overlays'.
3550
3551 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3552
3553         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3554         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3555         selective display.  Use overlays instead.
3556
3557 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3558
3559         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3560
3561 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3562
3563         * spam-stat.el (spam-stat-load): Fix typo in message.
3564
3565 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3566
3567         * dig.el (dig-invoke): Fix typo in docstring.
3568         (query-dig): Reflow docstring.
3569
3570 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3571
3572         * gnus-art.el (gnus-article-encrypt-body):
3573         * message.el (message-check-recipients):
3574         * mm-util.el (mm-codepage-setup):
3575         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3576         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3577
3578 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3579
3580         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3581         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3582         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3583         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3584         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3585
3586 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3587
3588         * dig.el: Add "Keywords: comm", as per net-utils.el.
3589
3590 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3591
3592         * dig.el (dig-mode): Use define-derived-mode.
3593
3594 2009-09-19  Glenn Morris  <rgm@gnu.org>
3595
3596         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3597
3598 2009-09-18  Glenn Morris  <rgm@gnu.org>
3599
3600         * gnus-diary.el (gnus-diary-check-message):
3601         * message.el (message-insert-formatted-citation-line):
3602         * nnbabyl.el (top-level):
3603         * nndiary.el (nndiary-schedule):
3604         Fix typos in condition-case handlers.
3605
3606 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3609         configuration that provides the sole article window in a frame;
3610         position point correctly after deleting a part.
3611
3612 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3613
3614         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3615         (spam-resolve-registrations-routine): Use it to unregister articles
3616         that change status.
3617
3618 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3621         with XEmacs.
3622         (parse-time-string-chars): Use it.
3623
3624 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3625
3626         * imap.el (imap-interactive-login): Better messages.
3627         (imap-open): Fix bug with renamed buffer on reconnect.
3628         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3629         for easier debugging and cleaner code.  On successful (guessed based on
3630         server capabilities) secondary authentication, set imap-state
3631         correctly.
3632         (imap-last-authenticator): Define imap-last-authenticator as a variable
3633         to avoid warnings.
3634
3635 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * nnrss.el (nnrss-request-article): Remove binding of
3638         default-enable-multibyte-characters that has gotten needless by
3639         the 2007-07-13 change in rfc2047-encode-message-header.
3640
3641         * mml.el (mml-insert-multipart): Error on the message header.
3642         (mml-insert-part): Error on the message header; position point at
3643         the end of a MIME tag.
3644
3645 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * time-date.el (autoload): Expand define-obsolete-function-alias into
3648         defalias and make-obsolete for old Emacsen that Gnus supports.
3649         (with-no-warnings): Define it for old Emacsen.
3650         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3651         is available.
3652         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3653         float-time is available; suppress compile warning for time-to-seconds.
3654
3655         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3656         (gnus-float-time): Alias to float-time if it exists.
3657
3658         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3659         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3660         float-time is available; suppress compile warning for time-to-seconds.
3661
3662         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3663         XEmacs.
3664
3665 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3666
3667         * imap.el (imap-message-map): Docstring fix.
3668
3669 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3672         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3673         Add the optional argument `encoding' that overrides the default.
3674
3675         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3676         mm-encode-buffer.
3677
3678 2009-09-04  Glenn Morris  <rgm@gnu.org>
3679
3680         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3681         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3682         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3683         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3684         * mm-util.el (mm-with-unibyte-current-buffer)
3685         (mm-find-buffer-file-coding-system):
3686         * yenc.el (yenc-decode-region): Use default-value rather than
3687         default-enable-multibyte-characters.
3688
3689 2009-09-03  Glenn Morris  <rgm@gnu.org>
3690
3691         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3692         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3693         than default-enable-multibyte-characters.
3694
3695 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3696
3697         * gnus-art.el (gnus-article-read-summary-keys):
3698         Fix gnus-buffer-configuration's value temporarily used.
3699
3700 2009-09-02  Glenn Morris  <rgm@gnu.org>
3701
3702         * gnus-util.el (gnus-float-time): New function.
3703         * gnus-delay.el (gnus-delay-article):
3704         * gnus-sum.el (gnus-thread-latest-date):
3705         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3706         * nnspool.el (nnspool-request-newgroups):
3707         Use gnus-float-time rather than time-to-seconds.
3708         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3709
3710         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3711         (gnus-header-subject-face, gnus-header-newsgroups-face)
3712         (gnus-header-name-face, gnus-header-content-face):
3713         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3714         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3715         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3716         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3717         (gnus-cite-face-11):
3718         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3719         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3720         (gnus-server-closed-face, gnus-server-denied-face)
3721         (gnus-server-offline-face):
3722         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3723         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3724         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3725         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3726         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3727         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3728         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3729         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3730         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3731         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3732         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3733         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3734         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3735         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3736         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3737         (gnus-summary-high-undownloaded-face)
3738         (gnus-summary-low-undownloaded-face)
3739         (gnus-summary-normal-undownloaded-face)
3740         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3741         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3742         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3743         (gnus-splash-face):
3744         * message.el (message-header-to-face, message-header-cc-face)
3745         (message-header-subject-face, message-header-newsgroups-face)
3746         (message-header-other-face, message-header-name-face)
3747         (message-header-xheader-face, message-separator-face)
3748         (message-cited-text-face, message-mml-face):
3749         * sieve-mode.el (sieve-control-commands-face)
3750         (sieve-action-commands-face, sieve-test-commands-face)
3751         (sieve-tagged-arguments-face):
3752         * spam.el (spam-face):
3753         Mark face aliases with "-face" in the name as obsolete.
3754
3755 2009-09-01  Glenn Morris  <rgm@gnu.org>
3756
3757         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3758         than goto-line.
3759
3760 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3763         Don't move point if the command is invoked inside the message header.
3764
3765 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3766
3767         * imap.el (imap-send-command): Simplify.
3768         (imap-wait-for-tag): point-max -> buffer-size.
3769
3770 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3771
3772         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3773         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3774         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3775         * nnir.el (nnir-swish-e-index-file):
3776         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3777         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3778         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3779         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3780         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3781         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3782
3783 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3786         Don't save excursion.
3787
3788 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3789
3790         * nnheader.el (nnheader-find-file-noselect):
3791         * mm-util.el (mm-insert-file-contents):
3792         Use (default-value 'major-mode) instead of default-major-mode.
3793
3794 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3795
3796         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3797
3798 2009-08-26  Glenn Morris  <rgm@gnu.org>
3799
3800         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3801         than placing in files.el.
3802
3803 2009-08-25  Glenn Morris  <rgm@gnu.org>
3804
3805         * nnir.el (top-level): Don't require cl at run-time.
3806         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3807         Replace cl-function substitute with gnus-replace-in-string.
3808         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3809         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3810         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3811         simplified expansions.
3812
3813 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3814
3815         * dig.el (dig): Add autoload cookie.
3816
3817 2009-08-22  Glenn Morris  <rgm@gnu.org>
3818
3819         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3820         goto-line.
3821
3822 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3823
3824         * parse-time.el (parse-time-string-chars): Save match data.
3825
3826 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3827
3828         * parse-time.el (parse-time-string-chars): Compute using character
3829         classes, to handle non-ascii characters (Bug#3190).
3830
3831 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3834
3835         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3836         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3837         (gnus-mm-display-part, gnus-mime-display-single)
3838         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3839         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3840
3841         * gnus-sum.el
3842         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3843         (gnus-summary-move-article): Add expirable mark to articles copied or
3844         moved to group that has auto-expire turned on if the option is non-nil.
3845
3846 2009-07-24  Glenn Morris  <rgm@gnu.org>
3847
3848         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3849         Fix typo.  (Bug#3903)
3850
3851 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3854         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3855         that should not be used for draft articles.
3856         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3857         that has no concern in minor mode keys.
3858         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3859         Abolish.
3860
3861 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3864         article without making inquiry to a user for unknown encoding.
3865
3866         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3867         (nnmaildir--scan): Assume i-node and device number that file-attributes
3868         returns might be cons-cell.
3869
3870         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3871
3872         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3873
3874 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3875
3876         * auth-source.el: Remove docs now in auth.texi.  Don't use
3877         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3878         `auth-source-hide-passwords' and use them.
3879
3880 2009-07-15  Glenn Morris  <rgm@gnu.org>
3881
3882         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3883
3884 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3887         excessive whitespace from the default values of title and description.
3888
3889 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3892         mail-fetch-field to fetch Content-Description header in order to
3893         exclude newlines.
3894
3895 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3896
3897         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3898         format used by GnuPG 2.0.11.
3899
3900 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3903         to deleted part.
3904
3905 2009-05-30  David Engster  <dengste@eml.cc>
3906
3907         * nnmairix.el: Remove old documentation in the commentary block.
3908         (nnmairix-request-group): Do not update active file for nnml back ends.
3909         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3910         end so that overview files are ignored.
3911         (nnmairix-update-groups): Make updating the groups more robust by using
3912         marks.
3913         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3914         with dollar characters in message-id.
3915
3916 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3919         2008-12-25 in dns.el.
3920
3921 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3922
3923         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3924         could happen if the text is only composed of spaces and/or tabs.
3925
3926 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3927
3928         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3929         when sending a queued message to avoid extra mml tags.
3930
3931 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3934
3935 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3938         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3939         rmail-toggle-header for XEmacs;
3940         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3941
3942 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-dired.el: Remove autoload for gnus-setup-message.
3945         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3946         displaying Gnus logo; always use compose-mail.
3947
3948 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3951
3952 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3955         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3956         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3957         available.
3958         (gnus-nocem-epg-verify): New function.
3959
3960 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3961
3962         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3963
3964 2009-02-15  Glenn Morris  <rgm@gnu.org>
3965
3966         * gnus-util.el (rmail-insert-rmail-file-header)
3967         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3968         autoloads.
3969         (rmail-default-rmail-file): Remove unnecessary declaration.
3970         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3971
3972 2009-02-14  Glenn Morris  <rgm@gnu.org>
3973
3974         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3975         variable (only used in gnus-util, which declares it anyway).
3976         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3977         which was only needed by gnus-art (changed to not use it any more).
3978         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3979         only used in gnus-util, which autoloads it itself.
3980         (rmail-update-summary): Fix autoload.
3981
3982         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3983         rather than rmail-output-to-rmail-file.
3984
3985 2009-02-07  Glenn Morris  <rgm@gnu.org>
3986
3987         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3988         autoload of function that no longer exists.
3989         (rmail-toggle-header): Declare.
3990         (message-forward-rmail-make-body): Handle mbox Rmail.
3991
3992 2009-01-31  Glenn Morris  <rgm@gnu.org>
3993
3994         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3995         2009-01-09 change.
3996
3997 2009-01-31  Dave Love  <fx@gnu.org>
3998
3999         * imap.el (imap-fetch-safe): Bind debug-on-error.
4000         (imap-debug): Add imap-fetch-safe.
4001
4002 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4003
4004         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4005         (auth-source-forget-all-cached): New convenience function.
4006         (auth-source-user-or-password): Accept list of modes or a single mode.
4007
4008         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4009         auth-source modes.
4010
4011         * netrc.el (netrc-machine-user-or-password): Use list of
4012         auth-source modes.
4013
4014         * nnimap.el (nnimap-open-connection): Use list of
4015         auth-source modes.
4016
4017         * nntp.el (nntp-send-authinfo): Use list of
4018         auth-source modes.
4019
4020 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4021
4022         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4023         now.
4024
4025 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4028         coding system in XEmacs; add a workaround for XEmacs.
4029
4030         * lpath.el: Fbind coding-system-aliasee.
4031
4032 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4035         of current-language-environment.
4036
4037 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4038
4039         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4040         available at runtime.
4041
4042 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4045
4046 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4047
4048         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4049         the greatest positive fixnum value doesn't work under an XEmacs with
4050         bignum support; use the most-positive-fixnum constant instead,
4051         available since Emacs 21.1 with cl and XEmacs 21.1.
4052
4053 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4056         XEmacs gets not to work.
4057
4058 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * mm-util.el (mm-coding-system-priorities): Allow the value like
4061         "Japanese (UTF-8)" of current-language-environment.
4062
4063 2009-01-09  Glenn Morris  <rgm@gnu.org>
4064
4065         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4066         with last-command-event.
4067
4068 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4069
4070         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4071         in the doc string.
4072
4073         * message.el (message-fix-before-sending): Amend comment.
4074
4075 2009-01-08  Dave Love  <fx@gnu.org>
4076
4077         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4078
4079 2009-01-07  David Engster  <dengste@eml.cc>
4080
4081         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4082         simplified server definitions by converting it via
4083         gnus-server-to-method.
4084
4085 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4088         parameter's operands.
4089
4090 2009-01-06  David Engster  <dengste@eml.cc>
4091
4092         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4093         primary select method (for gnus-group-mark-article-as-read).
4094
4095 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4096
4097         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4098         `(gnus)Face', not `(gnus)X-Face'.
4099
4100 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * mm-util.el (mm-ucs-to-char): New function.
4103
4104         * mm-url.el (mm-url-decode-entities): Use it.
4105
4106         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4107         unicode-to-char.
4108
4109 2009-01-05  Dave Love  <fx@gnu.org>
4110
4111         * time-date.el: Require cl for `declare'.
4112
4113 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4114
4115         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4116         Dave Love.
4117
4118 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * message.el (message-fix-before-sending): Add `eight-bit' to
4121         illegible-text check.
4122
4123 2009-01-03  Michael Olson  <mwolson@gnu.org>
4124
4125         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4126         `headers' is nil.  This can occur if the IMAP server does not have
4127         permissions to read messages from a folder, but can write new messages
4128         to the folder.
4129         (nnimap-request-article-part): Do not insert `data' if it is nil.
4130
4131         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4132         characters which will confuse `read', so skip past them.
4133
4134 2009-01-01  Dave Love  <fx@gnu.org>
4135
4136         * imap.el (imap-string-to-integer): Fix typo.
4137         (imap-fetch-safe): New function.
4138         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4139
4140         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4141
4142         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4143         (imap-parse-greeting): Fix doc strings.
4144         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4145         (imap-parse-flag-list): Make messages unique.
4146         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4147
4148         * nnimap.el: Fix author email.
4149         (nnimap-split-rule): Add FIXME comment.
4150         (nnimap-debug): Fix doc string.
4151
4152 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4153
4154         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4155
4156 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4157
4158         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4159         nslookup if resolv.conf isn't available.
4160         (dns-query): Rename from query-dns.
4161         (dns-query-cached): Rename from query-dns-cached.
4162
4163 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4166         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4167         to check if those variables exist (first appeared in Emacs 18.50).
4168
4169 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * mm-util.el (mm-line-number-at-pos): New function.
4172
4173         * spam-report.el (spam-report-process-queue): Use it.
4174
4175 2008-12-24  David Engster  <dengste@eml.cc>
4176
4177         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4178         parameters that haven't existed as variables as buffer-local variables.
4179
4180 2008-12-23  Dave Love  <fx@gnu.org>
4181
4182         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4183         cadar.
4184
4185         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4186         imap-starttls-p.
4187         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4188
4189 2008-12-22  Dave Love  <fx@gnu.org>
4190
4191         * imap.el: Fix author email.  Doc fixes.
4192         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4193         reply.
4194
4195 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * spam-report.el (spam-report-gmane-max-requests): New constant.
4198         (spam-report-gmane-wait): New variable.
4199         (spam-report-gmane-ham, spam-report-gmane-spam)
4200         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4201         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4202         the server.
4203
4204         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4205         Add explanations.
4206
4207         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4208         nnheader-accept-process-output and nnheader-read-timeout if available.
4209         (pop3-movemail): Use it.
4210
4211         * message.el (message-check-news-body-syntax): Fix signature check if
4212         there's an attachment.
4213
4214 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * mm-util.el: Add comments to the mm- emulating functions.
4217
4218 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4219
4220         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4221         by Stephen Berman <stephen.berman@gmx.net>.
4222
4223 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * mm-util.el (mm-substring-no-properties): New function.
4226         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4227         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4228         (mm-string-to-multibyte): Doc fix.
4229
4230         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4231
4232 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4233
4234         * mml.el (mml-attach-file): Strip text properties from file name.
4235         (Bug#1574)
4236
4237 2008-12-16  Glenn Morris  <rgm@gnu.org>
4238
4239         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4240
4241 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4244         knows since the charset specified might be a bogus alias that
4245         mm-charset-synonym-alist provides.
4246
4247 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4248
4249         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4250         "ISO_8859-1".
4251
4252         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4253
4254 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * mm-util.el (mm-charset-eval-alist):
4257         Define it before mm-charset-to-coding-system.
4258         (mm-charset-to-coding-system): Add optional argument `silent';
4259         define it before mm-charset-override-alist.
4260         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4261         default value if it can be used in Emacs currently running;
4262         silence mm-charset-to-coding-system.
4263
4264 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4267         `allow-override' which says whether to use `mm-charset-override-alist'.
4268         (rfc2047-decode-encoded-words): Use it.
4269
4270         * mm-util.el (mm-charset-override-alist): Fix custom type;
4271         add `(gb2312 . gbk)' to choices.
4272
4273 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4276         fast.
4277
4278         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4279
4280         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4281
4282 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4283
4284         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4285         on links.
4286
4287         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4288
4289 2008-12-03  Lute Kamstra  <lute@gnu.org>
4290
4291         * sha1.el: Remove leading * from docstrings of defcustoms,
4292         deffaces, defconsts and defuns.
4293
4294 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4297         users' addresses that don't have domain parts.
4298         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4299         rather than message-narrow-to-head since there will be the message
4300         header separator.
4301
4302 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4303
4304         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4305         since the result is inserted in a unibyte buffer anyway.
4306         (nnimap-demule-use-string-to-multibyte): Remove.
4307         (nnimap-demule): Alias it to mm-string-to-multibyte.
4308
4309 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4312         variable for debugging bug#464 and bug#1174.
4313         (nnimap-demule): Use it.
4314
4315 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4316
4317         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4318         score calculation correctly.
4319
4320 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4321
4322         * message.el (message-send-mail): Just set the buffer to unibyte
4323         rather than use mm-with-unibyte-current-buffer which does a lot more.
4324         (message-send-mail-partially): Don't bother with
4325         mm-with-unibyte-current-buffer since it's already been made unibyte by
4326         message-send-mail.
4327
4328 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4331
4332 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4335
4336 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4339         require itself and to remove `with-no-warnings'.
4340
4341 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4342
4343         * starttls.el (starttls-any-program-available): Get the name of the
4344         available TLS layer program.
4345         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4346         well as the host name in the "opening" message.
4347
4348         * auth-source.el (auth-source-cache, auth-source-do-cache)
4349         (auth-source-user-or-password): Cache passwords and logins by default,
4350         allow override with `auth-source-do-cache'.
4351         (auth-source-forget-user-or-password): Allow users to remove cache
4352         entries if needed.
4353
4354 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4355
4356         * md4.el (md4-buffer): Fix typo in docstring.
4357         (md4, md4-64): Doc fixes.
4358         (md4-pack-int32): Reflow docstring.
4359
4360 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4363         condition-case to only the forward-sexp call.
4364
4365 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4366
4367         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4368         quotes contained.  Make it more robust regardless by an extra
4369         condition-case wrapper.
4370
4371 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4374
4375 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * nnml.el (nnml-request-expire-articles): Check if the function set to
4378         `nnmail-expiry-target' returns the symbol `delete'.
4379
4380         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4381
4382         * nnmail.el (nnmail-expiry-target): Fix custom type.
4383
4384 2008-10-02  Glenn Morris  <rgm@gnu.org>
4385
4386         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4387         Silence compiler warning.
4388
4389 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4390
4391         * tls.el (open-tls-stream): Show the actual command being
4392         executed, instead of the format string.
4393
4394 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * lpath.el: Fbind codepage-setup for Emacs 23.
4397
4398 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4399
4400         * mml.el (mml-menu): Don't assume mml2015 is bound.
4401
4402 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4405         exists.
4406
4407 2008-09-27  Glenn Morris  <rgm@gnu.org>
4408
4409         * gnus-util.el (mail-header-remove-comments): Autoload it.
4410
4411 2008-09-27  Andreas Schwab  <schwab@suse.de>
4412
4413         * gnus-util.el (gnus-split-references): Strip comments.
4414         (gnus-parent-id): Likewise.
4415
4416 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4417
4418         * message.el (message-confirm-send): Fix version.
4419
4420 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * message.el (message-idna-to-ascii-rhs-1): Use
4423         mail-extract-address-components rather than mail-header-parse-addresses
4424         that is an alias by default to ietf-drums-parse-addresses that does not
4425         support non-ASCII names in headers' contents.
4426
4427 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4428
4429         * message.el (message-confirm-send): Fixed variable documentation to
4430         avoid the "y/n" wording.
4431
4432 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4433
4434         * message.el (message-set-auto-save-file-name): Save to a different
4435         filename so multiple messages (especially drafts) can be recovered.
4436
4437 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         * message.el (message-confirm-send): Add appropriate version.
4440
4441 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4442
4443         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4444         defvar.
4445
4446 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4447
4448         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4449         (mm-pkcs7-enveloped-magic): Ditto.
4450
4451 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4452
4453         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4454         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4455
4456 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4457
4458         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4459         default, it's better.
4460
4461 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4462
4463         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4464         summary line gnus-number property and ignore them (with a warning
4465         message).
4466
4467 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4470         macro caddr in the interactive form since it won't be expanded.
4471
4472 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4475         `charset'; fix name of function called recursively.
4476         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4477
4478 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4481         (gnus-mime-set-charset-parameters): New function.
4482         (gnus-mime-view-part-as-charset): Use it to correctly display part
4483         specifying wrong charset.
4484
4485 2008-09-08  David Engster  <dengste@eml.cc>
4486
4487         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4488         in completing-read for back end server.
4489
4490 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4491
4492         * message.el (message-confirm-send): New variable to confirm sending a
4493         message.
4494         (message-send): Use it.
4495
4496 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4497
4498         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4499
4500 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4503
4504 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4505
4506         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4507         prevent tracking too many groups.
4508         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4509         Use it.
4510
4511 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4512
4513         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4514         moving point to the bottom of the window in order to avoid recentering.
4515
4516 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4519
4520         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4521         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4522         (gnus-article-beginning-of-window): Fix calculation.
4523
4524 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-msg.el (gnus-summary-supersede-article)
4527         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4528         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4529         message header.
4530
4531 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4532
4533         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4534         pending output coming after the status change.
4535
4536 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4537
4538         * message.el:
4539         * gnus-start.el:
4540         * gnus-registry.el: Remove VMS support.
4541
4542 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4545         macro.
4546         (rfc2104-hash): Use it.
4547
4548 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4549
4550         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4551         (gnus-summary-sort-by-most-recent-date): New commands.
4552         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4553         and menu entries.
4554
4555 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4558         don't redisplay article for raw contents; remove plural articles stuff.
4559
4560         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4561         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4562         on gnus-summary-save-article; display results properly.
4563
4564 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * lpath.el: No need to fbind ns-focus-frame.
4567
4568 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4571
4572 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4575         gnus-save-all-headers.
4576
4577 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4578
4579         * gnus-util.el (ns-focus-frame): Remove declaration.
4580         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4581         like x.
4582
4583 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4584
4585         * rfc2104.el (rfc2104-zero): Delete defconst.
4586         (rfc2104-hex-alist): Likewise.
4587         (rfc2104-hex-to-int): Delete func.
4588         (rfc2104-hexstring-to-bitstring): Likewise.
4589         (rfc2104-nybbles): New defconst.
4590         (rfc2104-hash): Rewrite for speed.
4591
4592 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * tls.el (open-tls-stream): Make it work with the 2nd argument
4595         BUFFER that is a string but does not exist as a buffer object, as
4596         mentioned in the doc-string.
4597
4598 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4601         SXEmacs.
4602
4603 2008-07-16  Glenn Morris  <rgm@gnu.org>
4604
4605         * gnus-util.el (ns-focus-frame): Declare for compiler.
4606
4607 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4610         set as a group parameter.
4611         (gnus-summary-save-in-pipe): Work when it is called independently.
4612         (gnus-summary-pipe-to-muttprint): Don't modify
4613         gnus-summary-pipe-output-default-command.
4614
4615 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4616
4617         * message.el (message-send-mail-with-sendmail):
4618         Display the error message.
4619
4620 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * gnus-art.el (gnus-default-article-saver):
4623         Add gnus-summary-save-in-pipe to choices.
4624         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4625         gnus-summary-pipe-output-default-command as the default command.
4626         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4627         instead of gnus-last-shell-command.
4628
4629         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4630         New user option.
4631         (gnus-summary-muttprint-program): Mention the value will be changed.
4632         (gnus-summary-save-article): Force showing of all headers.
4633         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4634
4635 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4636
4637         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4638
4639 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4640
4641         * nnimap.el (nnimap-id):
4642         * sieve-manage.el (sieve-manage-open): Doc fixes.
4643
4644 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4645
4646         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4647         if available.
4648
4649 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4650
4651         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4652
4653         * nnkiboze.el (nnkiboze-generate-group):
4654         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4655
4656         * nnmairix.el: Require CL.
4657
4658 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * dgnushack.el: Autoload get-display-table and put-display-table for
4661         XEmacs 21.5.
4662
4663         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4664         21.4 and SXEmacs.
4665
4666 2008-06-15  David Engster  <dengste@eml.cc>
4667
4668         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4669
4670 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4671
4672         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4673         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4674         runtime choice under XEmacs.
4675
4676         * gnus-sum.el (gnus-summary-set-display-table):
4677         Use `gnus-put-display-table', `gnus-get-display-table',
4678         `gnus-set-display-table' for the display table, instead of `aset'.
4679
4680         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4681         Use `gnus-put-display-table', `gnus-get-display-table',
4682         `gnus-set-display-table' for the display table.
4683
4684 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4685
4686         * nnmairix.el: Add autoloads.
4687
4688 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * nnmairix.el (nnmairix-delete-recreate-group)
4691         (nnmairix-update-and-clear-marks): Fix error messages.
4692
4693 2008-06-14  David Engster  <dengste@eml.cc>
4694
4695         * nnmairix.el: Upgrade to version 0.6.
4696         (nnmairix-group-toggle-propmarks-this-group)
4697         (nnmairix-group-toggle-readmarks-this-group)
4698         (nnmairix-group-delete-recreate-this-group)
4699         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4700         (nnmairix-remove-tick-mark-original-article): New commands.
4701         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4702         (nnmairix-propagate-marks-to-nnmairix-groups)
4703         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4704         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4705         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4706         functions needed for marks propagation and manipulation of read marks.
4707         (nnmairix-update-groups): New function.
4708         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4709         (nnmairix-determine-original-group-from-registry)
4710         (nnmairix-determine-original-group-from-path)
4711         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4712         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4713         New helper functions.
4714         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4715         keystrokes for new commands.
4716         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4717         (nnmairix-request-group): Check allow-fast group parameter.
4718         (nnmairix-request-create-group): Set allow-fast group parameter if
4719         nnmairix-allowfast-default is set.
4720         (nnmairix-close-group): Propagate marks upon closing if needed.
4721         (nnmairix-group-toggle-threads-this-group): Use new.
4722         nnmairix-group-toggle-parameter helper function.
4723         (nnmairix-search): Better check for empty search result.
4724         (nnmairix-goto-original-article): Use new helper functions for
4725         determining original article.
4726         (nnmairix-show-original-article): Make sure message-id is in brackets.
4727         (nnmairix-call-mairix-binary): Change variable name.
4728         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4729         helper function.
4730         (nnmairix-widget-toggle-activate): Fix doc string.
4731
4732 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * nnir.el: Require edmacro when compiling with XEmacs.
4735         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4736         available in Emacs 21.
4737
4738 2008-06-11  Glenn Morris  <rgm@gnu.org>
4739
4740         * gnus-util.el (x-focus-frame):
4741         * gnus.el (image-size):
4742         * mm-decode.el (image-size): Declare.
4743
4744         * gnus-picon.el (declare-function): Add compat definition.
4745         (image-size): Declare.
4746
4747         * gnus-group.el (tool-bar-map):
4748         * gnus-sum.el (tool-bar-map): Define for compiler.
4749
4750         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4751
4752         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4753
4754         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4755         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4756         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4757         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4758         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4759         * sieve-manage.el, spam-report.el, spam.el:
4760         Remove unnecessary eval-and-compile of autoloads.
4761
4762 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4763
4764         * auth-source.el: Precise Tramp doc.
4765
4766 2008-06-07  Glenn Morris  <rgm@gnu.org>
4767
4768         * nnmairix.el: Remove unnecessary eval-when-compile.
4769
4770 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * lpath.el: Fbind propertize for XEmacs 21.4.
4773
4774 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4775
4776         * nnir.el: Move here from ../contrib.
4777
4778 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4779
4780         * gnus-util.el (gnus-read-shell-command): New function.
4781         * mm-decode.el (mm-pipe-part):
4782         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4783
4784 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4787
4788 2008-06-03  Glenn Morris  <rgm@gnu.org>
4789
4790         * pop3.el (nnheader-accept-process-output): Autoload it.
4791
4792 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4795         are not 2-digit hexadecimal characters that follow `%'s.
4796
4797 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4798
4799         * message.el (message-bogus-recipient-p): Fix type in doc string.
4800         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4801         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4802         Improve custom options.
4803         (message-bogus-recipient-p): Adjust accordingly.
4804
4805 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4806
4807         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4808         long-form month and day names.
4809
4810 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * dgnushack.el: Autoload debug, eudc-expand-inline and
4813         pgg-snarf-keys-region for XEmacs.
4814
4815         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4816
4817         * nnmairix.el: Require edmacro when compiling with XEmacs.
4818
4819 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4820
4821         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4822         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4823
4824 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4825
4826         * auth-source.el: Add more docs.
4827
4828         * netrc.el (netrc-machine): Always match if the port is not given.
4829
4830 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4833         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4834         retrieval faster in some cases, but might make CPU usage larger.  If
4835         this has any bad side effects, we might revert this change.
4836
4837         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4838         seems to make mail retrieval much, much faster.
4839         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4840         unconditionally.
4841
4842         * gnus-draft.el (gnus-group-send-queue): Bind
4843         message-send-mail-partially-limit to nil to avoid being prompted.
4844
4845 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4846
4847         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4848
4849         * message.el (message-bogus-address-regexp): Fix and improve custom
4850         type.
4851         (message-setup-hook): Add message-check-recipients as custom option.
4852
4853 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4854
4855         * message.el (message-cite-function): Remove bogus autoload which crept
4856         in during merge from v5-10.
4857
4858 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4859
4860         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4861
4862         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4863
4864         * auth-source.el: Preliminary Tramp docs.
4865         (auth-sources): Change the default auth-sources to use
4866         EPA .gpg files.
4867
4868 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4869
4870         * nntp.el: Autoload `auth-source-user-or-password'.
4871         (nntp-send-authinfo): Use it.
4872
4873         * nnimap.el: Autoload `auth-source-user-or-password'.
4874         (nnimap-open-connection): Use it.
4875
4876         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4877         for the gnus-message function.
4878         (auth-source-user-or-password): Use it.
4879
4880 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4881
4882         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4883         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4884         (rfc2104-hash): Use it.
4885
4886 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4887
4888         * gnus-art.el (gnus-article-toggle-truncate-lines):
4889         Don't use `iff' in docstring.
4890
4891 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4892
4893         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4894
4895         * gnus-util.el (gnus-extract-address-component-name)
4896         (gnus-extract-address-component-email): Convenience functions around
4897         `gnus-extract-address-components'.
4898
4899         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4900         Use `gnus-extract-address-component-email' to fix bug of comparing full
4901         sender name to `user-mail-address'.
4902
4903 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4904
4905         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4906         catch/throw to optimize.
4907         (gnus-registry-find-keywords): Just use member to find a keyword.
4908
4909 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4910
4911         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4912         is current before calling gnus-server-prepare.
4913         (gnus-server-setup-buffer, gnus-server-update-server)
4914         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4915
4916 2008-05-04  Juri Linkov  <juri@jurta.org>
4917
4918         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4919         (mailcap-file-default-commands): Use mailcap-replace-in-string
4920         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4921         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4922
4923 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4924
4925         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4926
4927 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4928
4929         * gnus.el: Bump version to 0.11.
4930
4931 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4932
4933         * gnus.el: No Gnus v0.10 is released.
4934
4935 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936
4937         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4938         hooks.
4939         (gnus-update-read-articles): Speed up non-marks-using users.
4940         (gnus-use-marks): Define gnus-use-marks.
4941         (gnus-propagate-marks): Rename variable to something more sensible.
4942
4943 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4944
4945         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4946         (gmm-image-load-path-for-library): Fix typos in docstrings.
4947         (gmm-message): Reflow docstring.
4948
4949 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4950
4951         * mail-source.el (mail-source-set-1, mail-source-bind):
4952         Move auth-source code out of the macro to clean it up and fix bugs.
4953
4954 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4955
4956         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4957         by sender if it's equal to user-mail-address, it's likely to be
4958         useless.
4959
4960         * mail-source.el (mail-source-bind): Don't use user or password if they
4961         are not bound.  Unintern them if they are nil.  Don't use server unless
4962         it's bound, and default it to empty string otherwise.
4963
4964 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4965
4966         * mail-source.el: Load auth-source.el.
4967         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4968         get user name or password, if auth-sources is set up.
4969
4970         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4971         strategy of splitting with parent.
4972         (gnus-registry-split-fancy-with-parent)
4973         (gnus-registry-post-process-groups): Use it and fix prior
4974         bug (returning a list as the split result).
4975
4976         * auth-source.el (auth-sources): Remove server parameter.
4977         (auth-source-pick, auth-source-user-or-password)
4978         (auth-source-user-or-password-imap)
4979         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4980         (auth-source-user-or-password-sftp)
4981         (auth-source-user-or-password-smtp): Remove server parameter.
4982
4983 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4984
4985         * smime.el (smime-sign-region, smime-encrypt-region)
4986         (smime-decrypt-region):
4987         Remove redundant calls to `generate-new-buffer-name'.
4988
4989 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4990
4991         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4992         Don't use QP for message/rfc822.
4993         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4994
4995 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4996
4997         * sieve-manage.el (sieve-string-bytes): Remove.
4998         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4999         correct byte-length only if the process's coding-system is the same as
5000         the one used internally by Emacs to represent strings.
5001
5002 2008-04-22  Juri Linkov  <juri@jurta.org>
5003
5004         * mailcap.el (mailcap-file-default-commands): New function.
5005
5006 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5007
5008         * message.el (message-signature-separator, message-cite-function):
5009         Change custom version.
5010
5011 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5012
5013         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5014         commands.
5015         (tls-checktrust): Ditto.
5016
5017 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5018
5019         * mm-decode.el (mm-display-external): Make temp file read-only.
5020
5021 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5022
5023         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5024         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5025         `C-c C-f d'.
5026
5027 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5028
5029         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5030
5031 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5032
5033         * gnus.el: Bump version to 0.9.
5034
5035 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5036
5037         * gnus.el: No Gnus v0.8 is released.
5038
5039 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5040
5041         * mail-source.el (mail-source-value):
5042         Prefer fboundp to functionp so it works with macros as well.
5043
5044 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5045
5046         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5047         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
5053
5054 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5055
5056         * auth-source.el: Added docs.
5057         (auth-sources): Modify format to support server.
5058         (auth-source-pick, auth-source-user-or-password)
5059         (auth-source-user-or-password-imap)
5060         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5061         (auth-source-user-or-password-sftp)
5062         (auth-source-user-or-password-smtp): Add server parameter.
5063
5064 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5065
5066         * gnus-registry.el: Initialize the registry when gnus-registry-install
5067         is t.
5068
5069 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * compface.el (uncompface): Make buffer unibyte.
5072
5073 2008-04-05  Glenn Morris  <rgm@gnu.org>
5074
5075         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5076
5077 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5078
5079         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5080         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5081
5082         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5083         multibyteness after rather than before erasing it.
5084
5085         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5086         mm-with-multibyte.
5087         (gnus-request-article-this-buffer): Make sure the proper decoding is
5088         used if gnus-original-article-buffer happens to be unibyte.
5089
5090         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5091         default-enable-multibyte-characters.
5092
5093         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5094         default-enable-multibyte-characters.
5095
5096         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5097
5098         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5099
5100 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5101
5102         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5103         (imap-message-copyuid-1): Use it.
5104         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5105         J. Williams in
5106         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5107
5108         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5109         imap-enable-exchange-bug-workaround.
5110         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5111
5112 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5113
5114         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5115         a 100 byte status-checks into a 2-3MB transfer for each group.
5116         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5117         to enable bug workaround or not.
5118         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5119
5120 2008-03-31  Glenn Morris  <rgm@gnu.org>
5121
5122         * message.el (mml2015-use): Declare for compiler.
5123         (message-info): Require mml2015 when appropriate.
5124
5125 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5128         whitespace.
5129
5130 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5131
5132         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5133         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5134         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5135         (nntp-service-to-port): New function.
5136         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5137         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5138         (nntp-open-netcat-stream): New function.
5139         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5140
5141 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5142
5143         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5144
5145 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5146
5147         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5148
5149 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5150
5151         * dns.el (dns-write): Use set-buffer-multibyte.
5152
5153 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5154
5155         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5156
5157 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5158
5159         * message.el (message-signature-separator): Change default.
5160         Improve custom type.
5161         (message-cite-function): Change default to
5162         message-cite-original-without-signature.
5163
5164         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5165         toggle.
5166
5167         * message.el (message-check-news-body-syntax): Fix signature check.
5168         (message-setup-1): Mark buffer as unmodified _after_ running
5169         message-setup-hook and handling message-alternative-emails.
5170         (message-shorten-references): Be more strict when building list of
5171         valid references to comply with GNKSA.
5172
5173         * gnus-group.el (gnus-read-ephemeral-bug-group)
5174         (gnus-read-ephemeral-debian-bug-group)
5175         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5176
5177         * message.el (message-info): Don't use booleanp which isn't supported
5178         in Emacs 21 and XEmacs.
5179
5180 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5181
5182         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5183         gnus-group-gmane-group-download-format.
5184         (gnus-group-read-ephemeral-gmane-group): Rename from
5185         gnus-group-read-ephemeral-gmane-group.
5186         (gnus-read-ephemeral-gmane-group-url): Rename from
5187         gnus-group-read-ephemeral-gmane-group-url.
5188         (gnus-bug-group-download-format-alist): New variable.
5189         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5190         (gnus-read-ephemeral-emacs-bug-group): New commands.
5191
5192 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5193
5194         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5195         (gnus-visible-headers): Improve custom type.
5196
5197 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * mml.el (mml-menu): Add workarounds for XEmacs.
5200
5201         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5202         X-Boundary header.
5203
5204         * message.el (message-simplify-recipients): Fix previous commit.
5205
5206 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5207
5208         * mm-util.el (mm-set-buffer-multibyte): New function.
5209         * mm-decode.el (mm-copy-to-buffer): Use it.
5210
5211 2008-03-19  Glenn Morris  <rgm@gnu.org>
5212
5213         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5214         Accidentally removed in the sync process with Emacs.
5215
5216 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * message.el (message-alter-recipients-discard-bogus-full-name):
5219         New function.
5220         (message-alter-recipients-function): New variable.
5221         (message-get-reply-headers): Use it.
5222         (message-replace-header): New helper function.
5223         (message-recipients-without-full-name): New variable.
5224         (message-simplify-recipients): New command.
5225
5226         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5227
5228         * message.el (message-info): Handle EasyPG manual.
5229
5230         * mml.el (mml-menu): Add entry for EasyPG.
5231
5232 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5233
5234         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5235         parameter.
5236
5237         * message.el (message-disassociate-draft): Specify drafts group name
5238         fully.
5239
5240 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5241
5242         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5243         unnecessary duplicates from the match list.
5244
5245 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5248
5249         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5250
5251         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5252         args of `how-many' of which the XEmacs version doesn't take; declare
5253         Info-index-next as function.
5254
5255 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5256
5257         * gnus-score.el (gnus-score-headers): Fix handling of
5258         gnus-inhibit-slow-scoring.
5259
5260         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5261         string.
5262         (gnus-button-url-regexp): Improve handling of parenthesis.
5263         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5264         (gnus-button-handle-info-keystrokes): Handle index entries.
5265
5266 2008-03-15  Glenn Morris  <rgm@gnu.org>
5267
5268         * parse-time.el (parse-time-string): Simplify.
5269
5270 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5273         Incoming* files.
5274
5275 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5276
5277         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5278         (auth-source-pick): Use it.
5279
5280 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5281
5282         * binhex.el (binhex-decode-region-internal):
5283         * uudecode.el (uudecode-decode-region-internal):
5284         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5285         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5286         setting default-enable-multibyte-characters.
5287
5288 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5289
5290         * auth-source.el (auth-source-protocols)
5291         (auth-source-protocols-customize, auth-source-choices): Added and
5292         modified variable customizations and defaults.
5293         (auth-source-pick, auth-source-user-or-password)
5294         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5295         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5296         (auth-source-user-or-password-sftp)
5297         (auth-source-user-or-password-smtp): Use new variables and provide an
5298         interface to netrc.el.
5299
5300 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5303         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5304         Make sure the nntp port to specify is a string.
5305
5306 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5307
5308         * nntp.el: Use with-current-buffer.
5309         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5310         dubious mm-with-unibyte-current-buffer.
5311         (nntp-with-open-group-function): New function extracted from
5312         nntp-with-open-group macro.
5313         (nntp-with-open-group): Use the function, so it's easier to debug.
5314         Add indentation and debugging info.
5315         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5316         the use of the netcat alternatives.
5317
5318         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5319         Avoid mm-string-as-multibyte as well.
5320
5321         * nnweb.el (nnweb-insert-html):
5322         Remove use of nnheader-string-as-multibyte.
5323
5324         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5325         (nnheader-string-as-multibyte): Remove.
5326
5327         * mm-view.el: Use inhibit-read-only.
5328         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5329         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5330         or unibyte-string.
5331
5332         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5333         (mm-uu-yenc-extract): Use with-current-buffer.
5334
5335         * gnus-soup.el (gnus-soup-send-packet): Don't use
5336         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5337
5338         * nnmh.el: Use with-current-buffer.
5339         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5340         mm-string-as-multibyte on the output of mm-encode-coding-string.
5341
5342         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5343         (nnimap-request-move-article): Use with-current-buffer.
5344
5345         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5346         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5347         conversion uses string-make-unibyte rather than string-as-unibyte.
5348
5349         * gnus-msg.el: Use with-current-buffer.
5350
5351         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5352
5353 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5354
5355         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5356         string for caching if it is 'PIN.
5357
5358 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * lpath.el: Consider the case without Emacs/W3.
5361
5362 2008-03-08  Glenn Morris  <rgm@gnu.org>
5363
5364         * time-date.el (date-to-time, time-subtract, time-add)
5365         (safe-date-to-time): Doc fixes.
5366
5367 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5368
5369         * mail-source.el (mail-source-delete-old-incoming-confirm):
5370         Change default to nil.
5371         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5372
5373 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * lpath.el: Rearrange.
5376
5377         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5378         (gnus-article-goto-prev-page): Work for articles having ^L's.
5379
5380         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5381
5382         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5383
5384 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5385
5386         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5387         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5388         (gnus-bookmark-jump): Adjust some variable names.
5389
5390 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * auth-source.el: New package.
5393         (auth-source-choices): Add customization entry point variable.
5394
5395         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5396         bug.
5397
5398 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5399
5400         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5401         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5402         (gnus-registry-install-shortcuts): Rename from
5403         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5404         the `gnus-registry-mark-map' keymap dynamically from
5405         `gnus-registry-marks'.  The generated functions update the summary line
5406         when a registry mark is added or deleted, and will call
5407         `gnus-registry-install-p' (see the comments in the code).
5408         (gnus-registry-user-format-function-M): Use concat intelligently.
5409
5410         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5411         the registry mark functions.
5412
5413 2008-03-05  Glenn Morris  <rgm@gnu.org>
5414
5415         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5416         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5417         gnus-art.
5418         (top-level): No need to load own source when compiling.
5419
5420 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5421
5422         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5423         Suggested by <chris.anderton@zetnet.co.uk>.
5424
5425 2008-03-04  Glenn Morris  <rgm@gnu.org>
5426
5427         * gnus-sum.el (top-level): No need to require gnus when compiling,
5428         since unconditionally required near start of file.
5429         (gnus-summary-display-while-building): Move definition before use.
5430
5431 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5432
5433         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5434         formatting function.
5435
5436 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5437
5438         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5439         with plists.
5440         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5441         Use new format.
5442
5443 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5446         `where-is-internal' that returns a range of key sequences.
5447
5448 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5449
5450         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5451
5452         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5453         (gnus-summary-jump-to-group): Consider windows on other displayed
5454         frames as well.  Similar changes might be needed elsewhere, but that's
5455         the one I've bumped into during my use.
5456
5457         * nndoc.el (nndoc-oe-dbx-type-p):
5458         * gnus-msg.el (gnus-debug):
5459         * gnus-group.el (gnus-update-group-mark-positions):
5460         Use mm-string-to-multibyte.
5461
5462 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5465         doesn't handle NotDashEscaped.
5466
5467         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5468         (mml-dnd-attach-options): Fix typo in custom choice.
5469
5470         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5471         nndoc-article-type to mbox.
5472         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5473
5474         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5475         to nil, instead of html2text.
5476
5477         * imap.el (imap-debug): Add `imap-ping-server'.
5478
5479         * gnus-bookmark.el: Add FIXMEs.
5480
5481         * message.el (message-form-letter-separator)
5482         (message-send-form-letter-delay): New variables.
5483         (message-send-form-letter): Use them.  New command to send form
5484         letters.  Requested by Uwe Siart.
5485         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5486
5487 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5488
5489         * Update copyright years.
5490
5491 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5492
5493         Sync from EMACS_22_BASE.
5494
5495         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5496
5497 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5498
5499         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5500         empty author.
5501
5502 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         * gnus-registry.el (gnus-registry-marks): Add variable for
5505         customization of marks and their appearance.
5506         (gnus-registry-read-mark): Use it.
5507         (gnus-registry-do-marks): Add utility function to loop through
5508         `gnus-registry-marks'.
5509         (gnus-registry-install-shortcuts-and-menus): Add function to install
5510         shortcuts and menus.
5511         (gnus-registry-initialize): Use it.
5512         (gnus-registry-default-mark): Clarify documentation.
5513
5514 2008-02-29  Glenn Morris  <rgm@gnu.org>
5515
5516         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5517         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5518         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5519         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5520         Change defcustom :version from 23.0 to 23.1.
5521
5522 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5523
5524         * gnus-registry.el (gnus-registry-follow-group-p)
5525         (gnus-registry-post-process-groups): Add functions to aid registry
5526         splitting and improve logging.  Clarify behavior in function
5527         documentation.
5528         (gnus-registry-split-fancy-with-parent): Use them.
5529
5530 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5531
5532         * gnus-art.el: Use with-current-buffer.
5533
5534 2008-02-27  David Engster  <dengste@eml.cc>
5535
5536         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5537         Express real group name in the response.
5538
5539 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5542         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5543         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5544         autoload gnus-registry-fetch-group when compiling.
5545         (nnmairix-request-group-with-article-number-correction): Remove
5546         unreferenced argument passed to nnmairix-call-backend.
5547
5548 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5549
5550         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5551         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5552         Wilde.
5553
5554 2008-02-27  Glenn Morris  <rgm@gnu.org>
5555
5556         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5557         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5558         variables to defconsts.  Convert comments to doc-strings.
5559         (nnmairix-last-server, nnmairix-current-server): Convert from free
5560         variables to defvars.  Convert comments to doc-strings.
5561         (gnus-registry-fetch-group): Autoload.
5562         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5563         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5564         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5565         caddr.
5566         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5567         nnmairix-request-group-with-article-number-correction call.
5568         (nnmairix-fast, nnmairix-group): New, less general names, for free
5569         variables passed from nnmairix-request-group to
5570         nnmairix-request-group-with-article-number-correction.  Declare.
5571         (nnmairix-request-group-with-article-number-correction):
5572         Use nnmairix-fast, nnmairix-group rather than fast, group.
5573
5574 2008-02-26  David Engster  <dengste@eml.cc>
5575
5576         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5577         version 0.5.
5578
5579 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5580
5581         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5582         instead of making an extra function call.  Don't add the current group
5583         to articles only when they have the group.  Use
5584         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5585         Reported by David <de_bb@arcor.de>.
5586
5587 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5590         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5591
5592 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5593
5594         * mail-source.el (mail-source-delete-incoming): Change default.
5595         Supplement doc string.
5596
5597         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5598
5599 2008-02-14  Glenn Morris  <rgm@gnu.org>
5600
5601         * time-date.el (format-seconds): New function.
5602
5603 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5604
5605         * nnmail.el (nnmail-message-id-cache-file): Derive from
5606         `gnus-home-directory'.
5607
5608 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5611         Document negative prefix.
5612
5613         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5614
5615 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * message.el (message-unsent-separator): Add the Exim bounce
5618         separator.
5619
5620 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5621
5622         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5623         list.
5624         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5625         recipient/signer list.
5626
5627 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * Makefile.in (datarootdir): Define.
5630         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5631         name that might contain whitespace.
5632
5633 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5636         fbound (Emacs 23 unicode), signal an error.
5637
5638 2008-02-08  Glenn Morris  <rgm@gnu.org>
5639
5640         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5641
5642 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5643
5644         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5645         ports to the calls to `netrc-machine-user-or-password' in addition to
5646         "imap" and "imaps".
5647
5648 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5649
5650         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5651
5652         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5653
5654 2008-02-01  Kenichi Handa  <handa@m17n.org>
5655
5656         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5657         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5658         (rfc2104-hash): Convert the result of concat to unibyte string.
5659
5660 2008-02-01  Dave Love  <fx@gnu.org>
5661
5662         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5663         coding-system-for-read.
5664         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5665
5666 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5667
5668         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5669         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5670         <hanche@math.ntnu.no>.
5671
5672 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5675
5676         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5677
5678 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5679
5680         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5681         * message.el (message-beginning-of-line): Use featurep instead of bound
5682         tests in order to resolve conditionals at compile time.
5683
5684 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5685
5686         * mail-source.el (mail-sources): Add `group' choice.
5687
5688         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5689         parameter `in-group' to control into which group the articles go.
5690         Add treatment of `group' mail-source.
5691
5692 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5695
5696         * mm-decode.el (mm-dissect-buffer): Decode description.
5697
5698         * mml.el (mml-to-mime): Encode message header first.
5699
5700 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5703         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5704
5705         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5706         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5707
5708 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5709
5710         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5711
5712 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5715         prefix keys.
5716         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5717         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5718         gnus-xmas.el.
5719
5720         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5721         (gnus-xmas-article-describe-bindings): New function.
5722         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5723         gnus-xmas-article-describe-bindings.
5724
5725         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5726
5727 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5728
5729         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5730         Add new variables for article mark management.
5731         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5732         list of extra data entries which, when present, will indicate that the
5733         article ID should not be trimmed from the registry.
5734         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5735         functions.
5736         (gnus-registry-read-mark): New function to read a mark name from the
5737         user.
5738         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5739         (gnus-registry-set-article-mark-internal): New functions to add and
5740         remove marks.
5741         (gnus-registry-get-article-marks): New function to show the marks for
5742         an article, or retrieve them for further use.
5743
5744 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5747         keys when no argument is given.
5748
5749 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5750
5751         * imap.el (imap-ping-server): New variable.
5752         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5753         (imap-ping-server): Minor doc string fixes.
5754
5755 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5756
5757         * imap.el (imap-ping-server): New function.
5758         (imap-opened): Call imap-ping-server.
5759
5760 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * gnus-sum.el (gnus-article-sort-by-random)
5763         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5764         jidanni@jidanni.org.
5765
5766 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * gnus-art.el (gnus-article-describe-bindings): New function.
5769         (gnus-article-read-summary-keys): Use it.
5770         (gnus-article-mode-map): Bind `C-h b' to it.
5771
5772 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5775         XEmacs.
5776         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5777         against non-character events.
5778
5779         * lpath.el: Fbind map-keymap for Emacs 21.
5780
5781 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5782
5783         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5784         command.
5785         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5786         instead of END.  Change name of the temp file.
5787         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5788         customizable.
5789
5790 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5793         bind `S W' to gnus-article-wide-reply-with-original; set default
5794         binding to gnus-article-read-summary-send-keys.
5795         (gnus-article-read-summary-keys): Fix the order of keys; display
5796         continuation keys correctly in the echo area; describe bindings
5797         correctly when keys end with `C-h'.
5798         (gnus-article-read-summary-send-keys): New function.
5799         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5800         for gnus-article-read-summary-send-keys; display continuation keys
5801         correctly in the echo area.
5802         (gnus-article-reply-with-original): Ignore prefix argument.
5803         (gnus-article-wide-reply-with-original): New function.
5804
5805         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5806         Emacs 21.
5807
5808 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5811         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5812
5813 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5816         (gnus-group-read-ephemeral-gmane-group): New command.
5817
5818 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5819
5820         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5821
5822 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5823
5824         * message.el (message-send-mail-function): Increase custom version.
5825
5826         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5827         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5828
5829 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5830
5831         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5832         for the cases where imap-authenticate is called with a nil buffer
5833         parameter.
5834
5835 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5838         html parts correctly; support forwarded messages.
5839         (gnus-article-browse-html-article): Remove work buffers.
5840
5841         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5842         compiling.
5843         (netrc-bound-and-true-p): New macro.
5844         (netrc-parse): Use it instead of bound-and-true-p that is not available
5845         in XEmacs 21.4.
5846
5847 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5848
5849         * gnus-registry.el (gnus-registry-mark-article)
5850         (gnus-registry-article-marks): Add functionality to mark articles
5851         through the Gnus registry.
5852
5853         * encrypt.el: Clarify documentation for the new pgg method.
5854         (encrypt-file-alist): Add PGG option.
5855         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5856         functionality.  Abstract password key and messaging to external
5857         functions.
5858         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5859         (encrypt-message-method-and-cipher): Add new convenience external
5860         functions.
5861         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5862         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5863
5864         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5865         (netrc-parse): Use encrypt-file-alist to determine if
5866         encrypt-find-model or encrypt-insert-file-contents should be used.
5867
5868         * encrypt.el: Clarify documentation.  Load password-cache or
5869         password, whichever one is found first, instead of autoloading.
5870
5871 2007-12-19  Glenn Morris  <rgm@gnu.org>
5872
5873         * mml.el (message-options-set, message-narrow-to-head)
5874         (message-in-body-p, message-mail-p, message-encode-message-body):
5875         Autoload.
5876         (message-remove-header, message-narrow-to-headers-or-head)
5877         (message-subscribed-p, message-make-mail-followup-to)
5878         (message-position-on-field, message-news-p)
5879         (message-options-set-recipient, message-generate-headers)
5880         (message-sort-headers): Declare as functions.
5881
5882 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5883
5884         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5885         convention in doc string.
5886
5887 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5890         title to html parts.
5891         (gnus-article-browse-html-article): Pass message header to it.
5892
5893         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5894
5895 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5898         or password compatible with XEmacs.
5899
5900 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5903         format document.
5904         (gnus-mime-delete-part): Don't write description line if empty.
5905         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5906
5907 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5908
5909         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5910         (gnus-summary-mark-read-and-unread-as-read)
5911         (gnus-summary-mark-current-read-and-unread-as-read)
5912         (gnus-summary-mark-unread-as-ticked): Doc fix.
5913         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5914
5915 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5918         Christoph Conrad <christoph.conrad@gmx.de>.
5919
5920 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5923         yes-or-no-p.
5924
5925 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * mm-decode.el (mm-add-meta-html-tag): New function.
5928         (mm-save-part-to-file, mm-pipe-part): Use it.
5929
5930         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5931         gnus-y-or-n-p instead of y-or-n-p.
5932         (gnus-article-browse-html-parts): Work with message/external-body; use
5933         mm-add-meta-html-tag.
5934
5935 2007-12-11  Glenn Morris  <rgm@gnu.org>
5936
5937         * gnus-cache.el: Require gnus-sum not just when compiling.
5938
5939         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5940
5941         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5942         definitions before use.
5943
5944         * mm-decode.el: Require gnus-util.
5945         (mm-remove-part): Only call delete-annotation on XEmacs.
5946
5947         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5948
5949         * nnmail.el: Require gnus-int.
5950
5951         * spam.el: Move `require's before `eval-when-compile's.
5952
5953         * gnus-ems.el (gnus-alive-p):
5954         * gnus-fun.el (message-goto-eoh):
5955         * gnus-util.el (gnus-group-name-decode):
5956         * mail-source.el (gnus-compress-sequence):
5957         * message.el (Info-goto-node, format-spec):
5958         * mm-bodies.el (message-options-get):
5959         * mm-decode.el (mm-view-pkcs7):
5960         * mm-util.el (gmm-write-region):
5961         * mml-smime.el (mml-compute-boundary)
5962         (gnus-completing-read-with-default):
5963         * mml.el (widget-button-press, gnus-make-hashtable):
5964         * mml1991.el (mm-decode-content-transfer-encoding)
5965         (mm-encode-content-transfer-encoding)
5966         (message-options-get, message-options-set):
5967         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5968         * nnfolder.el (gnus-request-group):
5969         * nnheader.el (ietf-drums-unfold-fws):
5970         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5971         * smime.el (gnus-run-mode-hooks):
5972         * spam-stat.el (gnus-message): Autoload.
5973
5974         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5975         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5976         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5977         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5978         Add declare-function compatibility definition.
5979
5980         * gnus-cache.el (nnvirtual-find-group-art):
5981         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5982         (gnus-add-image, gnus-add-wash-type):
5983         * gnus-group.el (nnkiboze-score-file):
5984         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5985         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5986         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5987         (message-tokenize-header, gnus-get-buffer-create)
5988         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5989         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5990         * gnus.el (gnus-group-decoded-name):
5991         * mail-source.el (imap-capability):
5992         * mm-bodies.el (message-options-set):
5993         * mm-decode.el (gnus-configure-windows):
5994         * mm-extern.el (message-goto-body):
5995         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5996         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5997         (epg-sub-key-validity, message-options-set):
5998         * mml.el (widget-event-point, gnus-configure-windows):
5999         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6000         * mml2015.el (epg-check-configuration, epg-configuration)
6001         (message-options-set):
6002         * nndb.el (nndb-request-article):
6003         * nnfolder.el (gnus-request-create-group):
6004         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6005         * nnmaildir.el (gnus-group-mark-article-read):
6006         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6007         * rfc1843.el (message-fetch-field):
6008         * spam.el (gnus-extract-address-components):
6009         Declare as functions.
6010
6011 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6014
6015         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6016
6017         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6018         bind show-trailing-whitespace for XEmacs.
6019
6020 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6023         new no-op macro for backward compatibility.
6024
6025         * imap.el (imap-string-to-integer): New function.
6026
6027 2007-12-09  Glenn Morris  <rgm@gnu.org>
6028
6029         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6030
6031         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6032         * message.el, mm-view.el, sieve-manage.el, smime.el:
6033         Add declare-function compatibility definition.
6034
6035         * gnus-art.el (w3-region, w3m-region, Info-menu):
6036         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6037         * gnus-sum.el (gnus-get-predicate):
6038         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6039         * message.el (mail-abbrev-in-expansion-header-p):
6040         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6041         (w3m-detect-meta-charset, w3m-region):
6042         * sieve-manage.el (password-read, password-cache-add)
6043         (password-cache-remove):
6044         * smime.el (password-read-and-add): Declare as functions.
6045
6046 2007-12-08  David Kastrup  <dak@gnu.org>
6047
6048         * gnus-sum.el (gnus-summary-simplify-subject-query):
6049         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6050         `message'.
6051
6052 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6055         it to bind idna-program, installation-directory, defined-colors, and
6056         face-attribute for XEmacs of the version that compiles defcustom forms.
6057
6058 2007-12-07  Glenn Morris  <rgm@gnu.org>
6059
6060         * gnus-art.el (article-make-date-line): Revert previous change.
6061
6062 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6063
6064         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6065
6066 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6067
6068         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6069         Call gnus-add-to-range ranges only once with a prepared article-list.
6070
6071 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6072
6073         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6074         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6075         group names with backslashes.  Reported by Tassilo Horn
6076         <tassilo@member.fsf.org>.
6077
6078 2007-12-06  Deepak Goel  <deego3@gmail.com>
6079
6080         * gnus-art.el (article-make-date-line):
6081         * gnus-start.el (gnus-load):
6082         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6083
6084 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-art.el (gnus-use-idna)
6087         * gnus-start.el (gnus-site-init-file)
6088         * message.el (message-use-idna)
6089         * mm-uu.el (mm-uu-hide-markers)
6090         * smiley.el (smiley-style): Revert changes that suppress warnings.
6091
6092 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6095         specify charset to html source.  Reported by Christoph Conrad
6096         <christoph.conrad@gmx.de>.
6097
6098 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6101         idna-program in order to suppress byte compile warning issued by XEmacs
6102         that came to byte compile the default value section of defcustom forms
6103         recently.
6104
6105         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6106         value of installation-directory.
6107
6108         * message.el (message-use-idna): Don't directly refer to the value of
6109         idna-program.
6110
6111         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6112
6113         * smiley.el (smiley-style): Don't directly call face-attribute.
6114
6115 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6118
6119         * gnus-dired.el: Reduce Gnus dependencies.
6120         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6121         require.  Use autoloads instead.
6122         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6123         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6124         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6125         (gnus-dired-mode): Adjust doc string.
6126         (gnus-dired-mail-mode): New variable.
6127         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6128         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6129         (gnus-dired-mail-buffers): New function.  Return mail or message
6130         composition buffers.
6131         (gnus-dired-attach): Use it.
6132         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6133         NO-DECODE.
6134         (gnus-dired-print): Use `gnus-print-buffer' depending on
6135         `gnus-dired-mail-mode'.
6136
6137 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * rfc2047.el (rfc2047-encoded-word-regexp)
6140         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6141         explaining what regexp patterns are for.
6142
6143 2007-12-04  Glenn Morris  <rgm@gnu.org>
6144
6145         * password.el: Move to password-cache.el.
6146
6147         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6148         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6149         * mml-smime.el (password-read, password-cache-add)
6150         (password-cache-remove):
6151         No need to autoload, since mml-sec requires password.
6152
6153         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6154         * message.el (gnus-extract-address-components):
6155         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6156
6157         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6158         password.
6159
6160 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * mailcap.el: Reduce dependencies.
6163         (mail-header-parse-content-type): Autoload.
6164         (mailcap-delete-duplicates): New alias.
6165         (mailcap-mime-info): Add optional argument NO-DECODE.
6166         (mailcap-mime-types): Use mailcap-delete-duplicates.
6167
6168         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6169
6170 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6171
6172         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6173         (imap-parse-status): Upcase status-att for servers that sends them
6174         lower-case (e.g., MS Exchange 2007).
6175
6176 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177
6178         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6179         function.
6180
6181         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6182         (gnus-uu-yenc-article): New function.
6183
6184         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6185
6186         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6187         buffer.
6188
6189 2007-12-02  Glenn Morris  <rgm@gnu.org>
6190
6191         * binhex.el (binhex): New custom group.
6192         (binhex-decoder-program, binhex-decoder-switches)
6193         (binhex-use-external): Move to the binhex custom group.
6194
6195         * uudecode.el (uudecode): New custom group.
6196         (uudecode-decoder-program, uudecode-decoder-switches)
6197         (uudecode-use-external): Move to the uudecode custom group.
6198
6199         * netrc.el (top-level): Don't load `encrypt' features.
6200         (netrc-parse): Don't use encrypt.
6201         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6202
6203         * encrypt.el: Remove file.
6204
6205 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6206
6207         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6208         matches on patches.
6209
6210         * gnus-art.el (gnus-article-browse-html-article): Mention
6211         `mm-text-html-renderer' in the doc string.
6212
6213         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6214         string.  Add comments.
6215
6216         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6217         if rhs is ASCII.
6218
6219 2007-12-01  Glenn Morris  <rgm@gnu.org>
6220
6221         * mail-source.el (top-level): Require format-spec before
6222         eval-when-compile.
6223
6224 2007-11-30  Glenn Morris  <rgm@gnu.org>
6225
6226         * encrypt.el: Require password, rather than autoloading password-read.
6227
6228 2007-11-29  Glenn Morris  <rgm@gnu.org>
6229
6230         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6231         (sasl-make-client, sasl-next-step, sasl-step-data)
6232         (sasl-step-set-data): Declare as functions.
6233
6234 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6237
6238 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6239
6240         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6241         certs should be verified and what is to be done in the event of a
6242         verification failure.
6243
6244         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6245         caller can indicate whether the cache should be disregarded for this
6246         call.  This way the result of the call is reproducible at all times and
6247         can be considered a canonical server name for the supplied method.
6248         (gnus-agent-method-p): Canonicalize server names by pushing their
6249         method through `gnus-method-to-server' using the no-cache argument.
6250
6251         * gnus-srvr.el (gnus-server-insert-server-line): Call
6252         `gnus-method-to-server' with `no-cache' argument.
6253
6254         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6255         gnus-agent-possibly-synchronize-flags as this should be called when the
6256         server is actually being opened.
6257         (gnus-agent-possibly-synchronize-flags)
6258         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6259         flags file of an agentized server to the latter function.
6260
6261         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6262         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6263         after a connection has been established successfully.
6264
6265 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * gnus-art.el (article-display-face): Force to display face if called
6268         interactively; check if gnus-article-x-face-too-ugly matches author.
6269         (article-display-x-face): Display face even if From header is missing
6270         as article-display-face does.
6271
6272 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6273
6274         * hashcash.el (message-narrow-to-headers-or-head)
6275         (message-fetch-field, message-goto-eoh)
6276         (message-narrow-to-headers): Declare as functions.
6277
6278 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * mail-source.el (mail-sources): Default to fetch from file for
6281         compatibility with default of nnmail-spool-file.
6282
6283 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6286         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6287         to look for encoded word that should be encoded again.
6288         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6289         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6290         encoding pattern.
6291         (rfc2047-decode-region): Switch strict regexp and loose one according
6292         to rfc2047-allow-irregular-q-encoded-words.
6293
6294 2007-11-25  Romain Francoise  <romain@orebokech.com>
6295
6296         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6297
6298 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * tls.el (tls-program): Provide more custom choices from
6301         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6302         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6303
6304 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6307         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6308
6309         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6310         `nnmail-spool-file'.
6311
6312         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6313         `nnmail-spool-file'.
6314
6315         * gnus-move.el (gnus-change-server): Ditto.
6316
6317         * gnus-kill.el (gnus-batch-score): Ditto.
6318
6319         * gnus-cache.el (gnus-jog-cache): Ditto.
6320
6321         * gnus-msg.el (gnus-summary-reply):
6322         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6323
6324 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6325
6326         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6327         version.  Minor improvement to doc strings.
6328         (tls-program): Add comment.
6329
6330 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6331
6332         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6333         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6334         mismatch between the hostname provided in the certificate and the name
6335         of the host connnecting to.
6336         (open-tls-stream): Use them.  Check certificates against trusted root
6337         certificates.
6338
6339 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * gnus-cache.el (gnus-cache-generate-nov-databases):
6342         Use nnml-generate-nov-databases-directory instead of
6343         nnml-generate-nov-databases-1.
6344
6345 2007-11-24  Glenn Morris  <rgm@gnu.org>
6346
6347         * message.el (message-tool-bar-retro): Update for rename
6348         mail_send.xpm->mail-send.xpm.
6349
6350 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6353         `smime-ldap-search' for Emacs 22 and up.
6354
6355 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6356
6357         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6358
6359         * message.el (message-send-mail-function): Fix error convention.
6360         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6361         (message-widen-reply, message-send-mail, message-talkative-question)
6362         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6363         (message-clone-locals, message-send-news): Use with-current-buffer.
6364         (message-insert-or-toggle-importance): Remove unused var `valid'.
6365         (message-make-references): Remove unused var `new-references'.
6366         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6367
6368 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6369
6370         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6371         (spam-split-symbolic-return-positive): Reflow docstring.
6372         (spam-backends, spam-summary-exit-behavior)
6373         (spam-mark-ham-unread-before-move-from-spam-group)
6374         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6375         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6376         (spam-clear-cache, spam-backend-check, spam-install-backend)
6377         (spam-install-statistical-backend, spam-list-of-processors)
6378         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6379         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6380         (spam-check-crm114, spam-initialize, spam-unload-hook):
6381         Fix typos in docstrings.
6382
6383 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6386         been checked if they have never been read and those group levels are
6387         higher than the one that a user specified.
6388
6389 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6392         foreign groups unless a group level is specified by a user.
6393         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6394
6395 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * message.el (message-send-mail-function): Require sendmail.
6398
6399 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * message.el (message-send-mail-function): Check for smtpmail too.
6402
6403         * utf7.el (utf7-encode, utf7-decode): Use coding system
6404         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6405
6406         * message.el (message-send-mail-function): New function.
6407         (message-send-mail-function): Set default using
6408         message-send-mail-function.  Adjust doc string.
6409         (message-send-mail-with-mailclient): New function.
6410
6411 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6412
6413         * smime.el (from):
6414         * rfc2047.el (message-posting-charset):
6415         * qp.el (mm-use-ultra-safe-encoding):
6416         * pop3.el (parse-time-months):
6417         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6418         * nnml.el (files):
6419         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6420         (jka-compr-compression-info-list, ange-ftp-path-format)
6421         (efs-path-regexp):
6422         * nndiary.el (files):
6423         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6424         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6425         (epg-digest-algorithm-alist, inhibit-redisplay)
6426         (password-cache-expiry):
6427         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6428         (pgg-output-buffer, password-cache-expiry):
6429         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6430         (efs-path-regexp):
6431         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6432         (inhibit-redisplay):
6433         * mm-uu.el (file-name, start-point, end-point, entry)
6434         (gnus-newsgroup-name, gnus-newsgroup-charset):
6435         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6436         (latin-unity-ucs-list):
6437         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6438         (mm-uu-binhex-decode-function):
6439         * message.el (gnus-message-group-art, gnus-list-identifiers)
6440         (rmail-enable-mime-composing, gnus-local-organization)
6441         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6442         (gnus-read-active-file, facemenu-add-face-function)
6443         (facemenu-remove-face-function, gnus-article-decoded-p)
6444         (tool-bar-mode):
6445         * mail-source.el (display-time-mail-function):
6446         * gnus-util.el (nnmail-pathname-coding-system)
6447         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6448         (gnus-original-article-buffer, gnus-user-agent)
6449         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6450         (xemacs-codename, sxemacs-codename, emacs-program-version):
6451         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6452         * gnus-start.el (gnus-agent-covered-methods)
6453         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6454         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6455         (gnus-newsgroup-headers, gnus-group-list-mode)
6456         (gnus-group-mark-positions, gnus-newsgroup-data)
6457         (gnus-newsgroup-unreads, nnoo-state-alist)
6458         (gnus-current-select-method, mail-sources)
6459         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6460         (nnmail-spool-file, gnus-cache-active-hashtb):
6461         * gnus-mh.el (mh-lib-progs):
6462         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6463         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6464         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6465         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6466         (gnus-group-buffer):
6467         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6468         (font-lock-set-defaults):
6469         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6470         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6471         (gnus-summary-post-menu, total-parts, type, condition, length):
6472         * gnus-agent.el (gnus-agent-read-agentview):
6473         * flow-fill.el (show-trailing-whitespace):
6474         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6475         eval-and-compile wrappers for byte compiler pacifiers.
6476
6477         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6478         (mm-display-inline-fontify): Check for featurep 'xemacs not
6479         extent-list.
6480
6481         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6482         itimer-list.
6483         (mm-create-image-xemacs): Only do something for XEmacs.
6484         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6485
6486         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6487
6488         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6489         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6490
6491 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6492
6493         * nnimap.el (nnimap-split-download-body):
6494         * gnus-demon.el (gnus-demon):
6495         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6496
6497 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6500         macros.
6501         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6502         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6503         copy data from unibyte buffer to multibyte current buffer.
6504         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6505         to copy data from unibyte current buffer to multibyte buffer.
6506         (nntp-make-process-buffer): Make process buffer unibyte.
6507
6508         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6509
6510 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6511
6512         * pop3.el (pop3-open-server): Accept and process data more robustly at
6513         connexion start to avoid spurious "POP SSL connexion failed" errors.
6514
6515 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6518         read group names.
6519
6520 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6521
6522         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6523
6524 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6527         (nnmail-save-active): Use a unibyte buffer when saving active file,
6528         which may contain non-ASCII group names.
6529
6530         * nnml.el (nnml-request-group): Decode group names in messages.
6531
6532 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         * message.el (message-citation-line-function)
6535         (message-insert-formatted-citation-line): Fix spelling of
6536         `message-insert-formated-citation-line'.
6537
6538 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6539
6540         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6541
6542 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6545         nnmail-pathname-coding-system.
6546
6547         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6548         that a user enters; decode group names in messages.
6549
6550         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6551
6552 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6555
6556         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6557
6558         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6559         risky local variable.
6560
6561         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6562
6563 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6564
6565         * encrypt.el: Improve documentation to fix function name typo.
6566         Reported by Daiki Ueno <ueno@unixuser.org>.
6567
6568 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6571         even if the point is not in the last page of an article.
6572         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6573         back to the previous page.
6574
6575 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6576
6577         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6578
6579 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6582
6583 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6584
6585         * message.el (message-check-news-body-syntax): Avoid
6586         mm-string-as-multibyte.
6587         (message-hide-headers): Don't assume (point-min)==1.
6588
6589 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * message.el (message-remove-blank-cited-lines): Fix if remove is
6592         given.
6593         (message-bogus-address-regexp): New variable.
6594         (message-bogus-recipient-p): New function.
6595         (message-check-recipients): New command.
6596         (message-syntax-checks): Add `bogus-recipient'.
6597         (message-fix-before-sending): Add `bogus-recipient'.
6598
6599         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6600         (gnus-treat-body-boundary): Don't test window-system.
6601
6602 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6603
6604         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6605
6606 2007-10-28  Miles Bader  <miles@gnu.org>
6607
6608         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6609         at compile-time too.
6610
6611 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * gnus-msg.el (gnus-message-setup-hook): Add
6614         `message-remove-blank-cited-lines' to options.
6615
6616 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * message.el (message-remove-blank-cited-lines): New function.
6619         Suggested by Karl Plästerer.
6620
6621 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6624         mapc.
6625
6626         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6627         (top-level): Use mapc to set functions to be traced for debugging.
6628
6629         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6630         called for effect with while loop.
6631
6632         * message.el (message-talkative-question): Replace mapcar called for
6633         effect with mapc.
6634
6635         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6636         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6637         called for effect with dolist.
6638
6639         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6640
6641         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6642         gnus-extra-headers and nnmail-extra-headers.
6643
6644         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6645         called for effect with dolist.
6646         (top-level): Use mapc to set functions to be traced for debugging.
6647
6648         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6649         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6650         dolist.
6651
6652         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6653         Replace mapcar called for effect with mapc.
6654         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6655         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6656         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6657         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6658
6659         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6660         remove-if that's a cl function.
6661
6662         * webmail.el (webmail-debug): Replace mapcar called for effect with
6663         dolist.
6664
6665         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6666         with mapc.
6667
6668 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6671         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6672         with while loop.
6673
6674         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6675         functions from article-* functions.
6676         (gnus-multi-decode-header): Replace mapcar called for effect with
6677         dolist.
6678
6679         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6680         (gnus-bookmark-show-details): Replace mapcar called for effect with
6681         while loop.
6682
6683         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6684         called for effect with while loop.
6685
6686         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6687         with dolist.
6688
6689         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6690         mapcar called for effect with dolist.
6691
6692         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6693
6694         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6695         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6696         Replace mapcar called for effect with dolist.
6697         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6698         mapc.
6699
6700         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6701         Replace mapcar called for effect with dolist.
6702         (gnus-topic-list): Replace mapcar called for effect with mapc.
6703
6704         * gnus.el: Use mapc instead of mapcar to add autoloads.
6705
6706 2007-10-23  Richard Stallman  <rms@gnu.org>
6707
6708         * gnus-group.el (gnus-group-highlight): Mark as risky.
6709
6710 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * gnus.el (gnus-server-to-method): Return method found first in
6713         gnus-newsrc-alist.
6714
6715         * gnus-art.el (gnus-article-highlight-signature)
6716         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6717         button overlay without the front stickiness.
6718
6719 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6720
6721         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6722         overview buffer needed a catch to receive its throw.
6723         (gnus-agent-flush-cache): Declared as interactive to make this function
6724         easier to use.
6725
6726 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6727
6728         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6729         `next-line'.
6730
6731 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6734         exclude address matching message-dont-reply-to-names.
6735
6736 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * gnus-util.el (gnus-string<): New function.
6739
6740         * gnus-sum.el (gnus-article-sort-by-author)
6741         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6742
6743 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6746         the frame-focus tag is set in gnus-buffer-configuration.
6747
6748 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6751         the front stickiness.
6752
6753 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6756         url pattern; remove duplicate one.
6757         (gnus-article-extend-url-button): New function.
6758         (gnus-article-add-buttons): Use it.
6759         (gnus-button-push): Use concatenated url that it makes.
6760
6761 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6762
6763         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6764
6765 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6766
6767         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6768         Don't hardcode point-min==1.
6769
6770 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6773         Fix comment about "iso8859-1".
6774
6775 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6776
6777         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6778         ones returned from the verify-function.
6779
6780         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6781         mml2015-extract-cleartext-signature if extraction failed.
6782
6783 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6784
6785         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6786         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6787         failed.
6788
6789 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6790
6791         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6792
6793 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6794
6795         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6796         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6797         recommends to use EasyPG instead of PGG.
6798
6799         * pgg.el: Revert to revision 6.23.2.16.
6800
6801         * pgg-def.el: Revert to revision 6.6.2.14.
6802
6803         * pgg-gpg.el: Revert to revision 6.23.2.34.
6804
6805 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6806
6807         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6808         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6809         thread for both the null and zero (kill/expire thread) universal prefix
6810         cases.
6811         (gnus-summary-expire-thread): Add new function to expire a thread,
6812         using gnus-summary-kill-thread.
6813         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6814         shortcuts for gnus-summary-expire-thread.
6815         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6816         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6817
6818 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6819
6820         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6821         extras value, so an extras entry can be deleted.
6822         (gnus-registry-delete-extra-entry): Use it.
6823         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6824         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6825         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6826         storage through the gnus-registry, and provide an appropriate API for
6827         it.
6828
6829 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6832         Suggested by Leo <sdl.web@gmail.com>.
6833
6834         * gnus.el: Do.
6835
6836 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6839         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6840
6841         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6842
6843         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6844         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6845
6846 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6849         newline.
6850         (nnmbox-request-accept-article): Don't change article in source buffer;
6851         narrow to header to use message-fetch-field rather than
6852         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6853         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6854         as delimiters; make sure article ends with newline.
6855         (nnmbox-delete-mail): Correct last position of article to be deleted;
6856         ignore X-Gnus-Newsgroup header in article body.
6857         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6858         positions; make sure article ends with newline.
6859
6860         * message.el (message-display-abbrev): Don't infloop when a user
6861         inserts SPC in the beginning of header.
6862
6863         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6864         coding-system-for-read and coding-system-for-write for XEmacs having no
6865         file-coding feature.
6866
6867         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6868
6869 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6870
6871         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6872         list of groups not followed by default.  Fix type to be regexp.
6873         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6874
6875 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6876
6877         * hmac-def.el (define-hmac-function): Switch from old-style to
6878         new-style backquotes.
6879
6880         * md4.el (md4-make-step): Likewise.
6881
6882 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6885         raw-text coding system when saving .newsrc file, which may contain
6886         non-ASCII group names.
6887
6888 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gnus-cus.el (gnus-score-extra): New widget.
6891         (gnus-score-extra-convert): New function.
6892         (gnus-score-customize): Use it for Extra.
6893
6894 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6895
6896         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6897         (mml2015-mailcrypt-clear-verify): Use it.
6898         (mml2015-gpg-clear-verify): Use it.
6899         (mml2015-pgg-clear-verify): Use it.
6900         (mml2015-epg-clear-verify): Replace the current part with the output
6901         from GnuPG; don't extract the plaintext by itself.
6902
6903         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6904         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6905         mml2015-clear-verify-function; don't touch the armor headers or
6906         dash-escaped text here.
6907
6908 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6911         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6912         parts, or application/octet-stream as a last resort.
6913         (gnus-mime-view-part-as-type): Don't toggle display.
6914         (gnus-mime-view-part-as-charset): Don't turn off display before
6915         querying charset.
6916
6917         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6918         stuff to undisplayer function in Emacs.
6919         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6920
6921         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6922         text/calendar parts.
6923
6924 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6927         decoding text/calendar parts.
6928
6929         * message.el (message-forward-make-body-mime): Always mark body as
6930         having no illegible text; remove signed-or-encrypted argument.
6931         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6932
6933         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6934         (mml-generate-mime-1): Don't encode body if it is specified to be in
6935         raw form; don't make buffer be unibyte when inserting multibyte string.
6936
6937 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6938
6939         * sha1.el: Fix up comment style.
6940         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6941         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6942
6943         * hex-util.el: Fix up comment style.
6944         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6945
6946         * gnus-salt.el: Use with-current-buffer.
6947         (gnus-pick-setup-message): Fix long-standing typo.
6948
6949 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * imap.el (imap-logout-timeout): New variable.
6952         (imap-logout, imap-logout-wait): New functions.
6953         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6954
6955         * nnimap.el (nnimap-logout-timeout): New server variable.
6956         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6957         nnimap-logout-timeout.
6958
6959         * gnus-art.el (gnus-article-summary-command-nosave)
6960         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6961
6962 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus.el (gnus-maximum-newsgroup): New variable.
6965
6966         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6967         according to gnus-maximum-newsgroup.
6968
6969         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6970         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6971         Limit the range of articles according to gnus-maximum-newsgroup.
6972
6973 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6974
6975         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6976         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6977         Don't perform gnus-configure-windows here; reuse existing sticky
6978         article buffer.
6979
6980         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6981         it doesn't exist in gnus-article-mode.
6982
6983 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6986         (gnus-agent-decoded-group-name): New function.
6987         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6988         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6989
6990 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6991
6992         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6993         Add binding for gnus-sticky-article.
6994         (gnus-summary-exit): Don't kill sticky article buffers.
6995
6996         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6997         article buffer.
6998         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6999         (gnus-kill-sticky-article-buffers): New commands.
7000
7001 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * nntp.el (nntp-xref-number-is-evil): New server variable.
7004         (nntp-find-group-and-number): If it is non-nil, don't trust article
7005         numbers in the Xref header.
7006
7007 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-agent.el (gnus-agent-read-group): New function.
7010         (gnus-agent-flush-group, gnus-agent-expire-group)
7011         (gnus-agent-regenerate-group): Use it.
7012         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7013         nnmail-pathname-coding-system.
7014
7015 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7018
7019         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7020         that are unread as unread, and also as selected so that information of
7021         marks having been changed by a user may be updated when exiting group.
7022
7023 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7026         calculated ignoring signature parts to gnus-treat-article.
7027
7028 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7031         a point here in order to keep the window start.
7032         (gnus-insert-mime-security-button): Make a button overlay without the
7033         front stickiness.
7034         (gnus-mime-display-security): Goto the end of a button.
7035
7036         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7037
7038 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7041         group-name-at-point.
7042         (gnus-group-completing-read): New function that offers decoded
7043         non-ASCII group names for completion.
7044         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7045         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7046         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7047         (gnus-group-fetch-control): Use it.
7048         (gnus-fetch-group): Use group-name-at-point for the initial value
7049         rather than the default value; use gnus-alive-p.
7050
7051         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7052         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7053         (gnus-summary-post-news): Use gnus-group-completing-read.
7054
7055         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7056         (gnus-read-move-group-name): Decode group name for completion.
7057
7058 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7059
7060         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7061         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7062         Yamaoka slightly modified the code).
7063
7064 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7067         (nnmail-split-incoming): Bind it.
7068
7069         * nnml.el (nnml-group-name-charset): New function.
7070         (nnml-decoded-group-name): Use it; don't decode group name if
7071         nnmail-group-names-not-encoded-p is non-nil.
7072         (nnml-encoded-group-name): New function.
7073         (nnml-group-pathname): Inline nnml-decoded-group-name.
7074         (nnml-request-expire-articles): Decode group name in message.
7075         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7076         nnmail-pathname-coding-system.
7077         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7078         not decoded ones according to nnmail-group-names-not-encoded-p.
7079         (nnml-generate-active-info): Use nnml-encoded-group-name.
7080
7081 2007-08-08  Glenn Morris  <rgm@gnu.org>
7082
7083         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7084         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7085         doc-strings and comments.
7086
7087 2007-07-25  Glenn Morris  <rgm@gnu.org>
7088
7089         * Relicense all FSF files to GPLv3 or later.
7090
7091 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus-sum.el (gnus-summary-move-article): Make
7094         gnus-summary-respool-article work.
7095
7096 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7097
7098         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7099         string.
7100
7101 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7102
7103         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7104         that should be ignored when comparing distant RSS articles with local
7105         ones.
7106         (nnrss-make-hash-index): New function.  Create a hash index according
7107         to the ignored fields.
7108         (nnrss-check-group): Use it.
7109
7110 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7113
7114         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7115
7116         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7117         the new optional argument ENCODED is non-nil.
7118         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7119         coding system for encoding group name.
7120         (gnus-group-make-rss-group): Pass un-encoded group name to
7121         gnus-group-make-group.
7122         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7123         encoded.
7124
7125         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7126         Encode group name to which articles are moved or copied.
7127         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7128         coding system for encoding Newsgroup, Followup-To and Xref headers.
7129
7130         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7131         marks; use nnheader-file-coding-system to write a file.
7132         (nnagent-retrieve-headers): Bind file-name-coding-system to
7133         nnmail-pathname-coding-system.
7134
7135         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7136
7137         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7138         (nnml-request-article, nnml-request-create-group)
7139         (nnml-request-rename-group, nnml-find-id)
7140         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7141         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7142         (nnml-save-marks): Use nnml-group-pathname instead of
7143         nnmail-group-pathname.
7144
7145         (nnml-request-create-group, nnml-request-expire-articles)
7146         (nnml-request-move-article, nnml-request-delete-group)
7147         (nnml-deletable-article-p, nnml-possibly-create-directory)
7148         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7149         (nnml-open-marks): Bind file-name-coding-system to
7150         nnmail-pathname-coding-system.
7151
7152         (nnml-request-article): Pass server argument to nnml-find-group-number.
7153         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7154         server argument to nnml-possibly-create-directory.
7155         (nnml-request-accept-article): Pass server argument to
7156         nnml-active-number and nnml-save-mail.
7157         (nnml-find-group-number): Pass server argument to nnml-find-id.
7158         (nnml-request-update-info): Pass server argument to
7159         nnml-marks-changed-p.
7160
7161         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7162         (nnml-save-mail, nnml-active-number): Add server argument.
7163
7164         (nnml-request-delete-group): Warn if group is missing.
7165         (nnml-get-nov-buffer): Decode group name.
7166         (nnml-generate-active-info): Encode group name.
7167         (nnml-open-marks): Decode group name in messages.
7168
7169 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7172         if it is not specified.
7173         (gnus-article-pipe-part, gnus-article-save-part)
7174         (gnus-article-interactively-view-part, gnus-article-copy-part)
7175         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7176         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7177         (gnus-article-replace-part, gnus-article-delete-part)
7178         (gnus-article-view-part-as-type): Pass raw prefix argument to
7179         gnus-article-part-wrapper.
7180
7181 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gnus-agent.el (gnus-agent-save-active): Bind
7184         nnheader-file-coding-system to gnus-agent-file-coding-system.
7185
7186         * gnus-cache.el (gnus-cache-save-buffers)
7187         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7188         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7189         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7190         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7191         (gnus-cache-generate-active, gnus-cache-rename-group)
7192         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7193         (gnus-cache-update-overview-total-fetched-for): Bind
7194         file-name-coding-system to nnmail-pathname-coding-system.
7195         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7196         variables.
7197         (gnus-cache-decoded-group-name): New function.
7198         (gnus-cache-file-name): Use it.
7199         (gnus-cache-generate-active): Use non-decoded group name for active.
7200
7201         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7202         right place.
7203         (gnus-write-active-file): Don't break non-ASCII group names.
7204
7205         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7206         nnmail-pathname-coding-system.
7207
7208         * lpath.el: Bind default-file-name-coding-system,
7209         file-name-coding-system and language-info-alist for XEmacs.
7210
7211         * gnus-uu.el (gnus-uu-decode-save): Typo.
7212
7213 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7216
7217 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7220         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7221         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7222         (gnus-agent-flush-group, gnus-agent-flush-cache)
7223         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7224         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7225         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7226         (gnus-agent-regenerate-group)
7227         (gnus-agent-update-files-total-fetched-for)
7228         (gnus-agent-update-view-total-fetched-for): Bind
7229         file-name-coding-system to nnmail-pathname-coding-system.
7230         (gnus-agent-group-pathname): Don't encode file names by
7231         nnmail-pathname-coding-system.
7232         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7233         coding-system-for-write instead of buffer-file-coding-system to
7234         gnus-agent-file-coding-system.
7235
7236         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7237         Decode group name.
7238
7239         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7240
7241         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7242         (gnus-read-newsrc-el-file): Make group names unibyte.
7243
7244         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7245         nnmail-pathname-coding-system.
7246
7247         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7248         (nnrss-request-delete-group): Bind file-name-coding-system to
7249         nnmail-pathname-coding-system.
7250         (nnrss-read-server-data, nnrss-read-group-data): Bind
7251         file-name-coding-system correctly.
7252         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7253
7254         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7255         (nntp-server-to-method-cache): New variable.
7256         (nntp-group-pathname): New function that decodes non-ASCII group names.
7257         (nntp-possibly-create-directory, nntp-marks-changed-p)
7258         (nntp-save-marks, nntp-open-marks): Use it.
7259         (nntp-possibly-create-directory, nntp-open-marks):
7260         Bind file-name-coding-system to nnmail-pathname-coding-system.
7261         (nntp-open-marks): Decode group names when bootstrapping marks.
7262
7263         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7264         Newsgroups and Folowup-To headers.
7265
7266 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7269         (gnus-server-closed-face, gnus-server-denied-face)
7270         (gnus-server-offline-face): Remove variable.
7271         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7272
7273         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7274         of modifying message-stack directly for XEmacs.
7275
7276         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7277         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7278         if the coding-system argument is nil for XEmacs.
7279
7280         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7281         mm-charset-override-alist.
7282
7283         * rfc2047.el: Don't require base64; require rfc2045 for the function
7284         rfc2045-encode-string.
7285         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7286         to quote the parameter value.
7287
7288 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7291         form in gnus-group-name-charset-method-alist.
7292
7293         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7294         overrides the default layout edit-form.
7295
7296         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7297
7298         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7299
7300 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7303         as unfetched articles.
7304
7305 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7308
7309 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7312         original back end that keeps marks in the local system.
7313
7314 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7317         arg of pop-to-buffer for XEmacs.
7318         (gnus-article-read-summary-keys): Ditto; don't restore window
7319         configuration if summary command ends up with neither article buffer
7320         nor summary buffer; describe bindings if summary keys end with C-h.
7321
7322 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * message.el (message-fix-before-sending): Skip raw message part to be
7325         forwarded while checking illegible text.
7326         (message-forward-make-body-mime, message-forward-make-body): Mark
7327         signed or encrypted raw message as having no illegible text.
7328
7329 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7332         (gnus-message-with-timestamp-1): New macro.
7333         (gnus-message-with-timestamp): New function.
7334         (gnus-message): Use them.
7335
7336         * nnheader.el (nnheader-message): Use them.
7337
7338 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7341         .newsrc.eld file.
7342
7343 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-agent.el (gnus-agent-fetch-headers)
7346         (gnus-agent-retrieve-headers): Bind
7347         gnus-decode-encoded-address-function to identity.
7348
7349         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7350         available also when the server returns simply a dot.
7351
7352         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7353
7354 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7357
7358 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-ems.el (gnus-x-splash): Make it work.
7361
7362         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7363         from being used.
7364
7365         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7366
7367 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7370         4th and the 5th arguments.
7371
7372         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7373         the front stickiness.
7374         (gnus-article-summary-command-nosave): Correct the order of the
7375         arguments passed to pop-to-buffer.
7376         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7377         summary command ends up with the article buffer.
7378
7379         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7380         the same faces.
7381
7382 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7383
7384         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7385
7386 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7387
7388         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7389         * gnus-sum.el (gnus-summary-highlight):
7390         * pgg.el (pgg-sign-region, pgg-sign):
7391         * mail-source.el (mail-source-delete-old-incoming-confirm):
7392         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7393
7394 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * gnus-art.el (gnus-mime-view-part-externally)
7397         (gnus-mime-view-part-internally): Fix predicate function passed to
7398         completing-read.
7399
7400         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7401
7402         * gnus.el (gnus-update-message-archive-method): Add :version.
7403
7404 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * gnus.el (gnus-update-message-archive-method): New variable.
7407
7408         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7409         according to gnus-message-archive-method if
7410         gnus-update-message-archive-method is non-nil.
7411
7412 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7415         by Loic Dachary <loic@dachary.org>.
7416         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7417
7418 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * message.el (message-pop-to-buffer): Add switch-function argument.
7421         (message-mail): Pass switch-function argument to it.
7422
7423 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7426         Improve doc string.
7427
7428 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7431         (gnus-header-content)
7432         * gnus-cite.el (gnus-cite-10)
7433         * gnus-srvr.el (gnus-server-closed)
7434         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7435         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7436         (gnus-group-mail-3-empty, gnus-group-mail-low)
7437         (gnus-group-mail-low-empty, gnus-splash)
7438         * message.el (message-header-to, message-header-cc)
7439         (message-header-subject, message-header-other, message-header-name)
7440         (message-header-xheader, message-separator, message-cited-text)
7441         (message-mml): Lighten colors of faces used for dark background.
7442
7443 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7444
7445         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7446         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7447
7448 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * message.el (message-narrow-to-headers-or-head):
7451         Ignore mail-header-separator in the body.
7452
7453 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7456         same as window size.
7457
7458 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7459
7460         * message.el (message-font-lock-keywords): Use message-header-xheader
7461         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7462         ahead of the anything pattern, to get it recognised.
7463
7464 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7467         spam.el loads uses it in the compiled defadvice form.
7468
7469 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7470
7471         * gnus-sum.el (gnus-articles-to-read)
7472         (gnus-summary-insert-old-articles): Don't truncate group name for
7473         `read-string'.
7474
7475         * gnus-util.el (gnus-limit-string): Delete this function.
7476
7477         * gnus-sum.el (gnus-simplify-subject-fully): Use
7478         `truncate-string-to-width' instead.
7479
7480 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7481
7482         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7483         if, on summary exit, the next group has to be selected.
7484         (gnus-summary-exit): Use it.
7485
7486 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7489         non-break space.
7490
7491 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7494         Check if group is not a directory.
7495         (nnfolder-request-expire-articles): Don't delete articles if the target
7496         group is not available.
7497
7498         * nnml.el (nnml-request-create-group): Properly check if group is not a
7499         file.
7500         (nnml-request-expire-articles): Don't delete articles if the target
7501         group is not available.
7502
7503         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7504         Don't quote characters that are within parentheses.
7505
7506 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7509         (gnus-handle-ephemeral-exit): Select article according to it.
7510
7511 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * message.el (message-insert-formated-citation-line): Remove newline.
7514         (message-citation-line-format): Add final \n here so that the user can
7515         avoid a blank line.
7516
7517 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7518
7519         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7520         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7521         Update lanl/arXiv support.
7522
7523 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * gnus.el: Bump version number.
7526
7527 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7528
7529         * gnus.el (gnus-version-number): Bump version.
7530
7531 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7532
7533         * gnus.el: No Gnus v0.6 is released.
7534
7535 2007-04-27  Didier Verna  <didier@xemacs.org>
7536
7537         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7538         * gmm-utils.el (gmm-regexp-concat): here.
7539         * message.el: Don't require 'gnus-util.
7540         (message-dont-reply-to-names): Handle name change above.
7541         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7542
7543 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7546         since the initial value varies according to the system.
7547
7548 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7551
7552 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7553
7554         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7555
7556 2007-04-24  Didier Verna  <didier@xemacs.org>
7557
7558         Improve the type of gnus-ignored-from-addresses.
7559         * gnus-util.el (gnus-orify-regexp): New function.
7560         * message.el (gnus-util): Require it.
7561         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7562         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7563         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7564
7565 2007-04-24  Didier Verna  <didier@xemacs.org>
7566
7567         * gnus-sum.el:
7568         * gnus-utils.el: Fix some trailing whitespaces.
7569
7570 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7573         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7574         article's Message-ID; refer parent article in summary buffer.
7575
7576         * message.el (message-bounce): Call mime-to-mml.
7577
7578         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7579         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7580         optimize and/or forms properly.
7581
7582 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7583
7584         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7585         URL.
7586
7587 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7590
7591 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7594         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7595         displayed of multipart/alternative part if it is invoked from summary
7596         buffer.
7597
7598         * mm-view.el (mm-inline-text-html-render-with-w3m)
7599         (mm-inline-text-html-render-with-w3m-standalone)
7600         (mm-inline-render-with-function): Use mail-parse-charset by default.
7601
7602 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7603
7604         * parse-time.el (parse-time-string-chars): Check if CHAR
7605         is less than the length of parse-time-syntax.
7606
7607 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7610         from gnus-newsgroup-processable.
7611
7612 2007-04-16  Didier Verna  <didier@xemacs.org>
7613
7614         * gnus-msg.el (gnus-configure-posting-styles): Handle
7615         message-signature-directory properly with :file syntax.  Reported by
7616         "Leo".
7617
7618 2007-04-11  Didier Verna  <didier@xemacs.org>
7619
7620         New user option: message-signature-directory.
7621         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7622         * message.el (message-insert-signature): Ditto.
7623         * message.el (message-signature-file): Doc update.
7624         * message.el (message-signature-directory): New.
7625
7626 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-msg.el (gnus-inews-yank-articles): Use
7629         message-exchange-point-and-mark instead of exchange-point-and-mark.
7630
7631 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * message.el (message-yank-original): Make sure cited text ends with
7634         newline; don't exchange point and mark.
7635
7636 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7637
7638         * tls.el (open-tls-stream): Properly handle case where there
7639         is no associated buffer.
7640
7641 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7642
7643         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7644         message-yank-original, make sure (< mark TEXT point).
7645
7646 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * message.el (message-fill-column): New variable.
7649         (message-mode): Use it.  Add comment on a possible new hook.
7650
7651         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7652         (nnmail-get-new-mail): Reformat.
7653
7654         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7655
7656         * gmm-utils.el: Fix Commentary.
7657         (gmm-tool-bar-from-list): Fix typo in doc string.
7658
7659 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7660
7661         * message.el (message-yank-original): Don't switch point and mark
7662         unnecessarily to put point and mark as documented.
7663
7664 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7665
7666         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7667         from the message heads.
7668
7669 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7670
7671         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7672         article buffer does not have a window.  This may not be the best
7673         solution but is certainly better than setting the start of the null,
7674         that is the current, window.
7675
7676 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7679         (gnus-draft-setup): Run it.
7680
7681         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7682         gnus-score-fast-scoring.  Allow regexp.
7683         (gnus-score-headers): Use it.
7684
7685         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7686         XEmacs.
7687
7688         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7689         string.
7690         (gnus-button-alist): Also catch `<f1> k ...'.
7691         (gnus-treat-display-x-face): Fix doc string.
7692
7693 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7694
7695         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7696         evaluation of gnus-extended-version to ensure correct generation of the
7697         User-Agent header when message-generate-headers-first is used.
7698
7699 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7700
7701         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7702         hashcash-path is nil.  Don't call callback with incorrect number of
7703         parameters if val is 0.
7704
7705 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7706
7707         * message.el (message-required-news-headers):
7708         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7709
7710 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7711
7712         * tls.el (open-tls-stream): In handshake-waiting loop,
7713         don't wait more if there is output available to process.
7714
7715 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7716
7717         * tls.el (tls-program): Doc fix.
7718
7719 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * message.el (message-generate-new-buffers): Change the meaning of the
7722         nil value; add `standard' to the choices; treat t as `unique'; improve
7723         doc string.
7724         (gnus-select-frame-set-input-focus): Autoload.
7725         (message-buffer-name): Search for the existing message buffer if
7726         message-generate-new-buffers is nil or `standard'; treat the value t of
7727         message-generate-new-buffers as `unique'.
7728         (message-pop-to-buffer): Raise the frame already displaying the message
7729         buffer; clear the echo area after querying.
7730         (message-setup): Pass the `continue' argument to compose-mail.
7731         (message-mail): Prefer `switch-function' if it is given; search for the
7732         existing message buffer if the `continue' argument is non-nil; pass
7733         continue and switch-function arguments to compose-mail by way of
7734         message-setup.
7735         (message-mail-other-window): Adjust argument of message-setup.
7736         (message-mail-other-frame): Ditto.
7737
7738 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7741         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7742         to turn font-lock on when turning gnus-message-citation-mode on.
7743
7744 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7745
7746         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7747         (mml-smime-function-alist): New variable; add epg as the backend.
7748         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7749         mml-smime- functions instead.
7750         * mm-view.el: Require smime.
7751
7752 2007-03-05  Didier Verna  <didier@xemacs.org>
7753
7754         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7755         instead of just inheritance for posting styles.
7756         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7757
7758 2007-02-24  Chris Moore  <dooglus@gmail.com>
7759
7760         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7761         * pgg-pgp.el (pgg-pgp-encrypt-region):
7762         * pgg-gpg.el (pgg-gpg-encrypt-region):
7763         Check pgg-encrypt-for-me if no other recipients.
7764
7765 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7766
7767         * tls.el (tls-certtool-program): Fix custom type.
7768
7769 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7772         and point-at-eol instead of line-(beginning|end)-position.
7773
7774         * assistant.el (assistant-parse-buffer): Ditto.
7775
7776         * netrc.el (netrc-parse-services): Ditto.
7777
7778 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7779
7780         * mml2015.el (mml2015-epg-find-usable-key): New function.
7781         (mml2015-epg-sign): Use it.
7782         (mml2015-epg-encrypt): Use it.
7783
7784 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * message.el (message-make-in-reply-to): Quote name containing
7787         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7788         if there are special characters.  Reported by NAKAJI Hiroyuki
7789         <nakaji@jp.freebsd.org>.
7790
7791 2007-02-27  Didier Verna  <didier@xemacs.org>
7792
7793         Include the group parameters as well as the topic ones in the
7794         inheritance filter process.
7795         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7796         argument GROUP-PARAMS-LIST.
7797         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7798
7799 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * nntp.el (nntp-never-echoes-commands)
7802         (nntp-open-connection-functions-never-echo-commands): New variables.
7803         (nntp-send-command): Use them.
7804
7805 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7806
7807         * mml2015.el (mml2015-epg-verify): Simplified.
7808
7809 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * mml.el (mml-content-disposition-alist): New user option.
7812         (mml-content-disposition): New function.
7813         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7814         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7815
7816 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7817
7818         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7819         verification.
7820
7821 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7822
7823         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7824         articles posted in the last 24 hours.
7825
7826 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7827
7828         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7829
7830 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7831
7832         * nntp.el (nntp-send-command): Don't wait for echoes when
7833         nntp-open-ssl-stream is used.
7834
7835 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7838         (gnus-message-add-citation-keywords)
7839         (gnus-message-remove-citation-keywords): Remove.
7840         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7841         directly, make the variables in font-lock-defaults buffer-local, add
7842         gnus-message-citation-keywords to them and then update the value of
7843         font-lock-keywords.
7844
7845 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * message.el (message-cite-original-1): Don't call
7848         gnus-article-highlight-citation.
7849
7850         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7851         citations; fix line count.
7852
7853 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7856         (gnus-message-add-citation-keywords)
7857         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7858         versions of font-lock-add-keywords and font-lock-remove-keywords to
7859         work with XEmacs correctly.
7860
7861 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * gnus-cite.el (gnus-cite-face-list): Set the values of
7864         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7865         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7866         (gnus-message-cite-prefix-regexp): New variable.
7867         (gnus-message-search-citation-line): Use it; protect against long
7868         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7869         the 0th match data for Emacs.
7870         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7871         (gnus-message-add-citation-keywords): Append keywords rather than
7872         prepending; emulate font-lock-add-keywords if it is not available.
7873         (gnus-message-remove-citation-keywords): Emulate
7874         font-lock-remove-keywords if it is not available.
7875
7876         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7877
7878         * message.el (message-cite-prefix-regexp): Set the value of
7879         gnus-message-cite-prefix-regexp.
7880
7881 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7882
7883         * nnweb.el (nnweb-google-parse-1): Update parser.
7884
7885 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7886
7887         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7888
7889 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7890
7891         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7892         regexp.
7893
7894 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7897         string-to-multibyte.
7898         (uudecode-decode-region-internal): Use it.
7899
7900         * lpath.el: Fbind string-as-multibyte for XEmacs.
7901
7902 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7905         custom choice.
7906
7907         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7908
7909 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7910
7911         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7912
7913         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7914         `write-region' to respect `mm-inhibit-file-name-handlers'.
7915
7916 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7919         Use gnus-home-directory instead of "~/" or "$HOME".
7920
7921 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7922
7923         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7924         to mention filename.
7925         Add comments at beginning regarding usage.
7926         (encrypt-write-file-contents): Change interactive so a string is
7927         acceptable.  If the file has no associated model, show an error instead
7928         of a nonsense prompt.
7929
7930 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7931
7932         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7933         Thanks to Yoshihiko Yamada for kind notification of this typo.
7934
7935 2007-01-12  Kenichi Handa  <handa@m17n.org>
7936
7937         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7938         multibyte buffer.
7939
7940 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7941
7942         * gnus-score.el (gnus-score-fast-scoring): New variable.
7943         (gnus-score-headers): Use it.
7944
7945         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7946
7947         * message.el (message-cite-original-1): Call
7948         gnus-article-highlight-citation if requested.
7949         (message-make-from): Allow name and address as optional arguments.
7950
7951         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7952
7953         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7954         bugs to doc string.
7955         (gnus-button-alist): Add mid\\|message-id.
7956         (gnus-button-fetch-group): Extend for use in
7957         `browse-url-browser-function'.
7958         (gnus-button-url-regexp): Try to catch paired parentheses like in
7959         Wikipedia URLs.
7960
7961         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7962         Suggested by Simon Krahnke <overlord@gmx.li>.
7963
7964 2007-01-13  Romain Francoise  <romain@orebokech.com>
7965
7966         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7967         Update copyright.
7968
7969 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7970
7971         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7972
7973 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7974
7975         * gnus-registry.el (gnus-registry-unfollowed-groups)
7976         (gnus-registry-split-fancy-with-parent): Fix documentation.
7977
7978 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7981         from nnweb groups.
7982
7983 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7986         Xref urls.  Erase buffer before requesting head.
7987
7988 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7991         customizable.
7992
7993 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7994
7995         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7996         no signing key is found.
7997         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7998         no encrypting and/or signing key is found.
7999
8000 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8003
8004 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8005
8006         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8007         headers read from disk with the ones newly found in the current search.
8008         This should no longer cause problems, because the article numbers in
8009         Gmane's `nov.php' output are ignored since the previous change.
8010
8011 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8012
8013         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8014
8015 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8018         replace-regexp-in-string; bind url-version; fbind display-images-p and
8019         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8020         find-face and set-itimer-function for Emacs; bind itimer-list for
8021         Emacs.
8022
8023         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8024
8025 2007-01-01  Romain Francoise  <romain@orebokech.com>
8026
8027         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8028
8029 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8030
8031         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8032         `define-minor-mode' macro definition expanded properly.
8033         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8034         exclude it there.
8035
8036         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8037         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8038         `fboundp' test.
8039         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8040         This is OK to autoload in (S)XEmacs now.
8041
8042 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8045         keystroke.
8046         (gnus-summary-limit-to-singletons): Fix typo.
8047
8048         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8049         else fails.
8050
8051 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8052
8053         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8054         docstring.
8055
8056         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8057         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8058         (gnus-summary-insert-dormant-articles): Fix typo in message.
8059
8060 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8063         nil for XEmacs.
8064         (gnus-message-citation-mode): Don't autoload in XEmacs.
8065
8066         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8067
8068 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8069
8070         * nnimap.el (nnimap-expunge-search-string): Mention
8071         nnimap-search-uids-not-since-is-evil in docstring.
8072
8073 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * spam.el: Revert to make-obsolete-variable because
8076         define-obsolete-variable-alias is not supported in Emacs 21.
8077
8078         * spam.el (spam-ifile-path, spam-ifile-database-path)
8079         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8080         make-obsolete-variable.
8081         (spam-bsfilter-path, spam-bsfilter-program)
8082         (spam-spamassassin-path, spam-spamassassin-program)
8083         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8084         use "path" inappropriately.
8085         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8086         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8087         variable names.
8088
8089 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8090
8091         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8092         summary buffer.
8093
8094         * password.el (password-cache-remove): Use clear-string to burn
8095         password, if available.
8096
8097 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8100
8101         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8102
8103         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8104         (gnus-message-highlight-citation): Move defcustom here from
8105         gnus-cite.el.
8106         (gnus-message-citation-mode): Autoload.
8107
8108         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8109         checks to make it compile with XEmacs.
8110         (gnus-message-citation-mode): New minor mode.
8111         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8112         (gnus-message-highlight-citation): New variables.
8113         (gnus-message-search-citation-line)
8114         (gnus-message-add-citation-keywords)
8115         (gnus-message-remove-citation-keywords)
8116         (turn-on-gnus-message-citation-mode)
8117         (turn-off-gnus-message-citation-mode): New functions.
8118
8119 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8120
8121         * gnus-cite.el: Enable highlighting of different citation levels in
8122         message-mode.
8123
8124 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * message.el (message-make-fqdn): Fix comment.
8127         (message-bogus-system-names): Add ".local".
8128
8129         * spam.el (spam-ifile-path, spam-ifile-program)
8130         (spam-ifile-database-path, spam-ifile-database)
8131         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8132         Don't use "path" inappropriately.
8133         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8134         strings.
8135         (spam-check-ifile, spam-ifile-register-with-ifile)
8136         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8137         new variable names.
8138
8139         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8140         (gnus-treat-display-smileys): Simplify using
8141         gnus-image-type-available-p.
8142
8143         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8144         available.
8145
8146         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8147         `display-images-p' if available.
8148
8149 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8152         one after turning on the buffer's multibyteness instead of decoding
8153         them directly in the unibyte buffer that causes unexpected conversion
8154         in Emacs 23 (unicode).
8155
8156 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8157
8158         * message.el (message-generate-hashcash): Fix custom type.
8159
8160 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8163
8164 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8167         disconnect icons.  Add help text.
8168
8169 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8170
8171         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8172         negated to be consistent with the others we handle.
8173
8174 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8175
8176         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8177         version of gnus-summary-buffer to something, so that we can use two
8178         article buffers at the same time.
8179
8180 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8181
8182         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8183         trigger all the extra headers.
8184         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8185         sorting.
8186
8187 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8188
8189         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8190         solid groups.
8191
8192 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8193
8194         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8195
8196 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * legacy-gnus-agent.el: Add Copyright notice.
8199
8200 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8201
8202         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8203
8204 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8205
8206         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8207
8208         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8209         to make it work reliably in CVS Emacs.
8210         (gnus-summary-limit-strange-charsets-predicate)
8211         (gnus-summary-limit-to-predicate): New functions.
8212
8213 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8214
8215         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8216         specifying array size.
8217         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8218         array if it is too small.
8219         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8220         (gnus-sort-threads-loop): New function.
8221
8222 2006-12-06  Chris Moore  <dooglus@gmail.com>
8223
8224         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8225         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8226
8227 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8228
8229         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8230         options.
8231
8232 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8235         DOS-ing the recipient.
8236
8237         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8238         the headers when creating the mapping to avoid mismappings.
8239         (nnweb-gmane-create-mapping): Always nix out old mapping.
8240
8241 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8244         and mm-verify-option to never.
8245
8246 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * message.el (message-signed-or-encrypted-p): New function.
8249         (message-forward-make-body): Use it.
8250
8251         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8252         Replace encode-coding-string with mm-encode-coding-string.
8253
8254 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * nneething.el (nneething-decode-file-name): Replace
8257         decode-coding-string with mm-decode-coding-string.
8258
8259         * gnus-int.el (gnus-open-server): Say failed server's name.
8260
8261 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8262
8263         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8264         strings to a single string.  Quote `errors-file-name'.
8265         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8266         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8267         Adjust calls.  Use `shell-quote-argument'.
8268
8269 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8270
8271         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8272         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8273
8274         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8275         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8276         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8277         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8278         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8279         (gnus-subscribe-newsgroup, gnus-1):
8280         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8281         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8282         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8283         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8284
8285 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8288         keystroke.
8289         (gnus-summary-limit-to-bodies): Implement headersp.
8290
8291 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8292
8293         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8294
8295 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8298
8299 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * message.el (message-generate-hashcash): Expand range of values to
8302         include `opportunistic'.
8303         (message-send-mail): Use it.
8304
8305 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8306
8307         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8308         and comment it.
8309
8310         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8311
8312 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * gnus-util.el (gnus-extract-address-components): Improve comment.
8315
8316 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * gnus-util.el (gnus-extract-address-components): Work with address in
8319         which the name portion contains @.
8320
8321         * lpath.el: Fbind custom-autoload.
8322
8323 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * gnus.el (gnus-start): Move custom group up.
8326         (gnus-select-method): Don't autoload, but make it available for
8327         `customize-variable'.
8328         (gnus-getenv-nntpserver): Don't autoload.
8329
8330 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8331
8332         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8333
8334 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * message.el (message-sendmail-extra-arguments): New variable.
8337         (message-send-mail-with-sendmail): Use it.
8338
8339 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8342         mm-with-unibyte-current-buffer to make string unibyte.
8343
8344         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8345         mm-string-as-multibyte.
8346
8347 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8348
8349         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8350         Reported by Werner Koch <wk@gnupg.org>.
8351
8352 2006-11-14  Daiki Ueno  <ueno@p360>
8353
8354         * mml2015.el: Autoload epa-select-keys when compiling.
8355
8356 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8357
8358         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8359         message-options.
8360         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8361
8362 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8363
8364         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8365         EasyPG (< 0.0.6).
8366         (mml2015-always-trust): New user option.
8367         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8368         prompt.
8369
8370 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * nntp.el (nntp-authinfo-force): New variable.
8373         (nntp-send-authinfo): Use it.
8374
8375 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8378         decode encoded words.  Improve prompt.  Add comment about forwarding.
8379         (message-replacement-char): Move up.
8380
8381 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8382
8383         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8384         instead of gnus-intersection because arguments of gnus-sorted-nunion
8385         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8386
8387 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8388
8389         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8390         (message-simplify-subject-functions): Enable
8391         message-strip-subject-encoded-words by default.
8392
8393 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * message.el (message-strip-subject-encoded-words): New function.
8396         (message-simplify-subject-functions): New variable.
8397         (message-simplify-subject): Use it.  Fix typo in doc string.
8398         Support message-strip-subject-encoded-words.
8399
8400 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8401
8402         * gnus-diary.el (gnus-diary-delay-format-function):
8403         * nndiary.el (nndiary-reminders):
8404         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8405
8406 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * gnus-art.el (article-hide-boring-headers): Fetch date from
8409         gnus-original-article-buffer to avoid problems with localized date
8410         strings.
8411
8412 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8415
8416 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8419         New variables.
8420         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8421         (mm-charset-synonym-alist): Move some entries to
8422         mm-codepage-iso-8859-list.
8423         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8424         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8425
8426 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8429
8430 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8431
8432         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8433         with Emacs 21 and XEmacs.
8434
8435 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8436
8437         * spam.el (spam-parse-address): New function for better parsing,
8438         catching errors, etc.
8439         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8440
8441 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8442
8443         * mm-view.el: Add interactive arg to html2text autoload.
8444
8445 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8448
8449 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8450
8451         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8452         variables.
8453         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8454         (mm-charset-synonym-alist): Move some entries to
8455         mm-codepage-iso-8859-list.
8456
8457         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8458
8459 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8460
8461         * message.el (message-citation-line-format)
8462         (message-insert-formated-citation-line): Fix implementation of %E, %N
8463         and %n according to the doc string.
8464
8465 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8466
8467         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8468         car-safe to avoid bad parses.
8469
8470 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8473         names.
8474
8475         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8476
8477 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8480         header.
8481
8482         * message.el (message-draft-headers): Add Date.
8483         (message-headers-to-generate): Fix typo in docstring.
8484
8485         * nndraft.el (nndraft-required-headers): New variable.
8486         (nndraft-generate-headers): Use it.
8487
8488         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8489
8490 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8491
8492         * gnus-registry.el (gnus-registry-wash-for-keywords)
8493         (gnus-registry-find-keywords): New functions to allow easy searching of
8494         articles that are in the registry.
8495
8496 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8497
8498         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8499         ietf-drums-parse-address instead of gnus-extract-address-components.
8500         Reported by Damien Elmes <damien@repose.cx>.
8501
8502 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * gnus.el (gnus-mime): Remove unused custom group.
8505
8506 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8507
8508         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8509         "blank line" when searching for end of armor headers.
8510
8511 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * gmm-utils.el (gmm-write-region): Fix variable name.
8514
8515 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * gmm-utils.el (gmm-write-region): New function based on compatibility
8518         code from `mm-make-temp-file'.
8519
8520         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8521
8522         * nnmaildir.el (nnmaildir--update-nov)
8523         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8524         Use `gmm-write-region'.
8525
8526 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8529         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8530
8531         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8532
8533         * message.el (message-replacement-char): New variable.
8534         (message-fix-before-sending): Use it.
8535         (message-simplify-subject): New function to remove duplicate code.
8536         (message-reply, message-followup): Use it.
8537
8538         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8539         gnus-summary-limit-to-articles.
8540
8541 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * gnus-util.el (gnus-with-local-quit): New macro.
8544
8545         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8546
8547 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8548
8549         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8550         ignore non-string data.
8551
8552 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8555         non-string data (needs to be done in the registry too).
8556
8557 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8558
8559         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8560         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8561         (gnus-registry-split-fancy-with-parent)
8562         (gnus-registry-fetch-simplified-message-subject-fast)
8563         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8564         Remove text properties on ingress into the registry and when it's saved.
8565         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8566         registry from entries with no groups.
8567
8568 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8569
8570         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8571         function to remove string properties.
8572
8573 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * gmm-utils.el (gmm): Adjust custom version.
8576
8577         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8578         custom version.
8579
8580         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8581
8582 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * gnus-art.el (gnus-insert-prev-page-button)
8585         (gnus-insert-next-page-button): Simplify.  Reformat.
8586
8587 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8588
8589         * gnus-art.el (gnus-insert-prev-page-button)
8590         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8591
8592 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8593
8594         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8595
8596 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8597
8598         * gnus-art.el (gnus-insert-mime-button)
8599         (gnus-insert-mime-security-button):
8600         Apply gnus-article-button-face to MIME and security buttons.
8601
8602 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8605         readable.
8606
8607 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8610
8611 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8612
8613         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8614         `browse-url-of-file' instead of `browse-url'.
8615
8616 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8617
8618         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8619         regexp.  Articles containing quotation were cut prematurely.
8620
8621 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * message.el (message-cite-original-1): Use nobody by default for the
8624         value of From header.
8625         (message-reply): Ditto.
8626
8627 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8628
8629         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8630         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8631         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8632
8633 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8634
8635         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8636         mails in the doc string.  Add some URLs in comment.
8637         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8638
8639 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8642         backslashes handling and the way to find boundaries of quoted strings.
8643
8644 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8645
8646         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8647         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8648         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8649         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8650
8651 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8654         doc string.
8655         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8656
8657 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * lpath.el: Fbind epg-check-configuration.
8660
8661 2006-09-06  Simon Josefsson  <jas@extundo.com>
8662
8663         * mml2015.el (mml2015-use): Doc fix, mention epg.
8664
8665 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8666
8667         * mml2015.el (mml2015-use): Default to epg, if available.
8668
8669 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8670
8671         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8672         message-sender.
8673         (mml1991-epg-encrypt): Ditto.
8674         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8675         message-sender.
8676         (mml2015-epg-encrypt): Ditto.
8677
8678 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8679
8680         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8681         several common directories.
8682
8683 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8684
8685         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8686         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8687
8688 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-art.el (article-decode-encoded-words): Make it fast.
8691
8692 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8695
8696         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8697         in quoted string into `\'.
8698
8699 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8702         Use standard-syntax-table.
8703
8704 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-art.el (gnus-decode-address-function): New variable.
8707         (article-decode-encoded-words): Use it to decode headers which are
8708         assumed to contain addresses.
8709         (gnus-mime-delete-part): Remove useless `or'.
8710
8711         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8712         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8713         (gnus-nov-parse-line): Use it to decode From header.
8714         (gnus-get-newsgroup-headers): Ditto.
8715         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8716
8717         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8718         (mail-decode-encoded-address-string): New alias.
8719
8720         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8721         New function.
8722         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8723         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8724         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8725         (rfc2047-decode-string): Ditto.
8726         (rfc2047-decode-address-region): New function.
8727         (rfc2047-decode-address-string): New function.
8728
8729 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * message.el (message-caesar-buffer-body): Allow rotating headers.
8732
8733         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8734
8735         * message.el (message-insert-formated-citation-line): Fix %f.
8736         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8737
8738 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8741         (gnus-bookmark-mouse-available-p): New macro.
8742         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8743         (gnus-bookmark-bmenu-show-infos): Use it.
8744         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8745         (gnus-bookmark-bmenu-hide-infos): Ditto.
8746         (gnus-bookmark-remove-properties): New function.
8747         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8748         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8749         (gnus-bookmark-write-file): Bind coding-system-for-write.
8750         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8751         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8752         group before selecting it.
8753         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8754         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8755         quit-window if it is not available; use gnus-mouse-2 and bind it to
8756         gnus-bookmark-bmenu-select-by-mouse.
8757         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8758         (gnus-bookmark-bmenu-select-by-mouse): New function.
8759
8760 2006-08-13  Romain Francoise  <romain@orebokech.com>
8761
8762         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8763         space.
8764
8765 2006-08-10  Romain Francoise  <romain@orebokech.com>
8766
8767         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8768         (dns-mode-soa-auto-increment-serial): New user option.
8769         (dns-mode-soa-maybe-increment-serial): New function.
8770         (dns-mode): Add the latter to `write-contents-functions'.
8771
8772 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * compface.el (uncompface): Use binary rather than raw-text-unix.
8775
8776 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * compface.el (uncompface): Make sure the eol conversion doesn't take
8779         place when communicating with the external programs.  Reported by
8780         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8781
8782 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8785
8786 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8787
8788         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8789         Make it more robust by parsing author and date independently.
8790
8791 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8794
8795 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8796
8797         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8798         first matching secret key.
8799         (mml2015-epg-encrypt): Ditto.
8800
8801         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8802         first matching secret key.
8803         (mml1991-epg-encrypt): Ditto.
8804
8805         * mml2015.el (mml2015-encrypt-to-self): New user option.
8806         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8807         mml2015-epg-encrypt-to-self is set.
8808
8809         * mml1991.el (mml1991-encrypt-to-self): New variable.
8810         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8811         mml1991-epg-encrypt-to-self is set.
8812
8813         * mml2015.el (mml2015-signers): New user option.
8814         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8815         (mml2015-epg-encrypt): Allow to select signing keys.
8816
8817         * mml1991.el (mml1991-signers): New variable.
8818         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8819         (mml1991-epg-encrypt): Allow to select signing keys.
8820
8821 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * nnheader.el (nnheader-insert-head): Make it work even if the file
8824         uses CRLF for the line-break code.
8825
8826 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8827
8828         * mml2015.el: Require mml-sec instead of password.
8829         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8830         (mml2015-cache-passphrase): Inherit the default value from
8831         mml-secure-cache-passphrase.
8832         (mml2015-passphrase-cache-expiry): Inherit the default value from
8833         mml-secure-passphrase-cache-expiry.
8834
8835         * mml1991.el: Require mml-sec instead of password.
8836         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8837         (mml1991-cache-passphrase): Inherit the default value from
8838         mml-secure-cache-passphrase.
8839         (mml1991-passphrase-cache-expiry): Inherit the default value from
8840         mml-secure-passphrase-cache-expiry.
8841
8842         * mml-sec.el: Require password.
8843         (mml-secure-verbose): New user option.
8844         (mml-secure-cache-passphrase): New user option.
8845         (mml-secure-passphrase-cache-expiry): New user option.
8846
8847 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8848
8849         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8850         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8851         andreas@altroot.de (Andreas Vögele).
8852
8853         FIXME: Use `tiny change'?
8854
8855 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8856
8857         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8858         workaround for the url package included with Emacs.
8859
8860         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8861
8862 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8865         correctly.  This fixes a bug caused by the 2006-05-12 change.
8866
8867 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8868
8869         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8870         some information about the error when saying that the `bogus' mail
8871         group will be used.
8872
8873 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8876         string.
8877
8878 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8879
8880         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8881
8882 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8883
8884         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8885
8886 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8887
8888         * mml1991.el (mml1991-function-alist): Add epg.
8889         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8890         (mml1991-epg-encrypt): New functions.
8891
8892 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8893
8894         * mml2015.el (mml2015-verbose): New variable.
8895         (mml2015-cache-passphrase): Ditto.
8896         (mml2015-passphrase-cache-expiry): Ditto.
8897         (mml2015-function-alist): Add epg.
8898         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8899         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8900         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8901         functions.
8902
8903 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8904
8905         * message.el (message-cite-original-1): Preserve region when removing
8906         quoted text due to X-No-Archive in order to avoid bogus attribution
8907         when citing multiple messages.
8908
8909 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8910
8911         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8912         Kenneth Jacker <khj@be.cs.appstate.edu>.
8913
8914 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * gnus-diary.el (gnus-user-format-function-d)
8917         (gnus-user-format-function-D): Autoload.
8918
8919         * imap.el (Commentary): Fix typo.
8920
8921         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8922         2006-04-22 contribution.
8923
8924 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8925
8926         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8927         It didn't really fix the bogosity I'm seeing with solid web groups.
8928
8929 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8930
8931         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8932         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8933         created using server names.  If we use the feature without declaring
8934         it, Gnus does not properly manage server and group state.
8935
8936         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8937         bound.
8938
8939 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8940
8941         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8942         looking up the method using GROUP's prefix before inventing a new one.
8943         It is used on killed/unknown groups in various places where returning
8944         an all-new method isn't expected by the caller.
8945
8946         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8947         and match semantics of gnus-group-real-prefix.
8948
8949 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * nnmail.el (nnmail-broken-references-mailers): New variable.
8952         (nnmail-ignore-broken-references): New function generalizing
8953         nnmail-fix-eudora-headers.
8954         (nnmail-fix-eudora-headers): Now obsolete.
8955
8956         * gnus-art.el (gnus-button-handle-custom): Support
8957         `customize-apropos*'.
8958
8959 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8960
8961         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8962
8963         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8964         articles.
8965
8966 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * message.el (message-cite-reply-above): New variable.
8969         (message-yank-original): Use it.
8970
8971 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8974
8975 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8978         as read.
8979
8980         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8981
8982 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8985         (gnus-bookmark-default-file): Use gnus-directory.
8986         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8987         Remove "*" in doc string.
8988         (gnus-bookmark-write-file): Simplify.
8989         (gnus-bookmark-maybe-sort-alist): Use `when'.
8990         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8991         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8992         FIXME about Emacs 21 and XEmacs compatibility.
8993         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8994         compatibility.
8995         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8996         compatibility.
8997         (gnus-bookmark-menu-heading): Fix version.
8998
8999 2006-06-19  Bastien Guerry  <bzg@altern.org>
9000
9001         * gnus-bookmark.el: New file.
9002
9003 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * message.el (message-syntax-checks): Doc fix.
9006
9007 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9008
9009         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9010         unsubscribed groups as if they were killed ones.  It causes duplicate
9011         entries in gnus-newsrc-alist.
9012
9013 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * message.el (message-syntax-checks): Doc fix.
9016         (message-send-mail): Add check for continuation headers.
9017         (message-check-news-header-syntax): Fix regexp used to check for
9018         continuation headers.
9019
9020 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9023
9024 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9027
9028 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9031         default-truncate-lines.
9032
9033 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9036         to fill the utf-8 entry.
9037
9038         * lpath.el: Fbind unicode-precedence-list.
9039
9040 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9041
9042         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9043
9044 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9045
9046         * gnus-agent.el (directory-files-and-attributes): Move all the way
9047         forward (the third and final move).
9048         (gnus-agent-read-agentview): Trap reconstruction errors due to
9049         nonexistant directory.  Handle by returning nil.
9050
9051 2006-05-30  Didier Verna  <didier@xemacs.org>
9052
9053         * message.el (message-dont-reply-to-names): Update the custom type.
9054         * message.el (message-dont-reply-to-names): New defsubst: potentially
9055         convert a list of regexps into a single one.
9056         * message.el (message-get-reply-headers): Use it.
9057         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9058
9059 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-agent.el (directory-files-and-attributes): Move forward.
9062
9063 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * gnus-ml.el (gnus-mailing-list-subscribe)
9066         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9067         (gnus-mailing-list-message): Fix doc strings.
9068
9069 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9070
9071         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9072         of doing it manually.
9073
9074 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9075
9076         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9077         comment.
9078
9079 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9080
9081         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9082         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9083         (gnus-agent-read-local): All symbols allocated in my-obarray.
9084         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9085         (gnus-agent-regenerate-group): Check numeric names to see if they are
9086         messages or groups.
9087         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9088         better way of do this...)
9089
9090         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9091         'dummy.group' (there should be a better way of do this...)
9092
9093 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9096         (gnus-saved-headers): Ditto.
9097         (gnus-default-article-saver): Mention functions may have properties.
9098         (gnus-article-save): Override gnus-save-all-headers and
9099         gnus-saved-headers by :headers property which saver function may have.
9100         (gnus-summary-save-in-file): Add :headers property.
9101         (gnus-summary-write-to-file): Ditto.
9102
9103         * gnus-sum.el (gnus-summary-save-article): Bind
9104         gnus-prompt-before-saving to t when saving many articles in a file;
9105         always show all headers.
9106
9107         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9108
9109 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9112         marks.
9113
9114         * message.el (message-indent-citation): Add optional arguments to allow
9115         using it outside of message buffers.
9116
9117         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9118         (gnus-article-treat-unfold-headers): Use it.
9119         (gnus-article-truncate-lines): New variable.
9120         (gnus-article-mode): Use it.
9121         (gnus-article-toggle-truncate-lines): New function.
9122
9123         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9124         gnus-article-toggle-truncate-lines.
9125
9126         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9127         coding system in XEmacs, use binary.
9128
9129 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9132         after-load-alist.
9133
9134         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9135         this function should save decoded articles.
9136         (gnus-summary-write-to-file): Use property to specify this function
9137         should save decoded articles and specify gnus-summary-save-in-file
9138         should be used to save articles other than the first one when saving
9139         many articles.
9140         (gnus-summary-save-body-in-file): Use property to specify this
9141         function should save decoded articles.
9142         (gnus-summary-write-body-to-file): Use property to specify this
9143         function should save decoded articles and specify
9144         gnus-summary-save-body-in-file should be used to save articles other
9145         than the first one when saving many articles.
9146
9147         * gnus-sum.el (gnus-summary-save-article): Simplify.
9148
9149 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * gnus-art.el (gnus-default-article-saver): Add
9152         gnus-summary-write-body-to-file.
9153         (gnus-article-save-coding-system): Don't use coding system object
9154         in XEmacs.
9155         (gnus-read-save-file-name): Add optional `dir-var' argument which
9156         specifies directory in which files are saved; work even if optional
9157         `variable' argument is not specified.
9158         (gnus-summary-write-to-file): Read file name.
9159         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9160         (gnus-summary-write-body-to-file): New function.
9161
9162         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9163         (gnus-summary-local-variables): Add it.
9164         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9165         (gnus-summary-save-article): Remove optional `decode' argument;
9166         determine whether to decode articles by the value of
9167         gnus-default-article-saver; when saving many files using
9168         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9169         it first and use gnus-summary-save-in-file or
9170         gnus-summary-save-body-in-file thereafter unless
9171         gnus-prompt-before-saving is always; move point to article which
9172         will be saved.
9173         (gnus-summary-save-article-file): Revert.
9174         (gnus-summary-write-article-file): Revert.
9175         (gnus-summary-save-article-body-file): Revert.
9176         (gnus-summary-write-article-body-file): New function.
9177
9178 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus-art.el (gnus-default-article-saver): Doc fix.
9181         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9182         from gnus-summary-save-article-coding-system, and default to a
9183         certain coding system.
9184         (gnus-output-to-file): Add coding cookie and encode text according
9185         to gnus-article-save-coding-system; don't use mm-append-to-file.
9186
9187         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9188         gnus-art.el and rename to gnus-article-save-coding-system.
9189         (gnus-summary-save-article): Require gnus-art; don't show all
9190         headers if it decodes articles; don't add coding cookie here;
9191         don't bind mm-text-coding-system-for-write.
9192         (gnus-summary-save-article-file): Save decoded articles.
9193         (gnus-summary-write-article-file): When saving many files, use
9194         gnus-summary-write-to-file first and gnus-summary-save-in-file
9195         thereafter unless gnus-prompt-before-saving is always.
9196         (gnus-summary-save-article-body-file): Save decoded articles.
9197
9198         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9199
9200 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * nnrss.el (nnrss-check-group): Bind hash-index.
9203
9204 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9205
9206         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9207         its hash index.  Store this hash in `nnrss-group-data'.
9208         (nnrss-read-group-data): Update accordingly.
9209
9210 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9213         entry.
9214
9215         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9216         gnus-article-browse-html-article.
9217
9218 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9219
9220         * gnus-sum.el (gnus-summary-mime-map): Add
9221         gnus-article-browse-html-article.
9222
9223         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9224
9225 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9228         suitable coding systems in customize.
9229
9230 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * mail-source.el (mail-sources): Fix custom type.
9233
9234 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9237         (gnus-summary-expire-articles-now): Shorten prompt.
9238
9239         * gmm-utils.el (wid-edit): Require.
9240         (defun-gmm): Renamed from `gmm-defun-compat'.
9241         (gmm-image-search-load-path): Use it.
9242         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9243
9244 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9247         variable.
9248         (gnus-summary-save-article): Add optional `decode' argument.  If
9249         it is set and gnus-summary-save-article-coding-system is non-nil,
9250         save decoded article.
9251         (gnus-summary-write-article-file): Save decoded article if
9252         gnus-summary-save-article-coding-system is non-nil.
9253
9254         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9255         type.
9256
9257 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9260
9261 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9264         first to test gnus-single-article-buffer which may be buffer-local.
9265
9266         * gnus-sum.el (gnus-summary-setup-buffer): Make
9267         gnus-single-article-buffer buffer-local and nil in ephemeral
9268         group; make gnus-article-buffer, gnus-article-current, and
9269         gnus-original-article-buffer always buffer-local.
9270         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9271         group.
9272         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9273
9274 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * nnml.el (nnml-request-compact-group): Compressed files might not
9277         have .gz extension.
9278
9279 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9280
9281         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9282         (mm-copy-to-buffer): Use with-current-buffer.
9283         (mm-display-part): Simplify.
9284         (mm-inlinable-p): Add optional arg `type'.
9285
9286 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9287
9288         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9289         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9290         Try harder to show the attachment internally or externally using
9291         gnus-mime-view-part-as-type.
9292
9293 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * message.el (message-from-style, message-signature-separator)
9296         (message-user-organization-file, message-send-mail-function)
9297         (message-citation-line-function, message-yank-prefix)
9298         (message-indent-citation-function, message-signature)
9299         (message-signature-file, message-signature-insert-empty-line):
9300         Remove autoloads.
9301
9302         * gnus-art.el (gnus-buttonized-mime-types): Remove
9303         "multipart/signed".  Revert 2006-04-26 change.
9304
9305 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9306
9307         * gnus.el (gnus-version-number): Bump version.
9308
9309 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9310
9311         * gnus.el: No Gnus v0.5 is released.
9312
9313 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9314
9315         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9316         fetching articles by message-id.
9317
9318 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9319
9320         * message.el (hashcash): Require hashcash as normal.
9321
9322         * ecomplete.el (ecomplete-highlight-match-line): Use
9323         point-at-eol.
9324         (ecomplete-highlight-match-line): Use `highlight', because that
9325         face exists in both Emacs and XEmacs.
9326
9327         * message.el (message-display-abbrev): Use point-at-bol.
9328
9329         * mail-source.el: Don't require timer/timer-funcs.
9330
9331         * gnus-async.el: Ditto.
9332
9333         * password.el: Ditto.
9334
9335         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9336
9337         * mm-url.el: Ditto.
9338
9339         * gnus-xmas.el: Don't require timer-funcs.
9340
9341         * mm-util.el: Require timer/timer-funcs.
9342
9343 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9344
9345         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9346         Close.
9347
9348 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9351         unibyte after clear-decrypt function runs.
9352
9353         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9354         returns as a unibyte string.
9355
9356 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * lpath.el: Revert.
9359
9360         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9361         (pgg-gpg-process-sentinel): Revert.
9362
9363         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9364         (pgg-pgp-lookup-key): Revert.
9365
9366         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9367         (pgg-pgp5-lookup-key): Revert.
9368
9369         * pgg.el (pgg-fetch-key): Revert.
9370
9371 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * lpath.el: Fbind string-as-multibyte for XEmacs.
9374
9375         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9376         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9377         (mml1991-pgg-encrypt): Ditto.
9378
9379         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9380         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9381         a multibyte buffer.
9382
9383         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9384         (pgg-pgp-lookup-key): Ditto.
9385
9386         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9387         (pgg-pgp5-lookup-key): Ditto.
9388
9389         * pgg.el (pgg-fetch-key): Ditto.
9390
9391 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * message.el (message-user-organization-file): Check several
9394         locations of the organization file.
9395
9396         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9397         Add gnus-article-view-part-as-type.
9398
9399         * gnus-art.el (gnus-article-view-part-as-type): New function.
9400
9401         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9402         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9403
9404         * mml.el: Simplify autoload.
9405         (mml-mode): defvar dnd-protocol-alist instead of using
9406         symbol-value.
9407         (mml-default-directory): New variable.
9408         (mml-minibuffer-read-file): Use it.
9409         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9410
9411         * message.el (message-citation-line-format): New variable.
9412         (message-insert-formated-citation-line): New function.
9413         (message-citation-line-function): Add
9414         `message-insert-formated-citation-line' to custom type.
9415
9416         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9417         to doc string.
9418
9419         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9420         depending on mm-verify-option.
9421
9422 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9425         binding pgg-* variables; reimplement the section which prevents
9426         MIME header from being signed.
9427         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9428         pgg-text-mode; remove a blank line at the top of body.
9429
9430         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9431         lines at the top of body; use gnus-newsgroup-charset if there's no
9432         Charset header.
9433
9434 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * message.el (message-self-insert-commands): Doc fix.
9437
9438         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9439         (mm-uu-pgp-encrypted-test): Ditto.
9440         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9441         between header and body; return application/pgp-encrypted handle
9442         if decryption failed; decode decrypted body by charset.
9443
9444         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9445         element match to application/pgp-*.
9446
9447 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9448
9449         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9450         HTML.
9451
9452 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9453
9454         * mail-source.el (mail-source-call-script): Message the error
9455         string.
9456
9457 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9458
9459         * gnus-util.el (gnus-byte-compile): Use it.
9460
9461 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9462
9463         * gnus-util.el (kill-empty-logs): New function.
9464
9465 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466
9467         * message.el (message-mail-alias-type): Doc fix.
9468         (message-mail-alias-type-p): New function.
9469         (message-send): Use it.
9470         (message-mode): Ditto.
9471         (message-strip-forbidden-properties): Ditto.
9472
9473         * ecomplete.el (ecomplete-database-file-coding-system): New
9474         variable.
9475         (ecomplete-save): Use it.
9476         (ecomplete-setup): Use it.
9477
9478 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * message.el (message-self-insert-commands): New variable.
9481         (message-strip-forbidden-properties): Use it.
9482
9483 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9486         that doesn't make XEmacs choke.
9487
9488 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * gnus-util.el (gnus-replace-in-string):
9491         Prefer replace-regexp-in-string over of replace-in-string.
9492
9493 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-util.el (gnus-select-frame-set-input-focus):
9496         Use select-frame-set-input-focus if it is available in XEmacs; use
9497         definition defined in Emacs 22 for old Emacsen.
9498
9499         * dgnushack.el: Autoload unmorse-region for XEmacs.
9500
9501         * lpath.el: Bind cursor-in-non-selected-windows and
9502         select-frame-set-input-focus for XEmacs.
9503
9504 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9507
9508 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9509
9510         * gnus-registry.el (gnus-registry-cache-save): Remove text
9511         properties when saving via the temp buffer.
9512
9513 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * message.el (message-generate-hashcash): Honor custom type.
9516
9517 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * message.el (message-generate-hashcash): Default to non-nil when
9520         hashcash is found.
9521
9522         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9523         (gnus-refer-thread-limit): Increase default to 500.
9524
9525         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9526
9527         * flow-fill.el (fill-flowed): Allow delete-space.
9528
9529 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9532         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9533         Remove autoloads.
9534
9535 2006-04-18  Simon Josefsson  <jas@extundo.com>
9536
9537         * message.el (message-generate-hashcash): Default to.
9538
9539 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9542         concatenating segments rather than before concatenating them.
9543
9544 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9545
9546         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9547
9548 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9551
9552         * message.el (message-forward-make-body-plain): Allow
9553         message-forward-ignored-headers to be a list.
9554         (message-remove-ignored-headers): Factor out into function.
9555         (message-forward-make-body-mml): Use it.
9556
9557         * imap.el (imap-quote-specials): New function.
9558         (imap-login-auth): Quote specials.
9559
9560         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9561         (rfc2231-parse-string): Allow concatanation of parameters that
9562         aren't contiguous.  The test case is
9563           (mail-header-parse-content-type "message/external-body;
9564             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9565             access-type=LOCAL-FILE;
9566             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9567
9568 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9569
9570         * nntp.el (nntp-accept-process-output): Return the value of
9571         `nnheader-accept-process-output'.
9572
9573 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9574
9575         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9576         (gnus-button-alist): Recognize more diff formats.
9577         (gnus-button-patch): Strip directory.
9578
9579 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9582         Emacs 22 when setting focus.
9583
9584 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9585
9586         * gnus-art.el (gnus-article-treat-types): Do treatment of
9587         text/x-verbatim parts.
9588         (gnus-button-patch): New command.
9589
9590         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9591         addresses that contain invalid characters.
9592
9593 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * message.el (message-put-addresses-in-ecomplete): Use
9596         gnus-replace-in-string.
9597         (message-is-yours-p): Use the more correct
9598         mail-header-parse-address instead of
9599         mail-extract-address-components.
9600         (message-put-addresses-in-ecomplete): Fix typo.
9601
9602         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9603         keystroke.
9604
9605         * gnus-art.el (gnus-treatment-function-alist): Change order of
9606         newsgroups/generic header folding to avoid double-folding.
9607
9608         * message.el (message-hidden-headers): Add X-Draft-From.
9609
9610         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9611         command.
9612         (gnus-summary-repeat-search-article-backward): New command.
9613
9614         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9615         groups in the parent topic.
9616
9617 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9618
9619         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9620         (spam-extra-header-to-number): Return the CRM114 number as a
9621         number instead of a string.
9622
9623 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9624
9625         * gnus-art.el (gnus-face-properties-alist): Moved here from
9626         gnus-fun.
9627
9628         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9629
9630 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * message.el (message-strip-forbidden-properties): Only display on
9633         self-insert-command.
9634
9635         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9636         reindent.
9637         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9638
9639 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9640
9641         * smiley.el (smiley-style): Fix typo.
9642
9643 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * hashcash.el (hashcash-insert-payment-async-2): Use
9646         message-goto-eoh instead of doing it manually.
9647         (mail-add-payment): Use message-narrow-to-header instead of trying
9648         to do the same itself.
9649
9650         * message.el (message-hidden-headers): Add Face.
9651
9652         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9653         reparenting code.
9654         (gnus-summary-reparent-children): Refactored out code.
9655         (gnus-summary-thread-map): New keystroke.
9656         (gnus-summary-reparent-children): Make into command.
9657
9658         * smiley.el (smiley-style): Default to `medium' if using a large
9659         font.
9660
9661         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9662         does it itself.
9663
9664         * message.el (message-point-in-header-p): Simplify definition.
9665
9666 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9667
9668         * nnagent.el (nnagent-request-set-mark): Silence log file
9669         writing.
9670         (nnagent-request-set-mark): Use write-region instead of
9671         append-to-file.
9672
9673         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9674         strange select method.
9675
9676         * ecomplete.el (ecomplete-display-matches): Get highlightling
9677         right.
9678         (ecomplete-display-matches): Use literals.
9679         (ecomplete-display-matches): Disable message logging.
9680
9681         * message.el (message-display-abbrev): Small optimization.
9682
9683         * ecomplete.el (ecomplete-display-matches): Allow automatic
9684         display.
9685
9686         * message.el (message-strip-forbidden-properties): Display
9687         abbrevs.
9688         (message-display-abbrev): Get automatic display right.
9689
9690         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9691         keystrokes.
9692
9693 2006-04-13  Romain Francoise  <romain@orebokech.com>
9694
9695         TODO: Backport to v5-10!
9696
9697         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9698         Moved here (and renamed) from gnus-registry.el.
9699
9700         * gnus-registry.el: Require gnus-util.
9701         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9702
9703 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9704
9705         * gnus-group.el (gnus-group-catchup-current): Change
9706         if-then-else-if-then-else into cond.
9707         (gnus-group-catchup): Indent.
9708         (group-name-at-point): New function.
9709         (gnus-fetch-group): Provide default from thing at point.
9710
9711 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712
9713         * message.el (message-display-abbrev): Fix regexp.
9714
9715         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9716         choosing.
9717         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9718         dead variables.
9719
9720         * message.el (message-newline-and-indent): Remove debugging.
9721         (message-display-abbrev): Use new implementation.
9722
9723 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * gnus-art.el (gnus-article-mode): Set
9726         cursor-in-non-selected-windows to nil.
9727
9728         * smiley.el: Revert previous change.
9729         (smiley-data-directory): defvar it before using it in the
9730         defcustom of `smiley-style'.
9731
9732 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733
9734         * message.el (message-newline-and-indent): New function.
9735
9736         * ecomplete.el: Implement more bits.
9737
9738         * message.el (message-put-addresses-in-ecomplete): Clean up the
9739         string.
9740
9741         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9742
9743         * gnus-sum.el (gnus-summary-save-parts): Bind
9744         gnus-summary-save-parts-counter and use it to make unique file
9745         names.
9746
9747         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9748
9749         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9750         parameter to say whether to actually parse the individual
9751         addresses.
9752
9753         * message.el (message-put-addresses-in-ecomplete): New function.
9754         (ecomplete): Require.
9755         (message-mail-alias-type): Add ecomplete as an option.
9756
9757 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9758
9759         * flow-fill.el (fill-flowed): Remove trailing space from blank
9760         quoted lines.
9761
9762 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9763
9764         * smiley.el (smiley-style): Move definition later to avoid a
9765         compilation warning.
9766
9767 2006-04-12  Kenichi Handa  <handa@m17n.org>
9768
9769         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9770         buffer and then decode the buffer text if necessary.
9771         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9772         first, and after mm-encode-body, change the buffer to unibyte.
9773         Use mm-disable-multibyte instead of set-buffer-multibyte.
9774
9775 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9778         Content-Type header instead of Content-Disposition header.
9779         (gnus-mime-inline-part): Ditto.
9780         (gnus-mime-view-part-as-charset): Ignore charset that the part
9781         specifies.
9782
9783         * mm-decode.el (mm-display-part): Work with external parts and
9784         usual parts similarly.
9785
9786         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9787         instead of gnus-display-mime.
9788
9789         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9790         instead of with-temp-buffer.
9791
9792         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9793         tag to summarized topics part in order to encode non-ASCII text.
9794
9795 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9796
9797         * smiley.el (smiley-style): New variable.
9798         (smiley-directory): New function.
9799         (smiley-data-directory): Derive from `smiley-style' using
9800         `smiley-directory'.
9801         (smiley-regexp-alist): Add new entries.
9802
9803         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9804         (gnus-article-browse-delete-temp): Add :version.
9805
9806 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9807
9808         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9809         the sieve region.
9810
9811 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9812
9813         * gnus.el (gnus-version-number): Bump version.
9814
9815 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * gnus.el: No Gnus v0.4 is released.
9818
9819 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9822         layout.
9823
9824         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9825         unknown charset.
9826
9827         * message.el (message-header-synonyms): Add Original-To to the
9828         default.
9829
9830         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9831         optional parameter.
9832
9833 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * gnus-fun.el (gnus): Require it for gnus-directory.
9836
9837 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9840
9841 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9842
9843         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9844
9845 2006-04-05  Simon Josefsson  <jas@extundo.com>
9846
9847         * password.el (password-reset): New function.
9848
9849 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9850
9851         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9852         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9853
9854 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9855
9856         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9857         Some whitespace was matched into the url, which broke browsing hits
9858         > 100 when mm-url-use-external was nil.
9859
9860 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9863         gnus-extra-headers for 'Newsgroups.
9864
9865         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9866         bound.
9867
9868 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9869
9870         * pgg-gpg.el: Clean up process buffers every time gpg processes
9871         complete.
9872
9873 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9876         doc string.
9877
9878 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9879
9880         * pgg-gpg.el (pgg-gpg-process-filter)
9881         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9882
9883         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9884         lines, temporary fix.
9885
9886 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9887
9888         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9889
9890 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9891
9892         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9893         default-enable-multibyte-characters.  This reverts the change from
9894         revision 6.17 which is no longer necessary because the passphrase
9895         is sent separately now.  GnuPG messages are unreadable under
9896         multibyte locales with default-enable-multibyte-characters set to
9897         nil.
9898
9899 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * message.el (message-tool-bar-gnome): Move "spell".
9902
9903 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9906         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9907         instead.
9908
9909 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9910
9911         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9912         newsgroups handling for NNTP overviews which don't include
9913         Newsgroups.
9914
9915 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9916
9917         * message.el (message-resend): Bind message-generate-hashcash to nil.
9918
9919 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9920
9921         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9922         when searching for already-paid recipients.
9923
9924 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9925
9926         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9927         passphrases when it is not needed.
9928         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9929         passphrase stuff from gpg, should only be necessary when you use
9930         gpg with a smartcard.
9931
9932 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * mml.el (mml-insert-mime): Ignore cached contents of
9935         message/external-body part.
9936
9937         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9938         (mm-insert-part): Ditto.
9939
9940 2006-03-23  Simon Josefsson  <jas@extundo.com>
9941
9942         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9943         Reiner.
9944         (pgg-gpg-use-agent-p): Use it again.
9945
9946 2006-03-23  Simon Josefsson  <jas@extundo.com>
9947
9948         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9949         older emacsen.
9950         (pgg-gpg-use-agent-p): Don't use it.
9951
9952 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9955         if we can.
9956
9957 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9958
9959         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9960         (pgg-gpg-update-agent): New function.
9961         (pgg-gpg-use-agent-p): New function.
9962         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9963         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9964         (pgg-gpg-sign-region): Use it.
9965
9966 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9969         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9970
9971 2006-03-21  Simon Josefsson  <jas@extundo.com>
9972
9973         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9974         <wilde@sha-bang.de>.
9975         (pgg-gpg-use-agent): New variable.
9976         (pgg-gpg-process-region): Use it.
9977         (pgg-gpg-encrypt-region): Likewise.
9978         (pgg-gpg-encrypt-symmetric-region): Likewise.
9979         (pgg-gpg-decrypt-region): Likewise.
9980         (pgg-gpg-sign-region): Likewise.
9981         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9982
9983 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9984
9985         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9986
9987         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9988         Add comment on version.
9989
9990 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * smiley.el: Add missing test smiley.
9993
9994 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * mm-decode.el (mm-with-part): New macro.
9997         (mm-get-part): Use it; work with message/external-body as well.
9998         (mm-save-part): Treat name and filename equally.
9999
10000         * mm-extern.el (mm-extern-cache-contents): New function.
10001         (mm-inline-external-body): Use it; force the part to be displayed;
10002         move undisplayer added to the cached handle to the parent.
10003
10004         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10005         (gnus-mime-view-part-as-type): Work with message/external-body.
10006
10007         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10008
10009 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10012         images in image-load-path.  [Sync with image.el, revision 1.60, in
10013         Emacs.]
10014
10015 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10018         path rather than symbol.  Always return list of directories.
10019         Guarantee that image directory comes first.  [Sync with image.el,
10020         revision 1.59, in Emacs.]
10021
10022         * message.el (message-make-tool-bar): Adjust to new API of
10023         `gmm-image-load-path-for-library'.
10024
10025         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10026
10027         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10028
10029 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10030
10031         * gnus-art.el (gnus-article-only-boring-p):
10032         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10033         intangible text.
10034         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10035
10036 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10039         `defun' instead of `gmm-defun-compat'.
10040
10041 2006-03-14  Simon Josefsson  <jas@extundo.com>
10042
10043         * message.el (message-unique-id): Don't use message-number-base36
10044         if (user-uid) is a float.
10045         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10046
10047 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10050
10051         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10052         empty line between a part and a message part.
10053
10054 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * smiley.el: Add more test smileys.
10057         (smiley-data-directory, smiley-regexp-alist)
10058         (gnus-smiley-file-types): Fix doc strings.
10059         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10060         adding new elements.
10061         (smiley-mouse-map): Unused code.  Make it a comment.
10062
10063 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10066         scan latest NoCeM messages instead of old ones.
10067         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10068         delimiters that are recently used.
10069         (gnus-nocem-load-cache): Add autoload cookie.
10070
10071         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10072
10073         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10074         level which is larger than gnus-use-nocem is specified.
10075
10076         * gnus-group.el (gnus-group-get-new-news): Ditto.
10077
10078 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10079
10080         * gnus-util.el (gnus-tool-bar-update): New function.
10081
10082         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10083         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10084
10085         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10086
10087         * gnus-group.el (gnus-group-redraw-when-idle)
10088         (gnus-group-redraw-check): Remove.
10089         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10090
10091 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10094         if optional last element is specified in splits (FIELD VALUE...).
10095
10096 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10099         to gmm-image-load-path-for-library.  Call with no-error argument.
10100         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10101
10102         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10103
10104         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10105
10106         * gmm-utils.el (gmm-image-load-path): Remove alias.
10107
10108 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * gmm-utils.el (gmm-image-load-path): Add alias.
10111
10112         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10113         nnml-generate-nov-databases-1.
10114         (nnml-generate-nov-databases): Use it.
10115         (nnml-generate-nov-databases-directory): Document no-active
10116         argument.
10117
10118         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10119         directory if path is t.  Add no-error.
10120
10121         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10122         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10123
10124         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10125         resetting gnus-article-browse-html-temp-list.
10126
10127         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10128         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10129         Add example to docstring.  Rename local variables.  Move error
10130         checks to default case in cond and simplify.
10131
10132 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10135         handle is multipart when calling it recursively.
10136         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10137
10138 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10139
10140         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10141         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10142
10143 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10146         is loaded.
10147
10148         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10149         loaded.
10150
10151 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10154         to "Emacs 23 (unicode)" in doc string.
10155
10156         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10157         "Emacs 23 (unicode)" in comment.
10158
10159 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10162
10163         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10164         characters 160 through 255 in Emacs 23.
10165
10166 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10169         gnus-article-browse-html-temp.
10170         (gnus-article-browse-delete-temp): Make it customizable.  Add
10171         `file'.  Adjust doc string.
10172         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10173         query for each file.  Adjust doc string.
10174         (gnus-article-browse-html-parts): Add
10175         `gnus-article-browse-delete-temp-files' to
10176         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10177
10178 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10179
10180         * gnus-art.el (gnus-article-browse-html-temp)
10181         (gnus-article-browse-delete-temp): New variables.
10182         (gnus-article-browse-delete-temp-files): New function.
10183         (gnus-article-browse-html-parts): Use it.
10184
10185 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10188
10189         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10190         string.
10191
10192         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10193         gnus-summary-insert-new-articles when unplugged.  Remove
10194         gnus-summary-search-article-forward.
10195
10196         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10197         display-visual-class instead of display-color-cells.
10198
10199 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * dgnushack.el: Autoload customize-group for XEmacs.
10202
10203         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10204         message/* containing non-ASCII text properly.
10205
10206 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * message.el: Require gmm-utils, remove autoloads.
10209         (message-tool-bar): Set default based on
10210         gmm-tool-bar-style.
10211         (message-tool-bar-gnome): Add gmm-customize-mode.
10212
10213         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10214         gmm-tool-bar-style.
10215         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10216
10217         * gnus-group.el (gnus-group-tool-bar): Set default based on
10218         gmm-tool-bar-style.
10219         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10220
10221         * gmm-utils.el (gmm-image-directory): Rename variable from
10222         gmm-image-load-path.
10223         (gmm-image-load-path): Use gmm-image-directory.
10224         (gmm-customize-mode): New function.
10225         (gmm-tool-bar-style): New variable.
10226
10227         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10228         gnus-group-redraw-line-number.
10229         (gnus-group-redraw-check): Simplify.
10230         (gnus-group-tool-bar-update): Remove redraw check.
10231         (gnus-group-make-tool-bar): Add redraw check.
10232
10233 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10234
10235         * gnus-art.el (gnus-button): Add missing parentheses.
10236
10237 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * lpath.el: Fbind line-number-at-pos.
10240
10241 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10244
10245 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * gnus-art.el (gnus-button): New face.
10248         (gnus-article-button-face): Use it.
10249
10250         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10251         gnus-summary-next-page.  Re-order.
10252
10253         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10254         next-node are now included.
10255         (gnus-group-redraw-line-number): New internal variable.
10256         (gnus-group-redraw-check): Helper function for updating the tool
10257         bar.
10258         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10259
10260         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10261
10262         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10263         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10264         Use it to match format of Spamassassin 3.0 and later.  Reported by
10265         IRIE Tetsuya <irie@t.email.ne.jp>.
10266         (spam-check-bogofilter)
10267         (spam-bogofilter-register-with-bogofilter): Fix args of
10268         `gnus-error' calls.
10269
10270 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10271
10272         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10273         unnecessary interaction when sending queued mails.  Reported by
10274         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10275
10276 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10279         first or last are nil.
10280
10281 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10282
10283         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10284
10285 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10286
10287         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10288
10289 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10290
10291         * dns.el (query-dns): Protect more against buggy tcp output.
10292
10293 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10296         nov.php.
10297
10298 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10299
10300         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10301         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10302         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10303         output on the server side.
10304         (nnweb-google-create-mapping): Update regexps and add some
10305         progress indication.
10306
10307 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10308
10309         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10310         gnus-agent-toggle-plugged.  Re-order icons.
10311         (gnus-group-tool-bar-gnome): Add
10312         gnus-group-{prev,next}-unread-group.
10313         (gnus-group-tool-bar-gnome): Re-order icons.
10314
10315         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10316         gnus-summary-insert-new-articles.
10317
10318         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10319         comments.
10320
10321         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10322         also available in Emacs 21.3.
10323
10324         * message.el (message-fix-before-sending): Change "Emacs 22" to
10325         "Emacs 23 (unicode)" in comment.
10326
10327         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10328         "Emacs 23 (unicode)" in comment.
10329
10330         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10331         comment.
10332         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10333
10334         * mm-view.el (mm-fill-flowed): Add :version.
10335
10336 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10339         and load-path.
10340
10341 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * message.el: Autoload gmm-image-load-path.
10344         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10345         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10346         consitency.
10347
10348         * gmm-utils.el (gmm-image-load-path): Also search in
10349         "../etc/images".  Don't set gmm-image-load-path if we don't find
10350         the image.
10351
10352 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gmm-utils.el (gmm-image-load-path): Don't make
10355         `gmm-image-load-path' include subdirectories which the second arg
10356         `image' might specify.
10357
10358         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10359         subdirectory to icon file names.
10360
10361         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10362
10363 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10364
10365         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10366         gmm-image-load-path calls.
10367
10368         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10369
10370         * message.el (message-make-tool-bar): Ditto.
10371
10372         * mml.el (mml-preview): Added comment concerning tool bar icons.
10373
10374         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10375         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10376
10377         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10378         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10379
10380         * message.el (message-tool-bar-gnome): Use new icon names.
10381         (message-make-tool-bar): Use `gmm-image-load-path'.
10382
10383         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10384         functions from MH-E.
10385         (gmm-image-load-path): New variable from MH-E.
10386         (gmm-image-load-path): New function from MH-E.  Added arguments
10387         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10388         *-image-load-path-called-flag.
10389
10390 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10391
10392         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10393
10394 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10395
10396         * nnimap.el (nnimap-request-move-article): Change folder back to
10397         source group before deleting.
10398
10399 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10402
10403         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10404         mm-url.
10405
10406         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10407
10408 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10411         coding system which mm-charset-to-coding-system returns for a
10412         given charset is valid.
10413
10414 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10415
10416         * html2text.el (html2text-remove-tag-list):
10417         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10418
10419 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10420
10421         * gnus-cus.el: Revert 2005-10-17 change.
10422
10423 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * gnus-art.el (article-strip-banner): Call
10426         article-really-strip-banner only when the regexp match is made.
10427
10428 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gnus-art.el (article-strip-banner): Use
10431         gnus-extract-address-components instead of
10432         mail-header-parse-addresses to make it work with non-ASCII text;
10433         remove mail-encode-encoded-word-string.
10434
10435         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10436         values which are surrounded with \"...\"; make it never cause a
10437         Lisp error; give up parsing of parameters if it failed in
10438         extracting type.
10439
10440 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10441
10442         * smime.el (smime-cert-by-ldap-1): Fix bug where
10443         `smime-ldap-search' returns results without userCertificates.
10444
10445 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10448
10449 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * spam.el (spam-check-spamassassin-headers): Adapt format for
10452         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10453         <ari@mbf.ocn.ne.jp>.
10454         (spam-list-of-processors): Add spam-use-gmane.
10455
10456 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10459         make-temp-file; make it work with XEmacs as well.
10460
10461         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10462         mm-make-temp-file.
10463
10464         * mm-decode.el (mm-display-external): Use the 3rd arg of
10465         mm-make-temp-file.
10466         (mm-create-image-xemacs): Ditto.
10467
10468 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10471         with message-narrow-to-headers.
10472         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10473         (gnus-draft-check-draft-articles): New function.
10474         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10475
10476 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * gnus-art.el (gnus-article-browse-html-parts):
10479         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10480         Don't use suffix argument for mm-make-temp-file for Emacs 21
10481         compatibility.  Remove useless `format'.
10482
10483 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10484
10485         * nnweb.el (nnweb-google-wash-article): Update regexps.
10486         (nnweb-group-alist): Use defvoo instead of defvar.
10487
10488 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10491         re-loading nn* modules.
10492
10493 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10496         for `tool-bar-mode' and don't check it's default-value.
10497
10498         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10499
10500         * message.el (message-make-tool-bar): Ditto.
10501
10502         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10503         `substring'.  Shorten tmp-file name.
10504
10505         * gnus.el: Remove bogus comment.
10506
10507 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10508
10509         * gnus-art.el (gnus-article-browse-html-parts): New function.
10510         (gnus-article-browse-html-article): New function for viewing html
10511         articles with a browser.
10512
10513 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10514
10515         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10516         in elisp.
10517         (pgg-gpg-encrypt-symmetric-region): Ditto.
10518         (pgg-gpg-sign-region): Ditto.
10519
10520         * pgg-def.el (pgg-text-mode): New variable.
10521
10522         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10523         (mml2015-pgg-encrypt): Ditto.
10524
10525         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10526         (mml1991-pgg-encrypt): Ditto.
10527
10528 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10531         message-make-date instead of current-time-string.
10532
10533         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10534         to gnus-decoded which mm-uu might set.
10535
10536 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10539         don't decode quoted parameters; remove misimported Emacs code.
10540         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10541         (rfc2231-decode-encoded-string): Don't use split-string which
10542         behaves differently according to Emacs version; use
10543         mm-decode-coding-region to convert charset to coding-system.
10544         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10545         (rfc2231-encode-string): Remove misimported Emacs code.
10546
10547 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10550         when calling mail-header-parse-content-type.
10551         (article-de-quoted-unreadable): Ditto.
10552         (article-de-base64-unreadable): Ditto.
10553         (article-wash-html): Ditto.
10554
10555         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10556         calling mail-header-parse-content-type and
10557         mail-header-parse-content-disposition.
10558         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10559         mail-header-parse-content-type.
10560
10561         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10562         insert charset and format parameters; encode description after
10563         inserting it to buffer.
10564         (mml-insert-parameter): Fold lines properly even if a parameter is
10565         segmented into two or more lines; change the max column to 76.
10566
10567         * rfc1843.el (rfc1843-decode-article-body): Don't use
10568         ignore-errors when calling mail-header-parse-content-type.
10569
10570         * rfc2231.el (rfc2231-parse-string): Return at least type if
10571         possible; don't cause an error even if it fails in parsing of
10572         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10573         (rfc2231-encode-string): Don't break lines at the beginning, leave
10574         it to mml-insert-parameter.
10575
10576         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10577         calling mail-header-parse-content-type.
10578
10579 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10580
10581         * spam-report.el (spam-report-gmane-use-article-number):
10582         Improve doc string.
10583         (spam-report-gmane-internal): Check if a suitable header was found
10584         in the article.
10585
10586 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10589         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10590
10591 2006-02-05  Romain Francoise  <romain@orebokech.com>
10592
10593         Update copyright notices of all files in the gnus directory.
10594
10595 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10596
10597         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10598
10599 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10602         segmented lines of parameter value to cope with Thunderbird 1.5
10603         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10604         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10605         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10606
10607 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10608
10609         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10610         parts.
10611
10612 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10613
10614         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10615         there's only one active file for all servers.
10616         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10617         solid groups.  Gnus might have used a FAST request to select the group.
10618         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10619         and nnweb-search redundantly in the active file.
10620         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10621         (nnweb-request-create-group): Don't use ARGS.
10622         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10623         initialisations.  Let nnoo do the work.
10624
10625 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10628         Say the part has been decoded.
10629
10630         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10631
10632 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10633
10634         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10635         mailcap-viewer-test-cache when there's no 'test clause, since that
10636         will invert the meaning of a "nil" test previously determined by
10637         mailcap-mailcap-entry-passes-test.
10638
10639 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10642         compiling.
10643
10644         * gnus-sum.el: Ditto.
10645
10646         * message.el: Don't bind tool-bar-map when compiling.
10647
10648 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10651
10652 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10653
10654         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10655         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10656         current Google Groups.
10657
10658 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10661         and tool-bar-mode.
10662
10663         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10664         and tool-bar-mode.
10665
10666         * message.el (message-tool-bar-update): Simplify.
10667         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10668
10669         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10670         gnus-summary-buffer.
10671         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10672         gnus-summary-reply.
10673
10674         * gmm-utils.el (gmm): Add :version.
10675
10676 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * Makefile.in (clean): New rule.
10679         (distclean): Use it.
10680
10681 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10682
10683         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10684         autoload.
10685
10686 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * gmm-utils.el (gmm-verbose): Add :group.
10689
10690 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * message.el: Change some comments WRT tool-bars.
10693
10694         * gnus-sum.el (gnus-summary-tool-bar)
10695         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10696         (gnus-summary-tool-bar-zap-list): New variables.
10697         (gnus-summary-make-tool-bar): Complete rewrite using
10698         `gmm-tool-bar-from-list'.
10699
10700         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10701         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10702         variables.
10703         (gnus-group-make-tool-bar): Complete rewrite using
10704         `gmm-tool-bar-from-list'.
10705         (gnus-group-tool-bar-update): New function.
10706
10707         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10708
10709 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10712         is dissected into a single part of which the type is the same as
10713         the given one; decode charset.
10714
10715 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10716
10717         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10718         into alists as symbol not string, since that's what
10719         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10720         look for.
10721
10722 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10725         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10726
10727         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10728
10729 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10732         (gnus-xmas-mime-security-button-menu): New function.
10733
10734         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10735         (gnus-mime-security-button-menu): New definition.
10736         (gnus-mime-security-button-map): Use them.
10737         (gnus-mime-security-button-menu): New function.
10738         (gnus-insert-mime-security-button): Addition to help echo.
10739         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10740         (gnus-mime-security-pipe-part): New functions.
10741
10742         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10743         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10744
10745         * mm-decode.el (mm-handle-set-disposition): Remove.
10746         (mm-handle-set-description): Remove.
10747
10748 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10751         (mm-w3m-standalone-supports-m17n-p): New function.
10752         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10753         w3m usage.
10754
10755         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10756         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10757
10758 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * message.el (message-tool-bar-zap-list): Use
10761         gmm-tool-bar-zap-list as custom type.
10762         (message-tool-bar-update): New function.
10763         (message-tool-bar, message-tool-bar-gnome)
10764         (message-tool-bar-retro): Add message-tool-bar-update.
10765         (message-tool-bar-gnome): Add flyspell-buffer.
10766
10767         * gnus-util.el (gnus-error): Describe `args'.
10768
10769         * gmm-utils.el (gmm-error): Describe `args'.
10770         (gmm-tool-bar-zap-list): New widget.
10771         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10772
10773 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10776         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10777         the number of recursive calls.
10778
10779         * mm-decode.el (mm-handle-set-disposition): New macro.
10780         (mm-handle-set-description): New macro.
10781
10782 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10785         encoding.
10786
10787 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * message.el (message-tool-bar-zap-list, message-tool-bar)
10790         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10791         (message-tool-bar-local-item-from-menu): Remove.
10792         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10793         (message-make-tool-bar): New function.
10794         (message-mode): Use `message-make-tool-bar'.
10795
10796         * gmm-utils.el: New file.
10797         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10798         (gmm-lazy): New widget copied from `nnmail.el'.
10799         (gmm-tool-bar-from-list): New function for creating customizable
10800         tool bars.
10801         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10802         output.
10803         (gmm): Add :prefix to defgroup.
10804
10805 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10806
10807         * gmm-utils.el (gmm-widget-p): New function.
10808
10809 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * mml.el (mml-attach-file): Describe `description' in doc string.
10812         (mml-menu): Add Emacs MIME manual and PGG manual.
10813
10814 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10815
10816         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10817
10818 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10819
10820         * nntp.el (nntp-end-of-line): Doc fix.
10821
10822 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10823
10824         * imap.el (imap-open): Handle case where buffer is a buffer
10825         object.
10826
10827 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10828
10829         * gnus-delay.el (gnus-delay): Don't autoload.
10830         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10831         to be re-loaded when customizing the `gnus-delay' group.
10832
10833 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10834
10835         * message.el (message-insert-citation-line): Use newlines.
10836
10837 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10838
10839         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10840         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10841         these routines, so the passphrase can be managed externally and
10842         passed in to the system.
10843         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10844         pgg-add-passphrase-to-cache function.
10845
10846         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10847         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10848         these routines, so the passphrase can be managed externally and
10849         passed in to the system.
10850         (pgg-pgp5-sign-region): Use new name of
10851         pgg-add-passphrase-to-cache function.
10852
10853 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10854
10855         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10856         part of the decoded armor to find the key-identifier.
10857         (pgg-gpg-lookup-key-owner): New function to return the
10858         human-readable identifier of a key owner.
10859         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10860         itself.
10861         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10862         the key value) if we have a key and can match it against a secret
10863         key.  Also, added a note pointing out fact that the prompt only
10864         indicates the first matching key.
10865
10866         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10867         pgg-decrypt-region.
10868         (pgg-add-passphrase-to-cache): Rename from
10869         `pgg-add-passphrase-cache' to reduce confusion (all callers
10870         changed).
10871         (pgg-remove-passphrase-from-cache): Rename from
10872         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10873         changed).
10874         (pgg-read-passphrase, pgg-add-passphrase-cache)
10875         (pgg-remove-passphrase-cache): Add informative docstrings.
10876         (pgg-decrypt): Convey provided passphrase in subordinate call to
10877         pgg-decrypt-region.
10878
10879 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10880
10881         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10882         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10883         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10884         'passphrase' argument, so the passphrase can be managed externally
10885         and then passed in to the system.
10886
10887         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10888         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10889         so the passphrase cache can be used reliably with identifiers
10890         besides a pgp packet's key id.
10891
10892         * pgg-gpg.el (pgg-gpg-encrypt-region)
10893         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10894         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10895         these routines, so the passphrase can be managed externally and
10896         passed in to the system.
10897
10898         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10899         'notruncate' argument, so the passphrase cache can be used
10900         reliably with identifiers besides a pgp packet's key id.
10901
10902 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10903
10904         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10905         symmetric encryption.
10906         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10907         encrypted session key.
10908         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10909         message ask for the passphrase in a proper way.
10910
10911         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10912         New user commands for symmetric encryption.
10913
10914 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10917
10918         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10919
10920 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10921
10922         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10923
10924 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * mm-decode.el (mm-inlined-types): Add application/pgp.
10927         (mm-automatic-display): Ditto.
10928
10929         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10930         part as text.
10931
10932 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * nnrss.el: Update copyright.
10935         (nnrss-opml-import): Query whether to subscribe to each entry.
10936
10937         * gnus-art.el:
10938         * gnus-sum.el:
10939         * gnus-xmas.el:
10940         * messagexmas.el:
10941         * mm-uu.el:
10942         * mm-view.el: Update copyright.
10943
10944 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10945
10946         * message.el (message-info): New function.
10947         (message-mode-menu): Add it.
10948         Update copyright.
10949
10950         * ChangeLog: Fix and update copyright.
10951
10952 2006-01-13  Romain Francoise  <romain@orebokech.com>
10953
10954         * message.el (message-forward-subject-name-subject): Prefer the
10955         address to 'nowhere' if the sender has no name.
10956         Fix typo.  Update copyright year.
10957
10958 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * gnus-art.el (article-wash-html): Use
10961         gnus-summary-show-article-charset-alist if a numeric arg is given.
10962         (gnus-article-wash-html-with-w3m-standalone): New function.
10963
10964         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10965         mm-inline-text-html-render-with-w3m-standalone.
10966         (mm-text-html-washer-alist): Map w3m-standalone to
10967         gnus-article-wash-html-with-w3m-standalone.
10968         (mm-inline-text-html-render-with-w3m-standalone): New function.
10969
10970 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10971
10972         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10973         Improve LaTeX.
10974
10975 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10978         (nnrss-request-article): Render text/plain parts as HTML.
10979
10980         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10981         the buffer.
10982
10983 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10984
10985         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10986         custom definition of `gnus-posting-styles'.
10987
10988         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10989         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10990
10991 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10994         Use nntp for bug archive.
10995
10996 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10999         parts.
11000         (nnrss-normalize-date): New function converts ISO 8601 date into
11001         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11002         (nnrss-check-group): Use it.
11003
11004 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11007
11008         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11009         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11010         (nnrss-insert-w3): Ditto.
11011
11012 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11015         the articles to be forwarded including the case where neither a
11016         number of articles nor a region is specified.
11017
11018 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * nnrss.el (nnrss-request-article): Fix last change; fill
11021         text/plain parts.
11022
11023 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11026         in text/plain part.
11027         (nnrss-check-group): Don't add excessive newline to dc:subject.
11028
11029 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11030
11031         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11032         article.
11033
11034 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11037         (nnml-use-compressed-files, nnml-save-mail): Support other
11038         comression programs such as bzip2.
11039
11040 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041
11042         * dns.el (query-dns): Make sure we check the buffer size before
11043         removing tcp headers.
11044
11045 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11048         remove MIME buttons associated with multipart/alternative parts.
11049         (gnus-mime-display-alternative): Tag buttons using `article-type'
11050         text property.
11051
11052         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11053         associated with multipart/alternative parts.
11054
11055         * gnus-art.el (gnus-signature-separator): Fix custom type.
11056
11057         * mm-decode.el (mm-inlined-types): Fix custom type.
11058         (mm-keep-viewer-alive-types): Ditto.
11059         (mm-automatic-display): Ditto.
11060         (mm-attachment-override-types): Ditto.
11061         (mm-inline-override-types): Ditto.
11062         (mm-automatic-external-display): Ditto.
11063
11064 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * spam-report.el (spam-report-user-mail-address)
11067         (spam-report-user-agent): New variables.
11068         (spam-report-url-ping-plain): Use spam-report-user-agent.
11069
11070 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11071
11072         * gnus-art.el (gnus-button-handle-custom): Do not just use
11073         `customize-apropos' for any "M-x customize-*" button but the
11074         function called for.  Accept both the function name and its
11075         argument in order to achieve this.
11076         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11077         function name to `gnus-button-handle-custom' in case of "M-x
11078         customize-*" buttons.
11079
11080 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11083         multipart/alternative and add xref to mm-discouraged-alternatives
11084         in doc string.
11085
11086         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11087         gnus-buttonized-mime-types in doc string.
11088
11089 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11092         Suggest image/.* in the doc string.
11093
11094 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11097         message-marks (Debian bug #342521).
11098
11099 2005-12-12  Simon Josefsson  <jas@extundo.com>
11100
11101         * password.el (password-read-from-cache): Add.
11102         (password-read): Use it.
11103
11104 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11107         us-ascii as a MIME charset.
11108
11109         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11110         against the case where the 2nd arg TYPE is nil.
11111
11112 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * pop3.el (pop3-stream-type): Fix custom version.
11115
11116         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11117
11118 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11119
11120         * mm-decode.el (mm-display-external): Add missing cdr.
11121
11122 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11125         RFC1524) if it is in mailcap or add a suffix according to
11126         mailcap-mime-extensions when generating a temp filename; postpone
11127         deleting a temp file for 2 seconds for some wrappers, shell
11128         scripts, and so on, which might exit right after having started a
11129         viewer command as a background job.
11130
11131 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11132
11133         * nntp.el (nntp-marks-directory): Fix custom group.
11134
11135         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11136         steps when < 10.
11137
11138         * gnus-start.el (gnus-no-server-1): Mention
11139         `gnus-level-default-subscribed' in doc string.
11140
11141 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11142
11143         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11144         parens.
11145
11146 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * gnus-xmas.el (gnus-use-toolbar): Revert.
11149         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11150         gnus-use-toolbar is default.
11151
11152         * messagexmas.el (message-use-toolbar): Revert.
11153         (message-setup-toolbar): Use global default-toolbar if
11154         message-use-toolbar is default.
11155
11156 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11159         according to default-toolbar-visible-p.
11160
11161         * messagexmas.el (message-use-toolbar): Ditto.
11162
11163 2005-11-26  Dave Love  <fx@gnu.org>
11164
11165         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11166         (tls-program, tls-success): Provide openssl alternative.
11167
11168         * starttls.el: Doc fixes.
11169         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11170         SERVICE to PORT.
11171
11172         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11173         port null or service name.
11174         (starttls-negotiate): Autoload.
11175
11176 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * message.el (message-kill-to-signature): Fix interactive spec.
11179
11180 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * pop3.el (pop3-open-server): Recognize a string as a service name.
11183
11184 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11185
11186         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11187
11188 2005-11-23  Dave Love  <fx@gnu.org>
11189
11190         Add pop3s, pop3/starttls.
11191
11192         * pop3.el (pop3-authentication-scheme): Clarify doc.
11193         (open-tls-stream, starttls-open-stream): Autoload.
11194         (pop3-stream-type): New.
11195         (pop3-open-server): Use it.
11196
11197         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11198         for POP.
11199         (mail-source-keyword-map): Add :stream for POP.
11200         (mail-source-fetch-pop): Use pop3-stream-type.
11201
11202 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11205         of current-time-string.
11206
11207 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11208
11209         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11210         date header.
11211
11212 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11213
11214         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11215         it can seriously impact performance as it bypasses the agent's
11216         local caches.
11217
11218 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11219
11220         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11221         must be explicitly online rather than "not explicitly offline" for
11222         its flags to be synchronized.
11223
11224         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11225         that gnus-uu-unmark-thread will function correctly.
11226
11227         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11228         1024K is instead displayed as 1M.
11229
11230 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11231
11232         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11233
11234 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11235
11236         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11237
11238 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11239
11240         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11241         error message to display actual error condition.
11242         (gnus-agent-save-local): Avoid saving symbols that are bound to
11243         nil as they simply result in a warning message in
11244         gnus-agent-read-local.
11245
11246 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11249         rather than make-variable-buffer-local for file-precious-flag.
11250
11251 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11252
11253         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11254         for duplicates which are removed.  The invalid sort check then
11255         triggers a rescan after the sort as sorting may have moved
11256         duplicate entries such that they can be cheaply detected.
11257
11258 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11261
11262 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11263
11264         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11265         internal variable to a custom variable.  Changed default value
11266         from compressed(2) to uncompressed(1).
11267         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11268         support for uncompressed agentview files.  Taken together, reading
11269         the agentview file should now be 6-7 times faster.
11270
11271 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11272
11273         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11274         as a buffer-local variable.  This avoids creating truncated
11275         dribble files as a result of a hang up, eg.
11276
11277 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11278
11279         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11280         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11281         XEmacs.
11282
11283 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-start.el (gnus-start-draft-setup): Enforce
11286         `gnus-draft-mode' for nndraft:drafts at startup.
11287
11288         * gnus.el (gnus-splash): Change custom group.
11289         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11290         allow-list argument.
11291
11292         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11293         string.
11294
11295 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * gnus-art.el (gnus-default-article-saver): Add user-defined
11298         `function' to custom type.
11299
11300 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11301
11302         * imap.el (imap-open): Handle case where buffer is a buffer
11303         object.
11304
11305 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11308         long lines.
11309         (gnus-cache-delete-group): Wrap doc strings.
11310
11311         * gnus-agent.el (gnus-agent-rename-group)
11312         (gnus-agent-delete-group): Wrap doc strings.
11313
11314 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * messagexmas.el (message-use-toolbar): Change the valid values
11317         into default, top, bottom, left, and right.
11318         (message-toolbar-thickness): New variable.
11319         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11320         well.
11321         (message-setup-toolbar): Make it work.
11322
11323         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11324         (gnus-use-toolbar): Change the valid values into default, top,
11325         bottom, left, and right.
11326         (gnus-toolbar-thickness): New variable.
11327         (gnus-xmas-setup-toolbar): New function.
11328         (gnus-xmas-setup-group-toolbar): Use it.
11329         (gnus-xmas-setup-summary-toolbar): Use it.
11330
11331 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11332
11333         * gnus-start.el (gnus-1): Add "native" to
11334         gnus-predefined-server-alist.
11335
11336         * gnus.el (gnus-method-to-server): Don't add "native" to the
11337         lists here, because that leads to problems when
11338         gnus-select-method is bound.
11339
11340 2005-11-09  Simon Josefsson  <jas@extundo.com>
11341
11342         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11343         use (not sort-by-date) instead.
11344
11345 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11346
11347         * gnus-delay.el (gnus-delay-group): Don't autoload.
11348         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11349         to be re-loaded when customizing the `gnus-delay' group.
11350
11351 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11352
11353         * message.el: Revert last changes.
11354         (message-insert-citation-line): Use newlines.
11355
11356 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11357
11358         * message.el (message-courtesy-message)
11359         (message-mark-insert-begin, message-mark-insert-end)
11360         (message-elide-ellipsis, message-cancel-message)
11361         (message-add-header, message-change-subject)
11362         (message-cross-post-followup-to-header)
11363         (message-cross-post-insert-note, message-reduce-to-to-cc)
11364         (message-widen-reply, message-delete-not-region)
11365         (message-kill-to-signature, message-insert-signature)
11366         (message-insert-importance-high, message-insert-importance-low)
11367         (message-insert-or-toggle-importance)
11368         (message-insert-disposition-notification-to)
11369         (message-indent-citation, message-yank-original)
11370         (message-cite-original-without-signature, message-cite-original)
11371         (message-insert-citation-line, message-position-on-field)
11372         (message-fix-before-sending, message-send-mail-partially)
11373         (message-send-mail, message-send-mail-with-sendmail)
11374         (message-send-mail-with-qmail, message-send-news)
11375         (message-check-news-header-syntax, message-generate-headers)
11376         (message-insert-courtesy-copy, message-fill-address)
11377         (message-fill-header, message-shorten-references)
11378         (message-setup-1, message-cancel-news)
11379         (message-forward-make-body-plain, message-forward-make-body-mime)
11380         (message-forward-make-body-mml, message-encode-message-body)
11381         (message-forward-make-body-digest-plain)
11382         (message-forward-make-body-digest-mime)
11383         (message-use-alternative-email-as-from): Insert `hard-newline'
11384         instead of ordinary newlines.
11385
11386 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * message.el (message-generate-headers): Downcase the argument
11389         given to message-check-element.
11390
11391 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11392
11393         * nntp.el (nntp-authinfo-rejected): New error condition.
11394         (nntp-wait-for): Use new error condition to signal authentication
11395         error.
11396         (nntp-retrieve-data): Rethrow new error condition to break out of
11397         recursive call to nntp-send-authinfo.
11398
11399 2005-11-08  Romain Francoise  <romain@orebokech.com>
11400
11401         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11402         (gnus-summary-exit-map): Bind to `Z p'.
11403         (gnus-summary-make-menu-bar): Add menu item.
11404
11405 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11406
11407         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11408         (gnus-treat-*): Add `first' in all doc strings.
11409
11410         * gnus-group.el (gnus-group-compact-group): Fix typo.
11411
11412 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * gnus.el (gnus-parameters-case-fold-search): New variable.
11415         (gnus-parameters-get-parameter): Use it.
11416
11417         * gnus-score.el (gnus-home-score-file): Doc fix.
11418
11419 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11420
11421         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11422
11423 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * mm-util.el (mm-special-display-p): New function.
11426
11427         * mml.el (mml-preview): Use it; doc fix.
11428
11429 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11430
11431         * imap.el (imap-open): Handle case where buffer is a buffer object.
11432
11433 2005-10-29  Romain Francoise  <romain@orebokech.com>
11434
11435         * message.el (message-fix-before-sending): Fix comment.
11436
11437 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11438
11439         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11440
11441 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11442
11443         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11444         Used in gnus-score.el.
11445
11446 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11447
11448         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11449
11450 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11451
11452         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11453         whitespace removed in revision 7.8.  Use concatenated string to
11454         protect trailing whitespace.
11455
11456 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11457
11458         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11459         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11460         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11461         Courier IMAP ("some version from 2004").  Mostly based on similar
11462         code in the same function.
11463
11464 2005-10-26  Didier Verna  <didier@xemacs.org>
11465
11466         * gnus-group.el (gnus-group-compact-group): Invalidate original
11467         article buffer.
11468         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11469         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11470         NOV database and in article itself.
11471         Invalidate article backlog.
11472
11473 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11474
11475         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11476
11477 2005-10-26  Simon Josefsson  <jas@extundo.com>
11478
11479         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11480         part of 2004-07-25 change.
11481
11482 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * message.el (message-display-completion-list): New function.
11485         (message-expand-group): Use it; make sure the Completions buffer
11486         is modifiable.
11487 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11488
11489         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11490         user-mail-name is an empty string.
11491
11492 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11495         depending on gnus-score-decay-constant.
11496
11497         * encrypt.el (encrypt-insert-file-contents)
11498         (encrypt-write-file-contents): Don't use `gnus-message'.
11499
11500         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11501         arguments.
11502         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11503         arguments to mm-uu-verbatim-marks-extract.
11504         (mm-uu-hide-markers): New variable.
11505         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11506
11507         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11508         (gnus-convert-image-to-face-command): Use "convert" by default to
11509         allow other input image formats.
11510         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11511         accordingly.
11512
11513 2005-10-23  Simon Josefsson  <jas@extundo.com>
11514
11515         * imap.el (imap-gssapi-program): Align command line parameters
11516         with latest GNU SASL.
11517         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11518
11519 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11520
11521         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11522         HTML.
11523         (nnslashdot-request-article): Ditto.
11524
11525         * lpath.el (featurep): Add nobreak-char-display.
11526
11527 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11528
11529         * mail-source.el (mail-source-fetch-pop): Require pop3.
11530         (mail-source-check-pop): Ditto.
11531
11532 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11535         errors.
11536
11537 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11538
11539         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11540         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11541
11542         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11543
11544         * mm-bodies.el (mm-decode-string): Call
11545         `mm-charset-to-coding-system' with allow-override argument.
11546
11547 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11550         (rfc2047-charset-to-coding-system): New function.
11551         (rfc2047-decode-encoded-words): New function.
11552         (rfc2047-decode-region): Use them.
11553         (rfc2047-decode-cte): Remove.
11554         (rfc2047-parse-and-decode): Remove.
11555         (rfc2047-decode): Remove.
11556
11557 2005-10-15  Kenichi Handa  <handa@m17n.org>
11558
11559         * rfc2047.el (rfc2047-decode-cte): New function.
11560         (rfc2047-decode-region): Change the way to decode successive
11561         encoded-words: decode B- or Q-encoding in each encoded-word,
11562         concatenate them, and decode it as charset.
11563
11564 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * lpath.el: Fbind codepage-setup for XEmacs.
11567
11568 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11569
11570         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11571         widget-move-and-invoke.
11572         (gnus-custom-mode): Use gnus-custom-map.
11573
11574 2005-10-15  Bill Wohler  <wohler@newt.com>
11575
11576         * message.el (message-tool-bar-map): Renamed image file from
11577         mail_send to mail/send.
11578
11579 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11580
11581         * message.el (message-expand-group): Pass the common
11582         prefix substring of completion to `display-completion-list'.
11583
11584 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * mml-sec.el (mml-secure-method): New internal variable.
11587         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11588         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11589         functions using mml-secure-method.
11590
11591         * mml.el (mml-mode-map): Add key bindings for those functions.
11592         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11593         Harder <harder@myrealbox.com>.
11594         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11595         end of message if point is the headers of the message.
11596
11597         * message.el (message-in-body-p): New function.
11598
11599         * assistant.el: Autoload gnus-util and netrc.
11600
11601         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11602         Use `mm-charset-override-alist' only when decoding.
11603
11604         * mm-bodies.el (mm-decode-body): Call
11605         `mm-charset-to-coding-system' with allow-override argument.
11606
11607         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11608         `filename' from Content-Disposition if Content-Type doesn't
11609         provide `name'.
11610         (gnus-mime-view-part-as-type): Set default instead of
11611         initial-input.
11612
11613 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11614
11615         * format-spec.el (format-spec): Propagate text properties of % spec.
11616
11617 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * gnus-art.el (gnus-treat-predicate): Add `first'.
11620
11621 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11622
11623         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11624         (mm-charset-override-alist): New variable.
11625         (mm-charset-to-coding-system): Use it.
11626         (mm-codepage-setup): New helper function.
11627         (mm-charset-eval-alist): New variable.
11628         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11629         about unknown charsets.
11630
11631         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11632
11633 2005-10-04  David Hansen  <david.hansen@gmx.net>
11634
11635         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11636         (nnrss-check-group): Ditto.
11637
11638 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11639
11640         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11641         Rename x-gnus-verbatim to x-verbatim.
11642         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11643
11644         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11645         x-verbatim.
11646
11647         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11648
11649         * gnus-util.el (gnus-remove-duplicates): Remove.
11650
11651         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11652         instead of gnus-remove-duplicates.
11653
11654         * message.el (message-remove-duplicates): Remove.
11655         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11656         message-remove-duplicates.
11657
11658         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11659         available, else use implementation from `delete-dups'.
11660
11661         * message.el (message-insert-expires): New function.
11662         (message-mode-map): Add key binding.
11663         (message-mode-field-menu): Add menu entry.
11664         (message-mode): Document it.
11665         (message-make-expires-date): Use `message-make-date'.
11666
11667 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11668
11669         * message.el (message-make-expires-date): New function.
11670
11671 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * Makefile.in (list-installed-shadows): New entry.
11674         (install): Use it.
11675         (remove-installed-shadows): New entry.
11676
11677         * dgnushack.el (dgnushack-default-load-path): New variable.
11678         (dgnushack-find-lisp-shadows): New function.
11679         (dgnushack-remove-lisp-shadows): New function.
11680
11681 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * Makefile.in (install-el-elc): New entry.
11684         (install): Use it so that .el files are necessarily installed.
11685
11686 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11689
11690 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11691
11692         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11693         function rather than the diff-mode.el package.
11694         (mm-display-external): Use with-current-buffer.
11695         (mm-viewer-completion-map, mm-viewer-completion-map):
11696         Move initialization inside declaration.
11697
11698 2005-09-29  Simon Josefsson  <jas@extundo.com>
11699
11700         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11701         autoload mail-check-payment.
11702         (spam-check-hashcash): Define unconditionally, since hashcash.el
11703         is part of Gnus now.  Ignore errors from payment checking.
11704
11705 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * message.el (message-bold-region, message-unbold-region): Rename
11708         from `bold-region' and `unbold-region'.
11709
11710         * message.el: Remove useless autoloads.
11711
11712 2005-09-28  Simon Josefsson  <jas@extundo.com>
11713
11714         * message.el (message-use-idna): Default to t.
11715         (message-use-idna): Test whether encoding works too.  Doc fix.
11716
11717 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * nntp.el (nntp-warn-about-losing-connection): Remove.
11720
11721 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11724         customizable.  Change default value.
11725         (mm-uu-diff-groups-regexp): Change default value.
11726         (mm-uu-type-alist): Add doc string.
11727         (mm-uu-configure): Add doc string.  Make it interactive.
11728         (mm-uu-tex-groups-regexp): New variable.
11729         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11730         (mm-uu-type-alist): Add LaTeX documents.
11731         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11732         of "text/verbatim".
11733         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11734
11735         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11736         instead of "text/verbatim".
11737
11738         * message.el (message-mark-inserted-region)
11739         (message-mark-insert-file): Use slrn style marks when called with
11740         prefix argument.
11741
11742 2005-09-27  Simon Josefsson  <jas@extundo.com>
11743
11744         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11745
11746 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11747
11748         * message.el (message-remove-duplicates): New function.
11749         Implementation borrowed from `gnus-remove-duplicates'.
11750         (message-idna-to-ascii-rhs): Also encode idna addresses in
11751         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11752         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11753         only ask about the same idna domain once per header and also tell
11754         in what header to replace the idna domain.
11755
11756         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11757         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11758         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11759         a header is decoded and not just the last one.
11760
11761 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11764         has been decoded.
11765
11766         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11767         (mm-insert-part): Don't modify text if it has been decoded.
11768
11769         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11770         decoded.
11771
11772         * mm-view.el (mm-inline-text): Don't strip text props unless
11773         decoding enriched or richtext parts.
11774
11775 2005-09-25  Romain Francoise  <romain@orebokech.com>
11776
11777         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11778         * gnus-start.el (gnus-subscribe-interactively):
11779         * gnus-uu.el (gnus-uu-grab-articles):
11780         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11781         space.
11782
11783 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11784
11785         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11786         * mm-view.el (mm-view-pkcs7-decrypt):
11787         * gnus-sum.el (gnus-summary-limit-to-extra)
11788         (gnus-summary-respool-article, gnus-read-move-group-name):
11789         * gnus-score.el (gnus-summary-increase-score):
11790         * gnus-util.el (gnus-completing-read-with-default):
11791         * gnus-art.el (gnus-read-save-file-name)
11792         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11793         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11794         * message.el (message-check-news-header-syntax):
11795         Follow convention for reading with the minibuffer.
11796
11797 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * spam-report.el (spam-report-url-ping-plain):
11800         Use gnus-extended-version as User-Agent.
11801
11802         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11803         default value is nil.
11804
11805         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11806         (mm-uu-verbatim-marks-extract): New function.
11807         (mm-uu-extract): New face.
11808         (mm-uu-copy-to-buffer): Use it.
11809
11810         * spam-report.el (spam-report-gmane-ham): Renamed from
11811         `spam-report-gmane-unspam'.
11812         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11813         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11814
11815         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11816         Autoload.
11817         (spam-report-gmane-unregister-routine): Renamed
11818         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11819
11820 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11821
11822         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11823         (spam-report-gmane-unregister-routine): Add support for gmane
11824         unregistration.
11825
11826         * spam-report.el (spam-report-gmane-unspam)
11827         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11828         (spam-report-gmane): Change to take a single article and do unspam
11829         registration.
11830
11831 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * mm-url.el (mm-url-decode-entities): Fix regexp.
11834
11835 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11836
11837         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11838         default to nil, to be able to use Gnus at all.  If the default
11839         switches to something else, then the function should be fixed not
11840         be exceedingly slow.
11841
11842 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11843
11844         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11845         fail hard.
11846
11847         * spam-report.el: Add better Keywords line.
11848
11849         * spam.el: Add Maintainer and better Keywords line.
11850
11851 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * gnus-art.el (gnus-article-replace-part)
11854         (gnus-mime-replace-part): New functions.
11855         (gnus-mime-action-alist, gnus-mime-button-commands)
11856         (gnus-mime-save-part-and-strip): Added file argument.
11857         (gnus-article-part-wrapper): Added interactive argument.
11858
11859         * gnus-sum.el (gnus-summary-mime-map): Add
11860         `gnus-article-replace-part'.
11861
11862 2005-09-19  Didier Verna  <didier@xemacs.org>
11863
11864         The nnml compaction feature:
11865         * nnml.el (nnml-request-compact-group): New function.
11866         * nnml.el (nnml-request-compact): New function.
11867         * gnus-int.el (gnus-request-compact-group): New function.
11868         * gnus-int.el (gnus-request-compact): New function.
11869         * gnus-group.el (gnus-group-compact-group): New function.
11870         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11871         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11872         * gnus-srvr.el (gnus-server-compact-server): New function.
11873         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11874         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11875
11876 2005-09-18  Deepak Goel  <deego@gnufans.org>
11877
11878         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11879         format spec.
11880
11881 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11884
11885 2005-09-15  Romain Francoise  <romain@orebokech.com>
11886
11887         * message.el (message-fill-paragraph): Clarify docstring.
11888
11889 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * gnus-art.el (gnus-mime-display-part): Protect against broken
11892         MIME messages.
11893
11894 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11897         before parsing header.
11898
11899 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11900
11901         * html2text.el (html2text-replace-list): Add new entities.
11902
11903 2005-09-11  Romain Francoise  <romain@orebokech.com>
11904
11905         * message.el (message-alternative-emails): Improve docstring.
11906         (message-setup-1): Call `message-use-alternative-email-as-from'
11907         after `message-setup-hook' to give it precedence over posting
11908         styles, etc.
11909         (message-use-alternative-email-as-from): Add docstring.  Remove
11910         the original From header if present.
11911
11912         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11913         (nnml-save-mail): Use it.
11914
11915         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11916         articles.  Add new argument `silent'.
11917         (gnus-uu-mark-all): Report the total number of marked articles.
11918
11919 2005-09-10  Romain Francoise  <romain@orebokech.com>
11920
11921         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11922         (gnus-uu-mark-series): Likewise.
11923
11924 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * spam-report.el (spam-report-gmane): Fix generation of spam
11927         report URL.
11928
11929 2005-09-10  Simon Josefsson  <jas@extundo.com>
11930
11931         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11932         t, based on discussion on the ding list with Robert Epprecht
11933         <epprecht@solnet.ch>.
11934
11935 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * spam-report.el (spam-report-gmane): Make it work without
11938         X-Report-Spam header.  Gmane now only provides Archived-At.
11939         This is only used if `spam-report-gmane-use-article-number' is nil.
11940         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11941
11942         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11943         make `gnus-summary-sort-by-recipient' work with threading.
11944
11945         * nnweb.el (nnweb-google-wash-article): Print a message if article
11946         is not available.
11947
11948 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11949
11950         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11951         change.  Decode text/* parts content before displaying.
11952
11953 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11956
11957 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11960
11961         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11962         url-package-name, url-package-version,
11963         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11964         w3m-display-inline-images, and w3m-minor-mode-map.
11965
11966 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * message.el (message-tab-body-function): Fix mismatched custom type.
11969
11970         * gnus.el (gnus-group-change-level-function): Ditto.
11971
11972         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11973
11974         * gnus-art.el (gnus-signature-limit)
11975         (gnus-article-mime-part-function): Ditto.
11976
11977 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * mml.el (mml-mode): Silence the byte compiler.
11980
11981         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11982         using `(sit-for 0)' before moving the point to the specified part;
11983         skip unbuttonized parts.
11984         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11985         return to the summary window if gnus-auto-select-part is non-nil.
11986
11987 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11990         variables.
11991         (mml-dnd-attach-file, mml-mode): Use them.
11992
11993         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11994         Make fetching article by MID work again for Google Groups.  Added
11995         FIXME concerning gnus-group-make-web-group.
11996
11997         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11998         Don't depend on Gnus by using mail-extract-address-components if
11999         gnus-extract-address-components is not bound.
12000
12001 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12002
12003         * gnus-art.el (gnus-mime-display-security): Don't display the
12004         signature, but only the signed part.
12005
12006 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12009
12010         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12011         list, not listp.
12012
12013 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12014
12015         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12016         when encoding.
12017
12018         * mm-bodies.el (mm-decode-content-transfer-encoding):
12019         De-canonicalize CRLF for all text content types, not just
12020         text/plain.
12021
12022 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12025         valid article; point arrow and cursor at the MIME button.
12026
12027 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12030         Suggested by Dan Christensen <jdc@uwo.ca>.
12031
12032         * mm-decode.el (mm-save-part): Enable change of prompt.
12033
12034 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12035
12036         * gnus-msg.el (gnus-inews-add-send-actions): Made
12037         `message-post-method' lambda parameter ARG `&optional'.
12038
12039 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12040
12041         * gnus-sum.el (gnus-summary-mime-map): Added
12042         gnus-article-save-part-and-strip, gnus-article-delete-part and
12043         gnus-article-jump-to-part.
12044
12045         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12046         (gnus-article-edit-part): Use it.
12047         (gnus-article-part-wrapper): Added no-handle argument.
12048         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12049         functions.
12050
12051 2005-08-29  Romain Francoise  <romain@orebokech.com>
12052
12053         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12054         docstring.
12055         (gnus-face-from-file): Likewise.
12056
12057 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12058
12059         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12060         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12061         non-nil.
12062         (gnus-auto-select-part): New variable.
12063         (gnus-article-jump-to-part): New function.
12064         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12065         (gnus-mime-delete-part): Allow selecting specified part after
12066         deleting or stripping parts.
12067         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12068         part if argument is bogus.
12069
12070 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12071
12072         * gnus-art.el (w3m-minor-mode-map):
12073         * gnus-spec.el (gnus-newsrc-file-version):
12074         * gnus-util.el (nnmail-active-file-coding-system)
12075         (gnus-original-article-buffer, gnus-user-agent):
12076         * gnus.el (gnus-ham-process-destinations)
12077         (gnus-parameter-ham-marks-alist)
12078         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12079         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12080         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12081         * mm-decode.el (gnus-current-window-configuration):
12082         * mm-extern.el (gnus-article-mime-handles):
12083         * mm-url.el (url-current-object, url-package-name)
12084         (url-package-version):
12085         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12086         (smime-keys, w3m-cid-retrieve-function-alist)
12087         (w3m-current-buffer, w3m-display-inline-images)
12088         (w3m-minor-mode-map):
12089         * mml-smime.el (gnus-extract-address-components):
12090         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12091         (gnus-newsrc-hashtb, message-default-charset)
12092         (message-deletable-headers, message-options)
12093         (message-posting-charset, message-required-mail-headers)
12094         (message-required-news-headers):
12095         * mml1991.el (mc-pgp-always-sign):
12096         * mml2015.el (mc-pgp-always-sign):
12097         * nnheader.el (nnmail-extra-headers):
12098         * rfc1843.el (gnus-decode-encoded-word-function)
12099         (gnus-decode-header-function, gnus-newsgroup-name):
12100         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12101
12102 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12103
12104         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12105         the end of the date treatments.
12106
12107 2005-08-15  Simon Josefsson  <jas@extundo.com>
12108
12109         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12110         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12111         Capello and Romain Francoise.
12112         (pgg-fetch-key-function): Removed, not used?
12113         (pgg-insert-url-with-w3): Require url, to get
12114         url-insert-file-contents regardless of where it is defined.
12115
12116 2005-08-13  Romain Francoise  <romain@orebokech.com>
12117
12118         * message.el (message-cite-original-1): New function.
12119         (message-cite-original): Use it.
12120         (message-cite-original-without-signature): Ditto.
12121
12122 2005-08-08  Romain Francoise  <romain@orebokech.com>
12123
12124         * message.el (message-yank-empty-prefix): New variable.
12125         (message-indent-citation): Use it.
12126         (message-cite-original-without-signature): Respect X-No-Archive.
12127
12128 2005-08-08  Simon Josefsson  <jas@extundo.com>
12129
12130         * pgg.el: Autoload url-insert-file-contents instead of loading
12131         w3/url.
12132         (pgg-insert-url-with-w3): Don't load url here.
12133
12134 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12135
12136         * message.el (message-kill-to-signature): Don't insert newline at
12137         bol.
12138         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12139
12140 2005-08-06  Romain Francoise  <romain@orebokech.com>
12141
12142         * message.el (message-user-fqdn): Fix typo in docstring.
12143
12144 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12145
12146         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12147
12148         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12149
12150 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * mm-bodies.el (mm-encode-body): Use coding system rather than
12153         charset to encode text.
12154
12155         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12156         number of charsets if utf-8 is available (XEmacs).
12157
12158 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12161         taken from `gnus-button-mid-or-mail-regexp'.
12162         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12163         (gnus-button-alist): Improve regexp for domain part of the MIDs
12164         for news:localpart@domain buttons.
12165         (gnus-button-ctan-directory-regexp): Update.
12166
12167 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * sieve-manage.el (sieve-manage-interactive-login): Use
12170         make-local-variable rather than make-variable-buffer-local.
12171         (sieve-manage-open): Ditto.
12172         (sieve-manage-authenticate): Ditto.
12173
12174         * mml.el (mml-generate-mime-1): Make the content type default to
12175         text/plain if the filename is not specified.
12176
12177 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12180         instead of insert-buffer.
12181
12182         * message.el (message-yank-original): Ditto; set the mark at the
12183         end of the yanked message.
12184
12185 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12188         lines to scroll rather than to stop it.
12189
12190         * mml.el (mml-generate-default-type): Add doc string.
12191         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12192         default to application/octet-stream when determining the content
12193         type if it is not specified for the part or the mml contents; add
12194         a comment about mml-generate-default-type.
12195
12196 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12199         make it default to application/octet-stream when determining the
12200         content type if it is not specified for the external contents.
12201
12202 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12205         segmented parameter but also other parameters might be there.
12206
12207 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * mm-decode.el (mm-display-external): Delete temp file, directory
12210         and buffer immediately if the external process is exited.
12211
12212 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12215         fewer lines than that of scroll-margin.
12216         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12217
12218 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * gnus-art.el (gnus-article-next-page): Revert.
12221         (gnus-article-beginning-of-window): New macro.
12222         (gnus-article-next-page-1): Use it.
12223         (gnus-article-prev-page): Ditto.
12224         (gnus-article-edit-part): Use insert-buffer-substring instead of
12225         insert-buffer.
12226         (gnus-article-edit-exit): Ditto.
12227
12228         * gnus-util.el (gnus-beginning-of-window): Remove.
12229         (gnus-end-of-window): Remove.
12230
12231         * lpath.el: Don't bind header-line-format and scroll-margin.
12232
12233 2005-07-25  Simon Josefsson  <jas@extundo.com>
12234
12235         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12236         to have the url package without w3.  Reported by Daiki Ueno
12237         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12238
12239 2005-07-20  Didier Verna  <didier@xemacs.org>
12240
12241         * gnus-diary.el: Remove the description comment (nndiary is now
12242         properly documented in the Gnus manual).
12243         Fix the spelling of "Back End".
12244         * nndiary.el: Ditto.
12245         Fix the copyright notice.
12246
12247 2005-07-18  Romain Francoise  <romain@orebokech.com>
12248
12249         * gnus-sum.el (gnus-summary-to-prefix)
12250         (gnus-summary-newsgroup-prefix): New variables.
12251         (gnus-summary-from-or-to-or-newsgroups): Use them.
12252
12253 2005-07-17  Romain Francoise  <romain@orebokech.com>
12254
12255         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12256         space as it's generally not especially interesting to the user.
12257
12258 2005-07-16  Romain Francoise  <romain@orebokech.com>
12259
12260         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12261         nil to avoid prompting and file modification if one of the
12262         messages at the top of the nnfolder file contains a copyright
12263         notice.
12264         Update copyright notice.
12265
12266         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12267         instead of `current-time-string' as the latter creates a time
12268         string that is not RFC 2822 compliant (it lacks the zone).
12269         Update copyright notice.
12270
12271 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12272
12273         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12274         for text/rtf.  Display default in prompt.  Pass default for M-n.
12275
12276         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12277
12278 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12279
12280         * gnus-msg.el (gnus-button-mailto): Remove
12281         save-selected-window-window hackery because it relies on
12282         save-selected-window internals.
12283
12284 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12287         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12288         (gnus-article-prev-page): Ditto.
12289
12290         * gnus-util.el (gnus-beginning-of-window): New function.
12291         (gnus-end-of-window): New function.
12292
12293         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12294
12295 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12296
12297         * gnus-score.el (gnus-score-edit-all-score): Set
12298         gnus-score-edit-exit-function to gnus-score-edit-done and call
12299         gnus-message.
12300
12301 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12302
12303         * gnus-msg.el (gnus-button-mailto): Remove
12304         save-selected-window-window hackery because it relies on
12305         save-selected-window internals.
12306
12307 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12310         add-minor-mode.
12311         (gnus-binary-mode): Ditto.
12312
12313         * gnus-topic.el (gnus-topic-mode): Ditto.
12314
12315 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12316
12317         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12318         (gnus-article-prev-page): Take scroll-margin into consideration.
12319
12320 2005-07-04  Lute Kamstra  <lute@gnu.org>
12321
12322         Update FSF's address in GPL notices.
12323
12324 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12325
12326         * gnus.el (gnus-exit):
12327         * gnus-group.el (gnus-group-icons):
12328         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12329
12330         * gnus-nocem.el (gnus-nocem):
12331         * message.el (message-various, message-buffers, message-sending)
12332         (message-interface, message-forwarding, message-insertion)
12333         (message-headers, message-news, message-mail):
12334         * pgg-gpg.el (pgg-gpg):
12335         * pgg-parse.el (pgg-parse):
12336         * pgg-pgp.el (pgg-pgp):
12337         * pgg-pgp5.el (pgg-pgp5):
12338         * pop3.el (pop3): Finish `defgroup' description with period.
12339
12340 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * gnus-art.el (article-display-face): Improve the efficiency.
12343         (article-display-x-face): Ditto; remove grey x-face stuff.
12344
12345 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-art.el (article-display-face): Correct the position in
12348         which Faces are inserted.
12349
12350 2005-06-29  Didier Verna  <didier@xemacs.org>
12351
12352         * gnus-art.el (article-display-face): Display faces in correct
12353         order.
12354
12355 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12358         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12359         (gnus-nocem-check-article): Fetch the Type header.
12360         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12361         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12362         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12363         make sure gnus-nocem-hashtb is initialized.
12364         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12365         (gnus-nocem-unwanted-article-p): Ditto.
12366
12367         * pgg.el (pgg-verify): Return the verification result.
12368
12369 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12370
12371         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12372         is ascii.
12373
12374 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12375
12376         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12377         `show-nonbreak-escape'.
12378
12379 2005-06-23  Lute Kamstra  <lute@gnu.org>
12380
12381         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12382
12383         * dig.el (dig-mode):
12384         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12385
12386 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12387
12388         * nnimap.el (nnimap-split-download-body): Fix spellings.
12389
12390 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12391
12392         * gnus-art.el (gnus-article-encrypt-body):
12393         * gnus-cus.el (gnus-score-customize):
12394         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12395         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12396
12397 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12398
12399         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12400         header by looking for magic "MII" at the beginnig.
12401
12402 2005-06-16  Miles Bader  <miles@gnu.org>
12403
12404         * gnus-xmas.el (gnus-xmas-group-startup-message):
12405         Use renamed gnus-splash face.
12406
12407         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12408         (assistant-field-face): New backward-compatibility alias for renamed
12409         face.
12410         (assistant-render-text): Use renamed assistant-field face.
12411
12412         * spam.el (spam): Remove "-face" suffix from face name.
12413         (spam-face): New backward-compatibility alias for renamed face.
12414         (spam-face, spam-initialize): Use renamed spam face.
12415
12416         * message.el (message-header-to, message-header-cc)
12417         (message-header-subject, message-header-newsgroups)
12418         (message-header-other, message-header-name)
12419         (message-header-xheader, message-separator, message-cited-text)
12420         (message-mml): Remove "-face" suffix from face names.
12421         (message-header-to-face, message-header-cc-face)
12422         (message-header-subject-face, message-header-newsgroups-face)
12423         (message-header-other-face, message-header-name-face)
12424         (message-header-xheader-face, message-separator-face)
12425         (message-cited-text-face, message-mml-face):
12426         New backward-compatibility aliases for renamed faces.
12427         (message-font-lock-keywords): Use renamed message faces.
12428
12429         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12430         (sieve-test-commands, sieve-tagged-arguments):
12431         Remove "-face" suffix from face names.
12432         (sieve-control-commands-face, sieve-action-commands-face)
12433         (sieve-test-commands-face, sieve-tagged-arguments-face):
12434         New backward-compatibility aliases for renamed faces.
12435         (sieve-control-commands-face, sieve-action-commands-face)
12436         (sieve-test-commands-face, sieve-tagged-arguments-face):
12437         Use renamed sieve faces.
12438
12439         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12440         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12441         (gnus-group-news-3-empty, gnus-group-news-4)
12442         (gnus-group-news-4-empty, gnus-group-news-5)
12443         (gnus-group-news-5-empty, gnus-group-news-6)
12444         (gnus-group-news-6-empty, gnus-group-news-low)
12445         (gnus-group-news-low-empty, gnus-group-mail-1)
12446         (gnus-group-mail-1-empty, gnus-group-mail-2)
12447         (gnus-group-mail-2-empty, gnus-group-mail-3)
12448         (gnus-group-mail-3-empty, gnus-group-mail-low)
12449         (gnus-group-mail-low-empty, gnus-summary-selected)
12450         (gnus-summary-cancelled, gnus-summary-high-ticked)
12451         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12452         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12453         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12454         (gnus-summary-low-undownloaded)
12455         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12456         (gnus-summary-low-unread, gnus-summary-normal-unread)
12457         (gnus-summary-high-read, gnus-summary-low-read)
12458         (gnus-summary-normal-read, gnus-splash):
12459         Remove "-face" suffix from face names.
12460         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12461         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12462         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12463         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12464         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12465         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12466         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12467         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12468         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12469         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12470         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12471         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12472         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12473         (gnus-summary-normal-ticked-face)
12474         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12475         (gnus-summary-normal-ancient-face)
12476         (gnus-summary-high-undownloaded-face)
12477         (gnus-summary-low-undownloaded-face)
12478         (gnus-summary-normal-undownloaded-face)
12479         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12480         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12481         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12482         (gnus-splash-face):
12483         New backward-compatibility aliases for renamed faces.
12484         (gnus-group-startup-message): Use renamed gnus faces.
12485
12486         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12487         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12488         (gnus-server-agent): Remove "-face" suffix from face names.
12489         (gnus-server-agent-face, gnus-server-opened-face)
12490         (gnus-server-closed-face, gnus-server-denied-face)
12491         (gnus-server-offline-face):
12492         New backward-compatibility aliases for renamed faces.
12493         (gnus-server-agent-face, gnus-server-opened-face)
12494         (gnus-server-closed-face, gnus-server-denied-face)
12495         (gnus-server-offline-face): Use renamed gnus faces.
12496
12497         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12498         Remove "-face" suffix from face names.
12499         (gnus-picon-xbm-face, gnus-picon-face):
12500         New backward-compatibility aliases for renamed faces.
12501
12502         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12503         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12504         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12505         (gnus-cite-11): Remove "-face" suffix from face names.
12506         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12507         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12508         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12509         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12510         New backward-compatibility aliases for renamed faces.
12511         (gnus-cite-attribution-face, gnus-cite-face-list)
12512         (gnus-article-boring-faces): Use renamed gnus faces.
12513
12514         * gnus-art.el (gnus-signature, gnus-header-from)
12515         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12516         (gnus-header-content): Remove "-face" suffix from face names.
12517         (gnus-signature-face, gnus-header-from-face)
12518         (gnus-header-subject-face, gnus-header-newsgroups-face)
12519         (gnus-header-name-face, gnus-header-content-face):
12520         New backward-compatibility aliases for renamed faces.
12521         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12522
12523         * gnus-sum.el (gnus-summary-selected-face)
12524         (gnus-summary-highlight): Use renamed gnus faces.
12525         * gnus-group.el (gnus-group-highlight): Likewise.
12526
12527 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12528
12529         * gnus-sieve.el (gnus-sieve-article-add-rule):
12530         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12531         * spam-stat.el (spam-stat-buffer-change-to-spam)
12532         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12533
12534         * message.el (message-is-yours-p):
12535         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12536
12537 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * mm-view.el (mm-inline-text): Withdraw the last change.
12540
12541 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12544         executing enriched-decode.
12545
12546 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12549         charset of tar files.
12550
12551 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12552
12553         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12554
12555 2005-06-04  Lute Kamstra  <lute@gnu.org>
12556
12557         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12558         information is never recorded.
12559
12560 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12561
12562         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12563
12564 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * pop3.el (pop3-apop): Run md5 in the binary mode.
12567
12568         * starttls.el (starttls-set-process-query-on-exit-flag):
12569         Use eval-and-compile.
12570
12571 2005-05-31  Simon Josefsson  <jas@extundo.com>
12572
12573         * smime.el (smime-replace-in-string): Define.
12574         (smime-cert-by-ldap-1): Use it.
12575
12576 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * gnus-art.el (article-display-x-face): Replace
12579         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12580
12581         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12582         set-process-query-on-exit-flag or process-kill-without-query.
12583
12584         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12585         loop instead of replace-regexp.
12586
12587         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12588         instead of process-kill-without-query if it is available.
12589
12590         * lpath.el: Fbind ldap-search-entries.
12591
12592         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12593         instead of find-file-hooks if it is available.
12594
12595         * mml1991.el: Bind pgg-default-user-id when compiling.
12596
12597         * mml2015.el: Bind pgg-default-user-id when compiling.
12598
12599         * nndraft.el (nndraft-request-associate-buffer):
12600         Use write-contents-functions instead of write-contents-hooks if it is
12601         available.
12602
12603         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12604         instead of find-file-hooks if it is available.
12605
12606         * nntp.el (nntp-open-connection): Replace
12607         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12608         (nntp-open-ssl-stream): Ditto.
12609         (nntp-open-tls-stream): Ditto.
12610
12611         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12612         set-process-query-on-exit-flag or process-kill-without-query.
12613         (starttls-open-stream-gnutls): Use it instead of
12614         process-kill-without-query.
12615         (starttls-open-stream): Ditto.
12616
12617 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12618
12619         * smime.el (smime-cert-by-ldap-1): Don't use
12620         replace-regexp-in-string.
12621
12622 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12623
12624         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12625
12626         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12627         in PEM format.  Adjust to the XEmacs compability.
12628
12629 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12632         by `string-to-number'.
12633         * gnus-agent.el (gnus-agent-regenerate-group)
12634         (gnus-agent-fetch-articles): Ditto.
12635         * gnus-art.el (gnus-button-fetch-group): Ditto.
12636         * gnus-cache.el (gnus-cache-generate-active)
12637         (gnus-cache-articles-in-group): Ditto.
12638         * gnus-group.el (gnus-group-set-current-level)
12639         (gnus-group-insert-group-line): Ditto.
12640         * gnus-score.el (gnus-score-set-expunge-below)
12641         (gnus-score-set-mark-below, gnus-summary-score-effect)
12642         (gnus-summary-score-entry): Ditto.
12643         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12644         (gnus-soup-pack): Ditto.
12645         * gnus-spec.el (gnus-xmas-format): Ditto.
12646         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12647         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12648         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12649         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12650         * nndb.el (nndb-get-remote-expire-response): Ditto.
12651         * nndiary.el (nndiary-parse-schedule-value)
12652         (nndiary-string-to-number, nndiary-request-replace-article)
12653         (nndiary-request-article): Ditto.
12654         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12655         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12656         * nneething.el (nneething-make-head): Ditto.
12657         * nnfolder.el (nnfolder-request-article)
12658         (nnfolder-retrieve-headers): Ditto.
12659         * nnheader.el (nnheader-file-to-number): Ditto.
12660         * nnkiboze.el (nnkiboze-request-article): Ditto.
12661         * nnmail.el (nnmail-process-unix-mail-format)
12662         (nnmail-process-babyl-mail-format): Ditto.
12663         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12664         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12665         (nnmh-request-create-group, nnmh-request-list-1)
12666         (nnmh-request-group, nnmh-request-article): Ditto.
12667         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12668         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12669         * nnsoup.el (nnsoup-make-active): Ditto.
12670         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12671         * nntp.el (nntp-find-group-and-number)
12672         (nntp-retrieve-headers-with-xover): Ditto.
12673         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12674         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12675         (pgg-format-key-identifier): Ditto.
12676         * pop3.el (pop3-last, pop3-stat): Ditto.
12677         * qp.el (quoted-printable-decode-region): Ditto.
12678
12679         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12680         of concat.
12681
12682 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12685
12686         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12687
12688         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12689
12690         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12691
12692         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12693
12694         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12695
12696         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12697         (gnus-carpal-mode): Ditto.
12698
12699         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12700         (gnus-browse-mode): Ditto.
12701
12702         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12703
12704         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12705
12706 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12707
12708         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12709
12710 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-util.el (gnus-run-mode-hooks): New function.
12713
12714         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12715
12716         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12717         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12718
12719 2005-05-27  Lute Kamstra  <lute@gnu.org>
12720
12721         * dns-mode.el (dns-mode): Specify customization group.
12722
12723 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12724
12725         * gnus-agent.el (gnus-agent-make-mode-line-string):
12726         Use mode-line-highlight as mouse-face.
12727
12728 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * canlock.el (canlock): Change the parent group to news.
12731
12732         * deuglify.el (gnus-outlook-deuglify): Add :group.
12733
12734         * dig.el (dig): Add :group.
12735
12736         * dns-mode.el (dns-mode): Add :group.
12737
12738         * encrypt.el (encrypt): Add :group.
12739
12740         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12741         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12742         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12743         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12744         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12745
12746         * gnus-diary.el (gnus-diary): Add :group.
12747
12748         * gnus.el (gnus-group-news-1-face): Add :group.
12749         (gnus-group-news-1-empty-face): Ditto.
12750         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12751         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12752         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12753         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12754         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12755         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12756         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12757         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12758         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12759         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12760         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12761         (gnus-summary-high-ticked-face): Ditto.
12762         (gnus-summary-low-ticked-face): Ditto.
12763         (gnus-summary-normal-ticked-face): Ditto.
12764         (gnus-summary-high-ancient-face): Ditto.
12765         (gnus-summary-low-ancient-face): Ditto.
12766         (gnus-summary-normal-ancient-face): Ditto.
12767         (gnus-summary-high-undownloaded-face): Ditto.
12768         (gnus-summary-low-undownloaded-face): Ditto.
12769         (gnus-summary-normal-undownloaded-face): Ditto.
12770         (gnus-summary-high-unread-face): Ditto.
12771         (gnus-summary-low-unread-face): Ditto.
12772         (gnus-summary-normal-unread-face): Ditto.
12773         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12774         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12775
12776         * hashcash.el (hashcash): New custom group.
12777         (hashcash-default-payment): Add :group.
12778         (hashcash-payment-alist): Ditto.
12779         (hashcash-default-accept-payment): Ditto.
12780         (hashcash-accept-resources): Ditto.
12781         (hashcash-path): Ditto.
12782         (hashcash-extra-generate-parameters): Ditto.
12783         (hashcash-double-spend-database): Ditto.
12784         (hashcash-in-news): Ditto.
12785
12786         * message.el (message-minibuffer-local-map): Add :group.
12787
12788         * netrc.el (netrc): Add :group.
12789
12790         * sieve-manage.el (sieve-manage-log): Add :group.
12791         (sieve-manage-default-user): Diito.
12792         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12793         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12794         (sieve-manage-authenticators): Ditto.
12795         (sieve-manage-authenticator-alist): Ditto.
12796         (sieve-manage-default-port): Ditto.
12797
12798         * sieve-mode.el (sieve-control-commands-face): Add :group.
12799         (sieve-action-commands-face): Ditto.
12800         (sieve-test-commands-face): Ditto.
12801         (sieve-tagged-arguments-face): Ditto.
12802
12803         * smime.el (smime): Add :group.
12804
12805         * spam-report.el (spam-report): Add :group.
12806
12807         * spam.el (spam, spam-face): Add :group.
12808
12809 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12810
12811         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12812         return \n.\n.\n at the end of articles.  Protect against that.
12813         (nntp-with-open-group): Allow debugging.
12814
12815         * nnheader.el (mail-header-set-extra): Make into a function
12816         because I just could't understand how to quote the list properly.
12817
12818         * dns.el (query-dns-cached): New function.
12819
12820 2005-05-26  Lute Kamstra  <lute@gnu.org>
12821
12822         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12823
12824 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12827
12828         * gnus-art.el: Don't autoload mail-extract-address-components.
12829
12830         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12831         eval-and-compile to evaluate it.
12832
12833         * hashcash.el: Don't autoload executable-find.
12834
12835         * nndb.el: Don't declare the nndb back end two or more times; don't
12836         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12837
12838         * nntp.el: Autoload format-spec instead of format; use
12839         eval-and-compile to evaluate autoload forms.
12840
12841 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12842
12843         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12844
12845 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12846
12847         * gnus.el (gnus-version-number): Bump version.
12848
12849 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12850
12851         * gnus.el: No Gnus v0.3 is released.
12852
12853 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12854
12855         * lpath.el (featurep): Bind show-nonbreak-escape.
12856
12857 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-art.el (gnus-article-edit-part): Disable undo.
12860
12861 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12864         gnus-article-date-lapsed-new-header is t if date timer is active;
12865         skip headers in which the original date value is empty.
12866         (gnus-article-save-original-date): Redefine it as a macro.
12867         (gnus-display-mime): Use it.
12868
12869 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-art.el (article-date-ut): Support converting date in
12872         forwarded parts as well.
12873         (gnus-article-save-original-date): New function.
12874         (gnus-display-mime): Use it.
12875
12876 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12877
12878         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12879         enclosure element of <item>.
12880
12881 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * message.el (message-kill-buffer-query): Renamed from
12884         `message-kill-buffer-query-if-modified'.  Added :version.
12885
12886 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12889         window layout.
12890
12891 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * mml.el: Autoload dnd when compiling.
12894
12895 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12898         x-dnd-*.
12899
12900 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * qp.el (quoted-printable-encode-region): Save excursion.
12903
12904 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12905
12906         * message.el (message-kill-buffer-query-if-modified): Add new variable
12907         so the user can kill a modified message buffer quickly.
12908         (message-kill-buffer): Use it.
12909
12910 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * lpath.el: Fbind display-time-event-handler; don't fbind
12913         string-to-multibyte.
12914
12915         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12916
12917 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12920         contained in text because xml.el decodes entities) with LFs.
12921
12922 2005-04-11  Lute Kamstra  <lute@gnu.org>
12923
12924         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12925         differently.
12926
12927 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12928
12929         * mm-util.el (mm-detect-coding-region): Typo.
12930
12931 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12934
12935 2005-04-06  Deepak Goel  <deego@gnufans.org>
12936
12937         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12938         user-function allow user modifications of the scores.
12939         (spam-stat-score-buffer-user): New function, to allow
12940         user-computed modifications to the score.
12941         (spam-stat-score-buffer-user-functions): List of additional
12942         scoring functions.
12943         (spam-stat-error-holder): Global temporary error holder.
12944         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12945         variable.
12946
12947 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12948
12949         * gnus-registry.el (gnus-registry-clean-empty-function)
12950         (gnus-registry-trim, gnus-registry-fetch-groups)
12951         (gnus-registry-delete-group): Groups that match
12952         `gnus-registry-ignored-groups' are removed from the registry
12953         entries, not just ignored for splitting.  This helps clean up the
12954         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12955         to get all the groups a message ID is in.
12956
12957         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12958         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12959         (spam-stat-score-buffer-user-functions): Add :number custom type.
12960
12961 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12964         argument in XEmacs.
12965
12966         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12967         (nnrss-request-group): Decode group name first.
12968         (nnrss-request-article): Make a text/plain article if mml-to-mime
12969         failed.
12970         (nnrss-get-encoding): Return a compatible encoding according to
12971         nnrss-compatible-encoding-alist.
12972         (nnrss-find-el): Use consp instead of listp.
12973         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12974
12975 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12978         which Emacs 20 doesn't support.
12979         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12980
12981 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12984         silence the byte compiler inside the defun.
12985
12986         * gnus-demon.el (parse-time-string): Add autoload.
12987
12988         * gnus-delay.el (parse-time-string): Add autoload.
12989
12990         * gnus-art.el (parse-time-string): Add autoload.
12991
12992         * nnultimate.el (parse-time): Require for `parse-time-string'.
12993
12994 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12997
12998         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12999
13000         * smime.el (smime-ldap-host-list): Add :version.
13001
13002 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13005         pass it to `gnus-browse-read-group'.
13006         (gnus-browse-read-group): Add NUMBER argument and pass it to
13007         `gnus-group-read-ephemeral-group'.
13008
13009         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13010         argument and pass it to `gnus-group-read-group'.
13011
13012 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13013
13014         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13015         mm-xemacs-find-mime-charset-1 if we have the mule feature
13016         available at runtime.
13017
13018 2005-03-25  Werner Lemberg  <wl@gnu.org>
13019
13020         * nnmaildir.el: Replace `illegal' with `invalid'.
13021
13022 2005-03-23  Lute Kamstra  <lute@gnu.org>
13023
13024         * time-date.el: Add comment on time value formats.
13025         Don't require parse-time.
13026         (with-decoded-time-value): New macro.
13027         (encode-time-value): New function.
13028         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13029         (days-to-time): Return a valid time value when arg is huge.
13030         (time-since): Use time-subtract.
13031         (time-to-number-of-days): Use time-to-seconds.
13032
13033 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13034
13035         * gnus-start.el (gnus-display-time-event-handler):
13036         Check display-time-timer at runtime rather than only at load time
13037         in case display-time-mode is turned off in the mean time.
13038
13039 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13042         used.
13043
13044         * nneething.el (nneething-map-file-directory): Derive from
13045         `gnus-directory'.
13046
13047         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13048         the To/Cc button.
13049
13050 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13051
13052         * nnmaildir.el (nnmaildir-request-accept-article):
13053         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13054
13055 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13056
13057         * gnus-async.el: Require timer-funcs at compile time when in
13058         XEmacs for `run-with-idle-timer'.
13059
13060 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13061
13062         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13063         autoloaded function.
13064
13065 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13066
13067         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13068
13069 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13070
13071         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13072
13073 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13074
13075         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13076         gnus-expert-user to default.
13077
13078 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13079
13080         * nnimap.el (nnimap-open-server): Ditto.
13081
13082         * imap.el (imap-authenticate): Fix typo.
13083
13084 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13085
13086         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13087         buffer (since IMAP server might return FETCH response out of
13088         order, and the nntp buffer must be sorted).
13089
13090 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13091
13092         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13093         comparison on string.
13094
13095         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13096         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13097         (gnus-agent-summary-fetch-series): Modified to protect against
13098         gnus-agent-summary-fetch-group clearing processable flags.
13099         (gnus-agent-synchronize-group-flags): Update live group buffer as
13100         synchronization may occur due to the user toggle the plugged
13101         status.
13102         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13103         successfully downloaded.
13104         (gnus-agent-expire-group-1): Avoid using markers when the overview
13105         is in ascending order; greatly improves performance.
13106         (gnus-agent-regenerate-group): Use
13107         gnus-agent-synchronize-group-flags to reset read status in both
13108         gnus and server.
13109         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13110
13111 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * message.el: Don't autoload former message-utils variables.
13114         (message-strip-subject-trailing-was): Change doc string.
13115
13116         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13117         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13118         (nnweb-google-search): Add "hl=en" here.
13119         (nnweb-google-parse-1, nnweb-google-create-mapping):
13120         Don't hardcode URL.
13121
13122 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * message.el (message-get-reply-headers, message-followup):
13125         Mention related variables `message-use-followup-to' and
13126         `message-use-mail-followup-to', in the information buffer.
13127
13128         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13129         of broken groups(-beta).google.com.
13130
13131 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13132
13133         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13134         parameter to invoked gnus-request-move-article; remove the
13135         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13136         all at once instead of once per article.
13137         (gnus-summary-remove-process-mark): Accept a list of articles as
13138         well as a single article for processing.
13139
13140         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13141         parameter.
13142
13143         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13144
13145         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13146
13147         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13148         parameter.
13149
13150         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13151         parameter.
13152
13153         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13154         parameter and remove the gnus-sum-hint-move-is-internal variable.
13155
13156         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13157         parameter.
13158
13159         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13160         parameter.
13161
13162         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13163         parameter.
13164
13165         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13166
13167         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13168         parameter.
13169
13170         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13171         parameter.
13172
13173 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13174
13175         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13176         a more conservative way.
13177
13178 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13179
13180         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13181         buffer, so it moves the window's cursor.
13182
13183 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13184
13185         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13186         `mm-dissect-multipart' and receive the from field as an (optional)
13187         argument from `mm-dissect-multipart'.
13188         (mm-dissect-multipart): Receive the from field as an argument and
13189         pass it on when we call `mm-dissect-buffer' on MIME parts.
13190         Fixes verification/decryption of signed/encrypted MIME parts.
13191
13192 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13193
13194         * gnus-sum.el (gnus-summary-move-article): Set
13195         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13196         whatever it calls (right now, only nnimap-request-move article
13197         respects it).
13198
13199         * nnimap.el (nnimap-request-move-article): When
13200         gnus-sum-hint-move-is-internal is set, don't do the extra
13201         nnimap-request-article.
13202
13203 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13206
13207         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13208         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13209
13210         * gnus-sum.el (gnus-summary-caesar-message):
13211         Apply `gnus-treat-article' after rotation.
13212
13213         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13214         doc string.
13215
13216 2005-02-22  Simon Josefsson  <jas@extundo.com>
13217
13218         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13219         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13220         <arne@arnested.dk>.
13221         (encrypt): Add password-cache and password-cache-expiry as group
13222         members.
13223
13224 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13225
13226         * smime.el (smime-ldap-host-list): Doc fix.
13227         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13228         cache) password.
13229         (smime-sign-region): Use it.
13230         (smime-decrypt-region): Use it.
13231         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13232         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13233         fails.
13234         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13235         certificate from DER to PEM format rather than calling openssl.
13236
13237         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13238
13239         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13240         for signing/encryption.
13241
13242         * mml.el (mml-parse-1): Use them.
13243
13244 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13245
13246         * nnrss.el (nnrss-verbose): Removed.
13247         (nnrss-request-group): Use `nnheader-message' instead.
13248
13249 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13250
13251         * nnrss.el (nnrss-verbose): New variable.
13252         (nnrss-request-group): Make it say nnrss is requesting a group.
13253
13254 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13257         Handle news URL with given port correctly.
13258
13259 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13262         containing special characters.
13263
13264         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13265
13266         * mml.el (mime-to-mml): Ditto.
13267
13268         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13269         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13270         (rfc2047-decode-region): Quote decoded words containing special
13271         characters when rfc2047-quote-decoded-words-containing-tspecials
13272         is non-nil.
13273
13274 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13275
13276         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13277
13278         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13279
13280 2005-02-15  Simon Josefsson  <jas@extundo.com>
13281
13282         * nnimap.el (nnimap-debug): Doc fix.
13283
13284         * imap.el (imap-debug): Doc fix.
13285
13286 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13289
13290 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13291
13292         * gnus.el (spam-contents): Improve docs for spam-contents
13293         parameter in its variable incarnation.
13294
13295 2005-02-14  Simon Josefsson  <jas@extundo.com>
13296
13297         * smime-ldap.el: Use require instead of load-library for ldap.
13298         (smime-ldap-search): Indent.
13299         (smime-ldap-search-internal): Shorten line.
13300
13301         * smime.el (smime-cert-by-dns): Add doc-string.
13302         (smime-cert-by-ldap-1): Indent.
13303
13304         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13305         mml-smime-get-dns-ldap.
13306         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13307
13308 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13309
13310         * smime.el: Require smime-ldap.
13311         (smime-ldap-host-list): New variable.
13312         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13313
13314         * mml-smime.el (mml-smime-encrypt-query): New function.
13315         (mml-smime-encrypt-query): Use it.
13316
13317         * smime-ldap.el: New file.
13318
13319 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13322
13323 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13324
13325         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13326         argument in doc string.  Make query for type more clear.
13327
13328 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * gnus.el (gnus-group-startup-message): Search for gnus images in
13331         etc/images/gnus.
13332         * mm-util.el (mm-image-load-path): Likewise.
13333         * smiley.el (smiley-data-directory): Search for smilies in
13334         etc/images/smilies.
13335
13336 2005-02-09  Kim F. Storm  <storm@cua.dk>
13337
13338         Change Emacs release version from 21.4 to 22.1 throughout.
13339         Change Emacs development version from 21.3.50 to 22.0.50.
13340
13341 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13344
13345         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13346         non-Mule XEmacs as well.
13347         (mm-decompress-buffer): Signal an error intentionally if it does
13348         not decompress compressed data because auto-compression-mode is
13349         disabled.
13350
13351 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13352
13353         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13354         an ID in the registry even if it has no groups.
13355
13356 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13359         merge it into mm-decompress-buffer.
13360         (gnus-mime-copy-part): Use the MIME part charset, the value which
13361         a user specified or gnus-newsgroup-charset for decoding, like
13362         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13363         save-buffer what was used.  Suggested by Kevin Ryde
13364         <user42@zip.com.au>.
13365         (gnus-mime-inline-part): Allow the name parameter as well as the
13366         filename parameter; force decompressing of compressed data; always
13367         display contents being not decoded as unibyte.
13368
13369         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13370         as well as the filename parameter.
13371
13372         * mm-util.el (mm-decompress-buffer): Merge
13373         gnus-mime-jka-compr-maybe-uncompress.
13374         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13375         of compressed data.
13376
13377 2005-02-08  Simon Josefsson  <jas@extundo.com>
13378
13379         * imap.el (imap-log): Doc fix.
13380
13381 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13384         the coding cookies; decompress compressed parts.
13385
13386         * mml.el (mml-generate-mime-1): Add the charset parameter according
13387         to the value which a user specified manually or the coding cookie.
13388
13389         * mm-util.el (mm-string-to-multibyte): New function.
13390         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13391         (mm-coding-system-to-mime-charset): New function.
13392         (mm-decompress-buffer): New function.
13393         (mm-find-buffer-file-coding-system): New function.
13394
13395         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13396         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13397         parts.
13398
13399 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13400
13401         * mm-view.el (mm-display-inline-fontify): Decode a part according
13402         to the charset parameter.
13403
13404 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13407         prefix arg is neither nil nor a number, as info specifies.
13408
13409 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13412         timestamps.
13413
13414 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13415
13416         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13417         groups error checking and notify user.
13418
13419 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13420
13421         * message.el (message-send-mail-function): Check existence of
13422         sendmail-program first before using default value
13423         `message-send-mail-with-sendmail'.  Otherwise use more generic
13424         `smtpmail-send-it'.
13425
13426 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * nntp.el (nntp-request-update-info): Always return nil.
13429
13430 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13431
13432         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13433
13434 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13435
13436         * message.el (message-beginning-of-line): Change the behavior when
13437         invoked between BOL and : so that it first moves backward.
13438
13439 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13442         article buffer when editing of the article is discarded.
13443         (gnus-article-prepare): Revert.
13444
13445 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * gnus-art.el (gnus-article-prepare):
13448         Remove message-strip-forbidden-properties from the local hook.
13449
13450 2005-01-27  Simon Josefsson  <jas@extundo.com>
13451
13452         * password.el (password-cache-add): Only start one timer per key.
13453         Reported by Derek Atkins <warlord@MIT.EDU>.
13454
13455 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13456
13457         * run-at-time.el: Removed.  It is no longer needed as
13458         timer-funcs.el in the xemacs-base package has a working version of
13459         `run-at-time'.
13460
13461         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13462
13463         * password.el: Require timer-funcs instead of run-at-time in
13464         XEmacs.
13465         Remove `password-run-at-time' macro.
13466         (password-cache-add): Use `run-at-time' instead of
13467         `password-run-at-time'.
13468
13469         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13470         Remove `nnheader-cancel-function-timers' alias,
13471         `cancel-function-timers' exists in XEmacs in timer-funcs.
13472
13473         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13474         for `run-with-idle-timer'.
13475
13476         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13477         for `run-at-time'.
13478
13479         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13480         for `with-timeout'.
13481
13482         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13483         the same as for XEmacs 21.4.
13484         No need to ignore `run-with-idle-timer', this function exists in
13485         XEmacs now in timer-funcs.el in the xemacs-base package.
13486         (dgnushack-compile): No need to delete
13487         run-at-time.el from the list of files to compile because it
13488         doesn't exist anymore.
13489
13490 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13493         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13494
13495 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13496
13497         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13498         sensitively.
13499
13500 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13501
13502         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13503
13504 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13507         which will be inserted according to the multibyteness of a buffer
13508         rather than the type of contents.  Suggested by ARISAWA Akihiro
13509         <ari@mbf.ocn.ne.jp>.
13510
13511         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13512         of string which old xml.el may return rather than a string.
13513
13514 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13517
13518 2005-01-16  Simon Josefsson  <jas@extundo.com>
13519
13520         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13521         idn/idna.el isn't available.
13522         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13523         <michael@waxrat.com>.
13524
13525         * hashcash.el: Remove non-FSF copyright header.
13526
13527         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13528         (hashcash-generate-payment): Use it.
13529         (hashcash-generate-payment-async): Use it.
13530
13531 2005-01-15  Simon Josefsson  <jas@extundo.com>
13532
13533         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13534         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13535
13536         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13537         gnus-summary-idna-message.
13538         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13539         (gnus-summary-idna-message): New function.
13540
13541 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13542
13543         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13544         gnus-novice-user.
13545
13546 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * nnrss.el (nnrss-request-delete-group): Delete entries in
13549         nnrss-group-alist as well.
13550         (nnrss-save-server-data): Insert newline.
13551
13552 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13553
13554         * gnus.el (gnus-user-agent): Use list of symbols instead of
13555         symbols.  Display full version number for (S)XEmacs.  Optionally
13556         display (S)XEmacs codename.
13557
13558         * gnus-util.el (gnus-emacs-version): Update for new
13559         `gnus-user-agent'.
13560
13561         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13562         Gnus version.
13563
13564 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13565
13566         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13567         which is unreadable in some setups.
13568
13569 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * gnus-spec.el (gnus-update-format-specifications): Flush the
13572         group format spec cache if it doesn't support decoded group names.
13573
13574 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13577         Allow to apply decay on score files matching a regexp.
13578
13579 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13582         compatibility in %g and %c.
13583
13584 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13587         name for only %g and %c.
13588         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13589         of gnus-tmp-group to decoded group name.
13590         (gnus-group-make-rss-group): Exclude `/'s from group names.
13591
13592 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * nnrss.el (nnrss-get-encoding): Fix regexp.
13595
13596 2004-12-27  Simon Josefsson  <jas@extundo.com>
13597
13598         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13599         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13600         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13601
13602 2004-12-17  Kim F. Storm  <storm@cua.dk>
13603
13604         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13605
13606         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13607
13608 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13609
13610         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13611
13612 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * nnrss.el: Require rfc2047 and mml.
13615         (nnrss-file-coding-system): New variable.
13616         (nnrss-format-string): Redefine it as an inline function.
13617         (nnrss-decode-group-name): New function.
13618         (nnrss-string-as-multibyte): Remove.
13619         (nnrss-retrieve-headers): Decode group name; don't use
13620         nnrss-format-string.
13621         (nnrss-request-group): Decode group name.
13622         (nnrss-request-article): Decode group name; allow a Message-ID as
13623         well as an article number; don't use nnrss-format-string; encode a
13624         Message-ID string which may contain non-ASCII characters; use
13625         mml-to-mime to compose a MIME article.
13626         (nnrss-request-expire-articles): Decode group name.
13627         (nnrss-request-delete-group): Decode group name.
13628         (nnrss-fetch): Clarify error message.
13629         (nnrss-read-server-data): Use insert-file-contents instead of load;
13630         bind file-name-coding-system; use multibyte buffer.
13631         (nnrss-save-server-data): Bind coding-system-for-write to the
13632         value of nnrss-file-coding-system; bind file-name-coding-system;
13633         add coding cookie.
13634         (nnrss-read-group-data): Use insert-file-contents instead of load;
13635         bind file-name-coding-system; use multibyte buffer.
13636         (nnrss-save-group-data): Bind coding-system-for-write to the
13637         value of nnrss-file-coding-system; bind file-name-coding-system.
13638         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13639         make it work with non-ASCII text.
13640         (nnrss-find-el): Make it work with old xml.el as well.
13641
13642 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13643
13644         * nnrss.el (nnrss-get-encoding): New function.
13645         (nnrss-fetch): Use unibyte buffer initially; bind
13646         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13647         decode contents according to the encoding attribute.
13648         (nnrss-save-group-data): Add coding cookie.
13649         (nnrss-mime-encode-string): New function.
13650         (nnrss-check-group): Use it to encode subject and author.
13651
13652 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13653
13654         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13655         imaginary variable.
13656
13657 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13660         correctly even if there are wide characters.
13661
13662 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13663
13664         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13665         downcased symbol names; make a new cache instead of reusing
13666         bbdb-hashtable.
13667
13668 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13671         concatenating segments rather than before concatenating them.
13672         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13673
13674         * message.el (message-get-reply-headers): Bind `extra'.
13675
13676 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13677
13678         * message.el (message-extra-wide-headers): New variable.
13679         (message-get-reply-headers): Use it.
13680
13681 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13684         (gnus-agent-group-pathname): Ditto.
13685
13686         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13687
13688         * gnus-group.el (gnus-group-make-group): Decode group name.
13689         (gnus-group-make-rss-group): Register the group data after opening
13690         the nnrss group.
13691
13692 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13693
13694         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13695         by expiry now get marked as read.
13696
13697 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13700
13701 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13702
13703         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13704         unify Latin characters in XEmacs.
13705         (mm-find-mime-charset-region): Use it.
13706
13707 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * gnus-util.el (gnus-delete-directory): New function.
13710
13711         * gnus-agent.el (gnus-agent-delete-group): Use it.
13712
13713         * gnus-cache.el (gnus-cache-delete-group): Use it.
13714
13715 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13718         names.
13719
13720 2004-12-16  Simon Josefsson  <jas@extundo.com>
13721
13722         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13723
13724 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13727
13728         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13729         (gnus-group-set-current-level): Decode group name.
13730
13731 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13732
13733         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13734         failed.
13735
13736 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * gnus-group.el (gnus-group-delete-group): Decode group name.
13739         (gnus-group-make-rss-group): Encode group name.
13740         (gnus-group-catchup-current): Decode group name.
13741         (gnus-group-kill-group): Decode group name.
13742
13743 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13744
13745         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13746
13747 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * gnus-group.el (gnus-group-make-rss-group):
13750         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13751
13752         * gnus-start.el (gnus-setup-news): Honor user's setting to
13753         gnus-message-archive-method.  Suggested by Lute Kamstra
13754         <lute@gnu.org>.
13755
13756 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13757
13758         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13759         global counterparts of the buffer-local variables.
13760
13761 2004-11-16  Romain Francoise  <romain@orebokech.com>
13762
13763         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13764         counterparts of the buffer-local variables.
13765
13766 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * message.el (message-forbidden-properties): Fixed typo in doc
13769         string.
13770
13771 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * gnus-util.el (gnus-replace-in-string): Added doc string.
13774
13775         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13776         to avoid problems when splitting mails with many recipients.
13777
13778 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13779
13780         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13781         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13782
13783 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13784
13785         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13786         if there is no hashtable in memory or file modification time is
13787         newer than cached timestamp.
13788
13789 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13790
13791         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13792         not-matching option.
13793
13794 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13797         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13798         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13799         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13800         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13801         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13802
13803 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * message.el (message-forward-make-body-mml): Remove headers
13806         according to message-forward-ignored-headers if a message is decoded.
13807
13808 2004-12-02  Romain Francoise  <romain@orebokech.com>
13809
13810         * message.el (message-forward-make-body-plain): Always remove
13811         headers according to message-forward-ignored-headers.
13812
13813 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13814
13815         * spam.el (spam-summary-prepare-exit): Remove the
13816         gnus-summary-limit pop for now, it has problems with ham marks for
13817         me.
13818
13819 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13820
13821         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13822         correctly.
13823
13824 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13825
13826         * format-spec.el (format-spec): Message the char.
13827
13828 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13829
13830         * gnus-art.el (gnus-split-methods): Reformat comments.
13831
13832         * spam.el (spam-summary-prepare-exit): Remove article limits
13833         before exiting the summary buffer.
13834
13835 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13838         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13839
13840         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13841         order to silence the byte compiler.
13842
13843         * spam.el: Fix the way to silence the byte compiler, which
13844         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13845         bbdb-search-simple, spam-BBDB-register-routine,
13846         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13847         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13848         spam-stat-buffer-is-spam, spam-stat-load,
13849         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13850         spam-stat-save and spam-stat-split-fancy.
13851
13852 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13855         which may confuse users.
13856         (canlock-password-for-verify): Ditto.
13857
13858         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13859
13860         * gnus-art.el (gnus-emphasis-alist): Ditto.
13861
13862         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13863
13864         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13865
13866         * gnus-start.el (gnus-save-killed-list): Ditto.
13867
13868         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13869         (gnus-sum-thread-tree-root): Ditto.
13870         (gnus-sum-thread-tree-false-root): Ditto.
13871         (gnus-sum-thread-tree-single-indent): Ditto.
13872
13873         * message.el (message-courtesy-message): Ditto.
13874         (message-archive-note): Ditto.
13875         (message-subscribed-address-file): Ditto.
13876         (message-user-fqdn): Ditto.
13877
13878         * spam-report.el (spam-report-gmane-regex): Ditto.
13879
13880         * spam.el (spam-blackhole-good-server-regex): Ditto.
13881
13882 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * mml.el (mml-preview): Widen the message buffer before copying
13885         the contents to the preview buffer; sort headers before previewing.
13886
13887         * message.el (message-hidden-headers): Fix the way to avoid a bug
13888         in the `repeat' widget in Emacs 21.3 or earlier.
13889
13890 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * message.el (message-hidden-headers): Default to "^References:".
13893         Improve customization type.  Suggested by Reiner Steib
13894         <Reiner.Steib@gmx.de>.
13895
13896 2004-11-25  Romain Francoise  <romain@orebokech.com>
13897
13898         * message.el (message-strip-forbidden-properties): Remove check for
13899         obsolete `message-hidden' text property, hidden headers are not
13900         accessible in the buffer anymore.
13901
13902 2004-11-22  Romain Francoise  <romain@orebokech.com>
13903
13904         * message.el (message-header-format-alist): Add `From' in list
13905         so that it can be sorted.
13906         (message-fix-before-sending): Widen and sort headers before
13907         sending.
13908         (message-hide-headers): Use narrowing to hide headers by moving
13909         them to the top of the buffer and narrowing to the region
13910         underneath.
13911
13912 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13913
13914         * message.el (message-strip-forbidden-properties): Bind
13915         buffer-read-only (etc) to nil.
13916
13917 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13920         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13921
13922 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13923
13924         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13925
13926 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13927
13928         * dns.el (query-dns): Use sit-for to time instead of
13929         accept-process-output, since that doesn't seem to work on udp
13930         sockets.
13931
13932 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13935
13936 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13937
13938         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13939         doc string.  Improve doc string.
13940
13941 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * nntp.el (nntp-request-update-info): Return nil if
13944         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13945         may not call gnus-activate-group which uselessly issues the GROUP
13946         commands for all nntp groups and wastes time.  Reported by Romain
13947         Francoise <romain@orebokech.com>.
13948
13949         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13950
13951 2004-11-15  Simon Josefsson  <jas@extundo.com>
13952
13953         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13954         headers separately.
13955         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13956         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13957
13958 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * gnus-start.el (gnus-convert-old-newsrc):
13961         Assign legacy-gnus-agent to 5.10.7.
13962
13963 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13964
13965         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13966         start of the lines.
13967
13968 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13969
13970         * hashcash.el (hashcash-default-payment): Change default to 20.
13971         (hashcash-default-accept-payment): Change default to 20.
13972         (hashcash-process-alist): New variable.
13973         (hashcash-generate-payment-async): Add.
13974         (hashcash-already-paid-p): Add.
13975         (hashcash-insert-payment): Don't generate payments twice.
13976         (hashcash-insert-payment-async): Add.
13977         (hashcash-insert-payment-async-2): Add.
13978         (hashcash-cancel-async): Add.
13979         (hashcash-wait-async): Add.
13980         (hashcash-processes-running-p): Add.
13981         (hashcash-wait-or-cancel): Add.
13982         (mail-add-payment): New optional argument.  Conditionally start
13983         asynchronous calculation.
13984         (mail-add-payment-async): Add.
13985
13986         * message.el (message-send-mail): Wait for asynchronous hashcash
13987         results.  Don't clobber existing X-Hashcash headers.
13988         (message-setup-1): Call mail-add-payment-async when
13989         message-generate-hashcash is non-nil.
13990
13991 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13992
13993         * message.el (message-use-alternative-email-as-from): Examine the
13994         From header as well; use message-make-from in order to include a
13995         user's full name.
13996
13997 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14000         default; improve customization type.
14001         (gnus-emphasis-custom-with-format): New macro.
14002         (gnus-emphasis-custom-value-to-external): New function.
14003         (gnus-emphasis-custom-value-to-internal): New function.
14004
14005 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14006
14007         * dns.el (query-dns): Resolve reverse addresses.
14008
14009 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14010
14011         * gnus-group.el (gnus-group-get-new-news): Use it.
14012
14013         * gnus-start.el (gnus-check-reasonable-setup): New function.
14014
14015 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14018         "Args out of range" error.  Reported by Arnaud Giersch
14019         <arnaud.giersch@free.fr>.
14020
14021 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14022
14023         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14024
14025 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14026
14027         * spam.el (spam group): Add :version.
14028
14029         * pgg-def.el (pgg group): Add :version.
14030
14031 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-art.el (gnus-article-edit-article): Don't associate the
14034         article buffer with a draft file.  This is a temporary measure
14035         against the 2004-08-22 change to gnus-article-edit-mode.
14036
14037 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14040         (html2text-format-tags): Remove unused variable `attr'.
14041
14042 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14043
14044         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14045
14046         * tls.el (tls-process-connection-type, tls-success)
14047         (tls-certtool-program): Add :version.
14048
14049         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14050         (starttls-extra-arguments, starttls-process-connection-type)
14051         (starttls-connect, starttls-failure, starttls-success): Add :version.
14052
14053         * spam-stat.el (spam-stat): Add :version.
14054
14055         * sieve.el (sieve): Add :version.
14056
14057         * sha1.el (sha1): Add :version.
14058         (sha1-use-external): Remove redundant version.
14059
14060         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14061         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14062         (nnmail-split-fancy-match-partial-words)
14063         (nnmail-split-lowercase-expanded): Add :version.
14064
14065         * nndiary.el (nndiary): Add :version.
14066
14067         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14068
14069         * mml-sec.el (mml-default-sign-method)
14070         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14071         Add :version.
14072
14073         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14074
14075         * mm-url.el (mm-url-use-external, mm-url-program)
14076         (mm-url-arguments): Add :version.
14077
14078         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14079         (mm-attachment-file-modes, mm-decrypt-option)
14080         (mm-w3m-safe-url-regexp): Add :version.
14081
14082         * message.el (message-cite-prefix-regexp)
14083         (message-sendmail-envelope-from, message-minibuffer-local-map)
14084         (message-user-fqdn, message-completion-alist): Add :version.
14085
14086         * gnus-win.el (gnus-configure-windows-hook)
14087         (gnus-use-frames-on-any-display): Add :version.
14088
14089         * gnus-art.el (gnus-article-address-banner-alist)
14090         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14091         (gnus-treat-from-picon, gnus-treat-mail-picon)
14092         (gnus-treat-x-pgp-sig): Add :version.
14093
14094         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14095         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14096         (gnus-summary-article-delete-hook)
14097         (gnus-summary-display-while-building): Add :version.
14098
14099         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14100         (gnus-get-top-new-news-hook): Add :version.
14101
14102         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14103         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14104
14105         * gnus-registry.el (gnus-registry): Add :version.
14106
14107         * gnus-spec.el (gnus-use-correct-string-widths)
14108         (gnus-make-format-preserve-properties): Add :version.
14109
14110         * gnus.el (gnus-group-charter-alist)
14111         (gnus-group-fetch-control-use-browse-url)
14112         (gnus-install-group-spam-parameters): Add :version.
14113
14114         * gnus-diary.el (gnus-diary): Add :version.
14115
14116         * gnus-delay.el (gnus-delay): Add :version.
14117
14118         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14119         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14120         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14121         Add :version.
14122
14123         * gnus-agent.el (gnus-agent-max-fetch-size)
14124         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14125         (gnus-agent-prompt-send-queue): Add :version.
14126
14127         * deuglify.el (gnus-outlook-deuglify): Add :version.
14128
14129         * html2text.el: Beautify code.  Improve doc strings.  Some
14130         checkdoc cleanup.
14131         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14132
14133 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14134
14135         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14136
14137 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14138
14139         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14140         when package is loaded.
14141
14142         * spam.el (spam-summary-score-preferred-header): Add global preference
14143         for people who want to override the default SpamAssassin over
14144         Bogofilter preference (when both are set).
14145         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14146         (spam-user-format-function-S): Check
14147         spam-summary-score-preferred-header.
14148         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14149         (spam-user-format-function-S): Format the score correctly.
14150
14151 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14154         signature file.  Suggested by Manoj Srivastava
14155         <srivasta@golden-gryphon.com>.
14156
14157         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14158         iso-2022-jp even in the Japanese language environment.
14159         Suggested by Jason Rumney <jasonr@gnu.org>.
14160
14161 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14164         use the same characters as the dummy marks; make it free from
14165         getting affected by the language environment.
14166         (gnus-summary-read-group-1): Update mark positions only when the
14167         format spec is updated.
14168
14169         * gnus-spec.el (gnus-update-format-specifications): Return a list
14170         of updated types.
14171
14172 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14175         of boundp to check if display-warning is available.
14176
14177 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14178
14179         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14180
14181 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * nnspool.el (nnspool-spool-directory): Use news-path if the
14184         news-directory variable is not bound.
14185
14186         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14187         function instead of display-warning if it is not available.
14188
14189 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14190
14191         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14192         v5-10: Use `point-at-bol'.
14193
14194 2004-10-26  Simon Josefsson  <jas@extundo.com>
14195
14196         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14197         <chenggao@gmail.com>.
14198
14199 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14202         instead.
14203
14204 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14205
14206         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14207         to remove a server from the nnimap-server-buffer-alist.
14208         (nnimap-open-connection, nnimap-close-server): Use it.
14209
14210         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14211
14212 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14215         running the major-mode function.
14216
14217 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14220         dummy marks in the right way.
14221
14222 2004-10-18  David Edmondson  <dme@dme.org>
14223
14224         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14225         excessively.
14226
14227 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14228
14229         * gnus-util.el (gnus-split-references): Accept a nil references
14230         string and go on blissfully.
14231
14232         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14233         cases where the references string is non-nil but has no references.
14234
14235         * encrypt.el: Add autoload tags.
14236
14237         * spam.el (spam-resolve-registrations-routine): Remove article
14238         from unregistration list too.  Reported by David Hanak
14239         <dhanak@isis.vanderbilt.edu>
14240
14241 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14244         nil.  Changed custom type.
14245
14246 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14249
14250         * gnus-sum.el (gnus-summary-move-article): Use it.
14251
14252 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14253
14254         * encrypt.el: Add autoload cookies.
14255
14256         * spam.el (spam-backend-article-list-property)
14257         (spam-backend-get-article-todo-list)
14258         (spam-backend-put-article-todo-list)
14259         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14260         Resolve registrations separately.
14261         (spam-register-routine): Format comments.
14262         (spam-unregister-routine, spam-register-routine): Always call with
14263         specific-articles, no default list.
14264         (spam-summary-prepare-exit): Use the spam-classifications function.
14265
14266         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14267         gnus-encrypt.el.
14268
14269         * encrypt.el: Copied from gnus-encrypt.el.
14270
14271         * gnus-encrypt.el: Commented that it's obsolete.
14272
14273 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14276         (gnus-score-save): Use it.
14277
14278         * message.el (message-bury): Use `window-dedicated-p'.
14279
14280 2004-10-15  Simon Josefsson  <jas@extundo.com>
14281
14282         * pop3.el (top-level): Don't require nnheader.
14283         (pop3-read-timeout): Add.
14284         (pop3-accept-process-output): Add.
14285         (pop3-read-response, pop3-retr): Use it.
14286
14287 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14288
14289         * spam.el (spam-register-routine): Move comment.
14290         (spam-verify-bogofilter): Use 'unknown for the initial
14291         spam-bogofilter-valid state, not 'never.
14292
14293         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14294         for netrc-machine.
14295
14296         * nnimap.el (nnimap-open-connection): Use
14297         netrc-machine-user-or-password.
14298
14299 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14300
14301         * gnus-registry.el (gnus-registry-unload-hook):
14302         Set as a variable with add-hook.
14303
14304         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14305         of news-path.
14306
14307         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14308
14309         * spam.el: Delete duplicate `provide'.
14310         (spam-unload-hook): Set as a variable with add-hook.
14311
14312 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14313
14314         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14315         in the doc string.
14316
14317         * message.el (message-ignored-news-headers)
14318         (message-ignored-supersedes-headers)
14319         (message-ignored-resent-headers)
14320         (message-forward-ignored-headers): Improve custom type.
14321
14322 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * message.el (message-tokenize-header): Fix 2004-09-06 change
14325         which used point-min in the wrong place.
14326
14327 2004-10-12  Simon Josefsson  <jas@extundo.com>
14328
14329         * tls.el (tls-certtool-program): New variable.
14330         (tls-certificate-information): New function, based on
14331         ssl-certificate-information.
14332
14333 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * compface.el: Move the version of ELisp-based uncompface program
14336         to the contrib directory because of the copyright problem.
14337
14338 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * message.el (message-kill-buffer): Raise the current frame.
14341
14342 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14345
14346         * gnus.el (message-y-or-n-p): Autoload.
14347
14348         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14349         (pop3-password-required, pop3-authentication-scheme)
14350         (pop3-leave-mail-on-server): Made customizable.
14351         (pop3): New custom group.
14352         (pop3-retr): Remove `sleep-for' statements.
14353         Suggested by Dave Love <fx@gnu.org>.
14354
14355         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14356         Windows/DOS.
14357
14358         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14359         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14360         Dave Love <fx@gnu.org>.
14361
14362         * mml.el (mml-minibuffer-read-disposition): Require match.
14363         Suggested by Dave Love <fx@gnu.org>.
14364
14365 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14368         doc string.
14369
14370 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14373
14374 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14375
14376         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14377         instead of calling `mm-insert-inline', to decode text/* parts
14378         before displaying them.
14379
14380 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * mm-uu.el (mm-uu-text-plain-type): New variable.
14383         (mm-uu-pgp-signed-extract-1): Use it.
14384         (mm-uu-pgp-encrypted-extract-1): Use it.
14385         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14386         bind mm-uu-text-plain-type with that value.
14387         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14388         mm-uu-dissect.
14389
14390 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-group.el (gnus-update-group-mark-positions):
14393         * gnus-sum.el (gnus-update-summary-mark-positions):
14394         * message.el (message-check-news-body-syntax):
14395         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14396         of string-as-multibyte.
14397
14398 2004-10-05  Juri Linkov  <juri@jurta.org>
14399
14400         * gnus-group.el (gnus-update-group-mark-positions):
14401         * gnus-sum.el (gnus-update-summary-mark-positions):
14402         * message.el (message-check-news-body-syntax):
14403         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14404         8-bit unibyte values to a multibyte string for search functions.
14405
14406 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14409         (mm-uu-dissect-text-parts): New function.
14410
14411         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14412         dissect text parts.
14413
14414         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14415         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14416
14417         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14418
14419         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14420         gnus-current-topics instead of gnus-current-topic.
14421
14422 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14423
14424         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14425
14426 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14427
14428         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14429         where approriate.
14430
14431         * nnml.el (nnml-generate-active-info): do.
14432
14433         * nndiary.el (nndiary-generate-active-info): do.
14434
14435         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14436         (gnus-topic-move): do.
14437
14438         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14439         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14440
14441         * gnus-srvr.el (gnus-server-prepare)
14442         (gnus-server-open-all-servers): do.
14443
14444         * gnus-msg.el (gnus-summary-cancel-article)
14445         (gnus-summary-resend-message)
14446         (gnus-summary-mail-crosspost-complaint): do.
14447
14448         * gnus-move.el (gnus-change-server): do.
14449
14450         * gnus-group.el (gnus-group-unmark-all-groups)
14451         (gnus-group-set-current-level): do.
14452
14453 2004-10-04  Simon Josefsson  <jas@extundo.com>
14454
14455         * message.el (message-generate-hashcash): Doc fix.
14456
14457 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14458
14459         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14460         avoid infinite recursion via gnus-get-function.
14461
14462 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14463
14464         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14465
14466         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14467
14468         * nnmail.el (nnmail-split-history): do.
14469
14470         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14471         (nnml-request-delete-group): do.
14472
14473         * nnslashdot.el (nnslashdot-read-groups): do.
14474
14475         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14476         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14477
14478         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14479         (nnspool-sift-nov-with-sed): Use last.
14480         (nnspool-retrieve-headers-with-nov): Use mapc.
14481         (nnspool-request-newgroups): Use dolist.
14482         (nnspool-request-group): Use last.
14483
14484         * nntp.el (nntp-read-server-type): Use dolist.
14485
14486         * nnvirtual.el (nnvirtual-create-mapping)
14487         (nnvirtual-update-read-and-marked): Use dolist.
14488         (nnvirtual-convert-headers): Simplify.
14489
14490 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14491
14492         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14493         support for sync'ing tick marks.
14494
14495 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14498         there's no visible header.
14499
14500 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14501
14502         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14503         necessary, pass full group name to gnus-request-set-marks.
14504
14505 2004-10-01  Simon Josefsson  <jas@extundo.com>
14506
14507         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14508         acroread.
14509
14510 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14511
14512         * spam-report.el (spam-report-gmane): Fix interactive.
14513
14514         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14515
14516         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14517         when writing file.
14518         (gnus-agent-synchronize-flags): Don't default to being
14519         interactive.
14520
14521 2004-09-30  Simon Josefsson  <jas@extundo.com>
14522
14523         * message.el (message-generate-hashcash): Add.
14524         (message-send-mail): Use it, call mail-add-payment.
14525
14526 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14527
14528         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14529
14530 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14531
14532         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14533         gnus-requst-update-info with explicit code to sync the in-memory
14534         info read flags with the marks being sync'd to the backend.
14535
14536         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14537
14538 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14539
14540         * spam.el (spam-verify-bogofilter): Add new function.
14541         (spam-check-bogofilter)
14542         (spam-bogofilter-register-with-bogofilter): Use it.
14543         (spam-verify-bogofilter): Add small fixes.
14544
14545 2004-09-28  Simon Josefsson  <jas@extundo.com>
14546
14547         * hashcash.el (hashcash-generate-payment): Revert.
14548
14549 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14550
14551         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14552         gnus-extract-references instead of gnus-split-references.
14553
14554         * gnus-util.el (gnus-extract-references): Add new function, analogous
14555         to gnus-split-references but extracts only the message-ID without
14556         anything extra.
14557
14558         * hashcash.el (hashcash-generate-payment)
14559         (hashcash-check-payment): Do the right thing if hashcash-path is
14560         nil (because the hashcash program could not be found).
14561
14562         * spam.el (spam-use-hashcash): Remove comment.
14563
14564 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14565
14566         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14567         (gnus-cache-enter-article, gnus-cache-remove-article)
14568         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14569
14570         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14571
14572         * gnus-art.el (article-hide-boring-headers)
14573         (article-translate-strings, article-display-face)
14574         (gnus-article-mime-match-handle-first)
14575         (gnus-article-highlight-headers)
14576         (gnus-article-add-buttons-to-head): do.
14577
14578 2004-09-27  Simon Josefsson  <jas@extundo.com>
14579
14580         * hashcash.el: New version, from
14581         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14582         ../contrib/.
14583
14584 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14587
14588 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14589
14590         * gnus-dup.el (gnus-dup-open): Use mapc.
14591         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14592
14593         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14594         Reported by Stefan Wiens <s.wi@gmx.net>.
14595
14596         * gnus.el (gnus-shutdown): Use dolist.
14597
14598         * gnus-undo.el (gnus-undo): Use mapc.
14599
14600         * nnrss.el (nnrss-generate-active): do.
14601
14602         * message.el (message-cite-original-without-signature)
14603         (message-cite-original): Use mapc.
14604         (message-do-actions, message-make-forward-subject): Use dolist.
14605
14606 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14607
14608         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14609         deletion to remove entire duplicate line.  Fixes merged article
14610         number bug.
14611
14612 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14613
14614         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14615         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14616         first ask if you want to open a server and then, even when you
14617         responded with no, asking if you want to synchronize the server's
14618         flags.
14619         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14620         multi-line expressions.
14621         (gnus-agent-synchronize-group-flags): New internal function.
14622         Updates marks in memory (in the info structure) AND in the
14623         backend.
14624
14625         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14626
14627         * nnagent.el (nnagent-request-set-mark): Use
14628         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14629         method, to ensure that synchronization updates marks in the
14630         backend and in the info (in memory) structure.
14631
14632 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14635         convention fully; don't miss the root article of a thread; make
14636         the X-Draft-From header with correct article numbers.
14637
14638 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14639
14640         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14641         unless plugged.  Disable the agent so that an open failure causes
14642         an error.
14643
14644         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14645         Reverted 2004-09-21 change.  The backend must be opened while
14646         synchronizing flags even when the backend stores the flags
14647         locally.
14648
14649 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14650
14651         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14652         in `header' match.  Reported by Svend Tollak Munkejord.
14653
14654         * message.el (message-cite-original): Fix use of
14655         `message-cite-articles-with-x-no-archive'.
14656
14657 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14660         (gnus-window-to-buffer): Ditto.
14661
14662         * mml.el (mml-preview-buffer): New variable.
14663         (mml-preview): Manage window layout with gnus-buffer-configuration.
14664
14665         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14666         X-Draft-From header even if those articles aren't quoted.
14667
14668 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14669
14670         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14671         (gnus-request-set-mark, gnus-request-update-mark): Use new
14672         g-s-t-u-l-m to decide to use backend even when unplugged.
14673
14674 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14677         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14678
14679 2004-09-20  Simon Josefsson  <jas@extundo.com>
14680
14681         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14682         "utf-16-le".
14683
14684 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14685
14686         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14687
14688 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * uudecode.el (uudecode-use-external): Add :version.
14691
14692         * smime.el (smime-CA-file, smime-encrypt-cipher)
14693         (smime-dns-server): Add :version.
14694
14695         * smiley.el (gnus-smiley-file-types): Add :version.
14696
14697         * sha1.el (sha1-use-external): Add :version.
14698
14699         * pgg-def.el (pgg-query-keyserver): Add :version.
14700
14701         * nnmail.el (nnmail-fancy-expiry-targets)
14702         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14703         Add :version.
14704
14705         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14706         (nnimap-retrieve-groups-asynchronous): Add :version.
14707         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14708
14709         * mml.el (mml-content-disposition-parameters)
14710         (mml-insert-mime-headers-always): Add :version.
14711
14712         * mm-util.el (mm-coding-system-priorities): Add :version.
14713
14714         * mm-decode.el (mm-inline-text-html-with-images)
14715         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14716         (mm-verify-option): Add :version.
14717         (mm-text-html-renderer): Change :version.
14718
14719         * message.el (message-fcc-externalize-attachments)
14720         (message-required-headers, message-draft-headers)
14721         (message-subject-trailing-was-query)
14722         (message-subject-trailing-was-ask-regexp)
14723         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14724         (message-mark-insert-end, message-archive-header)
14725         (message-archive-note, message-cross-post-default)
14726         (message-cross-post-note, message-followup-to-note)
14727         (message-cross-post-note-function, message-use-mail-followup-to)
14728         (message-subscribed-address-functions)
14729         (message-subscribed-address-file, message-subscribed-addresses)
14730         (message-subscribed-regexps, message-allow-no-recipients)
14731         (message-yank-cited-prefix, message-signature-insert-empty-line)
14732         (message-hidden-headers, message-hierarchical-addresses)
14733         (message-mail-user-agent, message-use-idna)
14734         (message-valid-fqdn-regexp)
14735         (message-strip-special-text-properties, message-header-synonyms)
14736         (message-beginning-of-line, message-tab-body-function): Add :version.
14737         (message-insert-canlock, message-wide-reply-confirm-recipients):
14738         Change :version.
14739
14740         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14741         and :version.
14742         (mail-source-delete-old-incoming-confirm)
14743         (mail-source-movemail-program): Add :version.
14744
14745         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14746         (gnus-agent-cache, gnus-agent): Change :version.
14747
14748         * gnus-util.el (gnus-use-byte-compile): Change :version.
14749
14750         * gnus-sum.el (gnus-summary-make-false-root-always)
14751         (gnus-summary-default-high-score)
14752         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14753         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14754         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14755         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14756         (gnus-sum-thread-tree-single-indent)
14757         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14758         (gnus-sum-thread-tree-leaf-with-other)
14759         (gnus-sum-thread-tree-single-leaf): Add :version.
14760         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14761         (gnus-article-loose-mime): Change :version.
14762
14763         * gnus-start.el (gnus-backup-startup-file)
14764         (gnus-save-startup-file-via-temp-buffer): Add :version.
14765
14766         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14767         (gnus-server-offline-face): Add :version.
14768
14769         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14770
14771         * gnus-msg.el (gnus-gcc-externalize-attachments)
14772         (gnus-debug-files, gnus-debug-exclude-variables)
14773         (gnus-discouraged-post-methods): Change :version.
14774         (gnus-confirm-mail-reply-to-news)
14775         (gnus-confirm-treat-mail-like-news): Add :version.
14776
14777         * gnus-int.el (gnus-server-unopen-status): Add :version.
14778
14779         * gnus-group.el (gnus-group-jump-to-group-prompt)
14780         (gnus-large-ephemeral-newsgroup)
14781         (gnus-fetch-old-ephemeral-headers): Add :version.
14782
14783         * gnus-fun.el (gnus-x-face-directory)
14784         (gnus-convert-pbm-to-x-face-command)
14785         (gnus-convert-image-to-x-face-command)
14786         (gnus-convert-image-to-face-command): Add :version.
14787
14788         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14789
14790         * gnus-cite.el (gnus-cite-blank-line-after-header)
14791         (gnus-article-boring-faces): Add :version.
14792
14793         * gnus-art.el (gnus-buttonized-mime-types)
14794         (gnus-inhibit-mime-unbuttonizing)
14795         (gnus-treat-display-face)
14796         (gnus-treat-body-boundary): Change :version.
14797         (gnus-body-boundary-delimiter, gnus-picon-databases)
14798         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14799         (gnus-treat-date-english, gnus-treat-fold-headers)
14800         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14801         (gnus-treat-mail-picon, gnus-treat-wash-html)
14802         (gnus-article-encrypt-protocol)
14803         (gnus-use-idna, gnus-article-over-scroll)
14804         (gnus-mime-display-multipart-alternative-as-mixed)
14805         (gnus-mime-display-multipart-related-as-mixed)
14806         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14807         (gnus-ctan-url, gnus-button-ctan-handler)
14808         (gnus-button-handle-ctan-bogus-regexp)
14809         (gnus-button-ctan-directory-regexp)
14810         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14811         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14812         (gnus-button-man-level, gnus-button-emacs-level)
14813         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14814
14815         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14816         (gnus-agent-go-online): Change :version.
14817         (gnus-agent-expire-unagentized-dirs)
14818         (gnus-agent-auto-agentize-methods): Add :version.
14819
14820         * flow-fill.el (fill-flowed-display-column)
14821         (fill-flowed-encode-column): Add :version.
14822
14823         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14824         (gnus-outlook-deuglify-unwrap-max)
14825         (gnus-outlook-deuglify-cite-marks)
14826         (gnus-outlook-deuglify-unwrap-stop-chars)
14827         (gnus-outlook-deuglify-no-wrap-chars)
14828         (gnus-outlook-deuglify-attrib-cut-regexp)
14829         (gnus-outlook-deuglify-attrib-verb-regexp)
14830         (gnus-outlook-deuglify-attrib-end-regexp)
14831         (gnus-outlook-display-hook): Add :version.
14832
14833         * binhex.el (binhex-use-external): Add :version.
14834
14835 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14838         and `invisible'.
14839
14840 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14841
14842         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14843         in gnus-registry-trim.
14844
14845 2004-09-13  Simon Josefsson  <jas@extundo.com>
14846
14847         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14848
14849         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14850
14851         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14852         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14853         <yamaoka@jpl.org>.
14854         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14855         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14856         <yamaoka@jpl.org>.
14857
14858         * sieve.el (sieve-manage-mode): Ditto.
14859
14860 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14863
14864 2004-09-11  Simon Josefsson  <jas@extundo.com>
14865
14866         * dns-mode.el: Add.
14867
14868         * mm-view.el (mm-display-dns-inline): Add.
14869
14870         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14871         (mm-automatic-display): Ditto.
14872
14873         * mailcap.el (mailcap-mime-data): Add text/dns.
14874         (mailcap-mime-extensions): Map .soa to text/dns.
14875
14876 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14877
14878         * gnus-art.el (article-decode-mime-words, article-babel)
14879         (gnus-article-highlight-signature, gnus-article-add-buttons)
14880         (gnus-signature-toggle): Remove unnecessary bindings of
14881         `inhibit-read-only' inherited from v5.10 merge.
14882
14883 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * nntp.el (nntp): New customization group.
14886         (nntp-authinfo-file): Add customization group.
14887
14888         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14889
14890         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14891
14892         * gnus.el (to-address, to-list, subscribed)
14893         (large-newsgroup-initial): Ditto.
14894
14895         * flow-fill.el (fill-flowed-display-column)
14896         (fill-flowed-encode-column): Ditto.
14897
14898 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14899
14900         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14901         Use point-min rather than 1.
14902         (message-send-mail): Use buffer-size rather than point-max.
14903
14904         * gnus-sum.el (gnus-summary-search-article-forward):
14905         Signal a specific `search-failed' rather than a generic `error'.
14906
14907         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14908         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14909         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14910
14911 2004-09-10  Simon Josefsson  <jas@extundo.com>
14912
14913         * nndb.el (require): Remove tcp and duplicate cl.
14914
14915 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-agent.el (directory-files-and-attributes): Move forward.
14918
14919 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14920
14921         * gnus-agent.el (directory-files-and-attributes): Optionally
14922         defined to support XEmacs.
14923
14924 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14925
14926         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14927         to avoid run-time CL dependencies.
14928         (gnus-agent-unfetch-articles): New function.
14929         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14930         article numbers even when local .overview file is missing.
14931         (gnus-agent-read-article-number): New function.  Only accepts
14932         27-bit article numbers.
14933         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14934         gnus-agent-read-article-number.
14935         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14936         from backend while recognizing that article numbers in .overview
14937         must be valid.
14938         (gnus-agent-update-files-total-fetched-for): Use
14939         directory-files-and-attributes to improve performance.
14940         * gnus-int.el (gnus-request-move-article): Use
14941         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14942         improve performance.
14943
14944         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14945         some users confused by references to .newsrc when they only have a
14946         .newsrc.eld file.
14947         (gnus-convert-mark-converter-prompt)
14948         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14949         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14950         New function.  Used internally to only display 'gnus converting
14951         files' message when actually necessary.
14952
14953         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14954         methods now autoloaded.
14955
14956 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14959         identifiers.
14960
14961 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * gnus-picon.el: Fix indentation and closing parenthesis.
14964
14965 2004-09-01  Simon Josefsson  <jas@extundo.com>
14966
14967         * message.el (message-canlock-generate): Require sha1, not
14968         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14969         to require within a function.  Sadly, if sha1.el isn't loaded, the
14970         let binding in m-c-g will hide the defcustom definition, which is
14971         bad.)
14972
14973         * canlock.el: Require sha1, not sha1-el.
14974
14975         * message.el: Don't autoload sha1 (there is a autoload cookie in
14976         sha1.el).
14977
14978         * sha1-el.el: Renamed to sha1.el.
14979
14980 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14981
14982         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14983
14984 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14985
14986         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14987
14988 2004-08-30  Kim F. Storm  <storm@cua.dk>
14989
14990         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14991
14992         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14993         Add :group 'nnimap.
14994
14995 2004-08-30  Andreas Schwab  <schwab@suse.de>
14996
14997         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14998         ?* and ?\;.
14999
15000         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15001         and ?\' to symbol instead of whitespace.
15002
15003 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15006
15007         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15008         instead of re-search-forward.
15009
15010         * gnus-uu.el (gnus-uu-save-article): Ditto.
15011         (gnus-uu-post-encode-uuencode): Ditto.
15012
15013         * html2text.el (html2text-clean-list-items): Ditto.
15014         (html2text-clean-dtdd): Ditto.
15015         (html2text-format-tags): Ditto.
15016
15017         * message.el (message-send-mail-with-sendmail): Fix regexp.
15018         (message-fill-field-general): Use search-forward instead of
15019         re-search-forward.
15020         (unbold-region): Ditto.
15021
15022         * nnrss.el (nnrss-request-article): Ditto.
15023
15024         * nnslashdot.el (nnslashdot-request-article): Ditto.
15025
15026         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15027
15028         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15029         "Unrecognized menu descriptor" error in XEmacs.
15030
15031 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15032
15033         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15034         parent article of a sparse article in the thread hashtb.
15035
15036 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15037
15038         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15039         (nnmail-expand-newtext): Lowercase expanded entries if
15040         nnmail-split-lowercase-expanded is non-nil.
15041
15042 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15045
15046         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15047         of gnus-tmp-news-method into string under XEmacs.  It will be
15048         passed to gnus-correct-length which takes only a string argument.
15049
15050 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * gnus-util.el (gnus-bind-print-variables): New macro.
15053         (gnus-prin1): Use it.
15054         (gnus-prin1-to-string): Use it.
15055         (gnus-pp): New function.
15056         (gnus-pp-to-string): New function.
15057
15058         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15059         Replace pp-to-string with gnus-pp-to-string.
15060         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15061         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15062         * gnus-msg.el (gnus-debug): Ditto.
15063         * gnus-score.el (gnus-score-save): Ditto.
15064         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15065         gnus-pp-to-string.
15066         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15067         with gnus-pp.
15068         * score-mode.el (gnus-score-pretty-print): Ditto.
15069         * webmail.el (webmail-debug): Ditto.
15070
15071 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-art.el (article-display-face, article-display-x-face):
15074         Use buffer-read-only.
15075
15076 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-art.el (article-hide-list-identifiers):
15079         Bind inhibit-read-only as t.
15080
15081 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15084
15085 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15086
15087         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15088         (gnus-narrow-to-page): Don't assume point-min == 1.
15089         (gnus-article-edit-mode): Derive from message-mode.
15090
15091         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15092         point-min == 1.
15093
15094         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15095         Disable incorrect use of `assert'.
15096
15097         * message.el (message-mode): Set comment-start-skip.
15098
15099
15100 2004-08-22  Sam Steingold  <sds@gnu.org>
15101
15102         * pop3.el (pop3-leave-mail-on-server): New user variable.
15103         (pop3-movemail): Delete mail only when it is nil.
15104
15105 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15106
15107         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15108
15109         * mml.el (mml-preview): Use `pop-to-buffer'.
15110
15111         * message.el (message-goto-mail-followup-to): Insert after "To".
15112         (message-carefully-insert-headers): Add comment.
15113
15114         * gnus.el: Remove unused variable `gnus-article-check-size'.
15115
15116         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15117
15118         * gnus-art.el (gnus-button-alist): Improve
15119         `gnus-button-handle-library' entry.
15120
15121 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15122
15123         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15124         downcase, since XEmacs capitalizes error messages differently.
15125
15126 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15127
15128         * nntp.el: Add (require 'gnus) due to reference to
15129         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15130
15131 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15132
15133         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15134         `mm-fill-flowed'.
15135
15136         * mm-decode.el (mm-dissect-singlepart): Check it.
15137
15138 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15139
15140         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15141         'imap' for netrc parsing.
15142
15143 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * mailcap.el (mailcap-mime-data): Mark as risky.
15146
15147 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15150         may be included in the encoded word.
15151         (rfc2047-encode): Don't append a space if the encoded word
15152         includes close parenthesis.
15153
15154 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15157         of text within parentheses.
15158
15159 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15160
15161         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15162         (gnus-encrypt-write-file-contents): Make the password key the file
15163         name PLUS the cipher, not just the cipher.  Also remove failed
15164         passwords from the cache.
15165
15166 2004-08-06  Simon Josefsson  <jas@extundo.com>
15167
15168         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15169         fix.
15170
15171 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15174         LWSP.
15175
15176 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15177
15178         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15179         to append in-reply-to: data to the references: header.
15180
15181         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15182         (netrc-parse): Use gnus-encrypt.el functions.
15183
15184         * gnus-encrypt.el: Add new file for encryption support; currently
15185         does only a few GPG ciphers and an internal XOR cipher.
15186
15187         * password.el: Add comments on using password-read-and-add.
15188         (password-read-and-add): Add function to read and add the
15189         password to the cache at once.
15190
15191 2004-07-28  Simon Josefsson  <jas@extundo.com>
15192
15193         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15194         parameter (but don't use it, for now).
15195
15196         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15197         instead of hard coding to nil.
15198
15199 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15202         as mm-inline-image-xemacs does.
15203
15204 2004-07-26  Simon Josefsson  <jas@extundo.com>
15205
15206         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15207         Revert part of 2004-07-17 change below.
15208
15209 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15212         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15213
15214 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15215
15216         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15217         quotes that actually start with ">" at the beginning of the
15218         lines.
15219
15220 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * rfc2047.el (rfc2047-encode-region): Fix last change.
15223         (rfc2047-encode-parameter): Remove useless concat.
15224
15225 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15228         encode special characters; fix some kind of misconfigured headers;
15229         signal a real error if debug-on-quit or debug-on-error is non-nil.
15230         (rfc2047-encode-max-chars): New variable.
15231         (rfc2047-encode-1): Use it.
15232         (rfc2047-encode-parameter): New function.
15233
15234         * mml.el (mml-insert-parameter): Remove an excessive space.
15235
15236 2004-07-17  Simon Josefsson  <jas@extundo.com>
15237
15238         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15239         Kai Grossjohann <kai@emptydomain.de>.
15240         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15241         (gnus-group-make-menu-bar): Ditto.
15242
15243         * gnus-util.el (gnus-group-server): Add.
15244
15245 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15246
15247         * message.el (message-clone-locals): Clone sendmail and smtp
15248         variables.
15249
15250 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * rfc2047.el (rfc2047-encode-region): Fix last change.
15253
15254 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15257         characters as non-special.
15258
15259 2004-07-09  Simon Josefsson  <jas@extundo.com>
15260
15261         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15262         Users will lose all flag changes made while unplugged with
15263         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15264         good default.  See numerous reports on ding mailing list.
15265
15266 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15269         add generate-head-function and generate-article-function to the
15270         rfc822-forward entry.
15271         (nndoc-rfc822-forward-generate-article): New function.
15272         (nndoc-rfc822-forward-generate-head): New function.
15273
15274         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15275
15276 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15277
15278         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15279         respect display group parameter and gnus-summary-expunge-below.
15280         (gnus-articles-to-read): Remove unused reference to display group
15281         parameter.
15282
15283 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15284
15285         * nnheader.el (nnheader-uniquify-message-id): New experimental
15286         variable.
15287         (nnheader-nov-read-message-id): Use it.
15288
15289         * spam-report.el (spam-report-gmane): Add interactive.
15290
15291 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15294         qp-or-base64 for the application/* types.
15295
15296 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15297
15298         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15299
15300 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15301
15302         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15303         trim value.
15304
15305 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15306
15307         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15308         New macro and function.
15309         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15310
15311 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15314         after-load-alist.
15315
15316 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15317
15318         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15319         update info that isn't there.
15320
15321 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15322
15323         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15324         entry.
15325
15326 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * mm-view.el (mm-inline-render-with-function): Use multibyte
15329         buffer; decode html source by charset.
15330
15331         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15332
15333         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15334         Mule-UCS is loaded under XEmacs.
15335         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15336
15337 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15338
15339         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15340
15341 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * mm-util.el (mm-coding-system-p): Return a coding-system.
15344         (mm-mime-mule-charset-alist): Use shift_jis instead of
15345         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15346         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15347         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15348         instead of japanese-shift-jis and iso-latin-1 respectively in
15349         order to share the default value with both Emacs and XEmacs-mule.
15350         (mm-mule-charset-to-mime-charset): Make
15351         mm-coding-system-priorities effective.
15352         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15353         while predicating of candidates upon the priorities.
15354
15355 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15356
15357         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15358         gnus-uu-invert-processable.
15359
15360         * gnus.el: Autoload gnus-uu-invert-processable.
15361
15362 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * mm-util.el (mm-with-multibyte-buffer): New macro.
15365
15366         * rfc2047.el (rfc2047-encode-string): Use it.
15367         (rfc2047-encode-region): Move point to the end of the region after
15368         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15369
15370 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15373         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15374
15375 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15378         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15379         Karl Chen <quarl@nospam.quarl.org>.
15380
15381 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15382
15383         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15384         invalid addresses.
15385
15386 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15387
15388         * spam.el: Change section markers, revise TODO list.
15389         (spam-backends): Make new master list of all installed backends.
15390         (spam-summary-exit-behavior): Add new variable to determine how
15391         messages moves are done at summary exit.
15392         (spam-move-spam-nonspam-groups-only)
15393         (spam-process-ham-in-nonham-groups)
15394         (spam-process-ham-in-spam-groups): Remove variables, the
15395         spam-summary-exit-behavior variable should be used to manage this
15396         behavior.
15397         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15398         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15399         and spam-old-spam-articles.
15400         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15401         Add empty variables, placeholders for the backends they represent.
15402         (spam-set-difference): Move, unchanged.
15403         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15404         unless the user has a processor variable.
15405         (spam-classifications, spam-classification-valid-p)
15406         (spam-backend-properties, spam-backend-property-valid-p)
15407         (spam-backend-function-type-valid-p)
15408         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15409         (spam-report-articles-gmane, spam-report-articles-resend):
15410         Remove functions, they are not needed.
15411         (spam-install-backend-super, spam-backend-list)
15412         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15413         (spam-backend-function, spam-backend-ham-registration-function)
15414         (spam-backend-spam-registration-function)
15415         (spam-backend-ham-unregistration-function)
15416         (spam-backend-spam-unregistration-function)
15417         (spam-backend-statistical-p, spam-backend-mover-p)
15418         (spam-install-backend-alias, spam-install-checkonly-backend)
15419         (spam-install-mover-backend, spam-install-nocheck-backend)
15420         (spam-install-backend, spam-install-statistical-backend)
15421         (spam-install-statistical-checkonly-backend): Add backend installation
15422         support.
15423         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15424         (spam-group-processor-p): Use the new backend code and respect the
15425         summary exit behavior.
15426         (spam-mark-spam-as-expired-and-move-routine): Remove.
15427         (spam-summary-prepare): Change to use the new spam-old-articles
15428         variable.
15429         (spam-copy-or-move-routine, spam-copy-spam-routine)
15430         (spam-move-spam-routine, spam-copy-ham-routine)
15431         (spam-move-ham-routine): Add code to copy/move ham or spam.
15432         (spam-fetch-field-fast): Improve doc and code, plus allow the
15433         'number request.
15434         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15435         variables.
15436         (spam-split, spam-find-spam): Use the new backend code.
15437         (spam-registration-functions): Remove variable.
15438         (spam-unregister-routine): Add convenience wrapper.
15439         (spam-log-undo-registration, spam-register-routine)
15440         (spam-log-processing-to-registry)
15441         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15442         where possible.
15443         (spam-check-gmane-xref, spam-check-regex-headers)
15444         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15445         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15446         (spam-check-bogofilter-headers, spam-check-spamoracle)
15447         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15448         (spam-check-crm114-headers): Use the spam-split-group that
15449         spam-split prepares, no need to determine it every time.
15450
15451         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15452         to the nnheader-parse-naked-head call.
15453
15454         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15455
15456         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15457         the nnheader-nov-read-message-id call.
15458
15459 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15462         gnus-activate-group twice.  Suggested by Markus Peter
15463         <warp@spin.de>.
15464
15465 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-art.el (gnus-article-time-format): Exchange the order of
15468         day and month in the default value; fix customization type.
15469         (article-date-ut): Use add-text-properties.
15470         (article-make-date-line): Use message-make-date instead of
15471         current-time-string.
15472
15473         * message.el (message-fetch-field): Don't use set-text-properties.
15474         (message-make-date): Simplify.
15475
15476         * messagexmas.el (message-xmas-make-date): New function.
15477         (message-xmas-redefine): Defalias message-make-date to it.
15478
15479 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15482         (rfc2047-encode-region): Treat text within parentheses as special;
15483         show the original text when error has occurred.
15484
15485         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15486         already-computed method to gnus-activate-group.
15487
15488         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15489         same select-methods identical Lisp objects.
15490
15491         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15492         object when modifying the info.
15493
15494 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15497         gnus-opened-servers since it has never been opened with the new
15498         configuration yet.
15499
15500 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15503         arg to nnheader-generate-fake-message-id.
15504
15505 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15506
15507         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15508         number and build a fake message ID localized to a group and
15509         article number (so it's repeatable from that point on).
15510         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15511         ID format.
15512
15513         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15514         nnheader-generate-fake-message-id with the article number.
15515
15516 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15517
15518         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15519         end-of-buffer.
15520
15521 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15522
15523         * message.el (message-ignored-supersedes-headers): Add Approved.
15524
15525 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15528         goto-char.
15529         (rfc2047-encode): Fold the line before encoding.
15530
15531 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15532
15533         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15534         folding -- not all headers can be folded, and this should be done
15535         by the message composition mode.  Probably.  I think.
15536
15537 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15540         fast.
15541
15542         * gnus-ems.el (gnus-remove-image): Don't use
15543         message-text-with-property; remove only the image found first.
15544
15545         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15546         found first.
15547
15548 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15549
15550         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15551
15552 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * message.el (message-text-with-property): Make it fast and accept
15555         optional arguments.
15556         (message-strip-forbidden-properties): Use it.
15557         (message-fix-before-sending): Follow the m-t-w-p change.
15558
15559         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15560
15561 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * gnus-art.el (article-hide-headers): Don't change the buffer
15564         mistakenly when performing mml-preview even if
15565         gnus-single-article-buffer is nil.
15566
15567 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15568
15569         * message.el (message-expand-name-databases): New user option.
15570         (message-expand-name): Use it.
15571
15572 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15573
15574         * spam.el (spam-report-articles-resend)
15575         (spam-report-resend-register-routine): Allow ham reporting.
15576         (spam-report-resend-register-ham-routine): Add wrapper.
15577         (spam-registration-functions): Add ham resending functions.
15578         (spam-list-of-processors): Add ham resend processor.
15579
15580         * gnus.el (ham-resend-to): Add new group parameter.
15581         (spam-process): Add ham resend option.
15582
15583         * spam-report.el (spam-report-resend): Allow reporting ham.
15584         (spam-report-resend-ham): Add wrapper.
15585
15586 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15587
15588         * message.el (message-cite-articles-with-x-no-archive): New
15589         variable.
15590         (message-cite-original): Use it.
15591
15592 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15593
15594         * message.el (message-cite-original): Respect X-No-Archive.
15595
15596 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus-art.el (article-hide-headers): Refer to the values for
15599         gnus-ignored-headers and gnus-visible-headers in the summary
15600         buffer since a user may have set them as group parameters.
15601
15602 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15603
15604         * assistant.el (assistant-node-name): Add convenience function.
15605         (assistant-render-text, assistant-render-node): Add error handling,
15606         plus handle multiple next nodes.
15607         (assistant-find-next-node): Comment out for now.
15608         (assistant-find-next-nodes): Add function, returns list of next
15609         nodes.
15610
15611 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15612
15613         * mail-source.el (mail-source-directory): Fix doc-string.
15614
15615 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15616
15617         * assistant.el (assistant-render-text, assistant-eval): Add :set
15618         widget type, which is different because it takes and returns a
15619         list.  Much hilarity ensues.
15620
15621 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15622
15623         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15624
15625         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15626         doc-string.
15627
15628         * gnus-start.el (gnus-activate-group): Added doc-string.
15629
15630 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15633
15634 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15635
15636         * assistant.el (assistant-render-text): Try to add a :set
15637         widget, more to come.
15638
15639         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15640         strings.
15641         (spam-report-articles-resend)
15642         (spam-register-routine): Do registration iff any articles warrant
15643         it.
15644         (spam-summary-prepare-exit): Change log message for nil group
15645         destinations.
15646
15647 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15648
15649         * spam.el (spam-report-resend-register-routine): Allow
15650         spam-report-resend-to to be a group parameter or a global value.
15651
15652 2004-05-26  Simon Josefsson  <jas@extundo.com>
15653
15654         * starttls.el: Merge with my GNUTLS based starttls.el.
15655         (starttls-gnutls-program, starttls-use-gnutls)
15656         (starttls-extra-arguments, starttls-process-connection-type)
15657         (starttls-connect, starttls-failure, starttls-success): New
15658         variables.
15659         (starttls-program, starttls-extra-args): Doc fix.
15660         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15661         functions.
15662         (starttls-negotiate, starttls-open-stream): Check
15663         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15664         function if it is set.
15665
15666 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15669         structured fields.
15670
15671 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15674
15675 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15676
15677         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15678         variable.
15679         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15680         assigning the spam-mark to new messages.
15681
15682 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15683
15684         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15685
15686 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15689
15690         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15691         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15692         default.
15693
15694 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15695
15696         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15697         correct data.
15698
15699 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15700
15701         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15702         (spam-group-processor-p): Fix function.
15703         (spam-group-processor-multiple-p)
15704         (spam-group-spam-processor-report-gmane-p)
15705         (spam-group-spam-processor-report-resend-p)
15706         (spam-group-spam-processor-bogofilter-p)
15707         (spam-group-spam-processor-blacklist-p)
15708         (spam-group-spam-processor-ifile-p)
15709         (spam-group-ham-processor-ifile-p)
15710         (spam-group-spam-processor-spamoracle-p)
15711         (spam-group-spam-processor-crm114-p)
15712         (spam-group-ham-processor-bogofilter-p)
15713         (spam-group-spam-processor-stat-p)
15714         (spam-group-ham-processor-stat-p)
15715         (spam-group-ham-processor-whitelist-p)
15716         (spam-group-ham-processor-BBDB-p)
15717         (spam-group-ham-processor-spamoracle-p)
15718         (spam-group-ham-processor-copy-p): Remove functions with some
15719         prejudice against unneeded code.
15720         (spam-report-articles-resend)
15721         (spam-report-resend-register-routine): Allow the group/topic
15722         spam-resend-to value to override spam-report-resend-to.
15723         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15724         properly now.
15725
15726         * gnus.el (spam-resend-to): Add group/topic parameter.
15727         (spam-process): Move the OBSOLETE processors to the end of the
15728         choices.
15729
15730 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15731
15732         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15733         with resend-to set to nil, and then ask the user if necessary.
15734         (spam-report-resend): spam-report-resend takes a list of articles, not
15735         separate article numbers.
15736
15737 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15740         addition to emacs-w3m.
15741
15742 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15743
15744         * assistant.el (assistant-authinfo-data): New function.
15745         (assistant-eval): Eval for entire assistant.
15746
15747         * netrc.el (netrc-services-file): New variable.
15748         (netrc-parse-services): New function.
15749         (netrc-find-service-name): New function.
15750         (netrc-find-service-number): New function.
15751         (netrc-port-equal): New function.
15752         (netrc-machine): Use it.
15753
15754         * nnimap.el (nnimap-open-connection): Use netrc.
15755
15756         * gnus-util.el (gnus-netrc-get): Remove aliases.
15757
15758         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15759
15760         * assistant.el (wid-edit): Fix compilation.
15761
15762         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15763
15764 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15765
15766         * gnus-util.el (gnus-set-file-modes): New function.  (small
15767         patch).
15768
15769 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15770
15771         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15772
15773         * assistant.el (assistant-render-node): Fix up rendering and
15774         read-only text.
15775         (assistant-render-node): Reset.
15776         (assistant-make-read-only): Not sticky.
15777
15778 2004-05-20  Danny Siu  <dsiu@adobe.com>
15779
15780         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15781         centered even when gnus-auto-center-summary is t.
15782
15783 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15784
15785         * dns.el (dns-get-txt-answer): New function.
15786         (dns-read-txt): Ditto.
15787         (query-dns): Use it.
15788
15789 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15792         active for foreign groups even if the group level is higher than
15793         the specified value.
15794
15795 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15796
15797         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15798         non-active groups.
15799
15800         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15801
15802 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15803
15804         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15805
15806 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15807
15808         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15809         (spam-crm114-header, spam-crm114-spam-switch)
15810         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15811         (spam-crm114-positive-spam-header)
15812         (spam-crm114-database-directory, spam-list-of-processors)
15813         (spam-group-spam-processor-crm114-p)
15814         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15815         (spam-generic-score, spam-list-of-checks)
15816         (spam-list-of-statistical-checks, spam-registration-functions)
15817         (spam-check-crm114-headers, spam-crm114-score)
15818         (spam-check-crm114, spam-crm114-register-with-crm114)
15819         (spam-crm114-register-spam-routine)
15820         (spam-crm114-unregister-spam-routine)
15821         (spam-crm114-register-ham-routine)
15822         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15823         asjo@koldfront.dk (Adam Sjøgren).
15824
15825         * gnus.el: Add spam-use-crm114.
15826
15827         * spam.el (spam-list-of-processors, spam-registration-functions):
15828         Add spam-use-resend.
15829         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15830         (spam-report-articles-gmane): Add doc fix.
15831         (spam-report-articles-resend, spam-report-resend-register-routine):
15832         Add wrappers around spam-report-resend-to.
15833
15834         * spam-report.el (spam-report-resend-to, spam-report-resend):
15835         Add support for resending spam.
15836         (spam-report-gmane): Fix line length >80.
15837
15838         * gnus.el (spam-process): Add spam-use-resend.
15839
15840 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15841
15842         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15843         number of processed spam messages.
15844         (spam-ham-copy-or-move-routine): Return the number of processed
15845         ham messages.
15846         (spam-summary-prepare-exit): Use the above values to decide
15847         whether status messages shouled be displayed.
15848
15849 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15852         `rfc2047-encoding-function-alist' in order to avoid conflicting
15853         with the old version.
15854         (rfc2047-encode-region): Concatenate words containing non-ASCII
15855         characters in structured fields; don't encode space-delimited
15856         ASCII words even in unstructured fields; don't break words at
15857         char-category boundaries.
15858         (rfc2047-encode-1): New function.
15859         (rfc2047-encode): Use it; encode text so that it occupies the
15860         maximum width within 76-column; work correctly on Q encoding for
15861         iso-2022-* charsets.
15862         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15863         sure not to break a line just after the header name.
15864         (rfc2047-b-encode-region): Removed.
15865         (rfc2047-b-encode-string): New function.
15866         (rfc2047-q-encode-region): Removed.
15867         (rfc2047-q-encode-string): New function.
15868
15869         * mm-util.el (mm-replace-in-string): New function.
15870
15871 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15872
15873         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15874         get it right.
15875         (gnus-inews-make-draft): Really.
15876
15877 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15878
15879         * nnmh.el (nnmh-request-list-1): Don't check the link count
15880         before descending.  (small patch)
15881
15882 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15883
15884         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15885         stuff.
15886
15887         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15888         on real group name.
15889
15890         * gnus-art.el (gnus-signature-limit): Doc fix.
15891
15892         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15893
15894         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15895
15896 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15897
15898         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15899         isn't a string.
15900
15901 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15902
15903         * gnus-draft.el (gnus-draft-send): Bind
15904         rfc2047-encode-encoded-words.
15905
15906         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15907         (rfc2047-encodable-p): Say that =? needs encoding.
15908         (rfc2047-encode-encoded-words): New variable.
15909
15910         * gnus-group.el (gnus-group-select-group): Doc fix.
15911
15912         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15913
15914         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15915         to nil.
15916
15917         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15918
15919         * nnheader.el (nnheader-get-lines-and-char): New function.
15920
15921 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15922
15923         * gnus-msg.el (gnus-summary-followup-with-original): Document
15924         yanking of region when active.
15925
15926 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15929         groups if the group level is higher than the specified value.
15930
15931 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15932
15933         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15934         (gnus-group-jump-to-group): Added prefix argument using
15935         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15936         non-active group.
15937
15938         * compface.el (uncompface): Be verbose when changing
15939         `uncompface-use-external'.
15940
15941         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15942         handle manual section.
15943
15944 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15945
15946         * gnus-art.el (gnus-button-alist): Revert previous change.
15947
15948 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15949
15950         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15951
15952 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15953
15954         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15955         whether backend can accept message.
15956
15957         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15958
15959 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15960
15961         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15962         Avoid creating directory when nntp-marks-is-evil is true.
15963         Reported by Reiner Steib.
15964
15965 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * gnus-picon.el (gnus-picon-style): New variable.
15968         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15969         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15970         Jesper Harder <harder@ifa.au.dk>.
15971
15972 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15973
15974         * message.el (message-fill-field): Return point.
15975         (message-generate-headers): Go to end of field.
15976
15977         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15978         stuff for non-living groups.
15979
15980 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15981
15982         * gnus-art.el (gnus-article-followup-with-original)
15983         (gnus-article-reply-with-original): gnus-mark-active-p ->
15984         gnus-region-active-p.
15985
15986 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15987
15988         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15989         only when there is spam or ham to be processed.
15990
15991 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15992
15993         * mail-source.el (mail-source-delete-crash-box): Refactor.
15994         (mail-source-fetch): Use it.
15995         (mail-source-fetch-file): Ditto.
15996         (mail-source-fetch-directory): Run postscript in loop.
15997         (mail-source-fetch-pop): Delete.
15998         (mail-source-fetch-maildir): Ditto.
15999         (mail-source-fetch-imap): Ditto.
16000
16001         * imap.el (imap-authenticators): Comment out sasl.
16002
16003         * message.el (message-skip-to-next-address): New function.
16004         (message-fill-header-address): Refactor.
16005         (message-fill-address): Use it.
16006         (message-delete-address): Use it.
16007         (message-fill-header-general): Refactor.
16008         (message-fill-field-address): Rename.
16009         (message-narrow-to-field): Find the start of the header.
16010         (message-header-format-alist): Don't pre-fill.
16011         (message-fill-header): Removed.
16012         (message-insert-header): New function.
16013         (message-shorten-references): Use it.
16014
16015         * rfc2047.el (rfc2047-field-value): Strip props.
16016
16017         * mail-parse.el (mail-header-make-address): New alias.
16018
16019         * ietf-drums.el (ietf-drums-make-address): New function.
16020
16021         * imap.el: Add compiler directives.
16022
16023         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16024
16025         * gnus-art.el (article-decode-idna-rhs): Don't use
16026         message-idna-inside-rhs-p.
16027
16028 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16029
16030         * message.el (message-idna-inside-rhs-p): Removed.
16031         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16032
16033         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16034         false positives.
16035
16036 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16037
16038         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16039
16040 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041
16042         * nneething.el (nneething-file-name): Don't create spurious
16043         files.
16044
16045         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16046         (gnus-inews-do-gcc): Remove sleep.
16047
16048         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16049         part under point.
16050
16051         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16052         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16053
16054 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16055
16056         * spam.el (spam-summary-prepare-exit): Fixed (length).
16057
16058 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16059
16060         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16061         as expired without moving it" message when there are spam
16062         messages left.
16063
16064 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16065
16066         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16067         header is not nil.
16068
16069 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16070
16071         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16072         nntp-possibly-create-directory, not nntp-possibly-change-group.
16073         (nntp-marks-changed-p): New arg SERVER.
16074         (nntp-request-update-info): Adjust caller.
16075
16076 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16077
16078         * nntp.el (nntp-save-marks): Pass missing arg.
16079
16080 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16081
16082         * nntp.el: Support marks.
16083         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16084         (nntp-marks-modtime, nntp-marks-directory): New variables.
16085         (nntp-request-set-mark, nntp-request-update-info)
16086         (nntp-possibly-create-directory, nntp-marks-changed-p)
16087         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16088         functions.
16089
16090 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16091
16092         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16093         (gnus-xmas-redefine): Rename.
16094
16095         * gnus-score.el (gnus-score-insert-help): Use
16096         gnus-select-lowest-window.
16097
16098         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16099         appt-select-lowest-window and rename to gnus-select-lowest-window.
16100
16101         * gnus.el: do.
16102
16103 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16104
16105         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16106         encodings of MIME-encoded words, in order to improve
16107         interoperability with several broken MUAs.
16108
16109 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16110
16111         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16112         tags, only when charsets are not specified in headers.
16113         (mm-inline-text-html-render-with-w3m): Ditto.
16114
16115         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16116         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16117
16118 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16119
16120         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16121         instead of MIME-decoded from fields when checking
16122         `gnus-article-address-banner-alist'.
16123
16124 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16125
16126         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16127         description rather than subject.
16128
16129 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16130
16131         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16132
16133 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16134
16135         * gnus.el (gnus-version-number): Bump.
16136
16137 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16138
16139         * gnus.el: No Gnus v0.2 is released.
16140
16141 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16142
16143         * gnus-agent.el (gnus-agent-read-agentview): Inline
16144         gnus-uncompress-range.
16145
16146 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16147
16148         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16149         `exec-installed-p'.
16150
16151 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16152
16153         * gnus.el (spam-process, spam-autodetect-methods): Add
16154         bsfilter and bsfilter-headers.
16155
16156         * spam.el (spam-bsfilter): New customize group.
16157         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16158         (spam-bsfilter-header, spam-bsfilter-probability-header)
16159         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16160         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16161         (spam-bsfilter-database-directory): New options.
16162         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16163         (spam-list-of-statistical-checks, spam-registration-functions):
16164         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16165         (spam-bsfilter-score): New command.
16166         (spam-check-bsfilter-headers, spam-check-bsfilter)
16167         (spam-bsfilter-register-with-bsfilter)
16168         (spam-bsfilter-register-spam-routine)
16169         (spam-bsfilter-unregister-spam-routine)
16170         (spam-bsfilter-register-ham-routine)
16171         (spam-bsfilter-unregister-ham-routine): New functions.
16172         (spam-generic-score): Support bsfilter; Accept an optional argument
16173         to recalcurate spam score even if scoring header has already been
16174         added.
16175         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16176         optional argument to recalcurate spam score even if scoring header
16177         has already been added.
16178
16179 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16180
16181         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16182         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16183         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16184         link is missing.
16185
16186 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16187
16188         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16189         (html2text-get-attr): Rewrite.
16190
16191         * message.el (message-setup-1): Remove redundant put-text-property
16192         on mail-header-separator.
16193
16194 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16195
16196         * gnus-registry.el (gnus-registry-cache-whitespace)
16197         (gnus-registry-action, gnus-registry-spool-action)
16198         (gnus-registry-split-fancy-with-parent): Change message levels
16199         from 5 to 3 or 7, as needed.
16200
16201         * spam.el (spam-summary-prepare-exit)
16202         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16203         (spam-split, spam-find-spam, spam-log-undo-registration)
16204         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16205         level from 5 to 6.
16206
16207 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16210         2004-03-04 change).
16211
16212 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16213
16214         * sieve-manage.el (sieve-manage-open):
16215         * nnweb.el (nnweb-insert-html):
16216         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16217         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16218         * nnspool.el (nnspool-request-group):
16219         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16220         * nnml.el (nnml-request-update-info):
16221         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16222         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16223         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16224         (nnimap-request-set-mark):
16225         * nnfolder.el (nnfolder-request-update-info):
16226         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16227         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16228         * gnus-uu.el (gnus-uu-find-articles-matching):
16229         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16230         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16231         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16232         * gnus-nocem.el (gnus-nocem-scan-groups):
16233         * gnus-int.el (gnus-start-news-server):
16234         * gnus-group.el (gnus-group-make-kiboze-group)
16235         (gnus-group-browse-foreign-server):
16236         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16237         Use mapc when appropriate.
16238
16239 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16240
16241         FIXME: Make separate entries for each person.
16242
16243         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16244         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16245         <shields@msrl.com>:
16246
16247         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16248         may need for spam sorting and scoring.
16249         (spam-user-format-function-S): Add user format function suitable for
16250         general use.
16251         (spam-article-sort-by-spam-status): Add sorting function for summary
16252         sorting.
16253         (spam-extra-header-to-number): Add function to get a score from a
16254         header.
16255         (spam-summary-score): Add function to get a numeric score from the
16256         headers.
16257         (spam-generic-score): Fix function doc, was in wrong place.
16258         (spam-initialize): Take symbols when it's run, and install the
16259         extra headers that spam-necessary-extra-headers thinks we need.
16260
16261 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16262
16263         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16264         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16265
16266 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16267
16268         * gnus-sum.el (gnus-set-global-variables)
16269         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16270         (gnus-article-get-xrefs, gnus-summary-best-group)
16271         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16272         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16273         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16274         Use with-current-buffer.
16275
16276 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16277
16278         * spam.el (spam-summary-prepare-exit): Simplify logic.
16279         (spam-fetch-article-header): Read the article header if it's not
16280         available.
16281         (spam-list-articles): Simplify logic.
16282         (spam-filelist-register-routine): Fix bug with unregister-list.
16283
16284         * gnus-registry.el: Fix comments at beginning.
16285
16286 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16287
16288         * message.el (message-cater-to-broken-inn): Remove.
16289         (message-shorten-references): Make sure the total folded length of
16290         References is shorter than 998 characters to cater to a bug in INN
16291         2.3.  Also, don't pretend that references aren't folded -- this
16292         hasn't worked for a while.
16293
16294 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16295
16296         * gnus-agent.el (gnus-agentize):
16297         gnus-agent-send-mail-real-function no longer set to current value
16298         of message-send-mail-function but rather a lambda that calls
16299         message-send-mail-function.  The change makes the agent real-time
16300         responsive to user changes to message-send-mail-function.
16301
16302 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16303
16304         * legacy-gnus-agent.el
16305         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16306         help from Florian Weimer <fw@deneb.enyo.de>
16307
16308 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * nnmail.el (nnmail-cache-insert): Revert last change.
16311
16312 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * nnmail.el (nnmail-cache-insert): Always check whether
16315         nnmail-cache-ignore-groups matches a group name.
16316
16317 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16318
16319         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16320         (spam-find-spam, spam-log-processing-to-registry)
16321         (spam-log-registered-p, spam-log-unregistration-needed-p)
16322         (spam-log-undo-registration): Use gnus-message instead of
16323         gnus-error, none of these errors are fatal.
16324
16325         * gnus-registry.el (gnus-registry-clean-empty-function)
16326         (gnus-registry-clean-empty): Remove only empty entries without
16327         extra data.
16328
16329 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16330
16331         * spam-stat.el (spam-stat-buffer-change-to-spam)
16332         (spam-stat-buffer-change-to-non-spam): Change (error) to
16333         (gnus-message 8) invocation.
16334
16335 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * nntp.el (nntp-via-netcat-command): New variable.
16338         (nntp-via-netcat-switches): New variable.
16339         (nntp-open-via-rlogin-and-netcat): New function.
16340         (nntp-open-connection-function): Doc fix.
16341         (nntp-telnet-command): Doc fix.
16342         (nntp-end-of-line): Doc fix.
16343         (nntp-via-rlogin-command): Doc fix.
16344         (nntp-via-user-name): Doc fix.
16345         (nntp-via-address): Doc fix.
16346
16347 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16350         error in Emacs 21.1.
16351
16352 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16355
16356 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16357
16358         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16359         (gnus-agent-with-refreshed-group): New macro.
16360         (gnus-agent-rename-group): New function.
16361         (gnus-agent-delete-group): New function.
16362         (gnus-agent-save-group-info): Use gnus-command-method when
16363         `method' parameter is nil.  Don't write nil entries into the
16364         active file.
16365         (gnus-agent-get-group-info): New function.
16366         (gnus-agent-fetch-articles): Use
16367         gnus-agent-update-files-total-fetched-for to increment disk space
16368         used.
16369         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16370         gnus-agent-update-view-total-fetched-for to increment disk space
16371         used.
16372         (gnus-agent-get-local): Added optional parameters to avoid calling
16373         gnus-group-real-name and gnus-find-method-for-group.
16374         (gnus-agent-set-local): Delete stored entry if either min, or max,
16375         are nil.
16376         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16377         quit, use gnus-agent-regenerate-group to record existance of any
16378         articles fetched to disk before the quit occurred.
16379         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16380         gnus-agent-update-view-total-fetched-for, and
16381         gnus-agent-update-files-total-fetched-for to decrement disk space
16382         used.
16383         (gnus-agent-retrieve-headers): Use
16384         gnus-agent-update-view-total-fetched-for to increment disk space
16385         used.
16386         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16387         with gnus-agent-update-files-total-fetched-for to decrement disk
16388         space and fresh group buffer.
16389         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16390         (gnus-agent-need-update-total-fetched-for): New variable.
16391         (gnus-agent-update-files-total-fetched-for): New function.
16392         (gnus-agent-update-view-total-fetched-for): New function.
16393         (gnus-agent-total-fetched-for): New function.
16394
16395         * gnus-cache.el (gnus-cache-save-buffers): Use
16396         gnus-cache-update-overview-total-fetched-for to change disk space
16397         used by this group.
16398         (gnus-cache-possibly-enter-article): Use
16399         gnus-cache-update-file-total-fetched-for to increment disk space
16400         used by this group.
16401         (gnus-cache-possibly-remove-article): Use
16402         gnus-cache-update-file-total-fetched-for to decrement disk space
16403         used by this group.
16404         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16405         (gnus-cache-rename-group): New function.
16406         (gnus-cache-delete-group): New function.
16407         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16408         (gnus-cache-need-update-total-fetched-for): New variable.
16409         (gnus-cache-with-refreshed-group): New macro.
16410         (gnus-cache-update-file-total-fetched-for): New function.
16411         (gnus-cache-update-overview-total-fetched-for): New function.
16412         (gnus-cache-rename-group-total-fetched-for): New function.
16413         (gnus-cache-delete-group-total-fetched-for): New function.
16414         (gnus-cache-total-fetched-for): New function.
16415
16416         * gnus-group.el: Require gnus-sum and autoload functions to
16417         resolve warnings when gnus-group.el compiled alone.
16418         (gnus-group-line-format): Documented new %F.
16419         (size of Fetched data) group line format; identifies disk space
16420         used by agent and cache.
16421         (gnus-group-line-format-alist): Defined new F format.
16422         (gnus-total-fetched-for): New function.
16423         (gnus-group-delete-group): No longer update
16424         gnus-cache-active-altered as gnus-request-delete-group now keeps
16425         the cache in sync.
16426         (gnus-group-list-active): Let the agent store a server's active
16427         list if currently plugged.
16428
16429         * gnus-int.el (gnus-request-delete-group):
16430         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16431         local disk in sync with the server.
16432         (gnus-request-rename-group):
16433         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16434         local disk in sync with the server.
16435
16436         * gnus-start.el (gnus-get-unread-articles):
16437         Cosmetic simplification to logic.
16438
16439         * gnus-util.el (gnus-rename-file): New function.
16440
16441 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16442
16443         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16444
16445 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16446
16447         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16448         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16449
16450 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16451
16452         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16453         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16454
16455 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16456
16457         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16458
16459 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16460
16461         * spam.el (spam-set-difference): Add function to replace
16462         gnus-set-difference in spam.el.
16463         (spam-summary-prepare-exit): Use spam-set-difference.
16464
16465 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16466
16467         * gnus-registry.el (gnus-registry-cache-file): Update to use
16468         gnus-dribble-directory OR gnus-home-directory OR ~.
16469         (gnus-registry-split-fancy-with-parent): Fix doc.
16470
16471 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * message.el (message-exchange-point-and-mark): Use
16474         message-mark-active-p.  Suggested by Jesper Harder
16475         <harder@ifa.au.dk>.
16476
16477 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * message.el (message-exchange-point-and-mark): Don't activate
16480         region if it was inactive.  Suggested by Hiroshi Fujishima
16481         <pooh@nature.tsukuba.ac.jp>.
16482
16483 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-art.el (article-display-face): Display Faces in the same
16486         order as X-Faces.
16487
16488 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16491
16492 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16495         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16496         (gnus-article-mime-hierarchy): Remove.
16497         (gnus-article-mime-hierarchy-next): Remove.
16498         (gnus-article-mode): Revert 2004-03-19 change.
16499         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16500         (gnus-insert-mime-button): Revert 2004-03-19 change.
16501         (gnus-mime-accumulate-hierarchy): Remove.
16502         (gnus-mime-enter-multipart): Remove.
16503         (gnus-mime-leave-multipart): Remove.
16504         (gnus-mime-display-part): Revert 2004-03-19 change.
16505         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16506
16507         * mml.el (mml-preview): Revert 2004-03-19 change.
16508
16509 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16510
16511         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16512
16513 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16516         t while entering a file name using the mm-with-multibyte macro.
16517         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16518
16519         * mm-util.el (mm-with-multibyte): New macro.
16520
16521 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16524         user option.
16525         (gnus-mime-multipart-functions): Doc and customization fix.
16526         (gnus-article-mime-hierarchy): New variable.
16527         (gnus-article-mime-hierarchy-next): New variable.
16528         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16529         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16530         gnus-article-mime-hierarchy-next to nil.
16531         (gnus-insert-mime-button): Show hierarchy numbers.
16532         (gnus-mime-accumulate-hierarchy): New function.
16533         (gnus-mime-enter-multipart): New function.
16534         (gnus-mime-leave-multipart): New function.
16535         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16536         (gnus-mime-display-alternative): Show hierarchy numbers.
16537
16538         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16539         gnus-article-mime-hierarchy-next to nil.
16540
16541 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16542
16543         * dns.el: Don't require gnus-xmas.
16544
16545 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16546
16547         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16548         inline PGP.
16549         (mml-menu): Disable mml-quote-region if mark is inactive.
16550
16551 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16554         when the group's active is not available.
16555
16556 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16559         error.
16560
16561 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16562
16563         * imap.el (imap-store-password): New variable.
16564         (imap-interactive-login): Use it.
16565         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16566
16567 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16570         window-start and hscroll to summary window.
16571
16572 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16573
16574         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16575         conversion message to newsrc-dribble when an actual conversion is
16576         performed.
16577
16578 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16579
16580         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16581
16582 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16583
16584         * mm-decode.el (mm-complicated-handles): New function reviving
16585         former definition of mm-multiple-handles.
16586
16587         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16588         (gnus-mime-delete-part): Use it.
16589
16590 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16591
16592         * gnus-agent.el (gnus-agent-read-local): Bind
16593         nnheader-file-coding-system to gnus-agent-file-coding-system to
16594         avoid the implicit assumption that they will always be equal.
16595         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16596         coding-system-for-write, as the with-temp-file macro first prints
16597         to a buffer then saves the buffer.
16598
16599 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-art.el (gnus-article-edit-part): New function.
16602         (gnus-mime-save-part-and-strip): Use it; do query instead of
16603         signaling an error; don't use mm-multiple-handles.
16604         (gnus-mime-delete-part): Ditto.
16605
16606 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16607
16608         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16609         old file versions.
16610         (gnus-group-prepare-hook): Removed function that converted list
16611         form of gnus-agent-expire-days to group properties.
16612
16613         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16614         (gnus-request-accept-article): Re-indented.
16615
16616         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16617         converters to handle old agent file formats.  Added logic for a
16618         "backup before upgrading warning".
16619         (gnus-convert-mark-converter-prompt): Developers can mark
16620         functions as needing (default), or not needing,
16621         gnus-convert-old-newsrc's "backup before upgrading warning".
16622         (gnus-convert-converter-needs-prompt): Tests whether the user
16623         should be protected from potentially irreversable changes by the
16624         function.
16625
16626         * legacy-gnus-agent.el: New.  Provides converters that are only
16627         loaded when gnus-convert-old-newsrc needs to call them.
16628
16629 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * mail-source.el (mail-source-touch-pop): Doc fix.
16632
16633         * message.el (message-smtpmail-send-it): Doc fix.
16634
16635 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16636
16637         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16638
16639         * nnmail.el (nnmail-split-fancy): do.
16640
16641         * gnus-kill.el (gnus-kill, gnus-execute): do.
16642
16643 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16644
16645         * gnus-sum.el (gnus-widget-reversible-match)
16646         (gnus-widget-reversible-to-internal)
16647         (gnus-widget-reversible-to-external): New functions.
16648         (gnus-widget-reversible): New widget.
16649         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16650
16651 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16652
16653         * gnus-sum.el (gnus-thread-sort-functions)
16654         (gnus-article-sort-functions): Document `(not F)' items.
16655
16656 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16657
16658         * spam.el (spam-use-gmane-xref): Add new backend.
16659         (spam-gmane-xref-spam-group): Add variable to control the name of the
16660         Gmane spam group.
16661         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16662         (spam-regex-headers-spam, spam-regex-headers-ham)
16663         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16664         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16665         backends and checks.
16666         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16667
16668         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16669         an autodetect method.
16670
16671 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16672
16673         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16674         articles are being added to a group.
16675         (gnus-request-replace-article): Inform the agent that articles
16676         need to be uncached as the cached contents are no longer valid.
16677
16678 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * binhex.el: Don't autoload executable-find.
16681
16682         * canlock.el: Don't autoload mail-fetch-field.
16683
16684         * dgnushack.el: Autoload c-mode for XEmacs.
16685
16686         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16687
16688         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16689         rmail-dont-reply-to and rmail-output.
16690
16691         * gnus-score.el: Don't autoload ffap-string-at-point.
16692
16693         * gnus-setup.el: Don't autoload sc-cite-original.
16694
16695         * imap.el: Don't autoload base64-decode-string,
16696         base64-encode-string and md5.
16697
16698         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16699         and rmail-msg-restore-non-pruned-header.
16700
16701         * mm-decode.el: Don't autoload executable-find.
16702
16703         * mm-url.el: Don't autoload executable-find.
16704
16705         * mm-view.el: Don't autoload diff-mode.
16706
16707         * nndb.el: Don't autoload news-reply-mode, news-setup,
16708         cancel-timer and telnet.
16709
16710         * password.el: Don't autoload run-at-time for Emacs.
16711
16712         * sha1-el.el: Don't autoload executable-find.
16713
16714         * sieve-mode.el: Don't autoload c-mode.
16715
16716         * uudecode.el: Don't autoload executable-find.
16717
16718 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16719
16720         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16721         (gnus-agent-possibly-alter-active): Avoid null in numeric
16722         comparison.
16723         (gnus-agent-set-local): Refuse to save null in local object table.
16724         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16725         list of articles that will be marked as unread.
16726
16727 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16730
16731 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16732
16733         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16734         language tags.
16735
16736 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16737
16738         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16739         Don't bind "obarray".
16740
16741         * gnus-sum.el (gnus-thread-sort-functions): Added
16742         `gnus-thread-sort-by-most-recent-number' and
16743         `gnus-thread-sort-by-most-recent-date'.
16744         Reported by Kai Grossjohann <kai@emptydomain.de>.
16745
16746 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16749
16750 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16751
16752         * gnus-cus.el (gnus-agent-customize-category): Removed
16753         ignore-errors macro reference that required cl to be loaded at
16754         run-time.
16755
16756         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16757         single-interval range of the form (min . max).  Previously the
16758         range had to look like ((min . max)).  Likewise, return
16759         (min . max) rather than ((min . max)).
16760         (gnus-range-map): Use gnus-range-normalize to accept
16761         single-interval range.
16762
16763         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16764         the cache, but not the agent, now appear with their usual face.
16765
16766         * dgnushack.el (loaddir): New variable that is bound to the
16767         directory containing the dgnushack.el file. Use loaddir, rather
16768         than srcdir, to update load-path. Change lets dgnushack compile
16769         code in directories other than GNUS/lisp.
16770
16771 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * lpath.el: Don't bind w3m-safe-url-regexp.
16774
16775         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16776         w3m-safe-url-regexp variable buffer-local.
16777
16778         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16779
16780 2004-02-27  Simon Josefsson  <jas@extundo.com>
16781
16782         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16783         gnus-group-real-prefix.
16784         (gnus-summary-move-article): Use it, instead of
16785         gnus-group-real-prefix.
16786
16787 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * lpath.el: Bind w3m-safe-url-regexp.
16790
16791         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16792         w3m-safe-url-regexp variable buffer-local and set it as the value
16793         of mm-w3m-safe-url-regexp.
16794
16795         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16796
16797         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16798         parsing gnus-posting-styles when the message is not for replying.
16799
16800         * dgnushack.el: Autoload sgml-mode for XEmacs.
16801
16802         * nnrss.el (nnrss-opml-export): Use
16803         mm-set-buffer-file-coding-system instead of
16804         set-buffer-file-coding-system.
16805
16806 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16807
16808         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16809         of checkdoc.el).
16810         * nnrss.el: do.
16811         * gnus-mlspl.el: do.
16812         * gnus-ml.el: do.
16813         * gnus-srvr.el: do.
16814
16815         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16816
16817 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16818
16819         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16820         Corrections to custom-manual links.
16821
16822         * gnus-art.el (gnus-article): Ditto.
16823
16824         * mm-decode.el (mime-display, mime-security): Ditto.
16825
16826 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16827
16828         * flow-fill.el: Typo.
16829
16830 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16831
16832         * spam-wash.el: New file.
16833
16834 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16835
16836         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16837
16838 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16839
16840         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16841         to be run with new-articles as LIST1, not LIST2.
16842         (spam-registration-functions): Add spam-use-ham-copy as a nil
16843         registration backend.
16844
16845 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16846
16847         * spam-stat.el (spam-stat-washing-hook): New option.
16848         (spam-stat-buffer-words): Use it.
16849         (spam-stat-process-directory, spam-stat-test-directory): Use
16850         insert-file-contents-literally.
16851         (spam-stat-coding-system): New variable.
16852         (spam-stat-load, spam-stat-save): Use it.
16853
16854 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * spam-report.el (spam-report-plug-agent): Quote
16857         spam-report-url-to-file and spam-report-url-ping-plain.
16858
16859 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16862         / in mailto URLs.
16863
16864 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16865
16866         * spam-report.el (spam-report-process-queue): Fix interactive use.
16867         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16868         (spam-report-unplug-agent): Doc fixes.
16869         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16870         (spam-report-agentize, spam-report-deagentize): Autoload.
16871
16872 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16875
16876         * message.el (message-setup-fill-variables): Add mml tags to
16877         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16878         <ajk@iu.edu>.
16879         (message-mode): Don't modify paragraph-separate there.
16880
16881 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * compface.el (uncompface-use-external): Default to undecided.
16884         (uncompface-use-external-threshold): New variable.
16885         (uncompface-float-time): New macro.
16886         (uncompface): Determine whether to use the external decoder if
16887         uncompface-use-external is undecided.
16888
16889 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16890
16891         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16892         after images.
16893
16894         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16895
16896 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16897
16898         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16899
16900         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16901
16902         * gnus-sum.el (gnus-summary-limit-to-age)
16903         (gnus-summary-limit-children): do.
16904
16905         * gnus-int.el (gnus-request-scan): do.
16906
16907         * gnus-group.el (gnus-group-suspend): do.
16908
16909         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16910
16911         * gnus-cite.el (gnus-cite-parse-attributions): do.
16912
16913         * gnus-agent.el (gnus-summary-set-agent-mark)
16914         (gnus-agent-regenerate-group): do.
16915
16916         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16917
16918         * binhex.el (binhex-decode-region-internal): do.
16919
16920 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * gnus-fun.el (gnus-face-properties-alist): New user option.
16923         (gnus-display-x-face-in-from): Use it.
16924
16925         * gnus-art.el (article-display-face): Ditto.
16926
16927         * compface.el (uncompface-use-external): Default to nil.
16928
16929 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16930
16931         * nntp.el (nntp-erase-buffer): New function.
16932         (nntp-retrieve-data, nntp-send-command)
16933         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16934         (nntp-possibly-change-group): Use it.
16935
16936         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16937         with-current-buffer.
16938
16939 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16940
16941         * compface.el: Merge the ELisp-based uncompface program.
16942         (compface): New customization group.
16943         (uncompface-use-external): New user option.
16944         (uncompface): Call uncompface-internal if uncompface-use-external
16945         is nil.
16946         (uncompface-internal): New function.  Note that there are also
16947         some other functions and variables added for this function.
16948
16949 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16950
16951         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16952         if necessary.
16953
16954 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16955
16956         * spam-report.el (spam-report-unplug-agent)
16957         (spam-report-plug-agent, spam-report-deagentize)
16958         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16959         Add support for the Agent in spam-report: when unplugged, report to a
16960         file; when plugged, submit all the requests.
16961
16962         * spam.el (spam-register-routine): Fix message about
16963         registration.
16964
16965 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16966
16967         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16968         dependencies.
16969         (rfc2047-encode): Use it.
16970
16971         * gnus-art.el (gnus-button-marker-list): Move before first
16972         reference.
16973
16974         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16975         (imap-parse-body): Fix format string mismatch.
16976
16977         * gnus-score.el (gnus-summary-increase-score): do.
16978
16979         * nnrss.el (nnrss-close): New function.
16980
16981 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16982
16983         * nnrss.el (nnrss-make-filename): New function.
16984         (nnrss-request-delete-group, nnrss-read-server-data)
16985         (nnrss-save-server-data, nnrss-read-group-data)
16986         (nnrss-save-group-data): Use it.
16987         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16988         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16989         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16990
16991 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16992
16993         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16994
16995 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16996
16997         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16998         files.
16999
17000         * message.el (message-generate-headers-first): Don't quote nil
17001         and t in docstrings.
17002
17003         * imap.el (imap-id): do.
17004
17005         * gnus-agent.el (gnus-agent-consider-all-articles)
17006         (gnus-agent-queue-mail): do.
17007
17008 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * spam-report.el (spam-report-process-queue): New function.
17011         Process requests from `spam-report-requests-file'.
17012         (spam-report-process-queue): Doc fix.
17013
17014 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17015
17016         * spam.el (spam-register-routine)
17017         (spam-log-processing-to-registry, spam-log-registered-p)
17018         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17019         Change "check" to "spam-check" for semi-clarity.
17020
17021 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17022
17023         * pop3.el: Require nnheader.
17024
17025         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17026
17027         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17028
17029         * gnus-picon.el: Require cl.
17030
17031         * gnus-fun.el: Require gnus-ems and gnus-util.
17032
17033         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17034
17035         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17036
17037         * gnus-art.el (gnus-article-edit-mode): Define before first
17038         reference.
17039
17040 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17041
17042         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17043         (gnus-uu-post-encoded): Use point-at-bol.
17044
17045         * gnus-topic.el (gnus-group-active-topic-p): do.
17046
17047         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17048
17049         * gnus-group.el (gnus-group-kill-region): do.
17050
17051         * gnus-art.el (article-date-ut): do.
17052
17053         * message.el (message-fetch-field): Remove redundant
17054         case-fold-search binding.
17055         (message-narrow-to-field): Simplify.
17056
17057 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17058
17059         * spam.el (spam-directory): Derive from `gnus-directory'.
17060
17061         * spam-report.el (spam-report-url-to-file)
17062         (spam-report-requests-file): New function and variable for offline
17063         reporting.
17064         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17065         and user defined function.
17066         (spam-report-url-ping-mm-url): Remove doubled slash.
17067
17068 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17069
17070         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17071
17072 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17073
17074         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17075         format string mismatch.
17076
17077         * sieve.el (sieve-deactivate-all): do.
17078
17079         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17080
17081         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17082
17083         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17084
17085         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17086
17087 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17088
17089         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17090         the list of checks.
17091
17092 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17093
17094         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17095         padding.
17096
17097 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17098
17099         * mm-view.el (mm-fill-flowed): New variable.
17100         (mm-inline-text): Use it.
17101
17102 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17103
17104         * spam.el (spam-spamassassin-register-ham-routine)
17105         (spam-spamassassin-register-spam-routine): Fix function names.
17106
17107 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * gnus.el (gnus-tmp-grouplens): Remove.
17110         (gnus-summary-line-format): Remove grouplens.
17111
17112         * gnus-group.el (gnus-group-line-format): Ditto.
17113
17114         * gnus-spec.el (gnus-format-specs): Ditto.
17115         (gnus-update-format-specifications): Flush the group format spec
17116         cache if there's the grouplens stuff.
17117         (gnus-parse-simple-format): Replace %l with the empty string.
17118
17119 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17120
17121         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17122         omission.
17123
17124 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17127         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17128
17129 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17130
17131         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17132         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17133         New macros and functions.
17134         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17135         Handle > NLINK_MAX messages.
17136         * nnmaildir.el (nnmaildir-request-set-mark): Use
17137         nnmaildir--emlink-p and nnmaildir--eexist-p.
17138
17139 2004-01-25  Alex Schroeder  <alex@gnu.org>
17140
17141         * spam-stat.el (spam-stat-process-directory-age): New option.
17142         (spam-stat-process-directory): Use it.
17143
17144 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17145
17146         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17147         (spam-stat-save): Accept prefix argument.
17148
17149 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17150
17151         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17152         links" error.
17153
17154 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17157         the rest of the and/or forms.
17158
17159 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17160
17161         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17162         compatibility with old .newsrc.eld files.
17163
17164         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17165
17166         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17167
17168         * gnus-start.el (gnus-1): do.
17169
17170         * gnus-group.el (gnus-group-line-format-alist): do.
17171
17172         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17173
17174         * gnus-gl.el: Remove.
17175
17176 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17177
17178         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17179         marks consisting of a single range {for example, (3 . 5)} rather
17180         than a list of a single range { ((3 . 5)) }.
17181
17182 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17183
17184         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17185         with-current-buffer.
17186         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17187         avoid consing a string.
17188
17189         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17190         Remove obsolete entries for big5 and gb2312.
17191
17192 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17193
17194         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17195         uncompressed list.
17196
17197 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17198
17199         * spam-stat.el (spam-stat-strip-xref): New function.
17200         (spam-stat-process-directory): Use it.
17201
17202         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17203         here -- it's done in message-fetch-field.
17204
17205 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17206
17207         * gnus-agent.el (gnus-agent-queue-mail)
17208         (gnus-agent-prompt-send-queue): New variables.
17209         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17210         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17211         "nndraft:queue" along to gnus-draft-send.  Use
17212         gnus-agent-prompt-send-queue.
17213         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17214         is "nndraft:queue".  Suggested by Gaute Strokkenes
17215         <gs234@srcf.ucam.org>
17216
17217         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17218         (agent-enable-undownloaded-faces): Added.
17219         (gnus-agent-cat-groups): Use eval-and-compile, not
17220         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17221         method of gnus-agent-cat-groups even when the buffer has been
17222         evaled.
17223         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17224         delete gnus-agent-save-active-1.
17225         (gnus-agent-save-groups): Deleted.  Identical to
17226         gnus-agent-save-active.
17227         (gnus-agent-write-active): No longer adjust agent's copy of active
17228         file as agent's adjustments are now stored in their own
17229         file.  Removed optional parameter.
17230         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17231         servers.  Add use of min/max range limits from server's local
17232         file.
17233         (gnus-agent-save-alist): Removed unused optional argument.
17234         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17235         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17236         (gnus-agent-set-local): A per-server file that keeps min/max range
17237         limits for articles known to the agent.  Provides a fast mechanism
17238         for altering many active ranges.
17239         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17240         active file (local makes it unnecessary).
17241         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17242
17243         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17244         (agent-enable-undownloaded-faces): Added.
17245
17246         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17247         disable it when sending to "nndraft:queue".
17248         (gnus-group-send-queue): Add safety check to avoid sending queue
17249         when unplugged.
17250
17251         * gnus-group.el (gnus-group-catchup): Use new
17252         gnus-sequence-of-unread-articles, not
17253         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17254         numbers of articles.  Use gnus-range-map to avoid having to
17255         uncompress the unread list.
17256         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17257         Fixed invalid ange-ftp reference.
17258
17259         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17260         (gnus-sorted-range-intersection): Intersection of two ranges
17261         without requiring that they first be uncompressed.
17262
17263         * gnus-start.el (gnus-activate-group): Unless blocked by the
17264         caller, possibly expand the active range to include both cached
17265         and agentized articles.
17266         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17267         multiple version-dependent converters.
17268         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17269         gnus-agent-save-active.
17270         (gnus-save-newsrc-file): Save dirty agent range limits.
17271
17272         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17273         gnus-agent-possibly-alter-active.
17274         (gnus-adjust-marked-articles): Faster handling of simple lists.
17275
17276 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17277
17278         * spam-stat.el (spam-stat-test-directory): New optional argument
17279         displays a list of files detected.  Suggested by Andrew Cohen
17280         <cohen@andy.bu.edu>.
17281         (spam-stat-buffer-words-with-scores): Don't narrow and change
17282         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17283
17284 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17285
17286         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17287         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17288         (spam-spamassassin-arguments)
17289         (spam-spamassassin-spam-flag-header)
17290         (spam-spamassassin-positive-spam-flag-header)
17291         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17292         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17293         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17294         (spam-list-of-processors, spam-list-of-checks)
17295         (spam-list-of-statistical-checks, spam-registration-functions)
17296         (spam-check-spamassassin-headers, spam-check-spamassassin)
17297         (spam-spamassassin-score)
17298         (spam-spamassassin-register-with-sa-learn)
17299         (spam-spamassassin-register-spam-routine)
17300         (spam-spamassassin-register-ham-routine)
17301         (spam-assassin-register-spam-routine)
17302         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17303         (spam-bogofilter-score): Fix to show article before scoring.
17304
17305 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17306
17307         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17308         default scoring function.
17309         (spam-generic-score): Call spam-spamassassin-score if
17310         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17311         spam-bogofilter-score otherwise.
17312
17313         * gnus.el (spam-process, spam-autodetect-methods): Add
17314         spamassassin and spamassassin-headers.
17315
17316 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17317
17318         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17319         Suppress unnecessary messages.
17320
17321 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17322
17323         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17324         make-hash-table.
17325
17326 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * canlock.el (base64-encode-string): Don't autoload it.
17329
17330 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * run-at-time.el: Remove useless (require 'itimer),
17333         eval-and-compile and (featurep 'xemacs).
17334
17335 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17338         GROUP is a virtual group.
17339
17340 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17341
17342         * gnus.el: Autoload `message-y-or-n-p'.
17343
17344 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17345
17346         * pgg-parse.el: Remove unnecessary (require 'custom).
17347
17348         * pgg-def.el: do.
17349
17350         * nnmail.el: do.
17351
17352         * gnus-undo.el: do.
17353
17354         * gnus-picon.el: do.
17355
17356         * gnus-util.el: do.
17357
17358 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17359
17360         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17361
17362 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17365         handle, as well as a list.
17366
17367         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17368         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17369         (mm-w3m-cid-retrieve): Simplify.
17370
17371 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17372
17373         * message.el (message-kill-to-signature): Allow prefix arg to
17374         specify number of lines to keep before signature.
17375
17376 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17377
17378         * message.el (message-kill-to-signature): Change docstring.
17379
17380 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * canlock.el: Always require sha1-el.
17383         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17384
17385         * message.el: Autoload sha1 only when compiling.
17386
17387         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17388         eudc-expand-inline for XEmacs.
17389
17390 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * message.el (message-canlock-generate): Require sha1-el.
17393
17394 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17395
17396         * message.el (message-expand-name): Silence the byte compiler.
17397
17398         * lpath.el: Add detect-coding-system.
17399
17400         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17401         cus-edit.
17402
17403 2004-01-13  Simon Josefsson  <jas@extundo.com>
17404
17405         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17406         Invoke gnus-score-mode.  Reported by
17407         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17408
17409         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17410         Jim Blandy <jimb@redhat.com> (tiny change).
17411
17412 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17413
17414         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17415
17416 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17417
17418         * spam.el (spam-get-article-as-string): Update to use
17419         gnus-request-article-this-buffer, much simpler.
17420         (spam-get-article-as-buffer): Remove.
17421
17422 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17423
17424         * message.el (message-expand-name): Use EUDC if the user uses that.
17425
17426 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17427
17428         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17429         character for the encoding to avoid consing a string.
17430
17431         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17432         unnecessarily.
17433
17434         * mm-util.el (mm-replace-chars-in-string): Remove.
17435
17436         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17437         of mm-replace-chars-in-string.
17438
17439 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17440
17441         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17442
17443         * mm-util.el (mm-subst-char-in-string): Support inplace.
17444
17445         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17446         a new string in every iteration.  Use shy groups.
17447
17448 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17449
17450         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17451         * gnus-soup.el (gnus-soup-group-brew):
17452         * gnus-msg.el (gnus-put-message):
17453         * gnus-move.el (gnus-group-move-group-to-server):
17454         * gnus-kill.el (gnus-batch-score):
17455         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17456         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17457         (gnus-group-update-group, gnus-group-read-group)
17458         (gnus-group-make-group, gnus-group-make-help-group)
17459         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17460         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17461         (gnus-group-sort-by-unread, gnus-group-catchup)
17462         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17463         (gnus-group-yank-group, gnus-group-set-info)
17464         (gnus-group-list-groups):
17465         * gnus.el (gnus-generate-new-group-name):
17466         * gnus-delay.el (gnus-delay-send-queue):
17467         * nnvirtual.el (nnvirtual-catchup-group):
17468         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17469         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17470         (gnus-group-prepare-topics, gnus-topic-check-topology):
17471         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17472         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17473         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17474         (gnus-group-make-articles-read):
17475         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17476         (gnus-group-change-level, gnus-kill-newsgroup)
17477         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17478         (gnus-get-unread-articles, gnus-make-articles-unread)
17479         (gnus-make-ascending-articles-unread): Use accessor
17480         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17481         to get group information for improved readability.
17482
17483
17484 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17485
17486         * gnus-art.el (article-decode-mime-words, article-babel)
17487         (gnus-article-highlight-signature, gnus-article-add-buttons)
17488         (gnus-signature-toggle): Use gnus-with-article-buffer.
17489
17490         * gnus-art.el (gnus-article-highlight-headers)
17491         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17492
17493         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17494         (gnus-article-set-globals, gnus-request-article-this-buffer)
17495         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17496         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17497         (gnus-mime-display-alternative): Use with-current-buffer.
17498
17499 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17500
17501         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17502         also under 80 char limit, and call gnus-error if needed.
17503         (spam-fetch-article-header): Fix - it was a
17504         buffer-local variable (gnus-newsgroup-data).
17505         (spam-find-spam): Use spam-generate-fake-headers, forget about
17506         spam-insert-fake-headers.
17507         (spam-insert-fake-headers): Remove.
17508
17509 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17510
17511         * deuglify.el (gnus-article-outlook-unwrap-lines)
17512         (gnus-outlook-rearrange-article)
17513         (gnus-outlook-repair-attribution-outlook)
17514         (gnus-outlook-repair-attribution-block)
17515         (gnus-outlook-repair-attribution-other): Remove redundant
17516         save-excursion.
17517
17518 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17519
17520         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17521         (spam-fetch-field-subject-fast)
17522         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17523         (spam-fetch-article-header): Add functions to deal with Gnus
17524         internals for fast retrieval of article header data.
17525         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17526
17527 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17528
17529         * pop3.el (pop3-md5): Remove.
17530         (pop3-apop): Replace pop3-md5 with md5.
17531
17532         * mm-bodies.el: base64 is always built-in.
17533
17534         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17535         with-current-buffer.
17536
17537 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * canlock.el (canlock-insert-header): Remove excessive grouping in
17540         regexp.
17541
17542         * gnus-sum.el (gnus-summary-read-document): Ditto.
17543
17544         * gnus-uu.el (gnus-uu-part-number): Ditto.
17545
17546         * html2text.el (html2text-remove-tags): Ditto.
17547         (html2text-format-tags): Ditto.
17548         (html2text-format-single-elements): Ditto.
17549
17550         * mml.el (mml-parse-1): Ditto.
17551
17552 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17553
17554         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17555
17556         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17557
17558         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17559
17560         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17561
17562 2003-11-15  Simon Josefsson  <jas@extundo.com>
17563
17564         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17565         (pgg-gpg-lookup-key): Use regexp match instead of
17566         split-string (split-string is different between emacs 21.2 and
17567         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17568
17569 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17570
17571         * gnus-art.el (gnus-mime-view-all-parts)
17572         (gnus-article-part-wrapper, gnus-article-view-part): Use
17573         with-current-buffer.
17574
17575 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17576
17577         * spam.el (spam-disable-spam-split-during-ham-respool)
17578         (spam-spamoracle-database, spam-cache-lookups)
17579         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17580         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17581         (spam-group-ham-marks, spam-group-spam-marks)
17582         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17583         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17584         also add spam-use-blackholes to the statistical checks.
17585         (spam-fetch-field-fast): Add interface to fetching fields, may
17586         become a macro.
17587         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17588         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17589         (spam-insert-fake-headers): Fake an article when needed.
17590         (spam-find-spam): Fake article when possible.
17591         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17592         (spam-check-bogofilter-headers): Use message-fetch-field instead
17593         of nnmail-fetch-field.
17594
17595 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17596
17597         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17598
17599 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17600
17601         * spam.el (spam-split): Do not require spam-use-CHECK to be
17602         enabled if that check is passed to spam-split explicitly; also
17603         fix so 'spam doesn't get converted to spam-split-group when
17604         spam-split-symbolic-return is t.
17605         (spam-find-spam): Find registrations of the article and use those
17606         instead of re-running spam-split to find the spam/ham
17607         classification of the article.
17608         (spam-log-processing-to-registry, spam-log-registered-p)
17609         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17610         Use gnus-error instead of gnus-message.
17611         (spam-log-registration-type): Add function to determine the
17612         classification of a message based on registry entries; will
17613         return nil if both 'spam and 'ham are found.
17614         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17615         a reasonably fast local cache without the loading errors.
17616         (spam-cache-lookups): Set to t by default.
17617         (spam-find-spam): Don't try to guess spam-cache-lookups.
17618         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17619         spam-caches entry.
17620         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17621         caching of whitelist/blacklist entries.
17622         (spam-check-whitelist, spam-check-blacklist): Invoke
17623         spam-from-listed-p with a type, not a cache variable.
17624         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17625
17626 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17627
17628         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17629
17630         * nnmail.el (nnmail-split-fancy): do.
17631
17632         * mml.el (mml-parse): do.
17633
17634         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17635         (gnus-score-adaptive): do.
17636
17637 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17640         (gnus-mime-button-map): Don't set keymap parent.
17641         (gnus-button-ctan-directory-regexp): Use shy grouping.
17642         (gnus-prev-page-map): Don't set keymap parent.
17643         (gnus-prev-page-map): Remove duplicated one.
17644         (gnus-next-page-map): Don't set keymap parent.
17645         (gnus-mime-security-button-map): Ditto.
17646
17647         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17648         version number.
17649
17650         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17651
17652 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * canlock.el (canlock-sha1-function): Remove.
17655         (canlock-sha1-function-for-verify): Remove.
17656         (canlock-openssl-program): Remove.
17657         (canlock-openssl-args): Remove.
17658         (canlock-ignore-errors): Remove.
17659         (canlock-sha1-with-openssl): Remove.
17660         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17661         (canlock-verify): Don't use canlock-ignore-errors.
17662
17663         * sha1-el.el (sha1-string-external): Make it can return a string
17664         in binary form.
17665         (sha1-region-external): Ditto.
17666         (sha1-string-internal): Ditto.
17667         (sha1-region-internal): Ditto.
17668         (sha1-region): Ditto.
17669         (sha1-string): Ditto.
17670         (sha1): Ditto.
17671
17672 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17673
17674         * spam.el (spam-report-articles-gmane): New command.
17675
17676 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17679
17680         * run-at-time.el (run-at-time-saved): Remove.
17681         (run-at-time): Doc fix.
17682
17683 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17684
17685         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17686         (gnus-summary-limit-map): Add it.
17687         (gnus-summary-make-menu-bar): do.
17688
17689 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17690
17691         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17692         Make attempt at some caching support (done for BBDB only now).
17693         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17694         addresses to be checked.
17695         (spam-clear-cache-BBDB): Add function, to be invoked by
17696         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17697         (spam-check-BBDB): Check and use the caches, if
17698         spam-cache-lookups is on, remove superfluous (provide).
17699
17700 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17701
17702         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17703
17704 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17705
17706         * run-at-time.el (run-at-time-saved): Move to after the definition
17707         of `run-at-time'.
17708
17709         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17710
17711 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17712
17713         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17714         mm-w3m-local-map-property.
17715
17716         * mm-view.el (mm-w3m-mode-map): Remove.
17717         (mm-w3m-local-map-property): Remove.
17718         (mm-inline-text-html-render-with-w3m): Don't use
17719         mm-w3m-local-map-property.
17720
17721 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17722
17723         * run-at-time.el: New file.
17724
17725         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17726         under Emacs.
17727
17728         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17729         of gnus-set-text-properties.
17730
17731         * gnus-uu.el (gnus-uu-save-article): Ditto.
17732
17733         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17734
17735         * gnus-cite.el (gnus-cite-parse): Ditto.
17736
17737         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17738         of gnus-.
17739
17740         * gnus-xmas.el (run-at-time): Require run-at-time.
17741
17742         * gnus.el: Changed calls to nnheader-run-at-time and
17743         password-run-at-time throughout to use run-at-time directly.
17744
17745         * password.el: Removed definition of run-at-time.
17746
17747         * nnheaderxm.el: Remove definition of run-at-time.
17748
17749 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17750
17751         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17752         in prompt.
17753
17754 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17755
17756         * messagexmas.el (message-xmas-redefine): Alias
17757         `message-make-caesar-translation-table' to
17758         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17759         version.
17760
17761         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17762         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17763         `gnus-xmas-set-text-properties'.
17764         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17765         `gnus-xmas-completing-read'.
17766         (gnus-xmas-completing-read): Removed.
17767         (gnus-xmas-open-network-stream): Removed.
17768
17769         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17770         XEmacs version.
17771
17772         * dns.el (dns-make-network-process): Use `open-network-stream'
17773         instead of `gnus-xmas-open-network-stream'.
17774
17775         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17776
17777         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17778
17779 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17780
17781         * gnus-art.el (gnus-mime-display-alternative)
17782         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17783         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17784         Don't use gnus-local-map-property.
17785
17786         * gnus-util.el (gnus-local-map-property): Remove.
17787
17788         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17789         gnus-completing-read-maybe-default with completing-read.
17790
17791         * gnus-util.el (gnus-completing-read): do.
17792         (gnus-completing-read-maybe-default): Remove.
17793
17794 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17795
17796         * password.el: Only autoload `run-at-time' if not XEmacs.
17797         Only autoload the itimer functions if XEmacs.
17798
17799 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17802         XEmacsen.
17803
17804         * dgnushack.el: Autoload executable-find for XEmacs.
17805
17806 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17807
17808         * gnus-art.el (gnus-read-string): Remove.
17809         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17810         read-string.
17811
17812 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17813
17814         * netrc.el: Autoload password-read.
17815         (netrc): Add configuration group.
17816         (netrc-encoding-method, netrc-openssl-path): Add
17817         variables for encoding and decoding of files with symmetric
17818         ciphers.
17819         (netrc-encode): Add assistant function to encode a file with
17820         netrc-encoding-method.
17821         (netrc-parse): Add interactive parameter, added optional
17822         decoding if netrc-encoding-method is non-nil but otherwise
17823         behavior is standard.
17824         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17825         Do s/encode/encrypt/ everywhere.
17826
17827         * spam.el: Remove executable-find autoload.
17828
17829 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17830
17831         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17832
17833         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17834
17835 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17836
17837         * gnus-art.el (gnus-treat-ansi-sequences)
17838         (article-treat-ansi-sequences): New variable and function.
17839         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17840
17841         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17842         Use it.
17843
17844 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17845
17846         * mm-util.el (mm-quote-arg): Remove.
17847
17848         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17849         shell-quote-argument.
17850
17851         * gnus-uu.el (gnus-uu-command): do.
17852
17853         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17854
17855         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17856         with make-char.
17857
17858         * mm-util.el (mm-make-char): Remove.
17859
17860         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17861         add-minor-mode.
17862
17863         * gnus-undo.el (gnus-undo-mode): do.
17864
17865         * gnus-topic.el (gnus-topic-mode): do.
17866
17867         * gnus-sum.el (gnus-dead-summary-mode): do.
17868
17869         * gnus-start.el (gnus-slave-mode): do.
17870
17871         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17872
17873         * gnus-ml.el (gnus-mailing-list-mode): do.
17874
17875         * gnus-gl.el (gnus-grouplens-mode): do.
17876
17877         * gnus-draft.el (gnus-draft-mode): do.
17878
17879         * gnus-dired.el (gnus-dired-mode): do.
17880
17881         * gnus-ems.el (gnus-add-minor-mode): Remove.
17882
17883         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17884         Replace gnus-char-width with char-width.
17885
17886         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17894         definition.
17895         Remove Emacs 20 hash table compatibility code.
17896
17897         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17898         20 compatibility code.
17899
17900         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17901
17902         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17903
17904         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17905         with point-at-{eol,bol}.
17906
17907         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17908
17909         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17910
17911         * flow-fill.el (fill-flowed-point-at-bol)
17912         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17913
17914         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17915         Replace with point-at-{eol,bol} throughout all files.
17916
17917 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * ntlm.el (ntlm-string-as-unibyte): New macro.
17920         (ntlm-build-auth-response): Use it.
17921
17922         Remove Emacs 20 stuff:
17923         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17924         (butlast, mapc, remove): Remove the compiler macros.
17925         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17926         of delq and copy-sequence.
17927         * gnus-art.el (popup-menu): Remove the compiler macro.
17928         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17929         Emacs 20.
17930
17931 2004-01-05  Simon Josefsson  <jas@extundo.com>
17932
17933         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17934         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17935         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17936         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17937         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17938         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17939         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17940         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17941         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17942         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17943         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17944         string-xor into ntlm-string-xor.  Suggested by
17945         Jesper Harder <harder@myrealbox.com>.
17946
17947         * ntlm.el: Don't include poem.
17948
17949         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17950         Jesper Harder <harder@myrealbox.com>.
17951
17952         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17953
17954         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17955         probably breaks emacs with DL patch, but do we care? Is anyone
17956         still using the DL stuff?)
17957
17958         * sieve-manage.el: Use the password package.
17959         (sieve-manage-read-passwd): Remove.
17960         (sieve-manage-interactive-login): Use password.  Re-add
17961         condition-case around loop.
17962
17963         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17964         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17965         the password package.
17966
17967 2003-02-19  Simon Josefsson  <jas@extundo.com>
17968
17969         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17970         token.
17971
17972 2002-08-07  Simon Josefsson  <jas@extundo.com>
17973
17974         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17975         (sieve-manage-authenticators):
17976         (sieve-manage-authenticator-alist): Add some SASL mechs.
17977         (sieve-sasl-auth): New function.
17978         (sieve-manage-cram-md5-auth):
17979         (sieve-manage-plain-auth): Rewrite using SASL library.
17980         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17981         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17982         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17983         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17984
17985 2004-01-05  Simon Josefsson  <jas@extundo.com>
17986
17987         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17988         New files.
17989
17990 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17991
17992         * gnus-group.el (gnus-no-groups-message): Update.
17993
17994         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17995
17996 2003-11-09  Simon Josefsson  <jas@extundo.com>
17997
17998         * imap.el: Support for ID IMAP extension (RFC 2971).
17999         (imap-local-variables): Add imap-id.
18000         (imap-id): New variable.
18001         (imap-id): New function.
18002         (imap-parse-response): Parse untagged ID response.
18003         * nnimap.el (nnimap-id): New variable.
18004         (nnimap-open-connection): Use it.
18005
18006 2003-12-28  Simon Josefsson  <jas@extundo.com>
18007
18008         * gnus-score.el (gnus-score-edit-all-score): New.
18009         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18010
18011 2004-01-04  Simon Josefsson  <jas@extundo.com>
18012
18013         * password.el: Add.
18014
18015 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18016
18017         * dns.el (dns-query-types): Fix typo.
18018         (dns-query-types): New function.
18019         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18020         PTR and SOA replies, see RFC 1035.
18021
18022 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18023
18024         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18025
18026         * Moved to Changelog.2.
18027
18028 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18029
18030         * gnus.el (gnus-version-number): Bump version.
18031
18032 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18033
18034         * gnus.el: No Gnus v0.1 is released.
18035
18036 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18037
18038         * gnus.el: No Gnus v0.0 is released.
18039
18040 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18041
18042         * gnus.el (gnus-version-number): Bump.
18043         (gnus-version): No.
18044
18045 See ChangeLog.2 for earlier changes.
18046
18047     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18048       Free Software Foundation, Inc.
18049
18050   This file is part of GNU Emacs.
18051
18052   GNU Emacs is free software: you can redistribute it and/or modify
18053   it under the terms of the GNU General Public License as published by
18054   the Free Software Foundation, either version 3 of the License, or
18055   (at your option) any later version.
18056
18057   GNU Emacs is distributed in the hope that it will be useful,
18058   but WITHOUT ANY WARRANTY; without even the implied warranty of
18059   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18060   GNU General Public License for more details.
18061
18062   You should have received a copy of the GNU General Public License
18063   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18064
18065 ;; Local Variables:
18066 ;; coding: utf-8
18067 ;; fill-column: 79
18068 ;; add-log-time-zone-rule: t
18069 ;; End: