Ignore the `active' non-variable, too.
[gnus] / lisp / ChangeLog
1 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4         non-variable, too.
5
6         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7         available.
8         (nnimap-update-info): Rely more on the current active than the param
9         active to avoid marking articles as read too much.
10
11         * auth-source.el (auth-source-create): Use (user-login-name) for the
12         user name default.
13
14         * nnimap.el (nnimap-update-info): If the server doesn't return any
15         useful info, just use the previous info.
16         (nnimap-update-info): Prefer old info over start-article.
17         (nnimap-update-qresync-info): Finish implementing QRESYNC.
18
19 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
20
21         * nnir.el (autoload): Clean up autoloads.
22         (nnir-imap-default-search-key): Renamed from
23         nnir-imap-search-field. Use key rather than value.
24         (nnir-imap-search-other): New variable.
25         (nnir-read-parm): Use it.
26         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
27         (gnus-summary-nnir-goto-thread): Modify to work with imap.
28
29 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30
31         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
32         the process, too.
33
34 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
37         Allbery.
38
39         * shr.el: Rework the way things are indented by <li> slightly.
40
41         * gnus.el (gnus-group-set-parameter): Fix typo.
42
43         * nnimap.el: Start implementing QRESYNC support.
44
45 2010-10-09  Julien Danjou  <julien@danjou.info>
46
47         * nnir.el (nnir-engines): Fix too many arguments.
48
49 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
52         group is the "last", so that the backends like nnfolder actually save
53         their folders.
54
55         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
56         try to use that for the tls stream.
57         (nnimap-retrieve-group-data-early): Rework the marks code to heed
58         UIDVALIDITY and find out which groups are read-only and not.
59         (nnimap-get-flags): Use the same marks parsing code as the rest of
60         nnimap.
61
62 2010-10-09  Julien Danjou  <julien@danjou.info>
63
64         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
65
66         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
67         retrieving gravatars.
68
69         * shr.el (shr-table-corner): Add.
70         (shr-table-line): Add.
71         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
72
73 2010-10-08  Julien Danjou  <julien@danjou.info>
74
75         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
76
77 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
78
79         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
80
81         * gnus-sum.el (gnus-mark-article-as-unread)
82         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
83         (gnus-summary-set-bookmark): Use it.
84
85         * gnus-msg.el (gnus-setup-message): Use it.
86
87         * gnus-demon.el (gnus-demon-remove-handler): Use it.
88
89         * gnus.el (gnus-group-remove-parameter): Use it.
90
91         * gnus-group.el (gnus-group-make-web-group): Use it.
92
93         * gnus-demon.el (gnus-demon-remove-handler): Use it.
94
95         * nnregistry.el: Update docs to mention manual.
96
97         * gnus-registry.el: Update docs to mention nnregistry.el.
98         (gnus-registry-initialize): Don't install nnregistry refer method
99         automatically.
100         (gnus-registry-install-nnregistry): Remove it.
101
102 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * shr.el (shr-insert): Don't insert double spaces.
105
106 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-gravatar.el (gnus-treat-from-gravatar)
109         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
110         called interactively.
111
112         * gnus-art.el (gnus-mime-view-part-externally)
113         (gnus-mime-view-part-internally): Make predicate function passed to
114         gnus-mime-view-part-as-type assume argument is a mime type, not a list
115         of a mime type.
116
117         * shr.el (shr-table-widths): Don't use cl function `reduce'.
118
119 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * shr.el (require): Require cl when compiling.
122         (shr-tag-hr): New function.
123
124         * nnimap.el (nnimap-update-info): Remove double setting of high.
125         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
126         makes nnimap work properly on Courier again.
127
128         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
129         the variable for backwards compatability.
130
131         * mm-decode.el (mm-save-part): If given a non-directory result, expand
132         the file name before using to avoid setting mm-default-directory to
133         nil.
134
135         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
136         bidning gnus-agent variables.
137
138         * shr.el (shr-render-td): Use a cache for the table rendering function
139         to avoid getting an exponential rendering behaviour in nested tables.
140         (shr-insert): Rework the line-breaking algorithm.
141         (shr-insert): Don't leave trailing spaces.
142         (shr-insert-table): Also insert empty TDs.
143         (shr-tag-blockquote): Ensure paragraphs after </ul>.
144
145 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
146
147         * gnus-sum.el (gnus-number): Rename from `number'.
148         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
149         (gnus-summary-limit-children): Update uses correspondingly.
150
151 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
154         (gnus-gravatar-transform-address): Don't show avatars of people of
155         which mail addresses match gnus-gravatar-too-ugly.
156
157 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * shr.el (shr-table-widths): Expand TD elements to fill available
160         space.
161
162 2010-10-07  Julien Danjou  <julien@danjou.info>
163
164         * nnimap.el (nnimap-request-rename-group): Add this method.
165
166 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
169         name from XEmacs' function-arglist.
170
171         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
172         gravatar under XEmacs.
173
174 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
175
176         * auth-source.el: Update docs with TODO items.
177
178         * gnus-sync.el: Update docs to explain state and plans.
179
180         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
181         Hooks for mark updates.
182         (gnus-request-set-mark, gnus-request-update-mark): Use them.
183
184         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
185         hooks with arguments, which is needed for mark update hooks.
186
187 2010-10-06  Julien Danjou  <julien@danjou.info>
188
189         * gnus.el (gnus-expand-group-parameter): Only return and act on what
190         was matched.
191
192         * sieve-manage.el: Update example in `Commentary'.
193
194         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
195
196         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
197         not 2000.
198         (sieve-manage-authenticate): Re-add function.
199
200 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * shr.el (shr-insert): Get 'space transition right.
203         (shr-render-td): Only delete space at the end of the TD.
204
205         * nnimap.el (nnimap-open-connection): Prepare to support
206         open-gnutls-stream.
207
208         * shr.el: Rearrange function order to be more logical.
209
210 2010-10-06  Julien Danjou  <julien@danjou.info>
211
212         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
213         (nnrss-discover-feed): Remove 404 URL in docstring.
214
215         * nnir.el: Fix Swish-E URL.
216         Fix Namazu URL.
217
218         * message.el (message-change-subject): Remove 404 URL in a comment.
219
220 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
223         called interactively.
224
225         * gnus-util.el (gnus-remove-if): Allow hash table.
226         (gnus-remove-if-not): New function.
227
228         * gnus-art.el (gnus-mime-view-part-as-type)
229         * gnus-score.el (gnus-summary-score-effect)
230         * gnus-sum.el (gnus-read-move-group-name):
231         Replace remove-if-not with gnus-remove-if-not.
232
233         * gnus-group.el (gnus-group-completing-read):
234         Regard collection as a hash table if it is not a list.
235
236 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * shr.el (shr-render-td): Allow blank/missing <TD>s.
239
240         * shr.el: Document the table-rendering algorithm.
241
242 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
245         for Emacsen having no `libxml-parse-html-region' support.
246
247 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
250         invalid URLs.
251
252         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
253         line-broken.
254         (shr-tag-img): Ignore image fetching errors.
255         (shr-overlays-in-region): Compute overlay positions correctly.
256
257         * mm-decode.el (mm-shr): Require shr.
258
259         * gnus-art.el (gnus-blocked-images): Move variable here.
260
261         * shr.el (shr-insert-table): Bind free variable.
262
263         * mm-decode.el (mm-shr): Bind shr-content-function.
264
265         * shr.el (shr-content-function): New variable.
266
267         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
268         added for symmetry.
269
270         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
271
272         * gnus-group.el (gnus-group-make-group): Doc fix.
273
274         * nnimap.el (nnimap-request-newgroups): Return success.
275
276         * shr.el (shr-find-elements): New function.
277         (shr-tag-table): Put all the images after the table.
278         (shr-tag-table): Really inhibit images inside the table.
279         (shr-collect-overlays): Copy over overlays from the TD elements to the
280         main document.
281
282         * mm-decode.el (mm-shr): Bind shr-blocked-images to
283         gnus-blocked-images.
284
285 2010-10-05  Julien Danjou  <julien@danjou.info>
286
287         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
288
289         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
290         (gnus-html-maximum-image-size): Add this function.
291         (gnus-html-put-image): Use gnus-html-maximum-image-size.
292
293         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
294         server-value of the capability is nil.
295
296 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * shr.el (shr-tag-em): Add <EM> tag.
299
300 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
301
302         * sieve-manage.el (sieve-manage-default-stream): Make default stream
303         customizable.
304
305         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
306         handing broken links to browse-url.
307
308 2010-10-05  Julien Danjou  <julien@danjou.info>
309
310         * gnus-util.el (gnus-emacs-completing-read)
311         (gnus-iswitchb-completing-read): Use autoload rather than require.
312
313 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
316         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
317         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
318         iswitchb-temp-buflist for XEmacs.
319
320         * gnus-util.el (gnus-completing-read-function): Exclude
321         gnus-icompleting-read and gnus-ido-completing-read from candidates for
322         XEmacs since iswitchb.el is very old and ido.el is unavailable in
323         XEmacs.
324
325         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
326         not to use `delete-dups' that is unavailable in XEmacs 21.4.
327
328         * gnus-html.el: Don't require help-fns under XEmacs.
329         (gnus-html-schedule-image-fetching): Work for XEmacs.
330
331         * mm-decode.el (mm-shr): Decode contents by charset.
332
333 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
336         unknown.
337
338         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
339         (shr-get-image-data): Ensure against the cache file missing.
340
341         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
342         for data.
343
344         * spam-report.el (spam-report-url-ping-plain): Don't query about
345         killing the process.
346
347         * shr.el (shr-render-td): Protect against too-wide text.
348
349 2010-10-04  Julien Danjou  <julien@danjou.info>
350
351         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
352         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
353
354         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
355         retrieved.
356
357 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * shr.el (browse-url): Required.
360         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
361         lines.
362         (shr-show-alt-text, shr-browse-image): New commands.
363         (shr-browse-url, shr-copy-url): New commands.
364
365         * gnus-sum.el (gnus-widen-article-window): New variable.
366         (gnus-summary-select-article-buffer): Use it.
367
368         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
369         without @ signs.
370
371 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
372
373         * nnir.el (nnir-run-imap): Remove spurious space in search string.
374
375 2010-10-04  Julien Danjou  <julien@danjou.info>
376
377         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
378         for XEmacs.
379
380 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
383
384         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
385         (nnimap-close-server): Implement.
386
387         * dgnushack.el (iswitchb): Require to shut up the compiler.
388
389         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
390         (shr-insert): Tweak line breaking.
391         (shr-insert): Handle <pre> better.
392         (shr-tag-li): Get <li> indentation right.
393         (shr-tag-li): Get <li> indentation even righter.
394         (shr-tag-blockquote): Ensure paragraph start.
395         (shr-make-table): Tweak table generation.
396         (shr-make-table): Fix typo.
397
398         * shr.el: Implement table rendering.
399
400 2010-10-04  Julien Danjou  <julien@danjou.info>
401
402         * gnus-html.el (gnus-html-put-image): Fix resize image code.
403
404 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * shr.el (shr-insert): Use string anchors instead of line anchors.
407
408 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * shr.el: Add headings.
411         (shr-ensure-paragraph): Actually work.
412         (shr-tag-li): Make <ul> prettier.
413         (shr-insert): Get white space at the beginning/end of elements right.
414         (shr-tag-p): Collapse subsequent <p>s.
415         (shr-ensure-paragraph): Don't insert double line feeds after blank
416         lines.
417         (shr-insert): \t is also space.
418         (shr-tag-s): Fix "s" tag name function.
419         (shr-tag-s): Fix face prop name.
420
421 2010-10-03  Julien Danjou  <julien@danjou.info>
422
423         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
424
425         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
426         gnus-window-inside-pixel-edges.
427
428         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
429         gnus-ems.
430
431         * mm-view.el (mm-inline-image-emacs): Support image resizing.
432
433         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
434         function.
435
436         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
437         resize choice.
438
439 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
442         beginning of the buffer.
443
444         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
445         article buffer again.
446
447         * shr.el (shr-tag-p): Don't insert newlines at the start of the
448         buffer.
449
450         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
451         when it's at the start of the buffer.
452
453         * shr.el (shr-tag-blockquote): Convert name.
454         (shr-rescale-image): Use the right image-size variant.
455
456         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
457         buffer isn't shown, then select the current article first instead of
458         bugging out.
459         (gnus-summary-select-article-buffer): Show both the article and summary
460         buffers again.
461
462         * shr.el (shr-fontize-cont): Protect against regions with no text.
463         Rename tag functions to shr-tag-* for enhanced security.
464         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
465
466 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
467
468         * shr.el (shr-insert):
469         * pop3.el (pop3-movemail):
470         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
471         loaded.
472
473 2010-10-03  Glenn Morris  <rgm@gnu.org>
474
475         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
476
477         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
478
479         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
480
481         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
482
483         * gnus-util.el (gnus-make-local-hook): Simplify.
484
485 2010-10-02  Julien Danjou  <julien@danjou.info>
486
487         * gnus-util.el (gnus-iswitchb-completing-read): New function.
488         (gnus-ido-completing-read): New function.
489         (gnus-emacs-completing-read): New function.
490         (gnus-completing-read): Use gnus-completing-read-function.
491         Add gnus-completing-read-function.
492
493 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * shr.el (shr-insert-document): Autoload.
496         (shr-img): Be silent.
497         (shr-insert): Add a newline after every picture before text.
498         (shr-add-font): Use overlays for combining faces.
499         (shr-insert): Pass upwards the text start point.
500
501         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
502         possible.
503         (mm-shr): New function.
504
505 2010-10-02  Julien Danjou  <julien@danjou.info>
506
507         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
508         should go backward.
509
510 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
511
512         * shr.el (shr): Fix typo in provide call.
513
514 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * shr.el: New file.
517
518         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
519
520         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
521         completing read.
522
523 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
526         we're being queried about.  Suggested by Dan Jacobson.
527
528         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
529         by Jason Eisner.
530
531         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
532         table, too.  Suggested by Stefan Wiens.
533         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
534         the table unnecessary.  Suggested by Stefan Wiens.
535
536         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
537         longer needed, and probably doesn't work either, as pointed out by
538         Stefan Wiens.
539         (gnus-summary-exit): Remove call to the clearing function.
540         (gnus-summary-exit-no-update): Ditto.
541
542         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
543         instead of gnus-eval-in-buffer-window to avoid popping up frames.
544         Reported by Stefan Monnier.
545         (gnus-summary-save-in-rmail): Ditto.
546
547         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
548         article buffer, instead of both the article buffer and the summary
549         buffer.  Sort of suggested by Dan Jacobson.
550
551         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
552
553         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
554         Suggested by Dan Jacobson.
555
556         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
557         documentation clearer.
558
559         * message.el (message-shorten-references): Comment on the number "21".
560         Suggested by Stefan Monnier.
561
562         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
563         Suggested by Dan Jacobson.
564
565         * gnus.el (gnus-large-newsgroup): Mention
566         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
567
568         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
569         externalize attachments.  Bug reported by Steve Wen.
570
571         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
572         really message anything to the user.
573
574         * nnmail.el (nnmail-article-group): Allow using the fancy split method
575         directly.
576
577         * nnimap.el (nnimap-request-group): Low higher than high to signal no
578         messages in empty groups.
579
580 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
581
582         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
583         non-UIDNEXT group.
584
585 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
588         not the value from the collection.
589
590         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
591         values.  This sometimes happens on some groups that have no info.
592         (nnimap-request-newgroups): New function.
593
594 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
595
596         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
597         check into `gnus-registry-initialize'.
598         (gnus-registry-initialize): Ditto.
599         Fix and extend header docs.
600
601 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
602
603         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
604         regexp backtrace overflows.
605
606         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
607         for starttls that tls.el implements; i.e. openssl.
608
609         * tls.el (tls-starttls-switches): Give up on using starttls with
610         gnutls-cli.
611         (tls-program): Add --insecure to be consistent with the defaults from
612         openssl s_client.  Now all three commands are insecure.
613
614 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * lpath.el: Bind completion-styles-alist for XEmacs.
617
618         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
619         (gravatar-create-image): New function that's an alias to
620         gnus-xmas-create-image, gnus-create-image, or create-image.
621         (gravatar-data->image): Use it.
622
623 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
624
625         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
626         install the nnregistry refer method.
627         (gnus-registry-install-hooks): Use it.
628         (gnus-registry-unfollowed-groups): Add nnmairix to the default
629         unfollowed groups.
630
631 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
632
633         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
634         expanding threads.
635
636 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * nnir.el: Use the server names without suffixes (bug #7009).
639
640         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
641         unencrypted to STARTTLS, if possible.
642
643 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
644
645         * message.el (message-ignored-supersedes-headers): Strip Injection-*
646         headers before superseding.
647
648 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * nnrss.el (nnrss-use-local): Add documentation.
651
652         * nnimap.el (nnimap-extend-tls-programs): New function.
653         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
654         (nnimap-wait-for-connection): Accept the greeting from the stupid
655         output from openssl s_client -starttls, too.
656
657         * tls.el (tls-starttls-switches): New variable.
658         (tls-find-starttls-argument): Use it.
659         (open-tls-stream): Ditto.
660
661         * netrc.el (netrc-credentials): Return the value of the "default"
662         entry.
663         (netrc-machine): Ditto.
664
665         * nnimap.el (nnimap-find-article-by-message-id): Really return the
666         article number.
667         (nnimap-split-fancy): New variable.
668         (nnimap-split-incoming-mail): Use it.
669
670         * nntp.el (nntp-server-list-active-group): Document.
671
672         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
673         SELECT to get the message-id.
674
675         * mail-source.el (mail-sources): Removed webmail support.
676         (defvar): Ditto.
677         (mail-source-fetcher-alist): Ditto.
678         (mail-source-fetch-webmail): Removed.
679
680         * webmail.el: Removed -- doesn't seem relevant any more.
681
682         * gnus.el: Fix up make-obsolete-variable declarations throughout.
683
684         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
685         the \r.
686
687 2010-09-30  Julien Danjou  <julien@danjou.info>
688
689         * gnus-agent.el (gnus-agent-add-group): Fix call to
690         gnus-completing-read.
691
692 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * nndoc.el (nndoc-retrieve-groups): New function.
695
696         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
697         `default', use nnmail-split-methods.
698         (nnimap-request-article): Downcase the NILs so that they are nil.
699
700         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
701         symbol.
702
703         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
704         code, since if the user has requested network, that's what they ought
705         to get.
706         (nnimap-request-set-mark): Erase the buffer before issuing commands.
707         (nnimap-split-rule): Mark as obsolete.
708
709         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
710         variable.
711
712         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
713         correct slot, too.
714
715 2010-09-29  Julien Danjou  <julien@danjou.info>
716
717         * gnus.el (gnus-local-domain): Declare variable obsolete.
718
719         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
720         computing.
721         (gnus-ido-completing-read): Require ido.
722
723 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * gnus-registry.el: Don't prompt on load, which makes it impossible to
726         build Gnus.
727
728         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
729         when interpreting the structures.
730         (nnimap-request-accept-article): Add \r\n to the lines to make this
731         work with Cyrus.
732
733         * nndraft.el (nndraft-request-expire-articles): Use the group name
734         instead if "nndraft".  Fix found by Nils Ackermann.
735
736 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
737
738         * nnregistry.el: Added.
739
740 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
741
742         * nnmail.el (group, group-art-list, group-art):
743         Remove unneeded directives.
744
745 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
748         (mm-mime-charset)
749         * rfc2047.el (rfc2047-syntax-table)
750         * utf7.el (utf7-utf-16-coding-system): Comment fix.
751
752         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
753         rather than `insert-file-contents' and `eval-region'.
754
755         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
756         construction.
757
758         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
759
760         * time-date.el: No need to require cl for Emacs 21.
761
762 2010-09-29  Julien Danjou  <julien@danjou.info>
763
764         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
765         replacement of `gnus-gravatar-relief' to mimic
766         `gnus-faces-properties-alist'.
767         Add :version property.
768
769 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * mail-source.el (mail-source-report-new-mail)
772         * message.el (message-default-mail-headers)
773         * mm-decode.el (mm-valid-image-format-p): Comment fix.
774
775         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
776
777 2010-09-28  Julien Danjou  <julien@danjou.info>
778
779         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
780         mail-address contains the same string as real-name.
781
782         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
783         non-blank in header, otherwise it'll get stripped.
784
785         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
786         real-name, and then for mail address rather than doing : or , search.
787
788 2010-09-27  Julien Danjou  <julien@danjou.info>
789
790         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
791         (gnus-server-goto-server): Use gnus-completing-read.
792
793         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
794
795         * mm-util.el (defalias): Use gnus-completing-read.
796         (mm-codepage-setup): Use gnus-completing-read.
797
798         * smime.el (smime-sign-buffer): Use gnus-completing-read.
799         (smime-decrypt-buffer): Use gnus-completing-read.
800
801         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
802
803         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
804         (mml-minibuffer-read-disposition): Use gnus-completing-read.
805         (mml-insert-multipart): Use gnus-completing-read.
806
807         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
808
809         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
810
811         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
812
813         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
814
815         * gnus.el (gnus-read-method): Use gnus-completing-read.
816
817         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
818
819         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
820         (gnus-mime-action-on-part): Use gnus-completing-read.
821         (gnus-article-encrypt-body): Use gnus-completing-read.
822
823         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
824         (gnus-topic-move-matching): Use gnus-completing-read.
825         (gnus-topic-copy-matching): Use gnus-completing-read.
826         (gnus-topic-sort-topics): Use gnus-completing-read.
827         (gnus-topic-move): Use gnus-completing-read.
828
829         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
830         (gnus-agent-add-group): Use gnus-completing-read.
831
832         * nnmairix.el (nnmairix-create-server-and-default-group): Use
833         gnus-completing-read.
834         (nnmairix-update-groups): Use gnus-completing-read.
835         (nnmairix-get-server): Use gnus-completing-read.
836         (nnmairix-backend-to-server): Use gnus-completing-read.
837         (nnmairix-goto-original-article): Use gnus-completing-read.
838         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
839
840         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
841
842         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
843         (gnus-group-make-useful-group): Use gnus-completing-read.
844         (gnus-group-make-web-group): Use gnus-completing-read.
845         (gnus-group-add-to-virtual): Use gnus-completing-read.
846         (gnus-group-browse-foreign-server): Use gnus-completing-read.
847
848         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
849         (gnus-summary-limit-to-extra): Use gnus-completing-read.
850         (gnus-summary-execute-command): Use gnus-completing-read.
851         (gnus-summary-respool-article): Use gnus-completing-read.
852         (gnus-read-move-group-name): Use gnus-completing-read.
853
854         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
855         (gnus-summary-score-effect): Use gnus-completing-read.
856
857         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
858
859         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
860         right completing-read function.
861         (gnus-use-ido): New variable
862         (gnus-completing-read-with-default): Remove.
863
864 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
867         x-focus-frame.
868
869         * nnimap.el (auth-source-forget-user-or-password)
870         (auth-source-user-or-password): Autoload.
871
872         * message.el (message-from-style, message-interactive)
873         (message-cite-prefix-regexp, message-sendmail-envelope-from)
874         (message-yank-prefix, message-indentation-spaces, message-signature)
875         (message-signature-file): Add comment.
876
877 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
880         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
881         new articles.
882
883         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
884         parts.
885         (nnimap-request-article): Work with the t setting, too.
886
887         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
888         that you don't get flashes of other buffers.
889         (gnus-summary-show-complete-article): Intern before setting.
890
891 2010-09-27  David Engster  <dengste@eml.cc>
892
893         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
894         well as HEADERS.
895         (nnmairix-retrieve-headers): Provide new argument for the above.
896
897 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * gnus-sum.el (gnus-summary-move-article): Don't alter
900         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
901         group.
902
903         * nnimap.el (nnimap-update-info): Don't destructively alter active.
904
905         * message.el (message-cite-prefix-regexp): Revert my last edit.
906
907         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
908         variable instead of the Gnus variable.
909
910         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
911
912         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
913         again.
914
915         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
916         since some servers don't like it.
917         (nnimap-open-connection): Forget credentials if the server says the
918         password was wrong.
919         (nnimap-parse-line): Protect against invalid data.
920
921         * gnus-sum.el (gnus-summary-move-article): Add comment.
922         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
923         nothing alters it while scanning for new messages.
924
925         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
926         which may or may not help.
927         (nnimap-open-connection): If we're doing a stream connection, and then
928         discover we're on a STARTTLS-capable server, then open a STARTTLS
929         connection instead.
930
931 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * nnimap.el (utf7): Required.
934
935         * message.el (message-cite-prefix-regexp): Remove "}" from citation
936         prefix.
937
938 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
939
940         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
941
942 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * nnimap.el (nnimap-request-accept-article): Message the error on
945         error.
946
947 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
950
951 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * nndoc.el (nndoc-request-list): Return success always.
954
955         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
956         `fetch-old' -- we only want to fetch the articles we've requested.  The
957         rest are in the agent, probably.
958         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
959         disappeared server" to something low.  It's not important.
960
961         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
962         arrived before the FETCH data.
963
964         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
965         target here, because we don't know the Gnus name of the group.
966
967         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
968         for the correct group.
969
970         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
971
972         * gnus.el (gnus): Give a final warning after startup.
973
974         * gnus-util.el (gnus-action-message-log): New variable.
975         (gnus-message): Use it.
976         (gnus-final-warning): New function.
977
978         * nnimap.el (nnimap-open-connection): Record the greeting.
979         (nnimap): Add greeting.
980
981 2010-09-26  Julien Danjou  <julien@danjou.info>
982
983         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
984         arguments.
985         (gnus-html-wash-images): Fix spec computing to include start/end.
986
987         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
988
989 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
992         deletion.
993         (nnimap-retrieve-headers): Don't select the group, because that's
994         already done by nnimap-possibly-change-group.
995
996         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
997         (gnus-picon-transform-address): Use it.
998
999         * mail-source.el (mail-source-value): Revert previous patch.
1000
1001         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1002         on failure.
1003         (nnimap-open-connection): Look up both virtual and physical server name
1004         credentials.
1005
1006         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1007
1008 2009-02-07  Dave Love  <fx@gnu.org>
1009
1010         * tls.el (open-tls-stream): Don't query killing process.
1011
1012 2009-02-08  Dave Love  <fx@gnu.org>
1013
1014         * gnus-win.el (gnus-window-to-buffer-helper,
1015         gnus-all-windows-visible-p): Function needn't be a symbol.
1016
1017         * mail-source.el (mail-source-value): Function needn't be a symbol.
1018
1019 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * message.el (message-cite-prefix-regexp): Remove } from the cite
1022         prefix.
1023
1024         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1025         highlight again, so that the highlight is correct.
1026
1027         * gnus-picon.el (gnus-picon): Remove again.
1028         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1029
1030         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1031         doing the header highlightling, so that the background colour of the
1032         picon is correct.
1033
1034         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1035         (gnus-picon): Ditto.
1036         (gnus-picon): Reinstate.  The background colour for picons is white.
1037         (gnus-picon-insert-glyph): Make the background white.
1038
1039         * nnml.el (nnml-open-nov): Don't return dead buffers.
1040
1041         * auth-source.el (auth-source-create): Query the user for whether to
1042         store the credentials.
1043
1044         * netrc.el (netrc-store-data): New function.
1045
1046         * auth-source.el (auth-source-user-or-password): Use the existing auth
1047         sources, if any, for creation.
1048
1049         * gnus.el (gnus-group-fast-parameter): Return the last matching
1050         parameter instead of the first matching parameter.
1051
1052 2010-09-26  Julien Danjou  <julien@danjou.info>
1053
1054         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1055
1056 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * mml2015.el (mml2015-use): Remove gpg support.
1059
1060         * mml1991.el (mml1991-function-alist): Remove gpg function.
1061         (mml1991-gpg-sign): Removed.
1062
1063 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1064
1065         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1066         (gnus-browse-unsubscribe-current-group): Document it.
1067         (gnus-browse-unsubscribe-group): Use it.
1068
1069 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1072         address to the To list for easier response.
1073
1074         * gnus.el (gnus-play-startup-jingle): Removed.
1075         (gnus-splash): Don't play jingle.
1076         (gnus): Silence gnus-load message.
1077
1078         * gnus-art.el (gnus-treat-play-sounds): Removed.
1079
1080         * gnus.el (gnus-play-jingle): Remove audio support.
1081
1082         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1083
1084         * earcon.el: Removed -- no users.
1085
1086         * gnus-audio.el: Removed -- no users of this package.
1087
1088         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1089
1090         * gnus-start.el (gnus-setup-news): Remove nocem support.
1091
1092         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1093
1094         * gnus.el (gnus-use-nocem): Removed.
1095
1096         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1097         Removed.
1098
1099         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1100         uses NoCeM any more.
1101
1102         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1103         (gnus-button-ctan-handler): Ditto.
1104         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1105         (gnus-button-ctan-directory-regexp): Ditto.
1106         (gnus-button-handle-ctan): Ditto.
1107         (gnus-button-tex-level): Ditto.
1108         (gnus-button-alist): Removed CTAN stuff.
1109
1110 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1113         nnimap-streaming test.
1114
1115         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1116         servers twice.
1117
1118         * nnimap.el (nnimap-open-connection): Add more error reporting when
1119         nnimap fails early.
1120
1121         * nnheader.el (nnheader-get-report-string): New function.
1122         (nnheader-get-report): Use it.
1123
1124         * gnus-int.el (gnus-check-server): Say what the error was when opening
1125         failed.
1126
1127         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1128         using streaming.
1129
1130 2010-09-25  Julien Danjou  <julien@danjou.info>
1131
1132         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1133         gnus-window-inside-pixel-edges.
1134
1135 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1138
1139         * mm-decode.el (mm-save-part): Allow saving to other directories the
1140         normal Emacs way.
1141
1142         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1143         by Jay Berkenbilt.
1144
1145         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1146         there isn't a single byte.
1147
1148         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1149         just do it.  It doesn't really seem to matter what the user responds
1150         here, I think, so it's just a confusing question.
1151
1152         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1153         non-streaming case.
1154
1155         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1156         (gnus-article-encrypt-body): Use it.
1157
1158         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1159         keystroke.
1160
1161         * nnimap.el (nnimap-find-wanted-parts-1): Use
1162         gnus-fetch-partial-articles.
1163
1164         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1165
1166         * nnimap.el (nnimap-insert-partial-structure): New function.
1167         (nnimap-get-partial-article): New function.
1168         (nnimap-request-article): Use it.
1169         (nnimap-wait-for-response): Return whether the wait was successful.
1170         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1171         retrieval wasn't successful.
1172         (nnimap-retrieve-group-data-early): Allow throttling servers.
1173         (nnimap-streaming): New variable.
1174         (nnimap-fetch-partial-articles): Removed.
1175
1176         * mm-decode.el (mm-with-part): Protect against killed buffers.
1177
1178         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1179         for prettier summary display.
1180
1181 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1182
1183         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1184         directly.
1185
1186 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1189         apparently third-party libraries depend on it.
1190
1191         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1192         before starting negotiation.
1193
1194         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1195         privacy reasons.
1196         (gnus-treat-mail-gravatar): Ditto.
1197
1198         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1199         buffer when inserting images.  Inserting text into the headers, for
1200         instance, can make them invalid.
1201
1202 2010-09-25  Julien Danjou  <julien@danjou.info>
1203
1204         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1205         variables.
1206
1207         * nnheader.el: Remove useless variables news-reply-yank-from and
1208         news-reply-yank-message-id.
1209
1210         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1211         variables.
1212
1213         * mml1991.el: Remove useless mml1991-verbose.
1214
1215         * gnus.el: Remove useless variable gnus-use-generic-from.
1216         Remove obsolete variable gnus-topic-indentation.
1217
1218         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1219
1220         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1221
1222         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1223
1224         * gnus-group.el: Remove useless gnus-group-icon-cache.
1225         Remove useless gnus-ephemeral-group-server.
1226
1227         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1228
1229         * mml2015.el: Remove useless mml2015-verbose.
1230
1231         * mml-smime.el: Remove useless mml-smime-verbose.
1232
1233         * gnus.el: Remove useless gnus-local-domain.
1234
1235         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1236         gnus-gravatar-size.
1237
1238         * gnus-art.el: Remove useless gnus-treat-translate.
1239
1240 2010-09-24  Julien Danjou  <julien@danjou.info>
1241
1242         * gnus-sum.el: Add support for Gravatars.
1243
1244         * gnus-art.el: Add support for Gravatars.
1245
1246         * gnus-gravatar.el: Add this file.
1247
1248         * gravatar.el: Add this file.
1249
1250 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1253
1254         * gnus-group.el (gnus-group-fetch-faq): Removed.
1255
1256         * gnus.el (gnus-group-faq-directory): Removed.
1257
1258         * gnus-group.el (gnus-group-fetch-charter): Removed.
1259
1260         * gnus.el (gnus-group-charter-alist): Removed.
1261
1262         * gnus-group.el (gnus-group-archive-directory): Removed.
1263         (gnus-group-recent-archive-directory): Ditto.
1264         (gnus-group-make-archive-group): Removed.
1265
1266         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1267
1268         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1269         use the same article number for all the cached articles.
1270
1271         * nnimap.el (nnimap-command): Register the last command time so
1272         that we can use it for idling NOOPs.
1273         (nnimap-open-connection): Start the keeplive timer.
1274         (nnimap-make-process-buffer): Store all the process buffers.
1275         (nnimap-keepalive): New function.
1276
1277         * starttls.el: (starttls-open-stream): Add autoload cookie.
1278
1279 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1280
1281         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1282         handling.
1283
1284 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1287         its data structures.
1288
1289         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1290         instead of the cl.el copy-list.
1291         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1292         equalp.
1293
1294 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1297         and tool-bar-local-item-from-menu.
1298
1299         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1300         mode-line-highlight face for Emacs.
1301
1302         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1303         loading gnus-sum.elc; fix comment for canlock-verify.
1304         (gnus-article-jump-to-part): Use read-number.
1305         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1306         Emacs pre-21 compatible code for help-echo.
1307         (gnus-article-next-page-1): No need to adjust the number of lines.
1308         (gnus-article-describe-bindings): Always use help-buffer.
1309
1310         * gnus-audio.el (gnus-audio-inline-sound)
1311         * gnus-cus.el (gnus-custom-mode)
1312         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1313
1314         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1315
1316         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1317         compatible code.
1318
1319 2010-09-24  Glenn Morris  <rgm@gnu.org>
1320
1321         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1322         visiting the fcc file in rmail-mode.
1323
1324         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1325
1326 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * nnir.el: Silence the byte compiler.
1329
1330         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1331         alias to browse-url-url-encode-chars if any.
1332         (gnus-html-encode-url): Use it.
1333
1334 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * gnus-start.el (gnus-use-backend-marks): New variable.
1337         (gnus-get-unread-articles-in-group): Use it.
1338
1339         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1340         makeover.
1341
1342 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1343
1344         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1345
1346 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1349         Removed.
1350         (gnus-setup-news-hook): Removed
1351         gnus-fixup-nnimap-unread-after-getting-new-news.
1352
1353         * gnus-int.el (gnus-request-update-info): Protect against backends not
1354         having the function.
1355
1356         * nnimap.el (nnimap-stream): Mention starttls.
1357         (nnimap-open-connection): Add starttls support.
1358
1359 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1360
1361         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1362
1363 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1366         BODYSTRUCTUREs.
1367         (nnimap-transform-headers): Unfold quoted {42} headers.
1368
1369         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1370         the info.
1371         (gnus-get-unread-articles): Only call updatep on backends that support
1372         it.
1373
1374         * nnweb.el (nnweb-request-update-info): NOOP.
1375
1376         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1377
1378         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1379         since it only deals with marks.
1380
1381         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1382         gnus-request-marks, and make a new gnus-request-update-info.
1383
1384         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1385         the active instead of the high number, which is usually too low.
1386
1387 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1388
1389         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1390         * encrypt.el: Removed.
1391
1392 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1395         server in symbolic form.
1396
1397         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1398         0.9.
1399
1400 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1403         (nnimap-update-info): Fix up code slightly.
1404
1405         * gnus-int.el (gnus-open-server): Add tracing for performance
1406         debugging.
1407
1408         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1409         (gnus-group-insert-group-line): Pass the real group name so that it
1410         gets the right data.
1411
1412         * gnus-start.el (gnus-get-unread-articles): Don't have
1413         `gnus-get-unread-articles-in-group' update info, since that can be
1414         really slow and doesn't seem to be needed?
1415
1416 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1417
1418         * time-date.el (date-to-time): Try using parse-time-string first before
1419         using the slower timezone-make-date-arpa-standard.
1420
1421 2010-09-22  Julien Danjou  <julien@danjou.info>
1422
1423         * gnus-group.el (gnus-group-insert-group-line): Call
1424         gnus-group-highlight-line.
1425         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1426         default hook list.
1427         (gnus-group-update-eval-form): Add new function.
1428         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1429         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1430
1431 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1434         immediate, then expire all articles.
1435         (nnimap-update-info): Fix off-by-one errors.
1436         (nnimap-flags-to-marks): Would return no marks lists for group with no
1437         flags.  Instead return the other data.
1438
1439 2010-09-22  Julien Danjou  <julien@danjou.info>
1440
1441         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1442         Only return an icon.
1443         (gnus-group-insert-group-line): Compute icon to return.
1444
1445         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1446         variable.
1447         (gnus-html-image-fetched): Only cache if
1448         gnus-html-image-automatic-caching is set.
1449         (gnus-html-image-fetched): Check for errors.
1450
1451 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1454         once per method on `g'.  This ensures that backends like nnfolder don't
1455         open all their folders.
1456
1457         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1458         (nnimap-request-list): Nix out group in the correct buffer.
1459         (nnimap-parse-flags): Implement by using `read' instead of
1460         hand-parsing.
1461         (nnimap-flags-to-marks): Pass on permanent-flags.
1462         (nnimap-make-process-buffer): Record the server name.
1463         (nnimap-parse-flags): Fix typo.
1464         (nnimap-request-scan): Run split on the server in general, not just a
1465         single group.
1466
1467         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1468         parameter, and propagate this downwards.
1469
1470         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1471         since EXAMINE changes it on the server.
1472
1473         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1474         this command might take a while.
1475
1476 2010-09-22  Julien Danjou  <julien@danjou.info>
1477
1478         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1479         harmful if you have 2 images side-by-side, they can't be properly
1480         update on text deletion.  Using text-property is safer here.
1481         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1482         data.
1483
1484 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * nnimap.el (nnimap-expunge-inbox): Removed.
1487         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1488         (nnimap-expunge): Flip default to t.
1489
1490         * gnus.el (gnus-method-to-server): Don't push things to the cache
1491         unless it's unique.
1492         (gnus-server-to-method): Ditto.
1493
1494 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1495
1496         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1497
1498 2010-09-22  Julien Danjou  <julien@danjou.info>
1499
1500         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1501         get the start of data.
1502         (gnus-html-encode-url): Add this function to encode special chars in
1503         URL.
1504         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1505         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1506
1507         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1508         default.
1509         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1510
1511         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1512         images alt-text.
1513         (gnus-html-put-image): Put alt-text as help-echo.
1514
1515 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1518         * mm-util.el (mm-decompress-buffer)
1519         * nnir.el (nnir-run-find-grep)
1520         * pop3.el (pop3-list): Use 3rd arg of split-string.
1521
1522         * time-date.el (format-seconds): Comment fix.
1523
1524         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1525         and byte-optimize-form-code-walker.
1526         (dgnushack-make-auto-load): Don't advise make-autoload.
1527
1528         * lpath.el: Remove Emacs 21 stuff.
1529
1530 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1533         outside the active range.  Suggested by Dan Christensen.
1534
1535         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1536         slightly later to avoid double-getting it.
1537
1538         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1539         previous patch.
1540
1541         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1542
1543 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1544
1545         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1546
1547 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus-int.el (gnus-open-server): Give a better error message in the
1550         "go offline" case.
1551
1552         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1553         marks for nnimap, which is seldom the right thing to do.
1554
1555         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1556         (gnus-same-method-different-name): New function.
1557
1558         * nnimap.el (parse-time): Require.
1559
1560         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1561         method in the presence of many similar methods.
1562
1563         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1564
1565         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1566         nnml-inhibit-expiry.
1567
1568         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1569         find out whether methods are equal.
1570
1571         * nnimap.el (nnimap-find-expired-articles): New function.
1572         (nnimap-process-expiry-targets): New function.
1573         (nnimap-request-move-article): Request the article before looking at
1574         what the Message-ID is.  Fix found by Andrew Cohen.
1575         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1576
1577         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1578         for oldness in addition to being a predicate.
1579
1580         * nnimap.el (nnimap-request-group): When we have zero articles, return
1581         the right data to Gnus.
1582         (nnimap-request-expire-articles): Only delete articles immediately if
1583         the target is 'delete.
1584
1585         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1586         method, this would bug out.
1587
1588         * gnus-group.el (gnus-group-expunge-group): Renamed from
1589         gnus-group-nnimap-expunge, and implemented as a normal interface
1590         function.
1591
1592         * gnus-int.el (gnus-request-expunge-group): New function.
1593
1594         * nnimap.el (nnimap-request-create-group): Implement.
1595         (nnimap-request-expunge-group): New function.
1596
1597 2010-09-21  Julien Danjou  <julien@danjou.info>
1598
1599         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1600         (gnus-html-cache-expired): Add new function.
1601         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1602         wethever we should display image for fetch it.
1603         Compute alt-text earlier to pass it to the fetching function too.
1604         (gnus-html-schedule-image-fetching): Change function argument to only
1605         get one image at a time, not a list.
1606         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1607         cache.
1608         (gnus-html-get-image-data): New function to retrieve image data from
1609         cache.
1610         (gnus-html-put-image): Change buffer argument to use image data rather
1611         than file, and place image above region rather than inserting a new
1612         one. Do not take alt-text as argument, since it's useless now: we place
1613         the image above alt-text.
1614         (gnus-html-prune-cache): Remove.
1615         (gnus-html-show-images): Start to fetch image when we find one, do not
1616         push into a temporary list.
1617         (gnus-html-prefetch-images): Only fetch image if they have expired.
1618         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1619         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1620
1621 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1624
1625 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1628         spec inser "*" if the group isn't active instead of 0.
1629
1630         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1631         opening the server.
1632         (nnimap-request-delete-group): Implement group deletion.
1633         (nnimap-transform-headers): Return the size of the entire message in
1634         the Bytes header, not just the size of the first part.
1635         (nnimap-request-move-article): When moving an article from nnimap,
1636         request the article first so the accepting form has an article to
1637         accept.  Reported by Dan Christensen.
1638         (nnimap-command): Make sure that the error message doesn't error out.
1639
1640 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1641
1642         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1643         we haven't requested anything.
1644
1645 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1648         "".  Fix found by Andrew Cohen.
1649
1650         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1651         instead of -encode-string.
1652
1653 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1656
1657         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1658         by mm-subst-char-in-string.
1659
1660 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1663         waiting for the connection string.
1664
1665         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1666         arriving.
1667
1668         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1669         bogus characters.  This allows selecting certain Gmail groups.
1670
1671         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1672         (nnimap-fetch-partial-articles): New variable.
1673         (nnimap-open-connection): When looking for credentials, also use the
1674         nnimap-server-port.
1675         (nnimap-request-article): Return the group/article number, so that Gnus
1676         `^' works as expected.
1677         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1678         them.
1679
1680         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1681         comments.
1682         (gnus-methods-sloppily-equal): New function.
1683         (gnus): When using the development version of Gnus, load the gnus-load
1684         file.
1685
1686         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1687         `gnus-open-server' on each method before trying to scan them etc.  This
1688         ensures that all the backend parameters are set correctly.
1689
1690         * nnimap.el (nnimap-authenticator): New variable.
1691         (nnimap-open-connection): Allow anonymous login.
1692         (nnimap-transform-headers): The chars header is called Chars not
1693         Bytes.
1694         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1695         drops.
1696
1697         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1698         patch, found by Knut Anders Hatlen.
1699
1700 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1701
1702         * gnus-agent.el (gnus-agent-batch-confirmation)
1703         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1704         to gnus-message.
1705         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1706         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1707         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1708         * gnus-int.el (gnus-open-server): Likewise.
1709         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1710         (gnus-score-check-syntax): Likewise.
1711         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1712         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1713         Likewise.
1714         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1715
1716 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1719         calling conventions so that prefetch doesn't bug out.
1720
1721 2010-09-19  Julien Danjou  <julien@danjou.info>
1722
1723         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1724         rather than `subst-char-in-region' in order to be able to replace ASCII
1725         char by UTF-8 ones.
1726
1727         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1728         than curl.
1729         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1730         the right URL and ALT text on images.
1731         (gnus-html-wash-tags): Fix tag case.
1732         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1733         (gnus-article-html): Add -o display_ins_del=2 option.
1734         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1735
1736 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1739         the extra mail headers, which sometimes seem to happen for unknown
1740         reasons.
1741
1742         * mail-parse.el (mail-header-encode-parameter): Define as
1743         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1744         (or most, perhaps?) mail readers don't understand the latter, but do
1745         understand the former.
1746
1747         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1748         to nil, so that no methods are automatically agentized.  I think this
1749         is probably what most users want.
1750
1751         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1752         from url-retrieve, for instance about invalid URLs.
1753
1754         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1755         groups that have no articles.
1756         (nnimap-request-article): Check that we really got an article when we
1757         requested one.
1758
1759         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1760         doesn't exist.
1761
1762         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1763         nntp buffer so the agent can save it.
1764         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1765         that CRLF doesn't get translated to \n.
1766         (nnimap-open-connection): Don't make 'shell commands only send \n.
1767
1768 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1769
1770         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1771         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1772         Update var name.
1773         (nnml-generate-nov-file): Use dolist.
1774         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1775         Use with-current-buffer.
1776
1777 2010-09-18  Julien Danjou  <julien@danjou.info>
1778
1779         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1780         parallel.
1781
1782 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1785         the range update right.
1786         (nnimap-request-group): Don't make `M-g' bug out on group with no
1787         marks.
1788         (nnoo): Required, so that other packages can require nnimap.
1789         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1790         command we're looking for.  This helps when the server sends more
1791         responses after we've gotten everything we expected.
1792         (nnimap): Add a `newlinep' field to keep track of end-of-line
1793         conventions.
1794         Don't send CRLF to things that don't want it.
1795         (nnimap-request-accept-article): Ditto.
1796
1797 2010-09-18  Julien Danjou  <julien@danjou.info>
1798
1799         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1800         than curl to retrieve images.
1801
1802 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1805         the marks.
1806         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1807         (nnimap-wait-for-connection): New function.
1808         (nnimap-open-connection): If we have PREAUTH, don't query for login
1809         credentials.
1810         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1811         when doing a partial update.
1812
1813 2010-09-18  Julien Danjou  <julien@danjou.info>
1814
1815         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1816         tags.
1817
1818 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * nnimap.el (nnimap-credentials): New function.
1821         (nnimap-open-connection): Use the new function to look for credentials
1822         also on the numeric equivalents of "imap" and "imaps".
1823
1824         * gnus-start.el (gnus-activate-group): Send the info to
1825         gnus-request-group.
1826
1827         * nnimap.el (nnimap-request-group): Have the "check" version of the
1828         function parse flags and update the info, so that a `M-g' get a total
1829         resync of all flags from the group.
1830
1831         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1832         to allow backends to alter the info on group selection.  Also alter all
1833         the backend -request-group functions to take the parameter.
1834
1835         * nnimap.el (nnimap-store-info): New function.
1836         (nnimap-update-info): Store the info for later usage.
1837         (nnimap-request-group): Use the stored info for the dont-check case, so
1838         that we don't retrieve all marks when we enter a group.
1839
1840         * nnimap.el: Use deffoo instead of defun for interface functions.
1841
1842         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1843         update the group info.  This makes the nndraft groups, for instance, go
1844         back to their old behaviour.
1845
1846         * gnus-sum.el (gnus-select-newsgroup): Indent.
1847
1848         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1849         in.
1850         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1851         nothing.
1852
1853         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1854         from methods that are denied.
1855
1856         * gnus-int.el (gnus-method-denied-p): New function.
1857
1858         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1859         store the password instead of netrc.
1860         (nnimap-open-connection): Don't error out when we can't make a
1861         connections.
1862
1863         * auth-source.el (auth-source-create): In the password prompt, say what
1864         we're querying for.  Also prompt for user name if that hasn't been
1865         given.
1866
1867         * nnimap.el (nnimap-with-process-buffer): Removed.
1868
1869 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1872         method when we're reading from the agent.
1873
1874         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1875
1876         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1877         that's probably most useful for users.
1878
1879         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1880         "failed" all the time.
1881
1882         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1883         ...)) with (with-current-buffer ... ).
1884
1885         * nntp.el (nntp-open-server): Return whether the open was successful or
1886         not.
1887
1888         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1889         select an unread unseen article first.
1890
1891         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1892         /etc/services, supply some sensible port defaults.
1893
1894         * dgnushack.el: Define netrc-credentials.
1895
1896 2010-09-17  Julien Danjou  <julien@danjou.info>
1897
1898         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1899
1900 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1901
1902         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1903         doesn't have any parameters.
1904
1905 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1908         only upcased checks.
1909
1910         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1911
1912         * nnimap.el (nnimap-open-shell-stream): New function.
1913         (nnimap-open-connection): Use it.
1914         (nnimap-transform-headers): Get the number of lines in each message.
1915         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1916         number of lines.
1917         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1918         problem.
1919
1920         * utf7.el (utf7-encode): Autoload.
1921
1922         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1923         to allow the mail splitting to not return a default group.  This is
1924         useful for nnimap, which will leave unmatched mail in the inbox.
1925
1926         * nnimap.el: Rewritten.
1927
1928         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1929         nnimap usage.
1930
1931         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1932         if the move is internal, so that nnimap can do fast internal moves.
1933
1934         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1935         data.
1936         (gnus-read-active-for-groups): Support finishing the early retrieval of
1937         data.
1938
1939         * gnus-range.el (gnus-range-nconcat): New function.
1940
1941         * gnus-int.el (gnus-finish-retrieve-group-infos)
1942         (gnus-retrieve-group-data-early): New functions.
1943
1944 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1945
1946         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1947         (nnrss-retrieve-groups):
1948         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1949         (pop3-quit): Use with-current-buffer.
1950
1951 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1954         instead of nnheader-accept-process-output.
1955
1956         * dgnushack.el (dgnushack-compile): Add comment.
1957
1958         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1959
1960         * gnus-html.el (gnus-html-schedule-image-fetching)
1961         (gnus-html-prefetch-images): Replace process-kill-without-query by
1962         gnus-set-process-query-on-exit-flag.
1963
1964 2010-09-16  Romain Francoise  <romain@orebokech.com>
1965
1966         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1967
1968 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1971         parameter to unintern is mandatory-ish in Emacs 24.
1972
1973         * gnus-html.el (gnus-html-schedule-image-fetching)
1974         (gnus-html-prefetch-images): Check for curl before using it.
1975
1976         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1977         depend on curl, which isn't essential.
1978
1979         * imap.el: Revert back to version
1980         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1981         seem problematic.
1982
1983 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1984
1985         * gnus-registry.el (gnus-registry-install-shortcuts):
1986         Explicitly pass `obarray' to `unintern' to avoid a warning.
1987
1988 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1991         change.
1992
1993         * nnrss.el (nnrss-request-list): Removed this function and related
1994         functions, including the moreover stuff.
1995
1996 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * nnrss.el (nnrss-retrieve-groups): New function.
1999
2000 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2001
2002         * .dir-locals.el: Add no-byte-compile cookie.
2003
2004 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * time-date.el (format-seconds): Comment fix.
2007
2008         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2009         for back end that doesn't support request-scan.
2010
2011 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2014         then do request scans from the backends.
2015
2016         * netrc.el (netrc-credentials): New conveniency function.
2017
2018         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2019         avoid running a hook per line, since this takes a lot of time,
2020         profiling shows.
2021         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2022         directly if gnus-visual-p is true.
2023
2024 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2027         groups; replace mapcar with dolist which is a bit faster; pass groups
2028         info to gnus-read-active-file-1.
2029         (gnus-read-active-file-1): Scan only specified groups if the new
2030         optional arg `infos' is given.
2031
2032 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2035
2036         * pop3.el (pop3-movemail): Removed.
2037         (pop3-streaming-movemail): Renamed to pop3-movemail.
2038
2039         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2040         don't restrict end-tag searches to the end of the line.
2041
2042 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2045         articles of every unchecked group to t, which means unknown since the
2046         server has never been opened.
2047
2048 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * gnus-html.el (gnus-html-show-alt-text): New command.
2051         (gnus-html-browse-image): Ditto.
2052         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2053         to browse the image directly.
2054         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2055         better.
2056
2057         * gnus-async.el (gnus-async-article-callback): Call
2058         `gnus-html-prefetch-images' unconditionally.
2059
2060         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2061         before feeding URLs to curl.
2062
2063 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2066         internal images as deletable by `W D D'.
2067
2068         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2069         (gnus-async-article-callback): Fix typo.
2070
2071 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2074         current line to work around bugs in the output from w3m.
2075
2076         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2077         for groups that want that.
2078
2079         * nntp.el (nntp-wait-for-string): Supply a timeout for
2080         accept-process-output to ensure progress.
2081
2082         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2083         level to get unread articles from, then use that for foreign groups,
2084         too.
2085
2086         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2087         confuses the rest of the function.
2088
2089         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2090         for the methods that support -retrieve-groups, too.
2091
2092         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2093
2094 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2097         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2098
2099         * pop3.el: Require cl when compiling.
2100         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2101
2102 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2105         that aren't going to be activated.
2106         (gnus-get-unread-articles): Fix up the last commit.
2107
2108         * gnus-html.el (gnus-article-html): Allow calling without specifying
2109         the handle.  In that case, dissect the buffer first.
2110
2111         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2112
2113         * nnimap.el (nnimap-open-connection): Revert the change that would look
2114         into authinfo for imaps instead of imap.
2115
2116         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2117         say that you don't want to call gnus-request-group with don-check, but
2118         do check the reponse.  This is for virtual groups only.
2119         (gnus-get-unread-articles): Count the archive groups as secondary, so
2120         that they're activated the same way as before.
2121
2122         * imap.el (imap-message-map): Removed optional buffer parameter, since
2123         no callers use it.
2124         (imap-message-get): Ditto.
2125         (imap-message-put): Ditto.
2126         (imap-mailbox-map): Ditto.
2127         (imap-mailbox-put): Ditto.
2128         (imap-mailbox-get): Ditto.
2129         (imap-mailbox-get): Revert last change for this function.
2130
2131         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2132         case-insensitively.
2133         (nnimap-debug): Removed.
2134
2135         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2136         to use `imap-fetch' instead.  According to the comments, this should be
2137         safe, since all other IMAP clients use the 1:* syntax.
2138         (imap-enable-exchange-bug-workaround): Removed.
2139         (imap-debug): Removed -- doesn't seem very useful.
2140
2141         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2142         mail from a file, and the file doesn't exist.
2143
2144         * imap.el (imap-log): New convenience function used throughout instead
2145         of repeating the same code all over the place.
2146
2147         * pop3.el (pop3-streaming-movemail): Return t for success.
2148
2149         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2150         .authinfo if we're using ssl connection.
2151
2152         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2153         already have if we're in a main Gnus `g' run.
2154
2155         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2156
2157 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2160
2161         * nnmh.el (nnmh-request-list-1): Bind `file'.
2162
2163         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2164         alias to set-process-query-on-exit-flag or process-kill-without-query.
2165         (pop3-open-server): Use it.
2166
2167 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2170         box to the Incoming file.  Fixes mistake in previous checkin.
2171
2172         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2173         request loop (for debugging purposes) removed.
2174
2175         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2176         culprit is more visible.
2177         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2178         (nnml-add-incremental-nov): New functions to do "incremental" nov
2179         updates, where we just append to the end of the existing nov files
2180         without reading/writing them in full.
2181
2182         * mail-source.el (mail-source-delete-crash-box): Really only check the
2183         incoming files once in a while.
2184
2185         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2186
2187         * mail-source.el (mail-source-delete-crash-box): Only check the
2188         incoming files for deletion once per day to save a lot of file
2189         accesses.
2190
2191         * pop3.el (pop3-logon): Fix up unbound variable typo.
2192
2193         * mail-source.el (pop3-streaming-movemail): Autoload.
2194
2195         * pop3.el (pop3-streaming-movemail): Respect
2196         pop3-leave-mail-on-server.
2197
2198         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2199         retrieval.
2200
2201         * pop3.el (pop3-process-filter): Removed unused function.
2202         (pop3-streaming-movemail, pop3-send-streaming-command)
2203         (pop3-wait-for-messages, pop3-write-to-file)
2204         (pop3-number-of-responses): New functions for streaming pop3
2205         retrieval.
2206
2207         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2208         come from no known methods.
2209         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2210         list.
2211
2212         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2213         message sizes.
2214         (pop3-movemail): Use erase-buffer instead of looping and deleting
2215         regions, which seems rather odd.
2216
2217         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2218         file once per `g' run.
2219
2220         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2221         directories.  This makes the draft queue directory work.
2222
2223         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2224         data from the backends, so that we only request the list of groups from
2225         each method once.  This should speed things up considerably.
2226
2227         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2228         detect that it's not implemented.
2229
2230         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2231         we actually do recurse down into the tree, but don't stat all leaf
2232         nodes.
2233
2234         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2235         then say so instead of bugging out.
2236
2237         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2238         files exist before trying to read them.
2239
2240         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2241         around <pre_int>.
2242
2243         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2244
2245         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2246
2247 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * mm-util.el (mm-image-load-path): Just return the image directories,
2250         not all directories in the path in addition to the image directories.
2251         (mm-image-load-path): Maintain a cache of the image directories so that
2252         the `g' command in Gnus doesn't have to stat dozens of directories each
2253         time.
2254
2255         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2256         (gnus-html-wash-tags): Add a new `i' command to insert images.
2257         (gnus-html-insert-image): New command and keystroke.
2258         (gnus-html-redisplay-with-images): New command and keystroke.
2259         (gnus-html-show-images): Renamed command.
2260         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2261         spacers.
2262         (gnus-html-wash-tags): Decode entities at the end, so that entities
2263         inside the tags don't mess up the rest of the "parsing".
2264
2265         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2266         so that nnimap methods aren't agentized by default.  There's apparently
2267         many problems related to agent/imap behaviour.
2268
2269         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2270
2271         * gnus-html.el: Doc fix.
2272
2273 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2276         specifier-spec-list for Emacs 21.
2277
2278         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2279         glyph-width and glyph-height instead of display-graphic-p and
2280         image-size; make avoidance of displaying small images work for XEmacs.
2281
2282         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2283         for XEmacs.
2284
2285         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2286         of symbol that holds plist data.
2287         (gnus-process-plist): Remove plist of process after getting it.
2288
2289 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * message.el (message-generate-hashcash): Change default to
2292         'opportunistic if hashcash is installed.
2293
2294         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2295         (gnus-html-put-image): Only call image-size once, since it's somewhat
2296         time-consuming on remote X servers.
2297
2298 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2301         type on data, not a file name.
2302
2303         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2304         window-pixel-edges for Emacs 21.
2305
2306         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2307         decoded contents.
2308         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2309
2310 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2313         group line format, since it isn't very interesting.
2314
2315         * gnus-agent.el (gnus-agent-short-article),
2316         (gnus-agent-long-article): Increase values for these two variables,
2317         since most people are likely to have more network connection and
2318         storage than before.
2319
2320         * gnus.el (gnus-refer-article-method): Change default to 'current.
2321         When referring an article, the common behaviour is to refer it from the
2322         current select method, not the native select method.  The chances of
2323         the native select method having the message in question is rather slim
2324         these days.
2325
2326         * gnus-sum.el (gnus-auto-select-subject): Change default to
2327         `unseen-or-unread'.  I think it's likely that most people want to
2328         select an unseen article over a previously seen, but unread one.
2329
2330         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2331         means that in the article buffer none of the minor mode elements will
2332         be shown, usually, and this is not desirable in most cases.
2333
2334         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2335         that commands like `d' (and the like) go to the next line in the
2336         buffer, instead of the next unread article.  I think this is the
2337         behaviour that is most natural for most users.
2338         (gnus-single-article-buffer): Change default to nil, so that people can
2339         have as many article buffers open as they have summary buffer.  I think
2340         this is the most natural way for the groups to behave.
2341
2342         * message.el (message-generate-new-buffers): Change default to
2343         `unsent', so that all new message buffers start their names with the
2344         string "*unsent", and it's easier to find the buffers if you move from
2345         them.
2346
2347 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2350         small.  They're probably tracking images.
2351         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2352         (gnus-html-rescale-image): Yet another try at getting the image sizing
2353         right.
2354
2355         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2356         nntp-marks-file-name is nil.
2357
2358 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2359
2360         * gnus-html.el (gnus-html-wash-tags)
2361         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2362         Better logging.
2363
2364 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2367
2368         * gnus-html.el (gnus-html-wash-tags): Check the value of
2369         gnus-blocked-images in the summary buffer.
2370
2371 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2372
2373         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2374
2375 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2378         like "a", it seems like.
2379         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2380         since it needs to be picked from the correct buffer.
2381
2382         * nnwfm.el: Removed.
2383
2384         * nnlistserv.el: Removed.
2385
2386 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2387
2388         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2389         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2390
2391 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * nnkiboze.el: Removed.
2394
2395         * nndb.el: Removed.
2396
2397         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2398         alt text.
2399         (gnus-html-rescale-image): Try to get the rescaling logic right for
2400         images that are just wide and not tall.
2401
2402         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2403         overshadow variable bindings.
2404
2405 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2406
2407         * gnus-html.el (gnus-html-wash-tags)
2408         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2409         extra logging.
2410
2411 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2414         (gnus-max-image-proportion): New variable.
2415         (gnus-html-rescale-image): New function.
2416         (gnus-html-put-image): Rescale images.
2417
2418 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2419
2420         Fix up some byte-compiler warnings.
2421         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2422         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2423         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2424         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2425         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2426         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2427         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2428
2429 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-html.el (gnus-article-html): Decode contents by charset.
2432
2433 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2436         (gnus-html-frame-width, gnus-blocked-images)
2437         * message.el (message-prune-recipient-rules): Add custom version.
2438         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2439
2440         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2441         functions.
2442
2443         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2444         gnus-process-get.
2445
2446 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2447
2448         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2449         instead of lsub directly.
2450
2451 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * nnwarchive.el: Removed.
2454
2455         * gnus-soup.el: Removed.
2456
2457         * nnsoup.el: Removed.
2458
2459         * nnultimate.el: Removed.
2460
2461         * gnus-html.el (gnus-blocked-images): New variable.
2462
2463         * message.el (message-prune-recipients): New function.
2464         (message-prune-recipient-rules): New variable.
2465
2466         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2467         guess whether a long line is natural text or not.
2468
2469         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2470         gnus-process-plist and friends for compatibility.
2471
2472 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2473
2474         * gnus-html.el: Require packages that define macros used in this file.
2475         (gnus-article-mouse-face): Declare to silence byte-compiler.
2476         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2477         process-get.
2478         (gnus-html-put-image): Use plist-get to avoid getf.
2479         (gnus-html-prefetch-images): Use with-current-buffer.
2480
2481 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * gnus-ems.el: Provide compatibility functions for
2484         gnus-set-process-plist.
2485
2486         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2487         header-line-format for XEmacs 21.4.
2488
2489         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2490         * gnus.el (gnus-valid-select-methods)
2491         * message.el (message-send-mail-partially-limit)
2492         * mm-decode.el (mm-text-html-renderer)
2493         * mml.el (mml-insert-mime-headers-always)
2494         * smiley.el (smiley-regexp-alist): Bump custom version.
2495
2496 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2497
2498         * gnus-html.el: require mm-url.
2499         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2500         with the url to `url'.
2501         (gnus-html-wash-tags): Support cid: URLs/images.
2502
2503 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2506         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2507         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2508
2509         * gnus-move.el: Removed file, since it doesn't really work.
2510
2511         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2512         UTF-8.  This seems to fix problems with some German web feeds.
2513
2514         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2515         at the top so that the proper colours are applied.
2516
2517         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2518         don't have dots in their names.
2519
2520         * gnus-art.el (gnus-article-view-part): Doc fix.
2521
2522         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2523         XEmacs-compatible.
2524         (gnus-html-put-image): Don't do images on non-graphic displays.
2525
2526         * nnslashdot.el: Removed this unused backend.
2527
2528         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2529         actions.
2530         (gnus-undo-register-1): Revert last change.
2531
2532         * gnus-group.el (gnus-group-completing-read): Protect against not
2533         having completion-styles bound.
2534
2535         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2536         make broken recipients happier.
2537
2538         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2539
2540         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2541         point parameter.
2542
2543         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2544
2545         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2546         completion-styles for group selection.
2547
2548 2009-02-04  Andreas Schwab  <schwab@suse.de>
2549
2550         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2551         headers and regexp-quote the match if necessary.
2552
2553 2009-03-24  Miles Bader  <miles@gnu.org>
2554
2555         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2556         the blinking smiley.
2557
2558 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2559
2560         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2561         blink smiley.
2562
2563 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2566         where the dribbel file lives exists.
2567
2568         * message.el (message-send-mail-partially-limit): Change the default to
2569         nil, since most people don't want this.
2570
2571         * mm-url.el (mm-url-decode-entities): Also decode entities like
2572         &#x3212.
2573
2574 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2575
2576         * gnus-sum.el (gnus-summary-idna-message):
2577         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2578         Hyperlink urls in docstrings with URL `...'.
2579
2580 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2581
2582         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2583         functions.
2584
2585 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2588         say what the mouseover text should be.
2589
2590         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2591         version of the mm-w3m-safe-url-regexp variable to only download images
2592         in the groups where we want that to happen.
2593
2594         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2595
2596         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2597         easier debugging.
2598         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2599         big pictures in the article buffer.
2600
2601         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2602         gnus-article-html.
2603         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2604         w3m.
2605
2606         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2607
2608 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2611         which doesn't exist.
2612
2613         * message.el (message-inhibit-ecomplete): New variable to allow some
2614         function to inhibit ecomplete address storage.
2615         (message-resend): Disable ecomplete message storage when resending
2616         messages.
2617
2618         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2619
2620 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2623         Save excursion while copying, moving, and deleting articles in order to
2624         prevent the cursor from jumping to unforeseen place.
2625
2626 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * lpath.el: No need to bind bookmark-current-buffer,
2629         bookmark-yank-point and bookmark-make-record-function.
2630
2631 2010-08-17  Glenn Morris  <rgm@gnu.org>
2632
2633         * gnus-sync.el: Require gnus components whose functions are used.
2634
2635         * gnus-art.el (bookmark-make-record-function):
2636         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2637         Declare for compiler.
2638
2639         * mm-url.el (mml-compute-boundary): Autoload.
2640
2641 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2644
2645 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2646
2647         Typo fix "hoo4a" -> "hook".
2648
2649         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2650
2651 2010-08-14  Glenn Morris  <rgm@gnu.org>
2652
2653         * gnus-sync.el (gnus-sync): Fix defgroup version.
2654
2655 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2656
2657         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2658
2659         * gnus-sync.el: Fix docs.
2660         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2661         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2662
2663 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2664
2665         Optimizations for gnus-sync.el.
2666
2667         * gnus-sync.el: Add docs about gnus-sync-backend
2668         possibilities.
2669         (gnus-sync-save): Remove unnecessary message.
2670         (gnus-sync-read): Optimize and show what groups were skipped.
2671
2672 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2673
2674         Minor bug fixes for gnus-sync.el.
2675
2676         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2677         read the sync on get-new-news.
2678
2679         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2680         quiet.
2681
2682         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2683
2684 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2685
2686         Make saving and restoring of hidden threads work with overlays.
2687         Patch applied by Ted Zlatanov.
2688
2689         * gnus-sum.el (gnus-hidden-threads-configuration)
2690         (gnus-restore-hidden-threads-configuration): Update to deal with text
2691         properties, rather than searching for a magic character.
2692
2693 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2694
2695         New gnus-sync.el library for synchronization of marks.
2696
2697         * gnus-sync.el: New library for synchronization of marks.
2698
2699         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2700         renamed from `gnus-registry-grep-in-list'.
2701
2702         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2703
2704         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2705
2706 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2709         determining charset of text fails.
2710
2711 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * nnmail.el (nnmail-get-new-mail-1): Revert.
2714
2715         * nnml.el (nnml-active-number): Make sure names of newly created groups
2716         in nnml-group-alist are encoded.
2717
2718 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2721         containing non-ASCII characters in active file for nnml back end.
2722
2723 2010-07-24  David Engster  <dengste@eml.cc>
2724
2725         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2726         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2727
2728 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2729
2730         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2731         tag (Bug#6654).
2732
2733 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2736         the article buffer, not the summary buffer.
2737
2738 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2741         Emacs 23 as well.
2742
2743 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2746         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2747
2748 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2749
2750         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2751         Patch applied by Karl Fogel.
2752
2753         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2754         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2755
2756 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2757
2758         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2759         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2760         C-w still not working correctly from Article buffers; Thierry's
2761         patch to fix that will be applied after this.
2762
2763         * gnus-art.el (bookmark-make-record-function): New local variable.
2764
2765         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2766         article buffer.
2767         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2768
2769 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2770
2771         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2772         on changes in bookmark.el.
2773
2774 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2777         `no-log' instead of message not to log prompt string.
2778
2779 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2780
2781         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2782         the *other* type of HTML form submission.
2783
2784 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2785
2786         * auth-source.el (auth-source-pick): If choice does not contain a
2787         questioned keyword, set the check to t.
2788
2789 2010-06-12  Romain Francoise  <romain@orebokech.com>
2790
2791         * gnus-util.el (gnus-date-get-time): Move up before first use.
2792
2793 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2796         (gnus-article-edit-part): Bind it to make last part that is substituted
2797         or deleted visible.
2798         (gnus-mime-display-single): Buttonize part of which id equals to
2799         gnus-mime-buttonized-part-id.
2800
2801 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2802
2803         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2804         (gnus-dd-mmm): Use gnus-date-get-time.
2805         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2806         simplify logic.
2807         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2808         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2809
2810 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2811
2812         * auth-source.el (top): Autoload `secrets-list-collections',
2813         `secrets-create-item', `secrets-delete-item'.
2814         (auth-sources): Fix tag string.
2815         (auth-get-source, auth-source-retrieve, auth-source-create)
2816         (auth-source-delete): New defuns.
2817         (auth-source-pick): Rewrite in order to avoid 2 passes.
2818         (auth-source-forget-user-or-password): New parameter USERNAME.
2819         (auth-source-user-or-password): New parameters CREATE-MISSING and
2820         DELETE-EXISTING.  Retrieve password interactively, if needed.
2821
2822 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2823
2824         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2825         deleting unused directories when gnus-expert-user is t.
2826
2827 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2830         for each temp file when gnus-article-browse-delete-temp is ask.
2831
2832 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2833
2834         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2835         Lisp calls to delete-backward-char by calls to delete-char.
2836
2837 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2838
2839         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2840
2841 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2842
2843         * password-cache.el (password-cache-remove): Fix docstring.
2844
2845 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2848         article unless decoding article to be saved.
2849
2850 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2853         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2854         generated within the mm-with-unibyte-current-buffer macro.
2855
2856 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2857
2858         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2859         to nil when we're in a mml-preview buffer and no group is selected.
2860
2861 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2862
2863         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2864         when catching the `C-g'.  Reported by "Leo".
2865
2866 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2867
2868         * message.el (message-forward-make-body-plain)
2869         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2870         multibyte-string-p.
2871
2872         * lpath.el: Revert.
2873
2874 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * message.el (message-forward-make-body-mml): Assume original message
2877         is multibyte string; error on unibyte.
2878         (message-forward-make-body-plain): Ditto; don't add excessive newline
2879         in body end.
2880
2881         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2882
2883 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2884
2885         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2886         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2887
2888 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * mm-extern.el (mm-extern-url): Don't use
2891         mm-with-unibyte-current-buffer.
2892         (mm-extern-cache-contents): Use with-current-buffer instead of
2893         save-excursion + set-buffer.
2894
2895 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * mm-util.el (mm-emacs-mule): Remove.
2898
2899 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2900
2901         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2902         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2903         change.
2904
2905 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2908         bind the default value of enable-multibyte-characters to nil.
2909
2910 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * message.el (message-forward-make-body-plain)
2913         (message-forward-make-body-mml):
2914         Don't use mm-with-unibyte-current-buffer.
2915
2916 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2917
2918         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2919
2920 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2921
2922         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2923         (Bug#5592).
2924
2925 2010-05-07  Julien Danjou  <julien@danjou.info>
2926
2927         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2928         it to mm-pipe-part.
2929
2930         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2931         it is given.
2932
2933 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * binhex.el (binhex-decode-region-internal)
2936         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2937         (dns-query)
2938         * nnweb.el (nnweb-gmane-search)
2939         * pgg-parse.el (pgg-parse-armor)
2940         * pgg.el (pgg-verify-region)
2941         * sha1.el (sha1-string-external)
2942         * uudecode.el (uudecode-decode-region-internal)
2943         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2944         XEmacs.
2945
2946         * gnus-art.el (gnus-article-browse-html-parts)
2947         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2948         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2949         make-temp-file.
2950
2951         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2952         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2953         compiling.
2954
2955         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2956         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2957         XEmacs when compiling.
2958
2959         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2960         gnus-pick-mode-off-hook for XEmacs when compiling.
2961         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2962         gnus-binary-mode-off-hook for XEmacs when compiling.
2963
2964         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2965         nil if char-charset is not available.
2966
2967         * imap.el (imap-disable-multibyte)
2968         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2969         macros.
2970
2971         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2972         instead of encode-coding-string.
2973
2974         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2975         'xemacs) instead of mm-emacs-mule to switch function definitions.
2976         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2977
2978         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2979         bind temporary-file-directory for XEmacs;
2980         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2981         timer-set-function for XEmacs 21.4 and SXEmacs;
2982         bind timer-list for XEmacs 21.4 and SXEmacs;
2983         fbind char-charset and find-charset-region for non-Mule XEmacs;
2984         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2985         encode-coding-region and encode-coding-string for XEmacs having no
2986         file-coding feature.
2987
2988 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2989
2990         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2991
2992 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2995         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2996
2997 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2998
2999         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3000         alias `jka-compr-delete-temp-file' no longer exists.
3001
3002 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3003
3004         Use define-minor-mode in Gnus where applicable.
3005         * mml.el (mml-mode): Use define-minor-mode.
3006         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3007         (gnus-undo-mode): Use define-minor-mode.
3008         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3009         (gnus-dead-summary-mode): Use define-minor-mode.
3010         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3011         Initialize in declaration.
3012         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3013         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3014         (gnus-mailing-list-mode): Use define-minor-mode.
3015         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3016         (gnus-draft-mode): Use define-minor-mode.
3017         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3018         (gnus-dired-mode): Use define-minor-mode.
3019
3020 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3021
3022         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3023         handles on recursive mml-to-mime translation and check them for
3024         boundary delimiter collisions.  Reported by Greg Troxel.
3025
3026 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3029
3030 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3031
3032         * mm-util.el (mm-find-buffer-file-coding-system):
3033         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3034
3035 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3036
3037         * message.el (message-generate-headers): Record insertion of optional
3038         headers as well.  Otherwise the check to prevent repeated insertion of
3039         optional headers is a no-op.
3040
3041 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3042
3043         * smime.el: Don't mention CVS.
3044
3045         * nnrss.el (nnrss-fetch): Don't mention CVS.
3046
3047         * nnir.el: Don't mention CVS.
3048
3049 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3050
3051         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3052
3053 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * lpath.el: Fbind bookmark-default-handler,
3056         bookmark-get-bookmark-record, bookmark-make-record-default,
3057         bookmark-prop-get for Emacs <23 and XEmacs.
3058
3059 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3060
3061         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3062         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3063         Use with-current-buffer to silence the byte-compiler.
3064         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3065         bother to require `gnus'.
3066         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3067
3068 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3069
3070         * gnus-sum.el (gnus-summary-bookmark-make-record)
3071         (gnus-summary-bookmark-jump): New functions.
3072         (gnus-summary-mode): Setup bookmark support.
3073
3074 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3075
3076         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3077         if set.
3078
3079 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3082         gnus-article-browse-html-save-cid-image; make it work recursively for
3083         forwarded messages as well.
3084         (gnus-article-browse-html-parts): Work when prefix arg is given.
3085         (gnus-article-browse-html-article): Doc fix.
3086
3087 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3088
3089         * message.el (message-default-mail-headers):
3090         (message-default-headers): Carry the value mail-default-headers over
3091         into message-default-mail-headers, rather than message-default-headers.
3092
3093 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3094
3095         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3096         charset.
3097
3098         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3099         charset into the <meta> tag when the article is encoded to utf-8.
3100
3101 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3104         directories as well.
3105         (gnus-article-browse-html-parts): Work for images that do not specify
3106         file names; delete temp directory when quitting; insert header at the
3107         right place; use file: scheme for image files.
3108
3109 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3110
3111         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3112         (gnus-article-browse-html-parts): Use it to make temporary cid image
3113         files in addition to html file so that browser may display them.
3114
3115 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3118
3119 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3120
3121         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3122
3123 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3124
3125         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3126         about Secret Service API sources.  Improve Customize options.
3127         (auth-source-pick): Change to accept any number of search parameters.
3128         Implement fallbacks iteratively, not recursively.  Add scoring on the
3129         second pass and sort by score.  Call Secret Service API when needed.
3130         (auth-source-user-or-password): Use it.  Call Secret Service API
3131         directly when needed to get the user name and the password.
3132
3133 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3134
3135         * message.el (message-interactive): Doc fix.
3136         (message-qmail-inject-args): Reflow.
3137         (message-kill-to-signature): Fix typo in docstring.
3138
3139         * smiley.el (smiley-buffer): Fix typo in docstring.
3140
3141 2010-03-24  Glenn Morris  <rgm@gnu.org>
3142
3143         * mail-source.el (gnus-message): Declare.
3144         (mail-source-delete-old-incoming): Require gnus-util.
3145
3146 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3149
3150         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3151
3152         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3153         password-cache's default if it is not bound.
3154         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3155         password-cache-expiry's default if it is not bound.
3156
3157         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3158         available in Emacs 21.
3159
3160         * lpath.el: Suppress compiler warnings for:
3161         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3162         XEmacs;
3163         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3164         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3165         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3166
3167 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3168
3169         * auth-source.el (auth-sources): Fix up definition so extra parameters
3170         are always inline.
3171
3172 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3173
3174         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3175         wasn't updated after mismatch.  Clear cached mailbox info correctly
3176         when uidvalidity changes.
3177         (nnimap-group-prefixed-name): New function to avoid some code
3178         duplication.
3179         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3180         (nnimap-request-group): Use it.
3181         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3182         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3183         with many imap folders.  This is done by caching the group status from
3184         the imap server persistently in a group parameter `imap-status'.  (This
3185         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3186         but not persistently, so every Gnus startup was still very slow.)
3187
3188 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3189
3190         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3191         delete the extra newline.  Otherwise editing of :string and :number
3192         types don't work.
3193
3194 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3197         secrets.el dependency.
3198         (auth-sources): Add optional user name.  Add secrets.el configuration
3199         choice (unused right now).
3200
3201 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3204         `gnus-registry-install-shortcuts' fill in the functions.
3205
3206         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3207         warnings.
3208         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3209         (gnus-registry-install-shortcuts): Populate and use it in a
3210         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3211
3212 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3213
3214         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3215         In-place substitutions for the group name encoding/decoding.
3216         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3217         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3218         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3219         (nnimap-update-unseen, nnimap-request-list)
3220         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3221         (nnimap-request-set-mark, nnimap-split-to-groups)
3222         (nnimap-split-articles, nnimap-request-newgroups)
3223         (nnimap-request-create-group, nnimap-request-accept-article)
3224         (nnimap-request-delete-group, nnimap-request-rename-group)
3225         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3226         `encoded-mbx' for consistency.
3227         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3228         variable `imap-current-mailbox'.
3229
3230         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3231         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3232
3233 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3234
3235         * pop3.el (pop3-display-message-size-flag): Display message size byte
3236         counts during POP3 download.
3237         (pop3-movemail): Use it.
3238         (pop3-list): Implement listing of available messages.
3239
3240 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3241
3242         * nnir.el (nnir-get-article-nov-override-function): New function to
3243         override the normal NOV retrieval.
3244         (nnir-retrieve-headers): Use it.
3245
3246 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3247
3248         * auth-source.el (netrc-machine-user-or-password): Autoload.
3249
3250 2010-03-19  Glenn Morris  <rgm@gnu.org>
3251
3252         Stop message.el from loading about 40 libraries it doesn't always need.
3253         The general approach is to autoload rather than require, and to
3254         require in the specific functions rather than the file.  (Bug#5642)
3255
3256         * gmm-utils.el: Don't require wid-edit.
3257         (widget-create-child-value, widget-convert, widget-default-get):
3258         Autoload.
3259
3260         * gnus-util.el: Don't require time-date, netrc.
3261         (message-fetch-field, gnus-group-name-decode): Declare rather than
3262         autoloading.
3263         (gnus-fetch-field): Require message.
3264         (gnus-decode-newsgroups): Require gnus-group.
3265
3266         * ietf-drums.el: Don't require time-date.
3267
3268         * message.el: Don't require hashcash, canlock, ecomplete.
3269         Do require mail-utils.  Require nnheader only when compiling.
3270         (smtpmail-default-smtp-server): Remove declaration.
3271         (message-send-mail-function): Check smtpmail-default-smtp-server
3272         is bound rather than requiring smtpmail.
3273         (message-auto-save-directory, message-insert-signature): Use
3274         expand-file-name rather than nnheader-concat.
3275         (nnheader-insert-file-contents): Autoload.
3276         (hashcash-wait-async): Declare.
3277         (message-send-mail): Only call gnus-setup-posting-charset if
3278         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3279         (message-send-mail-with-sendmail): Require sendmail.
3280         (canlock-password, canlock-password-for-verify): Declare.
3281         (message-canlock-password): Require canlock.
3282         (nnheader-get-report): Autoload.
3283         (gnus-setup-posting-charset): Declare.
3284         (message-send-news): Require gnus-msg.
3285         (message-make-references, message-make-in-reply-to): Use mail-header-id
3286         rather than the alias mail-header-message-id.
3287         (ecomplete-add-item, ecomplete-save): Declare.
3288         (message-put-addresses-in-ecomplete): Require ecomplete.
3289         (ecomplete-display-matches): Autoload.
3290
3291         * mm-decode.el: Don't require mailcap, gnus-util.
3292         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3293         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3294         Autoload.
3295         (mailcap-mime-extensions): Declare.
3296
3297         * mm-encode.el: Don't require mailcap.
3298         (mailcap-extension-to-mime): Autoload.
3299
3300         * mml-sec.el: Don't require password-cache.
3301
3302         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3303         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3304         (mml-minibuffer-read-type): Require mailcap.
3305         (mml-preview): Require gnus-msg.
3306
3307         * mml1991.el: Require password-cache.
3308         (password-cache-expiry): Remove declaration.
3309
3310         * mml2015.el: Require password-cache.
3311         (password-cache-expiry): Remove declaration.
3312
3313         * nneething.el (mailcap): Require mailcap.
3314
3315         * nnheader.el (declare-function): Add compatibility stub.
3316         (message-remove-header): Declare rather than autoload.
3317         (nnheader-replace-header): Require message.
3318
3319         * nnimap.el (declare-function): Add compatibility stub.
3320         (netrc-parse, netrc-machine-user-or-password): Declare.
3321         (nnimap-open-connection): Require netrc.
3322
3323         * nntp.el (declare-function): Add compatibility stub.
3324         (netrc-parse, netrc-machine, netrc-get): Declare.
3325         (nntp-send-authinfo): Require netrc.
3326
3327         * rfc2047.el: Don't require qp.
3328         (quoted-printable-encode-region, quoted-printable-decode-string):
3329         Autoload.
3330
3331         * sieve-mode.el: Don't require easymenu.
3332         (easy-menu-add-item): Autoload it.
3333
3334         * spam-stat.el (time-to-number-of-days): Autoload it.
3335
3336 2010-03-19  Glenn Morris  <rgm@gnu.org>
3337
3338         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3339
3340 2010-03-18  Glenn Morris  <rgm@gnu.org>
3341
3342         * hashcash.el (declare-function): Remove duplicate definition.
3343
3344 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3345
3346         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3347         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3348         value if any backslash escapes).
3349
3350 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3353         if it is available.  (bug#5647)
3354
3355         * lpath.el: Suppress compiler warning for coding-system-from-name for
3356         Emacs 21 and XEmacs.
3357
3358 2010-03-14  Juri Linkov  <juri@jurta.org>
3359
3360         * hmac-def.el:
3361         * hmac-md5.el:
3362         * netrc.el: Fix keywords.
3363
3364 2010-02-26  Glenn Morris  <rgm@gnu.org>
3365
3366         * message.el (message-send-mail-function): Change the default, so that
3367         it inherits from a customized send-mail-function.  (Bug#5643)
3368
3369 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3370
3371         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3372         shell-command-to-string signals an error (bug#5299).
3373
3374 2010-02-24  Glenn Morris  <rgm@gnu.org>
3375
3376         * message.el (message-smtpmail-send-it)
3377         (message-send-mail-with-mailclient): Doc fixes.
3378
3379 2010-02-16  Glenn Morris  <rgm@gnu.org>
3380
3381         * message.el (message-default-mail-headers): Change the default value
3382         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3383
3384 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3387         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3388
3389 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3390
3391         * time-date.el (date-to-time): Doc fix (Bug#5408).
3392
3393 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3394
3395         * message.el (message-mail): Just pass yank-action on to message-setup.
3396         (message-setup): Handle (FUN . ARGS) form of yank-action.
3397         (message-with-reply-buffer, message-widen-reply)
3398         (message-yank-original): Handle non-buffer values of
3399         message-reply-buffer (Bug#4080).
3400         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3401
3402 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3403
3404         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3405         Fix typo in docstring.
3406
3407 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3408
3409         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3410         response.
3411
3412 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3415
3416         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3417
3418         * message.el (message-check-news-header-syntax): Protect against a
3419         string that `rfc822-addresses' returns when parsing fails.
3420
3421 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3424         (gnus-previous-char-property-change): New functions.
3425
3426         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3427
3428 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3429
3430         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3431         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3432
3433 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3434
3435         * message.el (message-exchange-point-and-mark): Rework last change to
3436         avoid using optional arg of exchange-point-and-mark, for backward
3437         compatibility.
3438
3439 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3440
3441         * message.el (message-exchange-point-and-mark): Call
3442         exchange-point-and-mark with an argument rather than setting
3443         mark-active by hand (Bug#5175).
3444
3445 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * nntp.el (nntp-service-to-port): Work for service expressed with
3448         numeric string; replace [:digit:] with [0-9] for XEmacs.
3449
3450 2009-12-17  Glenn Morris  <rgm@gnu.org>
3451
3452         * gnus-group.el (gnus-bug-group-download-format-alist):
3453         Change emacs entry to debbugs.gnu.org.  Bump :version.
3454
3455 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3456
3457         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3458
3459 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3460
3461         * message.el (message-info): Explain why we use `Info-goto-node'.
3462
3463 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3466
3467 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3468
3469         * message.el (message-completion-in-region): New compatibility function.
3470         (message-expand-group): Use it.
3471
3472 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3475         with no unread article should be listed if the 2nd arg `predicate' is
3476         given.
3477
3478 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3481
3482 2009-11-29  Juri Linkov  <juri@jurta.org>
3483
3484         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3485         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3486         on `gnus-recenter'. (Bug#4698, Bug#4981)
3487
3488 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3489
3490         * sha1.el (sha1-string-external): default-directory "/" in case
3491         otherwise non-existent.  process-connection-type pipe for touch of
3492         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3493
3494 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3495
3496         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3497         it's comms related and sgml-mode.el has "comm" on that basis too.
3498
3499 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3502         containing tspecial characters if they have been already quoted.
3503
3504 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3505
3506         * dns-mode.el (auto-mode-alist): Purecopy string.
3507
3508 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3509
3510         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3511
3512 2009-10-24  Glenn Morris  <rgm@gnu.org>
3513
3514         * gnus-art.el (help-xref-stack-item): Define for compiler.
3515
3516 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3517
3518         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3519
3520 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3523
3524 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3527         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3528
3529 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3532         (gnus-overlays-in): New alias to overlays-in.
3533
3534         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3535         gnus-overlay-get, and gnus-delete-overlay.
3536         (gnus-summary-show-thread): Make it work as well for systems in which
3537         next-single-char-property-change is not available.
3538         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3539
3540         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3541         (gnus-overlay-get): New alias to extent-property.
3542         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3543
3544         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3545         SXEmacs.
3546
3547         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3548         SXEmacs.
3549
3550 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3551
3552         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3553
3554 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3555
3556         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3557         and XEmacs that don't have `remove-overlays'.
3558
3559 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3560
3561         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3562         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3563         selective display.  Use overlays instead.
3564
3565 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3566
3567         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3568
3569 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3570
3571         * spam-stat.el (spam-stat-load): Fix typo in message.
3572
3573 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3574
3575         * dig.el (dig-invoke): Fix typo in docstring.
3576         (query-dig): Reflow docstring.
3577
3578 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3579
3580         * gnus-art.el (gnus-article-encrypt-body):
3581         * message.el (message-check-recipients):
3582         * mm-util.el (mm-codepage-setup):
3583         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3584         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3585
3586 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3587
3588         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3589         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3590         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3591         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3592         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3593
3594 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3595
3596         * dig.el: Add "Keywords: comm", as per net-utils.el.
3597
3598 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3599
3600         * dig.el (dig-mode): Use define-derived-mode.
3601
3602 2009-09-19  Glenn Morris  <rgm@gnu.org>
3603
3604         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3605
3606 2009-09-18  Glenn Morris  <rgm@gnu.org>
3607
3608         * gnus-diary.el (gnus-diary-check-message):
3609         * message.el (message-insert-formatted-citation-line):
3610         * nnbabyl.el (top-level):
3611         * nndiary.el (nndiary-schedule):
3612         Fix typos in condition-case handlers.
3613
3614 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3617         configuration that provides the sole article window in a frame;
3618         position point correctly after deleting a part.
3619
3620 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3621
3622         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3623         (spam-resolve-registrations-routine): Use it to unregister articles
3624         that change status.
3625
3626 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3629         with XEmacs.
3630         (parse-time-string-chars): Use it.
3631
3632 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3633
3634         * imap.el (imap-interactive-login): Better messages.
3635         (imap-open): Fix bug with renamed buffer on reconnect.
3636         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3637         for easier debugging and cleaner code.  On successful (guessed based on
3638         server capabilities) secondary authentication, set imap-state
3639         correctly.
3640         (imap-last-authenticator): Define imap-last-authenticator as a variable
3641         to avoid warnings.
3642
3643 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * nnrss.el (nnrss-request-article): Remove binding of
3646         default-enable-multibyte-characters that has gotten needless by
3647         the 2007-07-13 change in rfc2047-encode-message-header.
3648
3649         * mml.el (mml-insert-multipart): Error on the message header.
3650         (mml-insert-part): Error on the message header; position point at
3651         the end of a MIME tag.
3652
3653 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * time-date.el (autoload): Expand define-obsolete-function-alias into
3656         defalias and make-obsolete for old Emacsen that Gnus supports.
3657         (with-no-warnings): Define it for old Emacsen.
3658         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3659         is available.
3660         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3661         float-time is available; suppress compile warning for time-to-seconds.
3662
3663         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3664         (gnus-float-time): Alias to float-time if it exists.
3665
3666         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3667         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3668         float-time is available; suppress compile warning for time-to-seconds.
3669
3670         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3671         XEmacs.
3672
3673 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * imap.el (imap-message-map): Docstring fix.
3676
3677 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3680         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3681         Add the optional argument `encoding' that overrides the default.
3682
3683         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3684         mm-encode-buffer.
3685
3686 2009-09-04  Glenn Morris  <rgm@gnu.org>
3687
3688         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3689         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3690         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3691         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3692         * mm-util.el (mm-with-unibyte-current-buffer)
3693         (mm-find-buffer-file-coding-system):
3694         * yenc.el (yenc-decode-region): Use default-value rather than
3695         default-enable-multibyte-characters.
3696
3697 2009-09-03  Glenn Morris  <rgm@gnu.org>
3698
3699         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3700         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3701         than default-enable-multibyte-characters.
3702
3703 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3704
3705         * gnus-art.el (gnus-article-read-summary-keys):
3706         Fix gnus-buffer-configuration's value temporarily used.
3707
3708 2009-09-02  Glenn Morris  <rgm@gnu.org>
3709
3710         * gnus-util.el (gnus-float-time): New function.
3711         * gnus-delay.el (gnus-delay-article):
3712         * gnus-sum.el (gnus-thread-latest-date):
3713         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3714         * nnspool.el (nnspool-request-newgroups):
3715         Use gnus-float-time rather than time-to-seconds.
3716         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3717
3718         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3719         (gnus-header-subject-face, gnus-header-newsgroups-face)
3720         (gnus-header-name-face, gnus-header-content-face):
3721         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3722         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3723         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3724         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3725         (gnus-cite-face-11):
3726         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3727         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3728         (gnus-server-closed-face, gnus-server-denied-face)
3729         (gnus-server-offline-face):
3730         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3731         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3732         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3733         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3734         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3735         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3736         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3737         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3738         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3739         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3740         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3741         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3742         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3743         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3744         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3745         (gnus-summary-high-undownloaded-face)
3746         (gnus-summary-low-undownloaded-face)
3747         (gnus-summary-normal-undownloaded-face)
3748         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3749         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3750         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3751         (gnus-splash-face):
3752         * message.el (message-header-to-face, message-header-cc-face)
3753         (message-header-subject-face, message-header-newsgroups-face)
3754         (message-header-other-face, message-header-name-face)
3755         (message-header-xheader-face, message-separator-face)
3756         (message-cited-text-face, message-mml-face):
3757         * sieve-mode.el (sieve-control-commands-face)
3758         (sieve-action-commands-face, sieve-test-commands-face)
3759         (sieve-tagged-arguments-face):
3760         * spam.el (spam-face):
3761         Mark face aliases with "-face" in the name as obsolete.
3762
3763 2009-09-01  Glenn Morris  <rgm@gnu.org>
3764
3765         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3766         than goto-line.
3767
3768 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3771         Don't move point if the command is invoked inside the message header.
3772
3773 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3774
3775         * imap.el (imap-send-command): Simplify.
3776         (imap-wait-for-tag): point-max -> buffer-size.
3777
3778 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3779
3780         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3781         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3782         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3783         * nnir.el (nnir-swish-e-index-file):
3784         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3785         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3786         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3787         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3788         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3789         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3790
3791 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3794         Don't save excursion.
3795
3796 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3797
3798         * nnheader.el (nnheader-find-file-noselect):
3799         * mm-util.el (mm-insert-file-contents):
3800         Use (default-value 'major-mode) instead of default-major-mode.
3801
3802 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3803
3804         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3805
3806 2009-08-26  Glenn Morris  <rgm@gnu.org>
3807
3808         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3809         than placing in files.el.
3810
3811 2009-08-25  Glenn Morris  <rgm@gnu.org>
3812
3813         * nnir.el (top-level): Don't require cl at run-time.
3814         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3815         Replace cl-function substitute with gnus-replace-in-string.
3816         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3817         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3818         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3819         simplified expansions.
3820
3821 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3822
3823         * dig.el (dig): Add autoload cookie.
3824
3825 2009-08-22  Glenn Morris  <rgm@gnu.org>
3826
3827         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3828         goto-line.
3829
3830 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3831
3832         * parse-time.el (parse-time-string-chars): Save match data.
3833
3834 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3835
3836         * parse-time.el (parse-time-string-chars): Compute using character
3837         classes, to handle non-ascii characters (Bug#3190).
3838
3839 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3842
3843         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3844         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3845         (gnus-mm-display-part, gnus-mime-display-single)
3846         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3847         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3848
3849         * gnus-sum.el
3850         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3851         (gnus-summary-move-article): Add expirable mark to articles copied or
3852         moved to group that has auto-expire turned on if the option is non-nil.
3853
3854 2009-07-24  Glenn Morris  <rgm@gnu.org>
3855
3856         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3857         Fix typo.  (Bug#3903)
3858
3859 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3862         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3863         that should not be used for draft articles.
3864         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3865         that has no concern in minor mode keys.
3866         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3867         Abolish.
3868
3869 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3872         article without making inquiry to a user for unknown encoding.
3873
3874         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3875         (nnmaildir--scan): Assume i-node and device number that file-attributes
3876         returns might be cons-cell.
3877
3878         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3879
3880         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3881
3882 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3883
3884         * auth-source.el: Remove docs now in auth.texi.  Don't use
3885         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3886         `auth-source-hide-passwords' and use them.
3887
3888 2009-07-15  Glenn Morris  <rgm@gnu.org>
3889
3890         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3891
3892 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3895         excessive whitespace from the default values of title and description.
3896
3897 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3900         mail-fetch-field to fetch Content-Description header in order to
3901         exclude newlines.
3902
3903 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3904
3905         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3906         format used by GnuPG 2.0.11.
3907
3908 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3911         to deleted part.
3912
3913 2009-05-30  David Engster  <dengste@eml.cc>
3914
3915         * nnmairix.el: Remove old documentation in the commentary block.
3916         (nnmairix-request-group): Do not update active file for nnml back ends.
3917         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3918         end so that overview files are ignored.
3919         (nnmairix-update-groups): Make updating the groups more robust by using
3920         marks.
3921         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3922         with dollar characters in message-id.
3923
3924 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3925
3926         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3927         2008-12-25 in dns.el.
3928
3929 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3930
3931         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3932         could happen if the text is only composed of spaces and/or tabs.
3933
3934 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3935
3936         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3937         when sending a queued message to avoid extra mml tags.
3938
3939 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3942
3943 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3946         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3947         rmail-toggle-header for XEmacs;
3948         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3949
3950 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-dired.el: Remove autoload for gnus-setup-message.
3953         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3954         displaying Gnus logo; always use compose-mail.
3955
3956 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3959
3960 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3963         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3964         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3965         available.
3966         (gnus-nocem-epg-verify): New function.
3967
3968 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3971
3972 2009-02-15  Glenn Morris  <rgm@gnu.org>
3973
3974         * gnus-util.el (rmail-insert-rmail-file-header)
3975         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3976         autoloads.
3977         (rmail-default-rmail-file): Remove unnecessary declaration.
3978         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3979
3980 2009-02-14  Glenn Morris  <rgm@gnu.org>
3981
3982         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3983         variable (only used in gnus-util, which declares it anyway).
3984         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3985         which was only needed by gnus-art (changed to not use it any more).
3986         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3987         only used in gnus-util, which autoloads it itself.
3988         (rmail-update-summary): Fix autoload.
3989
3990         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3991         rather than rmail-output-to-rmail-file.
3992
3993 2009-02-07  Glenn Morris  <rgm@gnu.org>
3994
3995         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3996         autoload of function that no longer exists.
3997         (rmail-toggle-header): Declare.
3998         (message-forward-rmail-make-body): Handle mbox Rmail.
3999
4000 2009-01-31  Glenn Morris  <rgm@gnu.org>
4001
4002         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4003         2009-01-09 change.
4004
4005 2009-01-31  Dave Love  <fx@gnu.org>
4006
4007         * imap.el (imap-fetch-safe): Bind debug-on-error.
4008         (imap-debug): Add imap-fetch-safe.
4009
4010 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4011
4012         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4013         (auth-source-forget-all-cached): New convenience function.
4014         (auth-source-user-or-password): Accept list of modes or a single mode.
4015
4016         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4017         auth-source modes.
4018
4019         * netrc.el (netrc-machine-user-or-password): Use list of
4020         auth-source modes.
4021
4022         * nnimap.el (nnimap-open-connection): Use list of
4023         auth-source modes.
4024
4025         * nntp.el (nntp-send-authinfo): Use list of
4026         auth-source modes.
4027
4028 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4029
4030         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4031         now.
4032
4033 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4036         coding system in XEmacs; add a workaround for XEmacs.
4037
4038         * lpath.el: Fbind coding-system-aliasee.
4039
4040 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4041
4042         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4043         of current-language-environment.
4044
4045 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4046
4047         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4048         available at runtime.
4049
4050 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4053
4054 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4055
4056         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4057         the greatest positive fixnum value doesn't work under an XEmacs with
4058         bignum support; use the most-positive-fixnum constant instead,
4059         available since Emacs 21.1 with cl and XEmacs 21.1.
4060
4061 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4064         XEmacs gets not to work.
4065
4066 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * mm-util.el (mm-coding-system-priorities): Allow the value like
4069         "Japanese (UTF-8)" of current-language-environment.
4070
4071 2009-01-09  Glenn Morris  <rgm@gnu.org>
4072
4073         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4074         with last-command-event.
4075
4076 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4077
4078         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4079         in the doc string.
4080
4081         * message.el (message-fix-before-sending): Amend comment.
4082
4083 2009-01-08  Dave Love  <fx@gnu.org>
4084
4085         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4086
4087 2009-01-07  David Engster  <dengste@eml.cc>
4088
4089         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4090         simplified server definitions by converting it via
4091         gnus-server-to-method.
4092
4093 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4096         parameter's operands.
4097
4098 2009-01-06  David Engster  <dengste@eml.cc>
4099
4100         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4101         primary select method (for gnus-group-mark-article-as-read).
4102
4103 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4104
4105         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4106         `(gnus)Face', not `(gnus)X-Face'.
4107
4108 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * mm-util.el (mm-ucs-to-char): New function.
4111
4112         * mm-url.el (mm-url-decode-entities): Use it.
4113
4114         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4115         unicode-to-char.
4116
4117 2009-01-05  Dave Love  <fx@gnu.org>
4118
4119         * time-date.el: Require cl for `declare'.
4120
4121 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4122
4123         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4124         Dave Love.
4125
4126 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4127
4128         * message.el (message-fix-before-sending): Add `eight-bit' to
4129         illegible-text check.
4130
4131 2009-01-03  Michael Olson  <mwolson@gnu.org>
4132
4133         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4134         `headers' is nil.  This can occur if the IMAP server does not have
4135         permissions to read messages from a folder, but can write new messages
4136         to the folder.
4137         (nnimap-request-article-part): Do not insert `data' if it is nil.
4138
4139         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4140         characters which will confuse `read', so skip past them.
4141
4142 2009-01-01  Dave Love  <fx@gnu.org>
4143
4144         * imap.el (imap-string-to-integer): Fix typo.
4145         (imap-fetch-safe): New function.
4146         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4147
4148         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4149
4150         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4151         (imap-parse-greeting): Fix doc strings.
4152         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4153         (imap-parse-flag-list): Make messages unique.
4154         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4155
4156         * nnimap.el: Fix author email.
4157         (nnimap-split-rule): Add FIXME comment.
4158         (nnimap-debug): Fix doc string.
4159
4160 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4161
4162         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4163
4164 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4165
4166         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4167         nslookup if resolv.conf isn't available.
4168         (dns-query): Rename from query-dns.
4169         (dns-query-cached): Rename from query-dns-cached.
4170
4171 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4174         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4175         to check if those variables exist (first appeared in Emacs 18.50).
4176
4177 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * mm-util.el (mm-line-number-at-pos): New function.
4180
4181         * spam-report.el (spam-report-process-queue): Use it.
4182
4183 2008-12-24  David Engster  <dengste@eml.cc>
4184
4185         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4186         parameters that haven't existed as variables as buffer-local variables.
4187
4188 2008-12-23  Dave Love  <fx@gnu.org>
4189
4190         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4191         cadar.
4192
4193         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4194         imap-starttls-p.
4195         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4196
4197 2008-12-22  Dave Love  <fx@gnu.org>
4198
4199         * imap.el: Fix author email.  Doc fixes.
4200         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4201         reply.
4202
4203 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4204
4205         * spam-report.el (spam-report-gmane-max-requests): New constant.
4206         (spam-report-gmane-wait): New variable.
4207         (spam-report-gmane-ham, spam-report-gmane-spam)
4208         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4209         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4210         the server.
4211
4212         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4213         Add explanations.
4214
4215         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4216         nnheader-accept-process-output and nnheader-read-timeout if available.
4217         (pop3-movemail): Use it.
4218
4219         * message.el (message-check-news-body-syntax): Fix signature check if
4220         there's an attachment.
4221
4222 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * mm-util.el: Add comments to the mm- emulating functions.
4225
4226 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4227
4228         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4229         by Stephen Berman <stephen.berman@gmx.net>.
4230
4231 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * mm-util.el (mm-substring-no-properties): New function.
4234         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4235         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4236         (mm-string-to-multibyte): Doc fix.
4237
4238         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4239
4240 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4241
4242         * mml.el (mml-attach-file): Strip text properties from file name.
4243         (Bug#1574)
4244
4245 2008-12-16  Glenn Morris  <rgm@gnu.org>
4246
4247         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4248
4249 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4252         knows since the charset specified might be a bogus alias that
4253         mm-charset-synonym-alist provides.
4254
4255 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4256
4257         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4258         "ISO_8859-1".
4259
4260         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4261
4262 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * mm-util.el (mm-charset-eval-alist):
4265         Define it before mm-charset-to-coding-system.
4266         (mm-charset-to-coding-system): Add optional argument `silent';
4267         define it before mm-charset-override-alist.
4268         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4269         default value if it can be used in Emacs currently running;
4270         silence mm-charset-to-coding-system.
4271
4272 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4275         `allow-override' which says whether to use `mm-charset-override-alist'.
4276         (rfc2047-decode-encoded-words): Use it.
4277
4278         * mm-util.el (mm-charset-override-alist): Fix custom type;
4279         add `(gb2312 . gbk)' to choices.
4280
4281 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4284         fast.
4285
4286         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4287
4288         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4289
4290 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4291
4292         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4293         on links.
4294
4295         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4296
4297 2008-12-03  Lute Kamstra  <lute@gnu.org>
4298
4299         * sha1.el: Remove leading * from docstrings of defcustoms,
4300         deffaces, defconsts and defuns.
4301
4302 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4305         users' addresses that don't have domain parts.
4306         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4307         rather than message-narrow-to-head since there will be the message
4308         header separator.
4309
4310 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4311
4312         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4313         since the result is inserted in a unibyte buffer anyway.
4314         (nnimap-demule-use-string-to-multibyte): Remove.
4315         (nnimap-demule): Alias it to mm-string-to-multibyte.
4316
4317 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4318
4319         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4320         variable for debugging bug#464 and bug#1174.
4321         (nnimap-demule): Use it.
4322
4323 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4324
4325         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4326         score calculation correctly.
4327
4328 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4329
4330         * message.el (message-send-mail): Just set the buffer to unibyte
4331         rather than use mm-with-unibyte-current-buffer which does a lot more.
4332         (message-send-mail-partially): Don't bother with
4333         mm-with-unibyte-current-buffer since it's already been made unibyte by
4334         message-send-mail.
4335
4336 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4337
4338         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4339
4340 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4343
4344 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4347         require itself and to remove `with-no-warnings'.
4348
4349 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4350
4351         * starttls.el (starttls-any-program-available): Get the name of the
4352         available TLS layer program.
4353         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4354         well as the host name in the "opening" message.
4355
4356         * auth-source.el (auth-source-cache, auth-source-do-cache)
4357         (auth-source-user-or-password): Cache passwords and logins by default,
4358         allow override with `auth-source-do-cache'.
4359         (auth-source-forget-user-or-password): Allow users to remove cache
4360         entries if needed.
4361
4362 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4363
4364         * md4.el (md4-buffer): Fix typo in docstring.
4365         (md4, md4-64): Doc fixes.
4366         (md4-pack-int32): Reflow docstring.
4367
4368 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4369
4370         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4371         condition-case to only the forward-sexp call.
4372
4373 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4376         quotes contained.  Make it more robust regardless by an extra
4377         condition-case wrapper.
4378
4379 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4382
4383 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * nnml.el (nnml-request-expire-articles): Check if the function set to
4386         `nnmail-expiry-target' returns the symbol `delete'.
4387
4388         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4389
4390         * nnmail.el (nnmail-expiry-target): Fix custom type.
4391
4392 2008-10-02  Glenn Morris  <rgm@gnu.org>
4393
4394         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4395         Silence compiler warning.
4396
4397 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4398
4399         * tls.el (open-tls-stream): Show the actual command being
4400         executed, instead of the format string.
4401
4402 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * lpath.el: Fbind codepage-setup for Emacs 23.
4405
4406 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4407
4408         * mml.el (mml-menu): Don't assume mml2015 is bound.
4409
4410 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4413         exists.
4414
4415 2008-09-27  Glenn Morris  <rgm@gnu.org>
4416
4417         * gnus-util.el (mail-header-remove-comments): Autoload it.
4418
4419 2008-09-27  Andreas Schwab  <schwab@suse.de>
4420
4421         * gnus-util.el (gnus-split-references): Strip comments.
4422         (gnus-parent-id): Likewise.
4423
4424 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4425
4426         * message.el (message-confirm-send): Fix version.
4427
4428 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * message.el (message-idna-to-ascii-rhs-1): Use
4431         mail-extract-address-components rather than mail-header-parse-addresses
4432         that is an alias by default to ietf-drums-parse-addresses that does not
4433         support non-ASCII names in headers' contents.
4434
4435 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4436
4437         * message.el (message-confirm-send): Fixed variable documentation to
4438         avoid the "y/n" wording.
4439
4440 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4441
4442         * message.el (message-set-auto-save-file-name): Save to a different
4443         filename so multiple messages (especially drafts) can be recovered.
4444
4445 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4446
4447         * message.el (message-confirm-send): Add appropriate version.
4448
4449 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4452         defvar.
4453
4454 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4455
4456         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4457         (mm-pkcs7-enveloped-magic): Ditto.
4458
4459 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4460
4461         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4462         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4463
4464 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4465
4466         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4467         default, it's better.
4468
4469 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4470
4471         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4472         summary line gnus-number property and ignore them (with a warning
4473         message).
4474
4475 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4478         macro caddr in the interactive form since it won't be expanded.
4479
4480 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4483         `charset'; fix name of function called recursively.
4484         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4485
4486 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4489         (gnus-mime-set-charset-parameters): New function.
4490         (gnus-mime-view-part-as-charset): Use it to correctly display part
4491         specifying wrong charset.
4492
4493 2008-09-08  David Engster  <dengste@eml.cc>
4494
4495         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4496         in completing-read for back end server.
4497
4498 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4499
4500         * message.el (message-confirm-send): New variable to confirm sending a
4501         message.
4502         (message-send): Use it.
4503
4504 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4505
4506         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4507
4508 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4511
4512 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4513
4514         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4515         prevent tracking too many groups.
4516         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4517         Use it.
4518
4519 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4520
4521         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4522         moving point to the bottom of the window in order to avoid recentering.
4523
4524 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4527
4528         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4529         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4530         (gnus-article-beginning-of-window): Fix calculation.
4531
4532 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-msg.el (gnus-summary-supersede-article)
4535         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4536         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4537         message header.
4538
4539 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4540
4541         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4542         pending output coming after the status change.
4543
4544 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4545
4546         * message.el:
4547         * gnus-start.el:
4548         * gnus-registry.el: Remove VMS support.
4549
4550 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4553         macro.
4554         (rfc2104-hash): Use it.
4555
4556 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4557
4558         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4559         (gnus-summary-sort-by-most-recent-date): New commands.
4560         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4561         and menu entries.
4562
4563 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4566         don't redisplay article for raw contents; remove plural articles stuff.
4567
4568         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4569         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4570         on gnus-summary-save-article; display results properly.
4571
4572 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * lpath.el: No need to fbind ns-focus-frame.
4575
4576 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4579
4580 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4583         gnus-save-all-headers.
4584
4585 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4586
4587         * gnus-util.el (ns-focus-frame): Remove declaration.
4588         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4589         like x.
4590
4591 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4592
4593         * rfc2104.el (rfc2104-zero): Delete defconst.
4594         (rfc2104-hex-alist): Likewise.
4595         (rfc2104-hex-to-int): Delete func.
4596         (rfc2104-hexstring-to-bitstring): Likewise.
4597         (rfc2104-nybbles): New defconst.
4598         (rfc2104-hash): Rewrite for speed.
4599
4600 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * tls.el (open-tls-stream): Make it work with the 2nd argument
4603         BUFFER that is a string but does not exist as a buffer object, as
4604         mentioned in the doc-string.
4605
4606 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4609         SXEmacs.
4610
4611 2008-07-16  Glenn Morris  <rgm@gnu.org>
4612
4613         * gnus-util.el (ns-focus-frame): Declare for compiler.
4614
4615 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4618         set as a group parameter.
4619         (gnus-summary-save-in-pipe): Work when it is called independently.
4620         (gnus-summary-pipe-to-muttprint): Don't modify
4621         gnus-summary-pipe-output-default-command.
4622
4623 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4624
4625         * message.el (message-send-mail-with-sendmail):
4626         Display the error message.
4627
4628 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-art.el (gnus-default-article-saver):
4631         Add gnus-summary-save-in-pipe to choices.
4632         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4633         gnus-summary-pipe-output-default-command as the default command.
4634         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4635         instead of gnus-last-shell-command.
4636
4637         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4638         New user option.
4639         (gnus-summary-muttprint-program): Mention the value will be changed.
4640         (gnus-summary-save-article): Force showing of all headers.
4641         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4642
4643 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4644
4645         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4646
4647 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4648
4649         * nnimap.el (nnimap-id):
4650         * sieve-manage.el (sieve-manage-open): Doc fixes.
4651
4652 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4653
4654         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4655         if available.
4656
4657 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4658
4659         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4660
4661         * nnkiboze.el (nnkiboze-generate-group):
4662         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4663
4664         * nnmairix.el: Require CL.
4665
4666 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * dgnushack.el: Autoload get-display-table and put-display-table for
4669         XEmacs 21.5.
4670
4671         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4672         21.4 and SXEmacs.
4673
4674 2008-06-15  David Engster  <dengste@eml.cc>
4675
4676         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4677
4678 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4679
4680         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4681         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4682         runtime choice under XEmacs.
4683
4684         * gnus-sum.el (gnus-summary-set-display-table):
4685         Use `gnus-put-display-table', `gnus-get-display-table',
4686         `gnus-set-display-table' for the display table, instead of `aset'.
4687
4688         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4689         Use `gnus-put-display-table', `gnus-get-display-table',
4690         `gnus-set-display-table' for the display table.
4691
4692 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4693
4694         * nnmairix.el: Add autoloads.
4695
4696 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * nnmairix.el (nnmairix-delete-recreate-group)
4699         (nnmairix-update-and-clear-marks): Fix error messages.
4700
4701 2008-06-14  David Engster  <dengste@eml.cc>
4702
4703         * nnmairix.el: Upgrade to version 0.6.
4704         (nnmairix-group-toggle-propmarks-this-group)
4705         (nnmairix-group-toggle-readmarks-this-group)
4706         (nnmairix-group-delete-recreate-this-group)
4707         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4708         (nnmairix-remove-tick-mark-original-article): New commands.
4709         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4710         (nnmairix-propagate-marks-to-nnmairix-groups)
4711         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4712         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4713         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4714         functions needed for marks propagation and manipulation of read marks.
4715         (nnmairix-update-groups): New function.
4716         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4717         (nnmairix-determine-original-group-from-registry)
4718         (nnmairix-determine-original-group-from-path)
4719         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4720         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4721         New helper functions.
4722         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4723         keystrokes for new commands.
4724         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4725         (nnmairix-request-group): Check allow-fast group parameter.
4726         (nnmairix-request-create-group): Set allow-fast group parameter if
4727         nnmairix-allowfast-default is set.
4728         (nnmairix-close-group): Propagate marks upon closing if needed.
4729         (nnmairix-group-toggle-threads-this-group): Use new.
4730         nnmairix-group-toggle-parameter helper function.
4731         (nnmairix-search): Better check for empty search result.
4732         (nnmairix-goto-original-article): Use new helper functions for
4733         determining original article.
4734         (nnmairix-show-original-article): Make sure message-id is in brackets.
4735         (nnmairix-call-mairix-binary): Change variable name.
4736         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4737         helper function.
4738         (nnmairix-widget-toggle-activate): Fix doc string.
4739
4740 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * nnir.el: Require edmacro when compiling with XEmacs.
4743         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4744         available in Emacs 21.
4745
4746 2008-06-11  Glenn Morris  <rgm@gnu.org>
4747
4748         * gnus-util.el (x-focus-frame):
4749         * gnus.el (image-size):
4750         * mm-decode.el (image-size): Declare.
4751
4752         * gnus-picon.el (declare-function): Add compat definition.
4753         (image-size): Declare.
4754
4755         * gnus-group.el (tool-bar-map):
4756         * gnus-sum.el (tool-bar-map): Define for compiler.
4757
4758         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4759
4760         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4761
4762         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4763         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4764         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4765         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4766         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4767         * sieve-manage.el, spam-report.el, spam.el:
4768         Remove unnecessary eval-and-compile of autoloads.
4769
4770 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4771
4772         * auth-source.el: Precise Tramp doc.
4773
4774 2008-06-07  Glenn Morris  <rgm@gnu.org>
4775
4776         * nnmairix.el: Remove unnecessary eval-when-compile.
4777
4778 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * lpath.el: Fbind propertize for XEmacs 21.4.
4781
4782 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4783
4784         * nnir.el: Move here from ../contrib.
4785
4786 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4787
4788         * gnus-util.el (gnus-read-shell-command): New function.
4789         * mm-decode.el (mm-pipe-part):
4790         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4791
4792 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4795
4796 2008-06-03  Glenn Morris  <rgm@gnu.org>
4797
4798         * pop3.el (nnheader-accept-process-output): Autoload it.
4799
4800 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4803         are not 2-digit hexadecimal characters that follow `%'s.
4804
4805 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4806
4807         * message.el (message-bogus-recipient-p): Fix type in doc string.
4808         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4809         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4810         Improve custom options.
4811         (message-bogus-recipient-p): Adjust accordingly.
4812
4813 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4814
4815         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4816         long-form month and day names.
4817
4818 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * dgnushack.el: Autoload debug, eudc-expand-inline and
4821         pgg-snarf-keys-region for XEmacs.
4822
4823         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4824
4825         * nnmairix.el: Require edmacro when compiling with XEmacs.
4826
4827 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4828
4829         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4830         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4831
4832 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4833
4834         * auth-source.el: Add more docs.
4835
4836         * netrc.el (netrc-machine): Always match if the port is not given.
4837
4838 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4839
4840         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4841         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4842         retrieval faster in some cases, but might make CPU usage larger.  If
4843         this has any bad side effects, we might revert this change.
4844
4845         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4846         seems to make mail retrieval much, much faster.
4847         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4848         unconditionally.
4849
4850         * gnus-draft.el (gnus-group-send-queue): Bind
4851         message-send-mail-partially-limit to nil to avoid being prompted.
4852
4853 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4854
4855         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4856
4857         * message.el (message-bogus-address-regexp): Fix and improve custom
4858         type.
4859         (message-setup-hook): Add message-check-recipients as custom option.
4860
4861 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4862
4863         * message.el (message-cite-function): Remove bogus autoload which crept
4864         in during merge from v5-10.
4865
4866 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4867
4868         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4869
4870         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4871
4872         * auth-source.el: Preliminary Tramp docs.
4873         (auth-sources): Change the default auth-sources to use
4874         EPA .gpg files.
4875
4876 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4877
4878         * nntp.el: Autoload `auth-source-user-or-password'.
4879         (nntp-send-authinfo): Use it.
4880
4881         * nnimap.el: Autoload `auth-source-user-or-password'.
4882         (nnimap-open-connection): Use it.
4883
4884         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4885         for the gnus-message function.
4886         (auth-source-user-or-password): Use it.
4887
4888 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4889
4890         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4891         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4892         (rfc2104-hash): Use it.
4893
4894 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4895
4896         * gnus-art.el (gnus-article-toggle-truncate-lines):
4897         Don't use `iff' in docstring.
4898
4899 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4900
4901         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4902
4903         * gnus-util.el (gnus-extract-address-component-name)
4904         (gnus-extract-address-component-email): Convenience functions around
4905         `gnus-extract-address-components'.
4906
4907         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4908         Use `gnus-extract-address-component-email' to fix bug of comparing full
4909         sender name to `user-mail-address'.
4910
4911 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4912
4913         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4914         catch/throw to optimize.
4915         (gnus-registry-find-keywords): Just use member to find a keyword.
4916
4917 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4918
4919         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4920         is current before calling gnus-server-prepare.
4921         (gnus-server-setup-buffer, gnus-server-update-server)
4922         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4923
4924 2008-05-04  Juri Linkov  <juri@jurta.org>
4925
4926         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4927         (mailcap-file-default-commands): Use mailcap-replace-in-string
4928         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4929         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4930
4931 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4932
4933         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4934
4935 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4936
4937         * gnus.el: Bump version to 0.11.
4938
4939 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4940
4941         * gnus.el: No Gnus v0.10 is released.
4942
4943 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4946         hooks.
4947         (gnus-update-read-articles): Speed up non-marks-using users.
4948         (gnus-use-marks): Define gnus-use-marks.
4949         (gnus-propagate-marks): Rename variable to something more sensible.
4950
4951 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4952
4953         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4954         (gmm-image-load-path-for-library): Fix typos in docstrings.
4955         (gmm-message): Reflow docstring.
4956
4957 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4958
4959         * mail-source.el (mail-source-set-1, mail-source-bind):
4960         Move auth-source code out of the macro to clean it up and fix bugs.
4961
4962 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4963
4964         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4965         by sender if it's equal to user-mail-address, it's likely to be
4966         useless.
4967
4968         * mail-source.el (mail-source-bind): Don't use user or password if they
4969         are not bound.  Unintern them if they are nil.  Don't use server unless
4970         it's bound, and default it to empty string otherwise.
4971
4972 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4973
4974         * mail-source.el: Load auth-source.el.
4975         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4976         get user name or password, if auth-sources is set up.
4977
4978         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4979         strategy of splitting with parent.
4980         (gnus-registry-split-fancy-with-parent)
4981         (gnus-registry-post-process-groups): Use it and fix prior
4982         bug (returning a list as the split result).
4983
4984         * auth-source.el (auth-sources): Remove server parameter.
4985         (auth-source-pick, auth-source-user-or-password)
4986         (auth-source-user-or-password-imap)
4987         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4988         (auth-source-user-or-password-sftp)
4989         (auth-source-user-or-password-smtp): Remove server parameter.
4990
4991 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4992
4993         * smime.el (smime-sign-region, smime-encrypt-region)
4994         (smime-decrypt-region):
4995         Remove redundant calls to `generate-new-buffer-name'.
4996
4997 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4998
4999         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5000         Don't use QP for message/rfc822.
5001         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5002
5003 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5004
5005         * sieve-manage.el (sieve-string-bytes): Remove.
5006         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5007         correct byte-length only if the process's coding-system is the same as
5008         the one used internally by Emacs to represent strings.
5009
5010 2008-04-22  Juri Linkov  <juri@jurta.org>
5011
5012         * mailcap.el (mailcap-file-default-commands): New function.
5013
5014 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5015
5016         * message.el (message-signature-separator, message-cite-function):
5017         Change custom version.
5018
5019 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5020
5021         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5022         commands.
5023         (tls-checktrust): Ditto.
5024
5025 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5026
5027         * mm-decode.el (mm-display-external): Make temp file read-only.
5028
5029 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5030
5031         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5032         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5033         `C-c C-f d'.
5034
5035 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5036
5037         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5038
5039 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5040
5041         * gnus.el: Bump version to 0.9.
5042
5043 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5044
5045         * gnus.el: No Gnus v0.8 is released.
5046
5047 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5048
5049         * mail-source.el (mail-source-value):
5050         Prefer fboundp to functionp so it works with macros as well.
5051
5052 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5053
5054         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5055         Fix last change in case the element is not even a symbol.
5056
5057 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5058
5059         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5060         Prefer fboundp to functionp so it works with macros as well.
5061
5062 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * auth-source.el: Added docs.
5065         (auth-sources): Modify format to support server.
5066         (auth-source-pick, auth-source-user-or-password)
5067         (auth-source-user-or-password-imap)
5068         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5069         (auth-source-user-or-password-sftp)
5070         (auth-source-user-or-password-smtp): Add server parameter.
5071
5072 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * gnus-registry.el: Initialize the registry when gnus-registry-install
5075         is t.
5076
5077 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * compface.el (uncompface): Make buffer unibyte.
5080
5081 2008-04-05  Glenn Morris  <rgm@gnu.org>
5082
5083         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5084
5085 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5086
5087         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5088         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5089
5090         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5091         multibyteness after rather than before erasing it.
5092
5093         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5094         mm-with-multibyte.
5095         (gnus-request-article-this-buffer): Make sure the proper decoding is
5096         used if gnus-original-article-buffer happens to be unibyte.
5097
5098         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5099         default-enable-multibyte-characters.
5100
5101         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5102         default-enable-multibyte-characters.
5103
5104         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5105
5106         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5107
5108 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5109
5110         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5111         (imap-message-copyuid-1): Use it.
5112         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5113         J. Williams in
5114         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5115
5116         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5117         imap-enable-exchange-bug-workaround.
5118         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5119
5120 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5121
5122         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5123         a 100 byte status-checks into a 2-3MB transfer for each group.
5124         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5125         to enable bug workaround or not.
5126         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5127
5128 2008-03-31  Glenn Morris  <rgm@gnu.org>
5129
5130         * message.el (mml2015-use): Declare for compiler.
5131         (message-info): Require mml2015 when appropriate.
5132
5133 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5136         whitespace.
5137
5138 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5139
5140         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5141         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5142         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5143         (nntp-service-to-port): New function.
5144         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5145         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5146         (nntp-open-netcat-stream): New function.
5147         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5148
5149 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5150
5151         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5152
5153 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5154
5155         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5156
5157 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5158
5159         * dns.el (dns-write): Use set-buffer-multibyte.
5160
5161 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5162
5163         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5164
5165 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * message.el (message-signature-separator): Change default.
5168         Improve custom type.
5169         (message-cite-function): Change default to
5170         message-cite-original-without-signature.
5171
5172         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5173         toggle.
5174
5175         * message.el (message-check-news-body-syntax): Fix signature check.
5176         (message-setup-1): Mark buffer as unmodified _after_ running
5177         message-setup-hook and handling message-alternative-emails.
5178         (message-shorten-references): Be more strict when building list of
5179         valid references to comply with GNKSA.
5180
5181         * gnus-group.el (gnus-read-ephemeral-bug-group)
5182         (gnus-read-ephemeral-debian-bug-group)
5183         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5184
5185         * message.el (message-info): Don't use booleanp which isn't supported
5186         in Emacs 21 and XEmacs.
5187
5188 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5189
5190         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5191         gnus-group-gmane-group-download-format.
5192         (gnus-group-read-ephemeral-gmane-group): Rename from
5193         gnus-group-read-ephemeral-gmane-group.
5194         (gnus-read-ephemeral-gmane-group-url): Rename from
5195         gnus-group-read-ephemeral-gmane-group-url.
5196         (gnus-bug-group-download-format-alist): New variable.
5197         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5198         (gnus-read-ephemeral-emacs-bug-group): New commands.
5199
5200 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5201
5202         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5203         (gnus-visible-headers): Improve custom type.
5204
5205 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5206
5207         * mml.el (mml-menu): Add workarounds for XEmacs.
5208
5209         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5210         X-Boundary header.
5211
5212         * message.el (message-simplify-recipients): Fix previous commit.
5213
5214 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5215
5216         * mm-util.el (mm-set-buffer-multibyte): New function.
5217         * mm-decode.el (mm-copy-to-buffer): Use it.
5218
5219 2008-03-19  Glenn Morris  <rgm@gnu.org>
5220
5221         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5222         Accidentally removed in the sync process with Emacs.
5223
5224 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5225
5226         * message.el (message-alter-recipients-discard-bogus-full-name):
5227         New function.
5228         (message-alter-recipients-function): New variable.
5229         (message-get-reply-headers): Use it.
5230         (message-replace-header): New helper function.
5231         (message-recipients-without-full-name): New variable.
5232         (message-simplify-recipients): New command.
5233
5234         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5235
5236         * message.el (message-info): Handle EasyPG manual.
5237
5238         * mml.el (mml-menu): Add entry for EasyPG.
5239
5240 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5241
5242         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5243         parameter.
5244
5245         * message.el (message-disassociate-draft): Specify drafts group name
5246         fully.
5247
5248 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5249
5250         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5251         unnecessary duplicates from the match list.
5252
5253 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5256
5257         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5258
5259         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5260         args of `how-many' of which the XEmacs version doesn't take; declare
5261         Info-index-next as function.
5262
5263 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * gnus-score.el (gnus-score-headers): Fix handling of
5266         gnus-inhibit-slow-scoring.
5267
5268         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5269         string.
5270         (gnus-button-url-regexp): Improve handling of parenthesis.
5271         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5272         (gnus-button-handle-info-keystrokes): Handle index entries.
5273
5274 2008-03-15  Glenn Morris  <rgm@gnu.org>
5275
5276         * parse-time.el (parse-time-string): Simplify.
5277
5278 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5281         Incoming* files.
5282
5283 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5284
5285         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5286         (auth-source-pick): Use it.
5287
5288 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5289
5290         * binhex.el (binhex-decode-region-internal):
5291         * uudecode.el (uudecode-decode-region-internal):
5292         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5293         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5294         setting default-enable-multibyte-characters.
5295
5296 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5297
5298         * auth-source.el (auth-source-protocols)
5299         (auth-source-protocols-customize, auth-source-choices): Added and
5300         modified variable customizations and defaults.
5301         (auth-source-pick, auth-source-user-or-password)
5302         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5303         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5304         (auth-source-user-or-password-sftp)
5305         (auth-source-user-or-password-smtp): Use new variables and provide an
5306         interface to netrc.el.
5307
5308 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5311         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5312         Make sure the nntp port to specify is a string.
5313
5314 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5315
5316         * nntp.el: Use with-current-buffer.
5317         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5318         dubious mm-with-unibyte-current-buffer.
5319         (nntp-with-open-group-function): New function extracted from
5320         nntp-with-open-group macro.
5321         (nntp-with-open-group): Use the function, so it's easier to debug.
5322         Add indentation and debugging info.
5323         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5324         the use of the netcat alternatives.
5325
5326         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5327         Avoid mm-string-as-multibyte as well.
5328
5329         * nnweb.el (nnweb-insert-html):
5330         Remove use of nnheader-string-as-multibyte.
5331
5332         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5333         (nnheader-string-as-multibyte): Remove.
5334
5335         * mm-view.el: Use inhibit-read-only.
5336         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5337         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5338         or unibyte-string.
5339
5340         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5341         (mm-uu-yenc-extract): Use with-current-buffer.
5342
5343         * gnus-soup.el (gnus-soup-send-packet): Don't use
5344         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5345
5346         * nnmh.el: Use with-current-buffer.
5347         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5348         mm-string-as-multibyte on the output of mm-encode-coding-string.
5349
5350         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5351         (nnimap-request-move-article): Use with-current-buffer.
5352
5353         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5354         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5355         conversion uses string-make-unibyte rather than string-as-unibyte.
5356
5357         * gnus-msg.el: Use with-current-buffer.
5358
5359         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5360
5361 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5362
5363         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5364         string for caching if it is 'PIN.
5365
5366 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * lpath.el: Consider the case without Emacs/W3.
5369
5370 2008-03-08  Glenn Morris  <rgm@gnu.org>
5371
5372         * time-date.el (date-to-time, time-subtract, time-add)
5373         (safe-date-to-time): Doc fixes.
5374
5375 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5376
5377         * mail-source.el (mail-source-delete-old-incoming-confirm):
5378         Change default to nil.
5379         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5380
5381 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * lpath.el: Rearrange.
5384
5385         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5386         (gnus-article-goto-prev-page): Work for articles having ^L's.
5387
5388         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5389
5390         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5391
5392 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5393
5394         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5395         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5396         (gnus-bookmark-jump): Adjust some variable names.
5397
5398 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5399
5400         * auth-source.el: New package.
5401         (auth-source-choices): Add customization entry point variable.
5402
5403         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5404         bug.
5405
5406 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5407
5408         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5409         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5410         (gnus-registry-install-shortcuts): Rename from
5411         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5412         the `gnus-registry-mark-map' keymap dynamically from
5413         `gnus-registry-marks'.  The generated functions update the summary line
5414         when a registry mark is added or deleted, and will call
5415         `gnus-registry-install-p' (see the comments in the code).
5416         (gnus-registry-user-format-function-M): Use concat intelligently.
5417
5418         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5419         the registry mark functions.
5420
5421 2008-03-05  Glenn Morris  <rgm@gnu.org>
5422
5423         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5424         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5425         gnus-art.
5426         (top-level): No need to load own source when compiling.
5427
5428 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5429
5430         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5431         Suggested by <chris.anderton@zetnet.co.uk>.
5432
5433 2008-03-04  Glenn Morris  <rgm@gnu.org>
5434
5435         * gnus-sum.el (top-level): No need to require gnus when compiling,
5436         since unconditionally required near start of file.
5437         (gnus-summary-display-while-building): Move definition before use.
5438
5439 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5440
5441         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5442         formatting function.
5443
5444 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5445
5446         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5447         with plists.
5448         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5449         Use new format.
5450
5451 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5454         `where-is-internal' that returns a range of key sequences.
5455
5456 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5457
5458         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5459
5460         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5461         (gnus-summary-jump-to-group): Consider windows on other displayed
5462         frames as well.  Similar changes might be needed elsewhere, but that's
5463         the one I've bumped into during my use.
5464
5465         * nndoc.el (nndoc-oe-dbx-type-p):
5466         * gnus-msg.el (gnus-debug):
5467         * gnus-group.el (gnus-update-group-mark-positions):
5468         Use mm-string-to-multibyte.
5469
5470 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5473         doesn't handle NotDashEscaped.
5474
5475         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5476         (mml-dnd-attach-options): Fix typo in custom choice.
5477
5478         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5479         nndoc-article-type to mbox.
5480         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5481
5482         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5483         to nil, instead of html2text.
5484
5485         * imap.el (imap-debug): Add `imap-ping-server'.
5486
5487         * gnus-bookmark.el: Add FIXMEs.
5488
5489         * message.el (message-form-letter-separator)
5490         (message-send-form-letter-delay): New variables.
5491         (message-send-form-letter): Use them.  New command to send form
5492         letters.  Requested by Uwe Siart.
5493         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5494
5495 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * Update copyright years.
5498
5499 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         Sync from EMACS_22_BASE.
5502
5503         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5504
5505 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5506
5507         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5508         empty author.
5509
5510 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5511
5512         * gnus-registry.el (gnus-registry-marks): Add variable for
5513         customization of marks and their appearance.
5514         (gnus-registry-read-mark): Use it.
5515         (gnus-registry-do-marks): Add utility function to loop through
5516         `gnus-registry-marks'.
5517         (gnus-registry-install-shortcuts-and-menus): Add function to install
5518         shortcuts and menus.
5519         (gnus-registry-initialize): Use it.
5520         (gnus-registry-default-mark): Clarify documentation.
5521
5522 2008-02-29  Glenn Morris  <rgm@gnu.org>
5523
5524         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5525         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5526         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5527         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5528         Change defcustom :version from 23.0 to 23.1.
5529
5530 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5531
5532         * gnus-registry.el (gnus-registry-follow-group-p)
5533         (gnus-registry-post-process-groups): Add functions to aid registry
5534         splitting and improve logging.  Clarify behavior in function
5535         documentation.
5536         (gnus-registry-split-fancy-with-parent): Use them.
5537
5538 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5539
5540         * gnus-art.el: Use with-current-buffer.
5541
5542 2008-02-27  David Engster  <dengste@eml.cc>
5543
5544         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5545         Express real group name in the response.
5546
5547 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5550         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5551         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5552         autoload gnus-registry-fetch-group when compiling.
5553         (nnmairix-request-group-with-article-number-correction): Remove
5554         unreferenced argument passed to nnmairix-call-backend.
5555
5556 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5559         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5560         Wilde.
5561
5562 2008-02-27  Glenn Morris  <rgm@gnu.org>
5563
5564         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5565         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5566         variables to defconsts.  Convert comments to doc-strings.
5567         (nnmairix-last-server, nnmairix-current-server): Convert from free
5568         variables to defvars.  Convert comments to doc-strings.
5569         (gnus-registry-fetch-group): Autoload.
5570         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5571         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5572         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5573         caddr.
5574         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5575         nnmairix-request-group-with-article-number-correction call.
5576         (nnmairix-fast, nnmairix-group): New, less general names, for free
5577         variables passed from nnmairix-request-group to
5578         nnmairix-request-group-with-article-number-correction.  Declare.
5579         (nnmairix-request-group-with-article-number-correction):
5580         Use nnmairix-fast, nnmairix-group rather than fast, group.
5581
5582 2008-02-26  David Engster  <dengste@eml.cc>
5583
5584         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5585         version 0.5.
5586
5587 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5590         instead of making an extra function call.  Don't add the current group
5591         to articles only when they have the group.  Use
5592         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5593         Reported by David <de_bb@arcor.de>.
5594
5595 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5598         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5599
5600 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5601
5602         * mail-source.el (mail-source-delete-incoming): Change default.
5603         Supplement doc string.
5604
5605         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5606
5607 2008-02-14  Glenn Morris  <rgm@gnu.org>
5608
5609         * time-date.el (format-seconds): New function.
5610
5611 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5612
5613         * nnmail.el (nnmail-message-id-cache-file): Derive from
5614         `gnus-home-directory'.
5615
5616 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5617
5618         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5619         Document negative prefix.
5620
5621         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5622
5623 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * message.el (message-unsent-separator): Add the Exim bounce
5626         separator.
5627
5628 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5629
5630         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5631         list.
5632         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5633         recipient/signer list.
5634
5635 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * Makefile.in (datarootdir): Define.
5638         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5639         name that might contain whitespace.
5640
5641 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5642
5643         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5644         fbound (Emacs 23 unicode), signal an error.
5645
5646 2008-02-08  Glenn Morris  <rgm@gnu.org>
5647
5648         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5649
5650 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5651
5652         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5653         ports to the calls to `netrc-machine-user-or-password' in addition to
5654         "imap" and "imaps".
5655
5656 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5657
5658         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5659
5660         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5661
5662 2008-02-01  Kenichi Handa  <handa@m17n.org>
5663
5664         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5665         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5666         (rfc2104-hash): Convert the result of concat to unibyte string.
5667
5668 2008-02-01  Dave Love  <fx@gnu.org>
5669
5670         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5671         coding-system-for-read.
5672         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5673
5674 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5675
5676         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5677         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5678         <hanche@math.ntnu.no>.
5679
5680 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5683
5684         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5685
5686 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5687
5688         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5689         * message.el (message-beginning-of-line): Use featurep instead of bound
5690         tests in order to resolve conditionals at compile time.
5691
5692 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5693
5694         * mail-source.el (mail-sources): Add `group' choice.
5695
5696         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5697         parameter `in-group' to control into which group the articles go.
5698         Add treatment of `group' mail-source.
5699
5700 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5703
5704         * mm-decode.el (mm-dissect-buffer): Decode description.
5705
5706         * mml.el (mml-to-mime): Encode message header first.
5707
5708 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5711         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5712
5713         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5714         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5715
5716 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5717
5718         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5719
5720 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5723         prefix keys.
5724         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5725         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5726         gnus-xmas.el.
5727
5728         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5729         (gnus-xmas-article-describe-bindings): New function.
5730         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5731         gnus-xmas-article-describe-bindings.
5732
5733         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5734
5735 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5736
5737         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5738         Add new variables for article mark management.
5739         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5740         list of extra data entries which, when present, will indicate that the
5741         article ID should not be trimmed from the registry.
5742         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5743         functions.
5744         (gnus-registry-read-mark): New function to read a mark name from the
5745         user.
5746         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5747         (gnus-registry-set-article-mark-internal): New functions to add and
5748         remove marks.
5749         (gnus-registry-get-article-marks): New function to show the marks for
5750         an article, or retrieve them for further use.
5751
5752 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5755         keys when no argument is given.
5756
5757 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5758
5759         * imap.el (imap-ping-server): New variable.
5760         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5761         (imap-ping-server): Minor doc string fixes.
5762
5763 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5764
5765         * imap.el (imap-ping-server): New function.
5766         (imap-opened): Call imap-ping-server.
5767
5768 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5769
5770         * gnus-sum.el (gnus-article-sort-by-random)
5771         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5772         jidanni@jidanni.org.
5773
5774 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-art.el (gnus-article-describe-bindings): New function.
5777         (gnus-article-read-summary-keys): Use it.
5778         (gnus-article-mode-map): Bind `C-h b' to it.
5779
5780 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5783         XEmacs.
5784         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5785         against non-character events.
5786
5787         * lpath.el: Fbind map-keymap for Emacs 21.
5788
5789 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5792         command.
5793         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5794         instead of END.  Change name of the temp file.
5795         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5796         customizable.
5797
5798 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5801         bind `S W' to gnus-article-wide-reply-with-original; set default
5802         binding to gnus-article-read-summary-send-keys.
5803         (gnus-article-read-summary-keys): Fix the order of keys; display
5804         continuation keys correctly in the echo area; describe bindings
5805         correctly when keys end with `C-h'.
5806         (gnus-article-read-summary-send-keys): New function.
5807         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5808         for gnus-article-read-summary-send-keys; display continuation keys
5809         correctly in the echo area.
5810         (gnus-article-reply-with-original): Ignore prefix argument.
5811         (gnus-article-wide-reply-with-original): New function.
5812
5813         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5814         Emacs 21.
5815
5816 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5819         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5820
5821 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5822
5823         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5824         (gnus-group-read-ephemeral-gmane-group): New command.
5825
5826 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5827
5828         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5829
5830 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * message.el (message-send-mail-function): Increase custom version.
5833
5834         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5835         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5836
5837 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5838
5839         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5840         for the cases where imap-authenticate is called with a nil buffer
5841         parameter.
5842
5843 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5846         html parts correctly; support forwarded messages.
5847         (gnus-article-browse-html-article): Remove work buffers.
5848
5849         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5850         compiling.
5851         (netrc-bound-and-true-p): New macro.
5852         (netrc-parse): Use it instead of bound-and-true-p that is not available
5853         in XEmacs 21.4.
5854
5855 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5856
5857         * gnus-registry.el (gnus-registry-mark-article)
5858         (gnus-registry-article-marks): Add functionality to mark articles
5859         through the Gnus registry.
5860
5861         * encrypt.el: Clarify documentation for the new pgg method.
5862         (encrypt-file-alist): Add PGG option.
5863         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5864         functionality.  Abstract password key and messaging to external
5865         functions.
5866         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5867         (encrypt-message-method-and-cipher): Add new convenience external
5868         functions.
5869         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5870         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5871
5872         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5873         (netrc-parse): Use encrypt-file-alist to determine if
5874         encrypt-find-model or encrypt-insert-file-contents should be used.
5875
5876         * encrypt.el: Clarify documentation.  Load password-cache or
5877         password, whichever one is found first, instead of autoloading.
5878
5879 2007-12-19  Glenn Morris  <rgm@gnu.org>
5880
5881         * mml.el (message-options-set, message-narrow-to-head)
5882         (message-in-body-p, message-mail-p, message-encode-message-body):
5883         Autoload.
5884         (message-remove-header, message-narrow-to-headers-or-head)
5885         (message-subscribed-p, message-make-mail-followup-to)
5886         (message-position-on-field, message-news-p)
5887         (message-options-set-recipient, message-generate-headers)
5888         (message-sort-headers): Declare as functions.
5889
5890 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5893         convention in doc string.
5894
5895 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5898         title to html parts.
5899         (gnus-article-browse-html-article): Pass message header to it.
5900
5901         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5902
5903 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5906         or password compatible with XEmacs.
5907
5908 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5909
5910         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5911         format document.
5912         (gnus-mime-delete-part): Don't write description line if empty.
5913         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5914
5915 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5916
5917         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5918         (gnus-summary-mark-read-and-unread-as-read)
5919         (gnus-summary-mark-current-read-and-unread-as-read)
5920         (gnus-summary-mark-unread-as-ticked): Doc fix.
5921         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5922
5923 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5926         Christoph Conrad <christoph.conrad@gmx.de>.
5927
5928 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5931         yes-or-no-p.
5932
5933 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * mm-decode.el (mm-add-meta-html-tag): New function.
5936         (mm-save-part-to-file, mm-pipe-part): Use it.
5937
5938         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5939         gnus-y-or-n-p instead of y-or-n-p.
5940         (gnus-article-browse-html-parts): Work with message/external-body; use
5941         mm-add-meta-html-tag.
5942
5943 2007-12-11  Glenn Morris  <rgm@gnu.org>
5944
5945         * gnus-cache.el: Require gnus-sum not just when compiling.
5946
5947         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5948
5949         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5950         definitions before use.
5951
5952         * mm-decode.el: Require gnus-util.
5953         (mm-remove-part): Only call delete-annotation on XEmacs.
5954
5955         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5956
5957         * nnmail.el: Require gnus-int.
5958
5959         * spam.el: Move `require's before `eval-when-compile's.
5960
5961         * gnus-ems.el (gnus-alive-p):
5962         * gnus-fun.el (message-goto-eoh):
5963         * gnus-util.el (gnus-group-name-decode):
5964         * mail-source.el (gnus-compress-sequence):
5965         * message.el (Info-goto-node, format-spec):
5966         * mm-bodies.el (message-options-get):
5967         * mm-decode.el (mm-view-pkcs7):
5968         * mm-util.el (gmm-write-region):
5969         * mml-smime.el (mml-compute-boundary)
5970         (gnus-completing-read-with-default):
5971         * mml.el (widget-button-press, gnus-make-hashtable):
5972         * mml1991.el (mm-decode-content-transfer-encoding)
5973         (mm-encode-content-transfer-encoding)
5974         (message-options-get, message-options-set):
5975         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5976         * nnfolder.el (gnus-request-group):
5977         * nnheader.el (ietf-drums-unfold-fws):
5978         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5979         * smime.el (gnus-run-mode-hooks):
5980         * spam-stat.el (gnus-message): Autoload.
5981
5982         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5983         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5984         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5985         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5986         Add declare-function compatibility definition.
5987
5988         * gnus-cache.el (nnvirtual-find-group-art):
5989         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5990         (gnus-add-image, gnus-add-wash-type):
5991         * gnus-group.el (nnkiboze-score-file):
5992         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5993         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5994         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5995         (message-tokenize-header, gnus-get-buffer-create)
5996         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5997         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5998         * gnus.el (gnus-group-decoded-name):
5999         * mail-source.el (imap-capability):
6000         * mm-bodies.el (message-options-set):
6001         * mm-decode.el (gnus-configure-windows):
6002         * mm-extern.el (message-goto-body):
6003         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6004         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6005         (epg-sub-key-validity, message-options-set):
6006         * mml.el (widget-event-point, gnus-configure-windows):
6007         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6008         * mml2015.el (epg-check-configuration, epg-configuration)
6009         (message-options-set):
6010         * nndb.el (nndb-request-article):
6011         * nnfolder.el (gnus-request-create-group):
6012         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6013         * nnmaildir.el (gnus-group-mark-article-read):
6014         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6015         * rfc1843.el (message-fetch-field):
6016         * spam.el (gnus-extract-address-components):
6017         Declare as functions.
6018
6019 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6022
6023         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6024
6025         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6026         bind show-trailing-whitespace for XEmacs.
6027
6028 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6029
6030         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6031         new no-op macro for backward compatibility.
6032
6033         * imap.el (imap-string-to-integer): New function.
6034
6035 2007-12-09  Glenn Morris  <rgm@gnu.org>
6036
6037         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6038
6039         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6040         * message.el, mm-view.el, sieve-manage.el, smime.el:
6041         Add declare-function compatibility definition.
6042
6043         * gnus-art.el (w3-region, w3m-region, Info-menu):
6044         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6045         * gnus-sum.el (gnus-get-predicate):
6046         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6047         * message.el (mail-abbrev-in-expansion-header-p):
6048         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6049         (w3m-detect-meta-charset, w3m-region):
6050         * sieve-manage.el (password-read, password-cache-add)
6051         (password-cache-remove):
6052         * smime.el (password-read-and-add): Declare as functions.
6053
6054 2007-12-08  David Kastrup  <dak@gnu.org>
6055
6056         * gnus-sum.el (gnus-summary-simplify-subject-query):
6057         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6058         `message'.
6059
6060 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6063         it to bind idna-program, installation-directory, defined-colors, and
6064         face-attribute for XEmacs of the version that compiles defcustom forms.
6065
6066 2007-12-07  Glenn Morris  <rgm@gnu.org>
6067
6068         * gnus-art.el (article-make-date-line): Revert previous change.
6069
6070 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6071
6072         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6073
6074 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6075
6076         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6077         Call gnus-add-to-range ranges only once with a prepared article-list.
6078
6079 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6080
6081         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6082         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6083         group names with backslashes.  Reported by Tassilo Horn
6084         <tassilo@member.fsf.org>.
6085
6086 2007-12-06  Deepak Goel  <deego3@gmail.com>
6087
6088         * gnus-art.el (article-make-date-line):
6089         * gnus-start.el (gnus-load):
6090         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6091
6092 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * gnus-art.el (gnus-use-idna)
6095         * gnus-start.el (gnus-site-init-file)
6096         * message.el (message-use-idna)
6097         * mm-uu.el (mm-uu-hide-markers)
6098         * smiley.el (smiley-style): Revert changes that suppress warnings.
6099
6100 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6103         specify charset to html source.  Reported by Christoph Conrad
6104         <christoph.conrad@gmx.de>.
6105
6106 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6109         idna-program in order to suppress byte compile warning issued by XEmacs
6110         that came to byte compile the default value section of defcustom forms
6111         recently.
6112
6113         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6114         value of installation-directory.
6115
6116         * message.el (message-use-idna): Don't directly refer to the value of
6117         idna-program.
6118
6119         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6120
6121         * smiley.el (smiley-style): Don't directly call face-attribute.
6122
6123 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6126
6127         * gnus-dired.el: Reduce Gnus dependencies.
6128         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6129         require.  Use autoloads instead.
6130         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6131         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6132         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6133         (gnus-dired-mode): Adjust doc string.
6134         (gnus-dired-mail-mode): New variable.
6135         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6136         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6137         (gnus-dired-mail-buffers): New function.  Return mail or message
6138         composition buffers.
6139         (gnus-dired-attach): Use it.
6140         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6141         NO-DECODE.
6142         (gnus-dired-print): Use `gnus-print-buffer' depending on
6143         `gnus-dired-mail-mode'.
6144
6145 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * rfc2047.el (rfc2047-encoded-word-regexp)
6148         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6149         explaining what regexp patterns are for.
6150
6151 2007-12-04  Glenn Morris  <rgm@gnu.org>
6152
6153         * password.el: Move to password-cache.el.
6154
6155         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6156         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6157         * mml-smime.el (password-read, password-cache-add)
6158         (password-cache-remove):
6159         No need to autoload, since mml-sec requires password.
6160
6161         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6162         * message.el (gnus-extract-address-components):
6163         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6164
6165         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6166         password.
6167
6168 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * mailcap.el: Reduce dependencies.
6171         (mail-header-parse-content-type): Autoload.
6172         (mailcap-delete-duplicates): New alias.
6173         (mailcap-mime-info): Add optional argument NO-DECODE.
6174         (mailcap-mime-types): Use mailcap-delete-duplicates.
6175
6176         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6177
6178 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6179
6180         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6181         (imap-parse-status): Upcase status-att for servers that sends them
6182         lower-case (e.g., MS Exchange 2007).
6183
6184 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6185
6186         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6187         function.
6188
6189         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6190         (gnus-uu-yenc-article): New function.
6191
6192         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6193
6194         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6195         buffer.
6196
6197 2007-12-02  Glenn Morris  <rgm@gnu.org>
6198
6199         * binhex.el (binhex): New custom group.
6200         (binhex-decoder-program, binhex-decoder-switches)
6201         (binhex-use-external): Move to the binhex custom group.
6202
6203         * uudecode.el (uudecode): New custom group.
6204         (uudecode-decoder-program, uudecode-decoder-switches)
6205         (uudecode-use-external): Move to the uudecode custom group.
6206
6207         * netrc.el (top-level): Don't load `encrypt' features.
6208         (netrc-parse): Don't use encrypt.
6209         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6210
6211         * encrypt.el: Remove file.
6212
6213 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6216         matches on patches.
6217
6218         * gnus-art.el (gnus-article-browse-html-article): Mention
6219         `mm-text-html-renderer' in the doc string.
6220
6221         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6222         string.  Add comments.
6223
6224         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6225         if rhs is ASCII.
6226
6227 2007-12-01  Glenn Morris  <rgm@gnu.org>
6228
6229         * mail-source.el (top-level): Require format-spec before
6230         eval-when-compile.
6231
6232 2007-11-30  Glenn Morris  <rgm@gnu.org>
6233
6234         * encrypt.el: Require password, rather than autoloading password-read.
6235
6236 2007-11-29  Glenn Morris  <rgm@gnu.org>
6237
6238         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6239         (sasl-make-client, sasl-next-step, sasl-step-data)
6240         (sasl-step-set-data): Declare as functions.
6241
6242 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6243
6244         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6245
6246 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6247
6248         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6249         certs should be verified and what is to be done in the event of a
6250         verification failure.
6251
6252         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6253         caller can indicate whether the cache should be disregarded for this
6254         call.  This way the result of the call is reproducible at all times and
6255         can be considered a canonical server name for the supplied method.
6256         (gnus-agent-method-p): Canonicalize server names by pushing their
6257         method through `gnus-method-to-server' using the no-cache argument.
6258
6259         * gnus-srvr.el (gnus-server-insert-server-line): Call
6260         `gnus-method-to-server' with `no-cache' argument.
6261
6262         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6263         gnus-agent-possibly-synchronize-flags as this should be called when the
6264         server is actually being opened.
6265         (gnus-agent-possibly-synchronize-flags)
6266         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6267         flags file of an agentized server to the latter function.
6268
6269         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6270         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6271         after a connection has been established successfully.
6272
6273 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * gnus-art.el (article-display-face): Force to display face if called
6276         interactively; check if gnus-article-x-face-too-ugly matches author.
6277         (article-display-x-face): Display face even if From header is missing
6278         as article-display-face does.
6279
6280 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6281
6282         * hashcash.el (message-narrow-to-headers-or-head)
6283         (message-fetch-field, message-goto-eoh)
6284         (message-narrow-to-headers): Declare as functions.
6285
6286 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * mail-source.el (mail-sources): Default to fetch from file for
6289         compatibility with default of nnmail-spool-file.
6290
6291 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6294         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6295         to look for encoded word that should be encoded again.
6296         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6297         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6298         encoding pattern.
6299         (rfc2047-decode-region): Switch strict regexp and loose one according
6300         to rfc2047-allow-irregular-q-encoded-words.
6301
6302 2007-11-25  Romain Francoise  <romain@orebokech.com>
6303
6304         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6305
6306 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6307
6308         * tls.el (tls-program): Provide more custom choices from
6309         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6310         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6311
6312 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6313
6314         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6315         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6316
6317         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6318         `nnmail-spool-file'.
6319
6320         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6321         `nnmail-spool-file'.
6322
6323         * gnus-move.el (gnus-change-server): Ditto.
6324
6325         * gnus-kill.el (gnus-batch-score): Ditto.
6326
6327         * gnus-cache.el (gnus-jog-cache): Ditto.
6328
6329         * gnus-msg.el (gnus-summary-reply):
6330         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6331
6332 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6335         version.  Minor improvement to doc strings.
6336         (tls-program): Add comment.
6337
6338 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6339
6340         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6341         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6342         mismatch between the hostname provided in the certificate and the name
6343         of the host connnecting to.
6344         (open-tls-stream): Use them.  Check certificates against trusted root
6345         certificates.
6346
6347 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * gnus-cache.el (gnus-cache-generate-nov-databases):
6350         Use nnml-generate-nov-databases-directory instead of
6351         nnml-generate-nov-databases-1.
6352
6353 2007-11-24  Glenn Morris  <rgm@gnu.org>
6354
6355         * message.el (message-tool-bar-retro): Update for rename
6356         mail_send.xpm->mail-send.xpm.
6357
6358 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6359
6360         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6361         `smime-ldap-search' for Emacs 22 and up.
6362
6363 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6364
6365         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6366
6367         * message.el (message-send-mail-function): Fix error convention.
6368         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6369         (message-widen-reply, message-send-mail, message-talkative-question)
6370         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6371         (message-clone-locals, message-send-news): Use with-current-buffer.
6372         (message-insert-or-toggle-importance): Remove unused var `valid'.
6373         (message-make-references): Remove unused var `new-references'.
6374         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6375
6376 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6377
6378         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6379         (spam-split-symbolic-return-positive): Reflow docstring.
6380         (spam-backends, spam-summary-exit-behavior)
6381         (spam-mark-ham-unread-before-move-from-spam-group)
6382         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6383         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6384         (spam-clear-cache, spam-backend-check, spam-install-backend)
6385         (spam-install-statistical-backend, spam-list-of-processors)
6386         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6387         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6388         (spam-check-crm114, spam-initialize, spam-unload-hook):
6389         Fix typos in docstrings.
6390
6391 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6394         been checked if they have never been read and those group levels are
6395         higher than the one that a user specified.
6396
6397 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6400         foreign groups unless a group level is specified by a user.
6401         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6402
6403 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * message.el (message-send-mail-function): Require sendmail.
6406
6407 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * message.el (message-send-mail-function): Check for smtpmail too.
6410
6411         * utf7.el (utf7-encode, utf7-decode): Use coding system
6412         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6413
6414         * message.el (message-send-mail-function): New function.
6415         (message-send-mail-function): Set default using
6416         message-send-mail-function.  Adjust doc string.
6417         (message-send-mail-with-mailclient): New function.
6418
6419 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6420
6421         * smime.el (from):
6422         * rfc2047.el (message-posting-charset):
6423         * qp.el (mm-use-ultra-safe-encoding):
6424         * pop3.el (parse-time-months):
6425         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6426         * nnml.el (files):
6427         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6428         (jka-compr-compression-info-list, ange-ftp-path-format)
6429         (efs-path-regexp):
6430         * nndiary.el (files):
6431         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6432         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6433         (epg-digest-algorithm-alist, inhibit-redisplay)
6434         (password-cache-expiry):
6435         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6436         (pgg-output-buffer, password-cache-expiry):
6437         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6438         (efs-path-regexp):
6439         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6440         (inhibit-redisplay):
6441         * mm-uu.el (file-name, start-point, end-point, entry)
6442         (gnus-newsgroup-name, gnus-newsgroup-charset):
6443         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6444         (latin-unity-ucs-list):
6445         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6446         (mm-uu-binhex-decode-function):
6447         * message.el (gnus-message-group-art, gnus-list-identifiers)
6448         (rmail-enable-mime-composing, gnus-local-organization)
6449         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6450         (gnus-read-active-file, facemenu-add-face-function)
6451         (facemenu-remove-face-function, gnus-article-decoded-p)
6452         (tool-bar-mode):
6453         * mail-source.el (display-time-mail-function):
6454         * gnus-util.el (nnmail-pathname-coding-system)
6455         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6456         (gnus-original-article-buffer, gnus-user-agent)
6457         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6458         (xemacs-codename, sxemacs-codename, emacs-program-version):
6459         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6460         * gnus-start.el (gnus-agent-covered-methods)
6461         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6462         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6463         (gnus-newsgroup-headers, gnus-group-list-mode)
6464         (gnus-group-mark-positions, gnus-newsgroup-data)
6465         (gnus-newsgroup-unreads, nnoo-state-alist)
6466         (gnus-current-select-method, mail-sources)
6467         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6468         (nnmail-spool-file, gnus-cache-active-hashtb):
6469         * gnus-mh.el (mh-lib-progs):
6470         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6471         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6472         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6473         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6474         (gnus-group-buffer):
6475         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6476         (font-lock-set-defaults):
6477         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6478         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6479         (gnus-summary-post-menu, total-parts, type, condition, length):
6480         * gnus-agent.el (gnus-agent-read-agentview):
6481         * flow-fill.el (show-trailing-whitespace):
6482         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6483         eval-and-compile wrappers for byte compiler pacifiers.
6484
6485         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6486         (mm-display-inline-fontify): Check for featurep 'xemacs not
6487         extent-list.
6488
6489         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6490         itimer-list.
6491         (mm-create-image-xemacs): Only do something for XEmacs.
6492         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6493
6494         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6495
6496         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6497         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6498
6499 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6500
6501         * nnimap.el (nnimap-split-download-body):
6502         * gnus-demon.el (gnus-demon):
6503         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6504
6505 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6508         macros.
6509         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6510         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6511         copy data from unibyte buffer to multibyte current buffer.
6512         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6513         to copy data from unibyte current buffer to multibyte buffer.
6514         (nntp-make-process-buffer): Make process buffer unibyte.
6515
6516         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6517
6518 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6519
6520         * pop3.el (pop3-open-server): Accept and process data more robustly at
6521         connexion start to avoid spurious "POP SSL connexion failed" errors.
6522
6523 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6526         read group names.
6527
6528 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6531
6532 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6535         (nnmail-save-active): Use a unibyte buffer when saving active file,
6536         which may contain non-ASCII group names.
6537
6538         * nnml.el (nnml-request-group): Decode group names in messages.
6539
6540 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6541
6542         * message.el (message-citation-line-function)
6543         (message-insert-formatted-citation-line): Fix spelling of
6544         `message-insert-formated-citation-line'.
6545
6546 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6549
6550 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6553         nnmail-pathname-coding-system.
6554
6555         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6556         that a user enters; decode group names in messages.
6557
6558         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6559
6560 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6563
6564         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6565
6566         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6567         risky local variable.
6568
6569         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6570
6571 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6572
6573         * encrypt.el: Improve documentation to fix function name typo.
6574         Reported by Daiki Ueno <ueno@unixuser.org>.
6575
6576 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6579         even if the point is not in the last page of an article.
6580         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6581         back to the previous page.
6582
6583 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6586
6587 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6590
6591 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6592
6593         * message.el (message-check-news-body-syntax): Avoid
6594         mm-string-as-multibyte.
6595         (message-hide-headers): Don't assume (point-min)==1.
6596
6597 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * message.el (message-remove-blank-cited-lines): Fix if remove is
6600         given.
6601         (message-bogus-address-regexp): New variable.
6602         (message-bogus-recipient-p): New function.
6603         (message-check-recipients): New command.
6604         (message-syntax-checks): Add `bogus-recipient'.
6605         (message-fix-before-sending): Add `bogus-recipient'.
6606
6607         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6608         (gnus-treat-body-boundary): Don't test window-system.
6609
6610 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6611
6612         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6613
6614 2007-10-28  Miles Bader  <miles@gnu.org>
6615
6616         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6617         at compile-time too.
6618
6619 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * gnus-msg.el (gnus-message-setup-hook): Add
6622         `message-remove-blank-cited-lines' to options.
6623
6624 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * message.el (message-remove-blank-cited-lines): New function.
6627         Suggested by Karl Plästerer.
6628
6629 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6632         mapc.
6633
6634         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6635         (top-level): Use mapc to set functions to be traced for debugging.
6636
6637         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6638         called for effect with while loop.
6639
6640         * message.el (message-talkative-question): Replace mapcar called for
6641         effect with mapc.
6642
6643         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6644         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6645         called for effect with dolist.
6646
6647         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6648
6649         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6650         gnus-extra-headers and nnmail-extra-headers.
6651
6652         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6653         called for effect with dolist.
6654         (top-level): Use mapc to set functions to be traced for debugging.
6655
6656         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6657         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6658         dolist.
6659
6660         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6661         Replace mapcar called for effect with mapc.
6662         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6663         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6664         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6665         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6666
6667         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6668         remove-if that's a cl function.
6669
6670         * webmail.el (webmail-debug): Replace mapcar called for effect with
6671         dolist.
6672
6673         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6674         with mapc.
6675
6676 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6679         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6680         with while loop.
6681
6682         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6683         functions from article-* functions.
6684         (gnus-multi-decode-header): Replace mapcar called for effect with
6685         dolist.
6686
6687         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6688         (gnus-bookmark-show-details): Replace mapcar called for effect with
6689         while loop.
6690
6691         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6692         called for effect with while loop.
6693
6694         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6695         with dolist.
6696
6697         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6698         mapcar called for effect with dolist.
6699
6700         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6701
6702         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6703         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6704         Replace mapcar called for effect with dolist.
6705         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6706         mapc.
6707
6708         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6709         Replace mapcar called for effect with dolist.
6710         (gnus-topic-list): Replace mapcar called for effect with mapc.
6711
6712         * gnus.el: Use mapc instead of mapcar to add autoloads.
6713
6714 2007-10-23  Richard Stallman  <rms@gnu.org>
6715
6716         * gnus-group.el (gnus-group-highlight): Mark as risky.
6717
6718 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus.el (gnus-server-to-method): Return method found first in
6721         gnus-newsrc-alist.
6722
6723         * gnus-art.el (gnus-article-highlight-signature)
6724         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6725         button overlay without the front stickiness.
6726
6727 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6728
6729         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6730         overview buffer needed a catch to receive its throw.
6731         (gnus-agent-flush-cache): Declared as interactive to make this function
6732         easier to use.
6733
6734 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6735
6736         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6737         `next-line'.
6738
6739 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6742         exclude address matching message-dont-reply-to-names.
6743
6744 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-util.el (gnus-string<): New function.
6747
6748         * gnus-sum.el (gnus-article-sort-by-author)
6749         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6750
6751 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6754         the frame-focus tag is set in gnus-buffer-configuration.
6755
6756 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6759         the front stickiness.
6760
6761 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6764         url pattern; remove duplicate one.
6765         (gnus-article-extend-url-button): New function.
6766         (gnus-article-add-buttons): Use it.
6767         (gnus-button-push): Use concatenated url that it makes.
6768
6769 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6770
6771         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6772
6773 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6774
6775         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6776         Don't hardcode point-min==1.
6777
6778 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6781         Fix comment about "iso8859-1".
6782
6783 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6784
6785         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6786         ones returned from the verify-function.
6787
6788         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6789         mml2015-extract-cleartext-signature if extraction failed.
6790
6791 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6792
6793         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6794         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6795         failed.
6796
6797 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6800
6801 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6802
6803         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6804         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6805         recommends to use EasyPG instead of PGG.
6806
6807         * pgg.el: Revert to revision 6.23.2.16.
6808
6809         * pgg-def.el: Revert to revision 6.6.2.14.
6810
6811         * pgg-gpg.el: Revert to revision 6.23.2.34.
6812
6813 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6816         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6817         thread for both the null and zero (kill/expire thread) universal prefix
6818         cases.
6819         (gnus-summary-expire-thread): Add new function to expire a thread,
6820         using gnus-summary-kill-thread.
6821         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6822         shortcuts for gnus-summary-expire-thread.
6823         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6824         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6825
6826 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6829         extras value, so an extras entry can be deleted.
6830         (gnus-registry-delete-extra-entry): Use it.
6831         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6832         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6833         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6834         storage through the gnus-registry, and provide an appropriate API for
6835         it.
6836
6837 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6840         Suggested by Leo <sdl.web@gmail.com>.
6841
6842         * gnus.el: Do.
6843
6844 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6847         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6848
6849         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6850
6851         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6852         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6853
6854 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6857         newline.
6858         (nnmbox-request-accept-article): Don't change article in source buffer;
6859         narrow to header to use message-fetch-field rather than
6860         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6861         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6862         as delimiters; make sure article ends with newline.
6863         (nnmbox-delete-mail): Correct last position of article to be deleted;
6864         ignore X-Gnus-Newsgroup header in article body.
6865         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6866         positions; make sure article ends with newline.
6867
6868         * message.el (message-display-abbrev): Don't infloop when a user
6869         inserts SPC in the beginning of header.
6870
6871         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6872         coding-system-for-read and coding-system-for-write for XEmacs having no
6873         file-coding feature.
6874
6875         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6876
6877 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6878
6879         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6880         list of groups not followed by default.  Fix type to be regexp.
6881         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6882
6883 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6884
6885         * hmac-def.el (define-hmac-function): Switch from old-style to
6886         new-style backquotes.
6887
6888         * md4.el (md4-make-step): Likewise.
6889
6890 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6893         raw-text coding system when saving .newsrc file, which may contain
6894         non-ASCII group names.
6895
6896 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-cus.el (gnus-score-extra): New widget.
6899         (gnus-score-extra-convert): New function.
6900         (gnus-score-customize): Use it for Extra.
6901
6902 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6903
6904         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6905         (mml2015-mailcrypt-clear-verify): Use it.
6906         (mml2015-gpg-clear-verify): Use it.
6907         (mml2015-pgg-clear-verify): Use it.
6908         (mml2015-epg-clear-verify): Replace the current part with the output
6909         from GnuPG; don't extract the plaintext by itself.
6910
6911         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6912         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6913         mml2015-clear-verify-function; don't touch the armor headers or
6914         dash-escaped text here.
6915
6916 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6919         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6920         parts, or application/octet-stream as a last resort.
6921         (gnus-mime-view-part-as-type): Don't toggle display.
6922         (gnus-mime-view-part-as-charset): Don't turn off display before
6923         querying charset.
6924
6925         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6926         stuff to undisplayer function in Emacs.
6927         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6928
6929         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6930         text/calendar parts.
6931
6932 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6935         decoding text/calendar parts.
6936
6937         * message.el (message-forward-make-body-mime): Always mark body as
6938         having no illegible text; remove signed-or-encrypted argument.
6939         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6940
6941         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6942         (mml-generate-mime-1): Don't encode body if it is specified to be in
6943         raw form; don't make buffer be unibyte when inserting multibyte string.
6944
6945 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6946
6947         * sha1.el: Fix up comment style.
6948         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6949         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6950
6951         * hex-util.el: Fix up comment style.
6952         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6953
6954         * gnus-salt.el: Use with-current-buffer.
6955         (gnus-pick-setup-message): Fix long-standing typo.
6956
6957 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * imap.el (imap-logout-timeout): New variable.
6960         (imap-logout, imap-logout-wait): New functions.
6961         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6962
6963         * nnimap.el (nnimap-logout-timeout): New server variable.
6964         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6965         nnimap-logout-timeout.
6966
6967         * gnus-art.el (gnus-article-summary-command-nosave)
6968         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6969
6970 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus.el (gnus-maximum-newsgroup): New variable.
6973
6974         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6975         according to gnus-maximum-newsgroup.
6976
6977         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6978         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6979         Limit the range of articles according to gnus-maximum-newsgroup.
6980
6981 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6982
6983         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6984         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6985         Don't perform gnus-configure-windows here; reuse existing sticky
6986         article buffer.
6987
6988         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6989         it doesn't exist in gnus-article-mode.
6990
6991 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6994         (gnus-agent-decoded-group-name): New function.
6995         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6996         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6997
6998 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6999
7000         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7001         Add binding for gnus-sticky-article.
7002         (gnus-summary-exit): Don't kill sticky article buffers.
7003
7004         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7005         article buffer.
7006         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7007         (gnus-kill-sticky-article-buffers): New commands.
7008
7009 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * nntp.el (nntp-xref-number-is-evil): New server variable.
7012         (nntp-find-group-and-number): If it is non-nil, don't trust article
7013         numbers in the Xref header.
7014
7015 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-agent.el (gnus-agent-read-group): New function.
7018         (gnus-agent-flush-group, gnus-agent-expire-group)
7019         (gnus-agent-regenerate-group): Use it.
7020         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7021         nnmail-pathname-coding-system.
7022
7023 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7026
7027         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7028         that are unread as unread, and also as selected so that information of
7029         marks having been changed by a user may be updated when exiting group.
7030
7031 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7034         calculated ignoring signature parts to gnus-treat-article.
7035
7036 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7039         a point here in order to keep the window start.
7040         (gnus-insert-mime-security-button): Make a button overlay without the
7041         front stickiness.
7042         (gnus-mime-display-security): Goto the end of a button.
7043
7044         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7045
7046 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7049         group-name-at-point.
7050         (gnus-group-completing-read): New function that offers decoded
7051         non-ASCII group names for completion.
7052         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7053         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7054         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7055         (gnus-group-fetch-control): Use it.
7056         (gnus-fetch-group): Use group-name-at-point for the initial value
7057         rather than the default value; use gnus-alive-p.
7058
7059         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7060         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7061         (gnus-summary-post-news): Use gnus-group-completing-read.
7062
7063         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7064         (gnus-read-move-group-name): Decode group name for completion.
7065
7066 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7067
7068         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7069         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7070         Yamaoka slightly modified the code).
7071
7072 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7075         (nnmail-split-incoming): Bind it.
7076
7077         * nnml.el (nnml-group-name-charset): New function.
7078         (nnml-decoded-group-name): Use it; don't decode group name if
7079         nnmail-group-names-not-encoded-p is non-nil.
7080         (nnml-encoded-group-name): New function.
7081         (nnml-group-pathname): Inline nnml-decoded-group-name.
7082         (nnml-request-expire-articles): Decode group name in message.
7083         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7084         nnmail-pathname-coding-system.
7085         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7086         not decoded ones according to nnmail-group-names-not-encoded-p.
7087         (nnml-generate-active-info): Use nnml-encoded-group-name.
7088
7089 2007-08-08  Glenn Morris  <rgm@gnu.org>
7090
7091         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7092         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7093         doc-strings and comments.
7094
7095 2007-07-25  Glenn Morris  <rgm@gnu.org>
7096
7097         * Relicense all FSF files to GPLv3 or later.
7098
7099 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * gnus-sum.el (gnus-summary-move-article): Make
7102         gnus-summary-respool-article work.
7103
7104 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7105
7106         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7107         string.
7108
7109 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7110
7111         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7112         that should be ignored when comparing distant RSS articles with local
7113         ones.
7114         (nnrss-make-hash-index): New function.  Create a hash index according
7115         to the ignored fields.
7116         (nnrss-check-group): Use it.
7117
7118 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7121
7122         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7123
7124         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7125         the new optional argument ENCODED is non-nil.
7126         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7127         coding system for encoding group name.
7128         (gnus-group-make-rss-group): Pass un-encoded group name to
7129         gnus-group-make-group.
7130         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7131         encoded.
7132
7133         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7134         Encode group name to which articles are moved or copied.
7135         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7136         coding system for encoding Newsgroup, Followup-To and Xref headers.
7137
7138         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7139         marks; use nnheader-file-coding-system to write a file.
7140         (nnagent-retrieve-headers): Bind file-name-coding-system to
7141         nnmail-pathname-coding-system.
7142
7143         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7144
7145         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7146         (nnml-request-article, nnml-request-create-group)
7147         (nnml-request-rename-group, nnml-find-id)
7148         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7149         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7150         (nnml-save-marks): Use nnml-group-pathname instead of
7151         nnmail-group-pathname.
7152
7153         (nnml-request-create-group, nnml-request-expire-articles)
7154         (nnml-request-move-article, nnml-request-delete-group)
7155         (nnml-deletable-article-p, nnml-possibly-create-directory)
7156         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7157         (nnml-open-marks): Bind file-name-coding-system to
7158         nnmail-pathname-coding-system.
7159
7160         (nnml-request-article): Pass server argument to nnml-find-group-number.
7161         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7162         server argument to nnml-possibly-create-directory.
7163         (nnml-request-accept-article): Pass server argument to
7164         nnml-active-number and nnml-save-mail.
7165         (nnml-find-group-number): Pass server argument to nnml-find-id.
7166         (nnml-request-update-info): Pass server argument to
7167         nnml-marks-changed-p.
7168
7169         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7170         (nnml-save-mail, nnml-active-number): Add server argument.
7171
7172         (nnml-request-delete-group): Warn if group is missing.
7173         (nnml-get-nov-buffer): Decode group name.
7174         (nnml-generate-active-info): Encode group name.
7175         (nnml-open-marks): Decode group name in messages.
7176
7177 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7180         if it is not specified.
7181         (gnus-article-pipe-part, gnus-article-save-part)
7182         (gnus-article-interactively-view-part, gnus-article-copy-part)
7183         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7184         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7185         (gnus-article-replace-part, gnus-article-delete-part)
7186         (gnus-article-view-part-as-type): Pass raw prefix argument to
7187         gnus-article-part-wrapper.
7188
7189 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus-agent.el (gnus-agent-save-active): Bind
7192         nnheader-file-coding-system to gnus-agent-file-coding-system.
7193
7194         * gnus-cache.el (gnus-cache-save-buffers)
7195         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7196         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7197         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7198         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7199         (gnus-cache-generate-active, gnus-cache-rename-group)
7200         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7201         (gnus-cache-update-overview-total-fetched-for): Bind
7202         file-name-coding-system to nnmail-pathname-coding-system.
7203         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7204         variables.
7205         (gnus-cache-decoded-group-name): New function.
7206         (gnus-cache-file-name): Use it.
7207         (gnus-cache-generate-active): Use non-decoded group name for active.
7208
7209         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7210         right place.
7211         (gnus-write-active-file): Don't break non-ASCII group names.
7212
7213         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7214         nnmail-pathname-coding-system.
7215
7216         * lpath.el: Bind default-file-name-coding-system,
7217         file-name-coding-system and language-info-alist for XEmacs.
7218
7219         * gnus-uu.el (gnus-uu-decode-save): Typo.
7220
7221 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7224
7225 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7228         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7229         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7230         (gnus-agent-flush-group, gnus-agent-flush-cache)
7231         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7232         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7233         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7234         (gnus-agent-regenerate-group)
7235         (gnus-agent-update-files-total-fetched-for)
7236         (gnus-agent-update-view-total-fetched-for): Bind
7237         file-name-coding-system to nnmail-pathname-coding-system.
7238         (gnus-agent-group-pathname): Don't encode file names by
7239         nnmail-pathname-coding-system.
7240         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7241         coding-system-for-write instead of buffer-file-coding-system to
7242         gnus-agent-file-coding-system.
7243
7244         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7245         Decode group name.
7246
7247         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7248
7249         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7250         (gnus-read-newsrc-el-file): Make group names unibyte.
7251
7252         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7253         nnmail-pathname-coding-system.
7254
7255         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7256         (nnrss-request-delete-group): Bind file-name-coding-system to
7257         nnmail-pathname-coding-system.
7258         (nnrss-read-server-data, nnrss-read-group-data): Bind
7259         file-name-coding-system correctly.
7260         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7261
7262         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7263         (nntp-server-to-method-cache): New variable.
7264         (nntp-group-pathname): New function that decodes non-ASCII group names.
7265         (nntp-possibly-create-directory, nntp-marks-changed-p)
7266         (nntp-save-marks, nntp-open-marks): Use it.
7267         (nntp-possibly-create-directory, nntp-open-marks):
7268         Bind file-name-coding-system to nnmail-pathname-coding-system.
7269         (nntp-open-marks): Decode group names when bootstrapping marks.
7270
7271         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7272         Newsgroups and Folowup-To headers.
7273
7274 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7277         (gnus-server-closed-face, gnus-server-denied-face)
7278         (gnus-server-offline-face): Remove variable.
7279         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7280
7281         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7282         of modifying message-stack directly for XEmacs.
7283
7284         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7285         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7286         if the coding-system argument is nil for XEmacs.
7287
7288         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7289         mm-charset-override-alist.
7290
7291         * rfc2047.el: Don't require base64; require rfc2045 for the function
7292         rfc2045-encode-string.
7293         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7294         to quote the parameter value.
7295
7296 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7299         form in gnus-group-name-charset-method-alist.
7300
7301         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7302         overrides the default layout edit-form.
7303
7304         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7305
7306         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7307
7308 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7311         as unfetched articles.
7312
7313 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7316
7317 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7320         original back end that keeps marks in the local system.
7321
7322 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7325         arg of pop-to-buffer for XEmacs.
7326         (gnus-article-read-summary-keys): Ditto; don't restore window
7327         configuration if summary command ends up with neither article buffer
7328         nor summary buffer; describe bindings if summary keys end with C-h.
7329
7330 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * message.el (message-fix-before-sending): Skip raw message part to be
7333         forwarded while checking illegible text.
7334         (message-forward-make-body-mime, message-forward-make-body): Mark
7335         signed or encrypted raw message as having no illegible text.
7336
7337 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7340         (gnus-message-with-timestamp-1): New macro.
7341         (gnus-message-with-timestamp): New function.
7342         (gnus-message): Use them.
7343
7344         * nnheader.el (nnheader-message): Use them.
7345
7346 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7349         .newsrc.eld file.
7350
7351 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * gnus-agent.el (gnus-agent-fetch-headers)
7354         (gnus-agent-retrieve-headers): Bind
7355         gnus-decode-encoded-address-function to identity.
7356
7357         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7358         available also when the server returns simply a dot.
7359
7360         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7361
7362 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7365
7366 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * gnus-ems.el (gnus-x-splash): Make it work.
7369
7370         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7371         from being used.
7372
7373         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7374
7375 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7378         4th and the 5th arguments.
7379
7380         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7381         the front stickiness.
7382         (gnus-article-summary-command-nosave): Correct the order of the
7383         arguments passed to pop-to-buffer.
7384         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7385         summary command ends up with the article buffer.
7386
7387         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7388         the same faces.
7389
7390 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7391
7392         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7393
7394 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7395
7396         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7397         * gnus-sum.el (gnus-summary-highlight):
7398         * pgg.el (pgg-sign-region, pgg-sign):
7399         * mail-source.el (mail-source-delete-old-incoming-confirm):
7400         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7401
7402 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-art.el (gnus-mime-view-part-externally)
7405         (gnus-mime-view-part-internally): Fix predicate function passed to
7406         completing-read.
7407
7408         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7409
7410         * gnus.el (gnus-update-message-archive-method): Add :version.
7411
7412 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus.el (gnus-update-message-archive-method): New variable.
7415
7416         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7417         according to gnus-message-archive-method if
7418         gnus-update-message-archive-method is non-nil.
7419
7420 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7423         by Loic Dachary <loic@dachary.org>.
7424         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7425
7426 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * message.el (message-pop-to-buffer): Add switch-function argument.
7429         (message-mail): Pass switch-function argument to it.
7430
7431 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7434         Improve doc string.
7435
7436 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7439         (gnus-header-content)
7440         * gnus-cite.el (gnus-cite-10)
7441         * gnus-srvr.el (gnus-server-closed)
7442         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7443         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7444         (gnus-group-mail-3-empty, gnus-group-mail-low)
7445         (gnus-group-mail-low-empty, gnus-splash)
7446         * message.el (message-header-to, message-header-cc)
7447         (message-header-subject, message-header-other, message-header-name)
7448         (message-header-xheader, message-separator, message-cited-text)
7449         (message-mml): Lighten colors of faces used for dark background.
7450
7451 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7452
7453         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7454         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7455
7456 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * message.el (message-narrow-to-headers-or-head):
7459         Ignore mail-header-separator in the body.
7460
7461 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7464         same as window size.
7465
7466 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7467
7468         * message.el (message-font-lock-keywords): Use message-header-xheader
7469         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7470         ahead of the anything pattern, to get it recognised.
7471
7472 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7475         spam.el loads uses it in the compiled defadvice form.
7476
7477 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7478
7479         * gnus-sum.el (gnus-articles-to-read)
7480         (gnus-summary-insert-old-articles): Don't truncate group name for
7481         `read-string'.
7482
7483         * gnus-util.el (gnus-limit-string): Delete this function.
7484
7485         * gnus-sum.el (gnus-simplify-subject-fully): Use
7486         `truncate-string-to-width' instead.
7487
7488 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7489
7490         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7491         if, on summary exit, the next group has to be selected.
7492         (gnus-summary-exit): Use it.
7493
7494 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7495
7496         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7497         non-break space.
7498
7499 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7502         Check if group is not a directory.
7503         (nnfolder-request-expire-articles): Don't delete articles if the target
7504         group is not available.
7505
7506         * nnml.el (nnml-request-create-group): Properly check if group is not a
7507         file.
7508         (nnml-request-expire-articles): Don't delete articles if the target
7509         group is not available.
7510
7511         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7512         Don't quote characters that are within parentheses.
7513
7514 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7517         (gnus-handle-ephemeral-exit): Select article according to it.
7518
7519 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * message.el (message-insert-formated-citation-line): Remove newline.
7522         (message-citation-line-format): Add final \n here so that the user can
7523         avoid a blank line.
7524
7525 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7526
7527         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7528         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7529         Update lanl/arXiv support.
7530
7531 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus.el: Bump version number.
7534
7535 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * gnus.el (gnus-version-number): Bump version.
7538
7539 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7540
7541         * gnus.el: No Gnus v0.6 is released.
7542
7543 2007-04-27  Didier Verna  <didier@xemacs.org>
7544
7545         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7546         * gmm-utils.el (gmm-regexp-concat): here.
7547         * message.el: Don't require 'gnus-util.
7548         (message-dont-reply-to-names): Handle name change above.
7549         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7550
7551 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7554         since the initial value varies according to the system.
7555
7556 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7559
7560 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7561
7562         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7563
7564 2007-04-24  Didier Verna  <didier@xemacs.org>
7565
7566         Improve the type of gnus-ignored-from-addresses.
7567         * gnus-util.el (gnus-orify-regexp): New function.
7568         * message.el (gnus-util): Require it.
7569         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7570         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7571         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7572
7573 2007-04-24  Didier Verna  <didier@xemacs.org>
7574
7575         * gnus-sum.el:
7576         * gnus-utils.el: Fix some trailing whitespaces.
7577
7578 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7581         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7582         article's Message-ID; refer parent article in summary buffer.
7583
7584         * message.el (message-bounce): Call mime-to-mml.
7585
7586         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7587         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7588         optimize and/or forms properly.
7589
7590 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7593         URL.
7594
7595 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7598
7599 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7602         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7603         displayed of multipart/alternative part if it is invoked from summary
7604         buffer.
7605
7606         * mm-view.el (mm-inline-text-html-render-with-w3m)
7607         (mm-inline-text-html-render-with-w3m-standalone)
7608         (mm-inline-render-with-function): Use mail-parse-charset by default.
7609
7610 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7611
7612         * parse-time.el (parse-time-string-chars): Check if CHAR
7613         is less than the length of parse-time-syntax.
7614
7615 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7618         from gnus-newsgroup-processable.
7619
7620 2007-04-16  Didier Verna  <didier@xemacs.org>
7621
7622         * gnus-msg.el (gnus-configure-posting-styles): Handle
7623         message-signature-directory properly with :file syntax.  Reported by
7624         "Leo".
7625
7626 2007-04-11  Didier Verna  <didier@xemacs.org>
7627
7628         New user option: message-signature-directory.
7629         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7630         * message.el (message-insert-signature): Ditto.
7631         * message.el (message-signature-file): Doc update.
7632         * message.el (message-signature-directory): New.
7633
7634 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-msg.el (gnus-inews-yank-articles): Use
7637         message-exchange-point-and-mark instead of exchange-point-and-mark.
7638
7639 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * message.el (message-yank-original): Make sure cited text ends with
7642         newline; don't exchange point and mark.
7643
7644 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7645
7646         * tls.el (open-tls-stream): Properly handle case where there
7647         is no associated buffer.
7648
7649 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7650
7651         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7652         message-yank-original, make sure (< mark TEXT point).
7653
7654 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * message.el (message-fill-column): New variable.
7657         (message-mode): Use it.  Add comment on a possible new hook.
7658
7659         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7660         (nnmail-get-new-mail): Reformat.
7661
7662         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7663
7664         * gmm-utils.el: Fix Commentary.
7665         (gmm-tool-bar-from-list): Fix typo in doc string.
7666
7667 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7668
7669         * message.el (message-yank-original): Don't switch point and mark
7670         unnecessarily to put point and mark as documented.
7671
7672 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7675         from the message heads.
7676
7677 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7678
7679         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7680         article buffer does not have a window.  This may not be the best
7681         solution but is certainly better than setting the start of the null,
7682         that is the current, window.
7683
7684 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7687         (gnus-draft-setup): Run it.
7688
7689         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7690         gnus-score-fast-scoring.  Allow regexp.
7691         (gnus-score-headers): Use it.
7692
7693         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7694         XEmacs.
7695
7696         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7697         string.
7698         (gnus-button-alist): Also catch `<f1> k ...'.
7699         (gnus-treat-display-x-face): Fix doc string.
7700
7701 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7702
7703         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7704         evaluation of gnus-extended-version to ensure correct generation of the
7705         User-Agent header when message-generate-headers-first is used.
7706
7707 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7708
7709         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7710         hashcash-path is nil.  Don't call callback with incorrect number of
7711         parameters if val is 0.
7712
7713 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7714
7715         * message.el (message-required-news-headers):
7716         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7717
7718 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7719
7720         * tls.el (open-tls-stream): In handshake-waiting loop,
7721         don't wait more if there is output available to process.
7722
7723 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7724
7725         * tls.el (tls-program): Doc fix.
7726
7727 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * message.el (message-generate-new-buffers): Change the meaning of the
7730         nil value; add `standard' to the choices; treat t as `unique'; improve
7731         doc string.
7732         (gnus-select-frame-set-input-focus): Autoload.
7733         (message-buffer-name): Search for the existing message buffer if
7734         message-generate-new-buffers is nil or `standard'; treat the value t of
7735         message-generate-new-buffers as `unique'.
7736         (message-pop-to-buffer): Raise the frame already displaying the message
7737         buffer; clear the echo area after querying.
7738         (message-setup): Pass the `continue' argument to compose-mail.
7739         (message-mail): Prefer `switch-function' if it is given; search for the
7740         existing message buffer if the `continue' argument is non-nil; pass
7741         continue and switch-function arguments to compose-mail by way of
7742         message-setup.
7743         (message-mail-other-window): Adjust argument of message-setup.
7744         (message-mail-other-frame): Ditto.
7745
7746 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7749         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7750         to turn font-lock on when turning gnus-message-citation-mode on.
7751
7752 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7753
7754         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7755         (mml-smime-function-alist): New variable; add epg as the backend.
7756         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7757         mml-smime- functions instead.
7758         * mm-view.el: Require smime.
7759
7760 2007-03-05  Didier Verna  <didier@xemacs.org>
7761
7762         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7763         instead of just inheritance for posting styles.
7764         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7765
7766 2007-02-24  Chris Moore  <dooglus@gmail.com>
7767
7768         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7769         * pgg-pgp.el (pgg-pgp-encrypt-region):
7770         * pgg-gpg.el (pgg-gpg-encrypt-region):
7771         Check pgg-encrypt-for-me if no other recipients.
7772
7773 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7774
7775         * tls.el (tls-certtool-program): Fix custom type.
7776
7777 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7780         and point-at-eol instead of line-(beginning|end)-position.
7781
7782         * assistant.el (assistant-parse-buffer): Ditto.
7783
7784         * netrc.el (netrc-parse-services): Ditto.
7785
7786 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7787
7788         * mml2015.el (mml2015-epg-find-usable-key): New function.
7789         (mml2015-epg-sign): Use it.
7790         (mml2015-epg-encrypt): Use it.
7791
7792 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * message.el (message-make-in-reply-to): Quote name containing
7795         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7796         if there are special characters.  Reported by NAKAJI Hiroyuki
7797         <nakaji@jp.freebsd.org>.
7798
7799 2007-02-27  Didier Verna  <didier@xemacs.org>
7800
7801         Include the group parameters as well as the topic ones in the
7802         inheritance filter process.
7803         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7804         argument GROUP-PARAMS-LIST.
7805         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7806
7807 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * nntp.el (nntp-never-echoes-commands)
7810         (nntp-open-connection-functions-never-echo-commands): New variables.
7811         (nntp-send-command): Use them.
7812
7813 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7814
7815         * mml2015.el (mml2015-epg-verify): Simplified.
7816
7817 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * mml.el (mml-content-disposition-alist): New user option.
7820         (mml-content-disposition): New function.
7821         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7822         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7823
7824 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7825
7826         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7827         verification.
7828
7829 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7830
7831         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7832         articles posted in the last 24 hours.
7833
7834 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7835
7836         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7837
7838 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7839
7840         * nntp.el (nntp-send-command): Don't wait for echoes when
7841         nntp-open-ssl-stream is used.
7842
7843 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7846         (gnus-message-add-citation-keywords)
7847         (gnus-message-remove-citation-keywords): Remove.
7848         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7849         directly, make the variables in font-lock-defaults buffer-local, add
7850         gnus-message-citation-keywords to them and then update the value of
7851         font-lock-keywords.
7852
7853 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * message.el (message-cite-original-1): Don't call
7856         gnus-article-highlight-citation.
7857
7858         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7859         citations; fix line count.
7860
7861 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7864         (gnus-message-add-citation-keywords)
7865         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7866         versions of font-lock-add-keywords and font-lock-remove-keywords to
7867         work with XEmacs correctly.
7868
7869 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-cite.el (gnus-cite-face-list): Set the values of
7872         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7873         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7874         (gnus-message-cite-prefix-regexp): New variable.
7875         (gnus-message-search-citation-line): Use it; protect against long
7876         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7877         the 0th match data for Emacs.
7878         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7879         (gnus-message-add-citation-keywords): Append keywords rather than
7880         prepending; emulate font-lock-add-keywords if it is not available.
7881         (gnus-message-remove-citation-keywords): Emulate
7882         font-lock-remove-keywords if it is not available.
7883
7884         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7885
7886         * message.el (message-cite-prefix-regexp): Set the value of
7887         gnus-message-cite-prefix-regexp.
7888
7889 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7890
7891         * nnweb.el (nnweb-google-parse-1): Update parser.
7892
7893 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7894
7895         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7896
7897 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7898
7899         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7900         regexp.
7901
7902 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7905         string-to-multibyte.
7906         (uudecode-decode-region-internal): Use it.
7907
7908         * lpath.el: Fbind string-as-multibyte for XEmacs.
7909
7910 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7911
7912         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7913         custom choice.
7914
7915         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7916
7917 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7918
7919         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7920
7921         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7922         `write-region' to respect `mm-inhibit-file-name-handlers'.
7923
7924 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7927         Use gnus-home-directory instead of "~/" or "$HOME".
7928
7929 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7930
7931         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7932         to mention filename.
7933         Add comments at beginning regarding usage.
7934         (encrypt-write-file-contents): Change interactive so a string is
7935         acceptable.  If the file has no associated model, show an error instead
7936         of a nonsense prompt.
7937
7938 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7939
7940         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7941         Thanks to Yoshihiko Yamada for kind notification of this typo.
7942
7943 2007-01-12  Kenichi Handa  <handa@m17n.org>
7944
7945         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7946         multibyte buffer.
7947
7948 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7949
7950         * gnus-score.el (gnus-score-fast-scoring): New variable.
7951         (gnus-score-headers): Use it.
7952
7953         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7954
7955         * message.el (message-cite-original-1): Call
7956         gnus-article-highlight-citation if requested.
7957         (message-make-from): Allow name and address as optional arguments.
7958
7959         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7960
7961         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7962         bugs to doc string.
7963         (gnus-button-alist): Add mid\\|message-id.
7964         (gnus-button-fetch-group): Extend for use in
7965         `browse-url-browser-function'.
7966         (gnus-button-url-regexp): Try to catch paired parentheses like in
7967         Wikipedia URLs.
7968
7969         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7970         Suggested by Simon Krahnke <overlord@gmx.li>.
7971
7972 2007-01-13  Romain Francoise  <romain@orebokech.com>
7973
7974         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7975         Update copyright.
7976
7977 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7978
7979         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7980
7981 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7982
7983         * gnus-registry.el (gnus-registry-unfollowed-groups)
7984         (gnus-registry-split-fancy-with-parent): Fix documentation.
7985
7986 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7987
7988         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7989         from nnweb groups.
7990
7991 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7994         Xref urls.  Erase buffer before requesting head.
7995
7996 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7999         customizable.
8000
8001 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8002
8003         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8004         no signing key is found.
8005         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8006         no encrypting and/or signing key is found.
8007
8008 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8011
8012 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8013
8014         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8015         headers read from disk with the ones newly found in the current search.
8016         This should no longer cause problems, because the article numbers in
8017         Gmane's `nov.php' output are ignored since the previous change.
8018
8019 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8020
8021         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8022
8023 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8026         replace-regexp-in-string; bind url-version; fbind display-images-p and
8027         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8028         find-face and set-itimer-function for Emacs; bind itimer-list for
8029         Emacs.
8030
8031         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8032
8033 2007-01-01  Romain Francoise  <romain@orebokech.com>
8034
8035         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8036
8037 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8038
8039         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8040         `define-minor-mode' macro definition expanded properly.
8041         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8042         exclude it there.
8043
8044         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8045         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8046         `fboundp' test.
8047         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8048         This is OK to autoload in (S)XEmacs now.
8049
8050 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8051
8052         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8053         keystroke.
8054         (gnus-summary-limit-to-singletons): Fix typo.
8055
8056         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8057         else fails.
8058
8059 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8060
8061         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8062         docstring.
8063
8064         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8065         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8066         (gnus-summary-insert-dormant-articles): Fix typo in message.
8067
8068 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8071         nil for XEmacs.
8072         (gnus-message-citation-mode): Don't autoload in XEmacs.
8073
8074         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8075
8076 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8077
8078         * nnimap.el (nnimap-expunge-search-string): Mention
8079         nnimap-search-uids-not-since-is-evil in docstring.
8080
8081 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * spam.el: Revert to make-obsolete-variable because
8084         define-obsolete-variable-alias is not supported in Emacs 21.
8085
8086         * spam.el (spam-ifile-path, spam-ifile-database-path)
8087         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8088         make-obsolete-variable.
8089         (spam-bsfilter-path, spam-bsfilter-program)
8090         (spam-spamassassin-path, spam-spamassassin-program)
8091         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8092         use "path" inappropriately.
8093         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8094         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8095         variable names.
8096
8097 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8098
8099         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8100         summary buffer.
8101
8102         * password.el (password-cache-remove): Use clear-string to burn
8103         password, if available.
8104
8105 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8108
8109         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8110
8111         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8112         (gnus-message-highlight-citation): Move defcustom here from
8113         gnus-cite.el.
8114         (gnus-message-citation-mode): Autoload.
8115
8116         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8117         checks to make it compile with XEmacs.
8118         (gnus-message-citation-mode): New minor mode.
8119         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8120         (gnus-message-highlight-citation): New variables.
8121         (gnus-message-search-citation-line)
8122         (gnus-message-add-citation-keywords)
8123         (gnus-message-remove-citation-keywords)
8124         (turn-on-gnus-message-citation-mode)
8125         (turn-off-gnus-message-citation-mode): New functions.
8126
8127 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8128
8129         * gnus-cite.el: Enable highlighting of different citation levels in
8130         message-mode.
8131
8132 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * message.el (message-make-fqdn): Fix comment.
8135         (message-bogus-system-names): Add ".local".
8136
8137         * spam.el (spam-ifile-path, spam-ifile-program)
8138         (spam-ifile-database-path, spam-ifile-database)
8139         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8140         Don't use "path" inappropriately.
8141         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8142         strings.
8143         (spam-check-ifile, spam-ifile-register-with-ifile)
8144         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8145         new variable names.
8146
8147         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8148         (gnus-treat-display-smileys): Simplify using
8149         gnus-image-type-available-p.
8150
8151         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8152         available.
8153
8154         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8155         `display-images-p' if available.
8156
8157 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8160         one after turning on the buffer's multibyteness instead of decoding
8161         them directly in the unibyte buffer that causes unexpected conversion
8162         in Emacs 23 (unicode).
8163
8164 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8165
8166         * message.el (message-generate-hashcash): Fix custom type.
8167
8168 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8171
8172 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8175         disconnect icons.  Add help text.
8176
8177 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8178
8179         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8180         negated to be consistent with the others we handle.
8181
8182 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8183
8184         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8185         version of gnus-summary-buffer to something, so that we can use two
8186         article buffers at the same time.
8187
8188 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8189
8190         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8191         trigger all the extra headers.
8192         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8193         sorting.
8194
8195 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8196
8197         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8198         solid groups.
8199
8200 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8201
8202         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8203
8204 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * legacy-gnus-agent.el: Add Copyright notice.
8207
8208 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8209
8210         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8211
8212 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8215
8216         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8217         to make it work reliably in CVS Emacs.
8218         (gnus-summary-limit-strange-charsets-predicate)
8219         (gnus-summary-limit-to-predicate): New functions.
8220
8221 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8222
8223         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8224         specifying array size.
8225         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8226         array if it is too small.
8227         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8228         (gnus-sort-threads-loop): New function.
8229
8230 2006-12-06  Chris Moore  <dooglus@gmail.com>
8231
8232         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8233         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8234
8235 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8236
8237         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8238         options.
8239
8240 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241
8242         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8243         DOS-ing the recipient.
8244
8245         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8246         the headers when creating the mapping to avoid mismappings.
8247         (nnweb-gmane-create-mapping): Always nix out old mapping.
8248
8249 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8252         and mm-verify-option to never.
8253
8254 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * message.el (message-signed-or-encrypted-p): New function.
8257         (message-forward-make-body): Use it.
8258
8259         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8260         Replace encode-coding-string with mm-encode-coding-string.
8261
8262 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * nneething.el (nneething-decode-file-name): Replace
8265         decode-coding-string with mm-decode-coding-string.
8266
8267         * gnus-int.el (gnus-open-server): Say failed server's name.
8268
8269 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8270
8271         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8272         strings to a single string.  Quote `errors-file-name'.
8273         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8274         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8275         Adjust calls.  Use `shell-quote-argument'.
8276
8277 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8278
8279         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8280         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8281
8282         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8283         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8284         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8285         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8286         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8287         (gnus-subscribe-newsgroup, gnus-1):
8288         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8289         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8290         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8291         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8292
8293 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8296         keystroke.
8297         (gnus-summary-limit-to-bodies): Implement headersp.
8298
8299 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8302
8303 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8306
8307 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8308
8309         * message.el (message-generate-hashcash): Expand range of values to
8310         include `opportunistic'.
8311         (message-send-mail): Use it.
8312
8313 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8314
8315         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8316         and comment it.
8317
8318         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8319
8320 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * gnus-util.el (gnus-extract-address-components): Improve comment.
8323
8324 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * gnus-util.el (gnus-extract-address-components): Work with address in
8327         which the name portion contains @.
8328
8329         * lpath.el: Fbind custom-autoload.
8330
8331 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * gnus.el (gnus-start): Move custom group up.
8334         (gnus-select-method): Don't autoload, but make it available for
8335         `customize-variable'.
8336         (gnus-getenv-nntpserver): Don't autoload.
8337
8338 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8339
8340         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8341
8342 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8343
8344         * message.el (message-sendmail-extra-arguments): New variable.
8345         (message-send-mail-with-sendmail): Use it.
8346
8347 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8350         mm-with-unibyte-current-buffer to make string unibyte.
8351
8352         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8353         mm-string-as-multibyte.
8354
8355 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8356
8357         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8358         Reported by Werner Koch <wk@gnupg.org>.
8359
8360 2006-11-14  Daiki Ueno  <ueno@p360>
8361
8362         * mml2015.el: Autoload epa-select-keys when compiling.
8363
8364 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8365
8366         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8367         message-options.
8368         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8369
8370 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8371
8372         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8373         EasyPG (< 0.0.6).
8374         (mml2015-always-trust): New user option.
8375         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8376         prompt.
8377
8378 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * nntp.el (nntp-authinfo-force): New variable.
8381         (nntp-send-authinfo): Use it.
8382
8383 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8386         decode encoded words.  Improve prompt.  Add comment about forwarding.
8387         (message-replacement-char): Move up.
8388
8389 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8390
8391         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8392         instead of gnus-intersection because arguments of gnus-sorted-nunion
8393         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8394
8395 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8398         (message-simplify-subject-functions): Enable
8399         message-strip-subject-encoded-words by default.
8400
8401 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * message.el (message-strip-subject-encoded-words): New function.
8404         (message-simplify-subject-functions): New variable.
8405         (message-simplify-subject): Use it.  Fix typo in doc string.
8406         Support message-strip-subject-encoded-words.
8407
8408 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8409
8410         * gnus-diary.el (gnus-diary-delay-format-function):
8411         * nndiary.el (nndiary-reminders):
8412         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8413
8414 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * gnus-art.el (article-hide-boring-headers): Fetch date from
8417         gnus-original-article-buffer to avoid problems with localized date
8418         strings.
8419
8420 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8423
8424 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8427         New variables.
8428         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8429         (mm-charset-synonym-alist): Move some entries to
8430         mm-codepage-iso-8859-list.
8431         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8432         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8433
8434 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8437
8438 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8439
8440         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8441         with Emacs 21 and XEmacs.
8442
8443 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8444
8445         * spam.el (spam-parse-address): New function for better parsing,
8446         catching errors, etc.
8447         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8448
8449 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8450
8451         * mm-view.el: Add interactive arg to html2text autoload.
8452
8453 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8456
8457 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8460         variables.
8461         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8462         (mm-charset-synonym-alist): Move some entries to
8463         mm-codepage-iso-8859-list.
8464
8465         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8466
8467 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * message.el (message-citation-line-format)
8470         (message-insert-formated-citation-line): Fix implementation of %E, %N
8471         and %n according to the doc string.
8472
8473 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8474
8475         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8476         car-safe to avoid bad parses.
8477
8478 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8481         names.
8482
8483         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8484
8485 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8488         header.
8489
8490         * message.el (message-draft-headers): Add Date.
8491         (message-headers-to-generate): Fix typo in docstring.
8492
8493         * nndraft.el (nndraft-required-headers): New variable.
8494         (nndraft-generate-headers): Use it.
8495
8496         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8497
8498 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8499
8500         * gnus-registry.el (gnus-registry-wash-for-keywords)
8501         (gnus-registry-find-keywords): New functions to allow easy searching of
8502         articles that are in the registry.
8503
8504 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8505
8506         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8507         ietf-drums-parse-address instead of gnus-extract-address-components.
8508         Reported by Damien Elmes <damien@repose.cx>.
8509
8510 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gnus.el (gnus-mime): Remove unused custom group.
8513
8514 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8515
8516         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8517         "blank line" when searching for end of armor headers.
8518
8519 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gmm-utils.el (gmm-write-region): Fix variable name.
8522
8523 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * gmm-utils.el (gmm-write-region): New function based on compatibility
8526         code from `mm-make-temp-file'.
8527
8528         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8529
8530         * nnmaildir.el (nnmaildir--update-nov)
8531         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8532         Use `gmm-write-region'.
8533
8534 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8537         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8538
8539         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8540
8541         * message.el (message-replacement-char): New variable.
8542         (message-fix-before-sending): Use it.
8543         (message-simplify-subject): New function to remove duplicate code.
8544         (message-reply, message-followup): Use it.
8545
8546         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8547         gnus-summary-limit-to-articles.
8548
8549 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-util.el (gnus-with-local-quit): New macro.
8552
8553         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8554
8555 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8556
8557         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8558         ignore non-string data.
8559
8560 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8561
8562         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8563         non-string data (needs to be done in the registry too).
8564
8565 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8566
8567         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8568         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8569         (gnus-registry-split-fancy-with-parent)
8570         (gnus-registry-fetch-simplified-message-subject-fast)
8571         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8572         Remove text properties on ingress into the registry and when it's saved.
8573         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8574         registry from entries with no groups.
8575
8576 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8577
8578         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8579         function to remove string properties.
8580
8581 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * gmm-utils.el (gmm): Adjust custom version.
8584
8585         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8586         custom version.
8587
8588         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8589
8590 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * gnus-art.el (gnus-insert-prev-page-button)
8593         (gnus-insert-next-page-button): Simplify.  Reformat.
8594
8595 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8596
8597         * gnus-art.el (gnus-insert-prev-page-button)
8598         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8599
8600 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8601
8602         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8603
8604 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8605
8606         * gnus-art.el (gnus-insert-mime-button)
8607         (gnus-insert-mime-security-button):
8608         Apply gnus-article-button-face to MIME and security buttons.
8609
8610 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8613         readable.
8614
8615 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8618
8619 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8620
8621         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8622         `browse-url-of-file' instead of `browse-url'.
8623
8624 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8625
8626         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8627         regexp.  Articles containing quotation were cut prematurely.
8628
8629 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * message.el (message-cite-original-1): Use nobody by default for the
8632         value of From header.
8633         (message-reply): Ditto.
8634
8635 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8636
8637         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8638         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8639         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8640
8641 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8644         mails in the doc string.  Add some URLs in comment.
8645         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8646
8647 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8650         backslashes handling and the way to find boundaries of quoted strings.
8651
8652 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8653
8654         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8655         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8656         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8657         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8658
8659 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8662         doc string.
8663         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8664
8665 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * lpath.el: Fbind epg-check-configuration.
8668
8669 2006-09-06  Simon Josefsson  <jas@extundo.com>
8670
8671         * mml2015.el (mml2015-use): Doc fix, mention epg.
8672
8673 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8674
8675         * mml2015.el (mml2015-use): Default to epg, if available.
8676
8677 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8678
8679         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8680         message-sender.
8681         (mml1991-epg-encrypt): Ditto.
8682         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8683         message-sender.
8684         (mml2015-epg-encrypt): Ditto.
8685
8686 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8687
8688         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8689         several common directories.
8690
8691 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8692
8693         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8694         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8695
8696 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * gnus-art.el (article-decode-encoded-words): Make it fast.
8699
8700 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8703
8704         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8705         in quoted string into `\'.
8706
8707 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8710         Use standard-syntax-table.
8711
8712 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-art.el (gnus-decode-address-function): New variable.
8715         (article-decode-encoded-words): Use it to decode headers which are
8716         assumed to contain addresses.
8717         (gnus-mime-delete-part): Remove useless `or'.
8718
8719         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8720         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8721         (gnus-nov-parse-line): Use it to decode From header.
8722         (gnus-get-newsgroup-headers): Ditto.
8723         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8724
8725         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8726         (mail-decode-encoded-address-string): New alias.
8727
8728         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8729         New function.
8730         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8731         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8732         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8733         (rfc2047-decode-string): Ditto.
8734         (rfc2047-decode-address-region): New function.
8735         (rfc2047-decode-address-string): New function.
8736
8737 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * message.el (message-caesar-buffer-body): Allow rotating headers.
8740
8741         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8742
8743         * message.el (message-insert-formated-citation-line): Fix %f.
8744         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8745
8746 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8749         (gnus-bookmark-mouse-available-p): New macro.
8750         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8751         (gnus-bookmark-bmenu-show-infos): Use it.
8752         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8753         (gnus-bookmark-bmenu-hide-infos): Ditto.
8754         (gnus-bookmark-remove-properties): New function.
8755         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8756         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8757         (gnus-bookmark-write-file): Bind coding-system-for-write.
8758         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8759         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8760         group before selecting it.
8761         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8762         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8763         quit-window if it is not available; use gnus-mouse-2 and bind it to
8764         gnus-bookmark-bmenu-select-by-mouse.
8765         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8766         (gnus-bookmark-bmenu-select-by-mouse): New function.
8767
8768 2006-08-13  Romain Francoise  <romain@orebokech.com>
8769
8770         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8771         space.
8772
8773 2006-08-10  Romain Francoise  <romain@orebokech.com>
8774
8775         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8776         (dns-mode-soa-auto-increment-serial): New user option.
8777         (dns-mode-soa-maybe-increment-serial): New function.
8778         (dns-mode): Add the latter to `write-contents-functions'.
8779
8780 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * compface.el (uncompface): Use binary rather than raw-text-unix.
8783
8784 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * compface.el (uncompface): Make sure the eol conversion doesn't take
8787         place when communicating with the external programs.  Reported by
8788         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8789
8790 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8793
8794 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8795
8796         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8797         Make it more robust by parsing author and date independently.
8798
8799 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8802
8803 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8804
8805         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8806         first matching secret key.
8807         (mml2015-epg-encrypt): Ditto.
8808
8809         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8810         first matching secret key.
8811         (mml1991-epg-encrypt): Ditto.
8812
8813         * mml2015.el (mml2015-encrypt-to-self): New user option.
8814         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8815         mml2015-epg-encrypt-to-self is set.
8816
8817         * mml1991.el (mml1991-encrypt-to-self): New variable.
8818         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8819         mml1991-epg-encrypt-to-self is set.
8820
8821         * mml2015.el (mml2015-signers): New user option.
8822         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8823         (mml2015-epg-encrypt): Allow to select signing keys.
8824
8825         * mml1991.el (mml1991-signers): New variable.
8826         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8827         (mml1991-epg-encrypt): Allow to select signing keys.
8828
8829 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * nnheader.el (nnheader-insert-head): Make it work even if the file
8832         uses CRLF for the line-break code.
8833
8834 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8835
8836         * mml2015.el: Require mml-sec instead of password.
8837         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8838         (mml2015-cache-passphrase): Inherit the default value from
8839         mml-secure-cache-passphrase.
8840         (mml2015-passphrase-cache-expiry): Inherit the default value from
8841         mml-secure-passphrase-cache-expiry.
8842
8843         * mml1991.el: Require mml-sec instead of password.
8844         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8845         (mml1991-cache-passphrase): Inherit the default value from
8846         mml-secure-cache-passphrase.
8847         (mml1991-passphrase-cache-expiry): Inherit the default value from
8848         mml-secure-passphrase-cache-expiry.
8849
8850         * mml-sec.el: Require password.
8851         (mml-secure-verbose): New user option.
8852         (mml-secure-cache-passphrase): New user option.
8853         (mml-secure-passphrase-cache-expiry): New user option.
8854
8855 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8856
8857         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8858         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8859         andreas@altroot.de (Andreas Vögele).
8860
8861         FIXME: Use `tiny change'?
8862
8863 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8864
8865         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8866         workaround for the url package included with Emacs.
8867
8868         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8869
8870 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8873         correctly.  This fixes a bug caused by the 2006-05-12 change.
8874
8875 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8876
8877         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8878         some information about the error when saying that the `bogus' mail
8879         group will be used.
8880
8881 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8884         string.
8885
8886 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8887
8888         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8889
8890 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8891
8892         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8893
8894 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8895
8896         * mml1991.el (mml1991-function-alist): Add epg.
8897         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8898         (mml1991-epg-encrypt): New functions.
8899
8900 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8901
8902         * mml2015.el (mml2015-verbose): New variable.
8903         (mml2015-cache-passphrase): Ditto.
8904         (mml2015-passphrase-cache-expiry): Ditto.
8905         (mml2015-function-alist): Add epg.
8906         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8907         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8908         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8909         functions.
8910
8911 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8912
8913         * message.el (message-cite-original-1): Preserve region when removing
8914         quoted text due to X-No-Archive in order to avoid bogus attribution
8915         when citing multiple messages.
8916
8917 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8918
8919         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8920         Kenneth Jacker <khj@be.cs.appstate.edu>.
8921
8922 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8923
8924         * gnus-diary.el (gnus-user-format-function-d)
8925         (gnus-user-format-function-D): Autoload.
8926
8927         * imap.el (Commentary): Fix typo.
8928
8929         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8930         2006-04-22 contribution.
8931
8932 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8933
8934         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8935         It didn't really fix the bogosity I'm seeing with solid web groups.
8936
8937 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8938
8939         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8940         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8941         created using server names.  If we use the feature without declaring
8942         it, Gnus does not properly manage server and group state.
8943
8944         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8945         bound.
8946
8947 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8948
8949         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8950         looking up the method using GROUP's prefix before inventing a new one.
8951         It is used on killed/unknown groups in various places where returning
8952         an all-new method isn't expected by the caller.
8953
8954         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8955         and match semantics of gnus-group-real-prefix.
8956
8957 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * nnmail.el (nnmail-broken-references-mailers): New variable.
8960         (nnmail-ignore-broken-references): New function generalizing
8961         nnmail-fix-eudora-headers.
8962         (nnmail-fix-eudora-headers): Now obsolete.
8963
8964         * gnus-art.el (gnus-button-handle-custom): Support
8965         `customize-apropos*'.
8966
8967 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8968
8969         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8970
8971         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8972         articles.
8973
8974 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * message.el (message-cite-reply-above): New variable.
8977         (message-yank-original): Use it.
8978
8979 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8982
8983 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8986         as read.
8987
8988         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8989
8990 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8993         (gnus-bookmark-default-file): Use gnus-directory.
8994         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8995         Remove "*" in doc string.
8996         (gnus-bookmark-write-file): Simplify.
8997         (gnus-bookmark-maybe-sort-alist): Use `when'.
8998         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8999         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9000         FIXME about Emacs 21 and XEmacs compatibility.
9001         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9002         compatibility.
9003         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9004         compatibility.
9005         (gnus-bookmark-menu-heading): Fix version.
9006
9007 2006-06-19  Bastien Guerry  <bzg@altern.org>
9008
9009         * gnus-bookmark.el: New file.
9010
9011 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * message.el (message-syntax-checks): Doc fix.
9014
9015 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9016
9017         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9018         unsubscribed groups as if they were killed ones.  It causes duplicate
9019         entries in gnus-newsrc-alist.
9020
9021 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * message.el (message-syntax-checks): Doc fix.
9024         (message-send-mail): Add check for continuation headers.
9025         (message-check-news-header-syntax): Fix regexp used to check for
9026         continuation headers.
9027
9028 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9031
9032 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9035
9036 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9039         default-truncate-lines.
9040
9041 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9044         to fill the utf-8 entry.
9045
9046         * lpath.el: Fbind unicode-precedence-list.
9047
9048 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9049
9050         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9051
9052 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9053
9054         * gnus-agent.el (directory-files-and-attributes): Move all the way
9055         forward (the third and final move).
9056         (gnus-agent-read-agentview): Trap reconstruction errors due to
9057         nonexistant directory.  Handle by returning nil.
9058
9059 2006-05-30  Didier Verna  <didier@xemacs.org>
9060
9061         * message.el (message-dont-reply-to-names): Update the custom type.
9062         * message.el (message-dont-reply-to-names): New defsubst: potentially
9063         convert a list of regexps into a single one.
9064         * message.el (message-get-reply-headers): Use it.
9065         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9066
9067 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-agent.el (directory-files-and-attributes): Move forward.
9070
9071 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * gnus-ml.el (gnus-mailing-list-subscribe)
9074         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9075         (gnus-mailing-list-message): Fix doc strings.
9076
9077 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9078
9079         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9080         of doing it manually.
9081
9082 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9085         comment.
9086
9087 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9088
9089         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9090         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9091         (gnus-agent-read-local): All symbols allocated in my-obarray.
9092         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9093         (gnus-agent-regenerate-group): Check numeric names to see if they are
9094         messages or groups.
9095         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9096         better way of do this...)
9097
9098         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9099         'dummy.group' (there should be a better way of do this...)
9100
9101 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9104         (gnus-saved-headers): Ditto.
9105         (gnus-default-article-saver): Mention functions may have properties.
9106         (gnus-article-save): Override gnus-save-all-headers and
9107         gnus-saved-headers by :headers property which saver function may have.
9108         (gnus-summary-save-in-file): Add :headers property.
9109         (gnus-summary-write-to-file): Ditto.
9110
9111         * gnus-sum.el (gnus-summary-save-article): Bind
9112         gnus-prompt-before-saving to t when saving many articles in a file;
9113         always show all headers.
9114
9115         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9116
9117 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9120         marks.
9121
9122         * message.el (message-indent-citation): Add optional arguments to allow
9123         using it outside of message buffers.
9124
9125         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9126         (gnus-article-treat-unfold-headers): Use it.
9127         (gnus-article-truncate-lines): New variable.
9128         (gnus-article-mode): Use it.
9129         (gnus-article-toggle-truncate-lines): New function.
9130
9131         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9132         gnus-article-toggle-truncate-lines.
9133
9134         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9135         coding system in XEmacs, use binary.
9136
9137 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9140         after-load-alist.
9141
9142         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9143         this function should save decoded articles.
9144         (gnus-summary-write-to-file): Use property to specify this function
9145         should save decoded articles and specify gnus-summary-save-in-file
9146         should be used to save articles other than the first one when saving
9147         many articles.
9148         (gnus-summary-save-body-in-file): Use property to specify this
9149         function should save decoded articles.
9150         (gnus-summary-write-body-to-file): Use property to specify this
9151         function should save decoded articles and specify
9152         gnus-summary-save-body-in-file should be used to save articles other
9153         than the first one when saving many articles.
9154
9155         * gnus-sum.el (gnus-summary-save-article): Simplify.
9156
9157 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * gnus-art.el (gnus-default-article-saver): Add
9160         gnus-summary-write-body-to-file.
9161         (gnus-article-save-coding-system): Don't use coding system object
9162         in XEmacs.
9163         (gnus-read-save-file-name): Add optional `dir-var' argument which
9164         specifies directory in which files are saved; work even if optional
9165         `variable' argument is not specified.
9166         (gnus-summary-write-to-file): Read file name.
9167         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9168         (gnus-summary-write-body-to-file): New function.
9169
9170         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9171         (gnus-summary-local-variables): Add it.
9172         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9173         (gnus-summary-save-article): Remove optional `decode' argument;
9174         determine whether to decode articles by the value of
9175         gnus-default-article-saver; when saving many files using
9176         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9177         it first and use gnus-summary-save-in-file or
9178         gnus-summary-save-body-in-file thereafter unless
9179         gnus-prompt-before-saving is always; move point to article which
9180         will be saved.
9181         (gnus-summary-save-article-file): Revert.
9182         (gnus-summary-write-article-file): Revert.
9183         (gnus-summary-save-article-body-file): Revert.
9184         (gnus-summary-write-article-body-file): New function.
9185
9186 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus-art.el (gnus-default-article-saver): Doc fix.
9189         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9190         from gnus-summary-save-article-coding-system, and default to a
9191         certain coding system.
9192         (gnus-output-to-file): Add coding cookie and encode text according
9193         to gnus-article-save-coding-system; don't use mm-append-to-file.
9194
9195         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9196         gnus-art.el and rename to gnus-article-save-coding-system.
9197         (gnus-summary-save-article): Require gnus-art; don't show all
9198         headers if it decodes articles; don't add coding cookie here;
9199         don't bind mm-text-coding-system-for-write.
9200         (gnus-summary-save-article-file): Save decoded articles.
9201         (gnus-summary-write-article-file): When saving many files, use
9202         gnus-summary-write-to-file first and gnus-summary-save-in-file
9203         thereafter unless gnus-prompt-before-saving is always.
9204         (gnus-summary-save-article-body-file): Save decoded articles.
9205
9206         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9207
9208 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * nnrss.el (nnrss-check-group): Bind hash-index.
9211
9212 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9213
9214         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9215         its hash index.  Store this hash in `nnrss-group-data'.
9216         (nnrss-read-group-data): Update accordingly.
9217
9218 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9221         entry.
9222
9223         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9224         gnus-article-browse-html-article.
9225
9226 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9227
9228         * gnus-sum.el (gnus-summary-mime-map): Add
9229         gnus-article-browse-html-article.
9230
9231         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9232
9233 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9236         suitable coding systems in customize.
9237
9238 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * mail-source.el (mail-sources): Fix custom type.
9241
9242 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9245         (gnus-summary-expire-articles-now): Shorten prompt.
9246
9247         * gmm-utils.el (wid-edit): Require.
9248         (defun-gmm): Renamed from `gmm-defun-compat'.
9249         (gmm-image-search-load-path): Use it.
9250         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9251
9252 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9255         variable.
9256         (gnus-summary-save-article): Add optional `decode' argument.  If
9257         it is set and gnus-summary-save-article-coding-system is non-nil,
9258         save decoded article.
9259         (gnus-summary-write-article-file): Save decoded article if
9260         gnus-summary-save-article-coding-system is non-nil.
9261
9262         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9263         type.
9264
9265 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9268
9269 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9272         first to test gnus-single-article-buffer which may be buffer-local.
9273
9274         * gnus-sum.el (gnus-summary-setup-buffer): Make
9275         gnus-single-article-buffer buffer-local and nil in ephemeral
9276         group; make gnus-article-buffer, gnus-article-current, and
9277         gnus-original-article-buffer always buffer-local.
9278         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9279         group.
9280         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9281
9282 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * nnml.el (nnml-request-compact-group): Compressed files might not
9285         have .gz extension.
9286
9287 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9288
9289         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9290         (mm-copy-to-buffer): Use with-current-buffer.
9291         (mm-display-part): Simplify.
9292         (mm-inlinable-p): Add optional arg `type'.
9293
9294 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9295
9296         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9297         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9298         Try harder to show the attachment internally or externally using
9299         gnus-mime-view-part-as-type.
9300
9301 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * message.el (message-from-style, message-signature-separator)
9304         (message-user-organization-file, message-send-mail-function)
9305         (message-citation-line-function, message-yank-prefix)
9306         (message-indent-citation-function, message-signature)
9307         (message-signature-file, message-signature-insert-empty-line):
9308         Remove autoloads.
9309
9310         * gnus-art.el (gnus-buttonized-mime-types): Remove
9311         "multipart/signed".  Revert 2006-04-26 change.
9312
9313 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314
9315         * gnus.el (gnus-version-number): Bump version.
9316
9317 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9318
9319         * gnus.el: No Gnus v0.5 is released.
9320
9321 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9322
9323         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9324         fetching articles by message-id.
9325
9326 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * message.el (hashcash): Require hashcash as normal.
9329
9330         * ecomplete.el (ecomplete-highlight-match-line): Use
9331         point-at-eol.
9332         (ecomplete-highlight-match-line): Use `highlight', because that
9333         face exists in both Emacs and XEmacs.
9334
9335         * message.el (message-display-abbrev): Use point-at-bol.
9336
9337         * mail-source.el: Don't require timer/timer-funcs.
9338
9339         * gnus-async.el: Ditto.
9340
9341         * password.el: Ditto.
9342
9343         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9344
9345         * mm-url.el: Ditto.
9346
9347         * gnus-xmas.el: Don't require timer-funcs.
9348
9349         * mm-util.el: Require timer/timer-funcs.
9350
9351 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9352
9353         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9354         Close.
9355
9356 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9359         unibyte after clear-decrypt function runs.
9360
9361         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9362         returns as a unibyte string.
9363
9364 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * lpath.el: Revert.
9367
9368         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9369         (pgg-gpg-process-sentinel): Revert.
9370
9371         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9372         (pgg-pgp-lookup-key): Revert.
9373
9374         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9375         (pgg-pgp5-lookup-key): Revert.
9376
9377         * pgg.el (pgg-fetch-key): Revert.
9378
9379 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * lpath.el: Fbind string-as-multibyte for XEmacs.
9382
9383         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9384         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9385         (mml1991-pgg-encrypt): Ditto.
9386
9387         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9388         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9389         a multibyte buffer.
9390
9391         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9392         (pgg-pgp-lookup-key): Ditto.
9393
9394         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9395         (pgg-pgp5-lookup-key): Ditto.
9396
9397         * pgg.el (pgg-fetch-key): Ditto.
9398
9399 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * message.el (message-user-organization-file): Check several
9402         locations of the organization file.
9403
9404         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9405         Add gnus-article-view-part-as-type.
9406
9407         * gnus-art.el (gnus-article-view-part-as-type): New function.
9408
9409         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9410         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9411
9412         * mml.el: Simplify autoload.
9413         (mml-mode): defvar dnd-protocol-alist instead of using
9414         symbol-value.
9415         (mml-default-directory): New variable.
9416         (mml-minibuffer-read-file): Use it.
9417         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9418
9419         * message.el (message-citation-line-format): New variable.
9420         (message-insert-formated-citation-line): New function.
9421         (message-citation-line-function): Add
9422         `message-insert-formated-citation-line' to custom type.
9423
9424         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9425         to doc string.
9426
9427         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9428         depending on mm-verify-option.
9429
9430 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9433         binding pgg-* variables; reimplement the section which prevents
9434         MIME header from being signed.
9435         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9436         pgg-text-mode; remove a blank line at the top of body.
9437
9438         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9439         lines at the top of body; use gnus-newsgroup-charset if there's no
9440         Charset header.
9441
9442 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * message.el (message-self-insert-commands): Doc fix.
9445
9446         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9447         (mm-uu-pgp-encrypted-test): Ditto.
9448         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9449         between header and body; return application/pgp-encrypted handle
9450         if decryption failed; decode decrypted body by charset.
9451
9452         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9453         element match to application/pgp-*.
9454
9455 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9456
9457         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9458         HTML.
9459
9460 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * mail-source.el (mail-source-call-script): Message the error
9463         string.
9464
9465 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466
9467         * gnus-util.el (gnus-byte-compile): Use it.
9468
9469 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9470
9471         * gnus-util.el (kill-empty-logs): New function.
9472
9473 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * message.el (message-mail-alias-type): Doc fix.
9476         (message-mail-alias-type-p): New function.
9477         (message-send): Use it.
9478         (message-mode): Ditto.
9479         (message-strip-forbidden-properties): Ditto.
9480
9481         * ecomplete.el (ecomplete-database-file-coding-system): New
9482         variable.
9483         (ecomplete-save): Use it.
9484         (ecomplete-setup): Use it.
9485
9486 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * message.el (message-self-insert-commands): New variable.
9489         (message-strip-forbidden-properties): Use it.
9490
9491 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9494         that doesn't make XEmacs choke.
9495
9496 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * gnus-util.el (gnus-replace-in-string):
9499         Prefer replace-regexp-in-string over of replace-in-string.
9500
9501 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * gnus-util.el (gnus-select-frame-set-input-focus):
9504         Use select-frame-set-input-focus if it is available in XEmacs; use
9505         definition defined in Emacs 22 for old Emacsen.
9506
9507         * dgnushack.el: Autoload unmorse-region for XEmacs.
9508
9509         * lpath.el: Bind cursor-in-non-selected-windows and
9510         select-frame-set-input-focus for XEmacs.
9511
9512 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9515
9516 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9517
9518         * gnus-registry.el (gnus-registry-cache-save): Remove text
9519         properties when saving via the temp buffer.
9520
9521 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * message.el (message-generate-hashcash): Honor custom type.
9524
9525 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * message.el (message-generate-hashcash): Default to non-nil when
9528         hashcash is found.
9529
9530         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9531         (gnus-refer-thread-limit): Increase default to 500.
9532
9533         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9534
9535         * flow-fill.el (fill-flowed): Allow delete-space.
9536
9537 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9540         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9541         Remove autoloads.
9542
9543 2006-04-18  Simon Josefsson  <jas@extundo.com>
9544
9545         * message.el (message-generate-hashcash): Default to.
9546
9547 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9550         concatenating segments rather than before concatenating them.
9551
9552 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9555
9556 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557
9558         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9559
9560         * message.el (message-forward-make-body-plain): Allow
9561         message-forward-ignored-headers to be a list.
9562         (message-remove-ignored-headers): Factor out into function.
9563         (message-forward-make-body-mml): Use it.
9564
9565         * imap.el (imap-quote-specials): New function.
9566         (imap-login-auth): Quote specials.
9567
9568         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9569         (rfc2231-parse-string): Allow concatanation of parameters that
9570         aren't contiguous.  The test case is
9571           (mail-header-parse-content-type "message/external-body;
9572             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9573             access-type=LOCAL-FILE;
9574             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9575
9576 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9577
9578         * nntp.el (nntp-accept-process-output): Return the value of
9579         `nnheader-accept-process-output'.
9580
9581 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9584         (gnus-button-alist): Recognize more diff formats.
9585         (gnus-button-patch): Strip directory.
9586
9587 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9590         Emacs 22 when setting focus.
9591
9592 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * gnus-art.el (gnus-article-treat-types): Do treatment of
9595         text/x-verbatim parts.
9596         (gnus-button-patch): New command.
9597
9598         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9599         addresses that contain invalid characters.
9600
9601 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * message.el (message-put-addresses-in-ecomplete): Use
9604         gnus-replace-in-string.
9605         (message-is-yours-p): Use the more correct
9606         mail-header-parse-address instead of
9607         mail-extract-address-components.
9608         (message-put-addresses-in-ecomplete): Fix typo.
9609
9610         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9611         keystroke.
9612
9613         * gnus-art.el (gnus-treatment-function-alist): Change order of
9614         newsgroups/generic header folding to avoid double-folding.
9615
9616         * message.el (message-hidden-headers): Add X-Draft-From.
9617
9618         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9619         command.
9620         (gnus-summary-repeat-search-article-backward): New command.
9621
9622         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9623         groups in the parent topic.
9624
9625 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9626
9627         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9628         (spam-extra-header-to-number): Return the CRM114 number as a
9629         number instead of a string.
9630
9631 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * gnus-art.el (gnus-face-properties-alist): Moved here from
9634         gnus-fun.
9635
9636         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9637
9638 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639
9640         * message.el (message-strip-forbidden-properties): Only display on
9641         self-insert-command.
9642
9643         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9644         reindent.
9645         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9646
9647 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9648
9649         * smiley.el (smiley-style): Fix typo.
9650
9651 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * hashcash.el (hashcash-insert-payment-async-2): Use
9654         message-goto-eoh instead of doing it manually.
9655         (mail-add-payment): Use message-narrow-to-header instead of trying
9656         to do the same itself.
9657
9658         * message.el (message-hidden-headers): Add Face.
9659
9660         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9661         reparenting code.
9662         (gnus-summary-reparent-children): Refactored out code.
9663         (gnus-summary-thread-map): New keystroke.
9664         (gnus-summary-reparent-children): Make into command.
9665
9666         * smiley.el (smiley-style): Default to `medium' if using a large
9667         font.
9668
9669         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9670         does it itself.
9671
9672         * message.el (message-point-in-header-p): Simplify definition.
9673
9674 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * nnagent.el (nnagent-request-set-mark): Silence log file
9677         writing.
9678         (nnagent-request-set-mark): Use write-region instead of
9679         append-to-file.
9680
9681         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9682         strange select method.
9683
9684         * ecomplete.el (ecomplete-display-matches): Get highlightling
9685         right.
9686         (ecomplete-display-matches): Use literals.
9687         (ecomplete-display-matches): Disable message logging.
9688
9689         * message.el (message-display-abbrev): Small optimization.
9690
9691         * ecomplete.el (ecomplete-display-matches): Allow automatic
9692         display.
9693
9694         * message.el (message-strip-forbidden-properties): Display
9695         abbrevs.
9696         (message-display-abbrev): Get automatic display right.
9697
9698         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9699         keystrokes.
9700
9701 2006-04-13  Romain Francoise  <romain@orebokech.com>
9702
9703         TODO: Backport to v5-10!
9704
9705         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9706         Moved here (and renamed) from gnus-registry.el.
9707
9708         * gnus-registry.el: Require gnus-util.
9709         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9710
9711 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712
9713         * gnus-group.el (gnus-group-catchup-current): Change
9714         if-then-else-if-then-else into cond.
9715         (gnus-group-catchup): Indent.
9716         (group-name-at-point): New function.
9717         (gnus-fetch-group): Provide default from thing at point.
9718
9719 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * message.el (message-display-abbrev): Fix regexp.
9722
9723         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9724         choosing.
9725         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9726         dead variables.
9727
9728         * message.el (message-newline-and-indent): Remove debugging.
9729         (message-display-abbrev): Use new implementation.
9730
9731 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * gnus-art.el (gnus-article-mode): Set
9734         cursor-in-non-selected-windows to nil.
9735
9736         * smiley.el: Revert previous change.
9737         (smiley-data-directory): defvar it before using it in the
9738         defcustom of `smiley-style'.
9739
9740 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741
9742         * message.el (message-newline-and-indent): New function.
9743
9744         * ecomplete.el: Implement more bits.
9745
9746         * message.el (message-put-addresses-in-ecomplete): Clean up the
9747         string.
9748
9749         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9750
9751         * gnus-sum.el (gnus-summary-save-parts): Bind
9752         gnus-summary-save-parts-counter and use it to make unique file
9753         names.
9754
9755         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9756
9757         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9758         parameter to say whether to actually parse the individual
9759         addresses.
9760
9761         * message.el (message-put-addresses-in-ecomplete): New function.
9762         (ecomplete): Require.
9763         (message-mail-alias-type): Add ecomplete as an option.
9764
9765 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9766
9767         * flow-fill.el (fill-flowed): Remove trailing space from blank
9768         quoted lines.
9769
9770 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9771
9772         * smiley.el (smiley-style): Move definition later to avoid a
9773         compilation warning.
9774
9775 2006-04-12  Kenichi Handa  <handa@m17n.org>
9776
9777         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9778         buffer and then decode the buffer text if necessary.
9779         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9780         first, and after mm-encode-body, change the buffer to unibyte.
9781         Use mm-disable-multibyte instead of set-buffer-multibyte.
9782
9783 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9786         Content-Type header instead of Content-Disposition header.
9787         (gnus-mime-inline-part): Ditto.
9788         (gnus-mime-view-part-as-charset): Ignore charset that the part
9789         specifies.
9790
9791         * mm-decode.el (mm-display-part): Work with external parts and
9792         usual parts similarly.
9793
9794         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9795         instead of gnus-display-mime.
9796
9797         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9798         instead of with-temp-buffer.
9799
9800         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9801         tag to summarized topics part in order to encode non-ASCII text.
9802
9803 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * smiley.el (smiley-style): New variable.
9806         (smiley-directory): New function.
9807         (smiley-data-directory): Derive from `smiley-style' using
9808         `smiley-directory'.
9809         (smiley-regexp-alist): Add new entries.
9810
9811         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9812         (gnus-article-browse-delete-temp): Add :version.
9813
9814 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9815
9816         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9817         the sieve region.
9818
9819 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * gnus.el (gnus-version-number): Bump version.
9822
9823 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * gnus.el: No Gnus v0.4 is released.
9826
9827 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9828
9829         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9830         layout.
9831
9832         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9833         unknown charset.
9834
9835         * message.el (message-header-synonyms): Add Original-To to the
9836         default.
9837
9838         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9839         optional parameter.
9840
9841 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * gnus-fun.el (gnus): Require it for gnus-directory.
9844
9845 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9848
9849 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9850
9851         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9852
9853 2006-04-05  Simon Josefsson  <jas@extundo.com>
9854
9855         * password.el (password-reset): New function.
9856
9857 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9858
9859         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9860         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9861
9862 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9863
9864         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9865         Some whitespace was matched into the url, which broke browsing hits
9866         > 100 when mm-url-use-external was nil.
9867
9868 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9871         gnus-extra-headers for 'Newsgroups.
9872
9873         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9874         bound.
9875
9876 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9877
9878         * pgg-gpg.el: Clean up process buffers every time gpg processes
9879         complete.
9880
9881 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9884         doc string.
9885
9886 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9887
9888         * pgg-gpg.el (pgg-gpg-process-filter)
9889         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9890
9891         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9892         lines, temporary fix.
9893
9894 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9897
9898 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9899
9900         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9901         default-enable-multibyte-characters.  This reverts the change from
9902         revision 6.17 which is no longer necessary because the passphrase
9903         is sent separately now.  GnuPG messages are unreadable under
9904         multibyte locales with default-enable-multibyte-characters set to
9905         nil.
9906
9907 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * message.el (message-tool-bar-gnome): Move "spell".
9910
9911 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9912
9913         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9914         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9915         instead.
9916
9917 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9918
9919         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9920         newsgroups handling for NNTP overviews which don't include
9921         Newsgroups.
9922
9923 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9924
9925         * message.el (message-resend): Bind message-generate-hashcash to nil.
9926
9927 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9928
9929         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9930         when searching for already-paid recipients.
9931
9932 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9933
9934         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9935         passphrases when it is not needed.
9936         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9937         passphrase stuff from gpg, should only be necessary when you use
9938         gpg with a smartcard.
9939
9940 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * mml.el (mml-insert-mime): Ignore cached contents of
9943         message/external-body part.
9944
9945         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9946         (mm-insert-part): Ditto.
9947
9948 2006-03-23  Simon Josefsson  <jas@extundo.com>
9949
9950         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9951         Reiner.
9952         (pgg-gpg-use-agent-p): Use it again.
9953
9954 2006-03-23  Simon Josefsson  <jas@extundo.com>
9955
9956         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9957         older emacsen.
9958         (pgg-gpg-use-agent-p): Don't use it.
9959
9960 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9961
9962         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9963         if we can.
9964
9965 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9966
9967         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9968         (pgg-gpg-update-agent): New function.
9969         (pgg-gpg-use-agent-p): New function.
9970         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9971         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9972         (pgg-gpg-sign-region): Use it.
9973
9974 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9977         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9978
9979 2006-03-21  Simon Josefsson  <jas@extundo.com>
9980
9981         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9982         <wilde@sha-bang.de>.
9983         (pgg-gpg-use-agent): New variable.
9984         (pgg-gpg-process-region): Use it.
9985         (pgg-gpg-encrypt-region): Likewise.
9986         (pgg-gpg-encrypt-symmetric-region): Likewise.
9987         (pgg-gpg-decrypt-region): Likewise.
9988         (pgg-gpg-sign-region): Likewise.
9989         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9990
9991 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9992
9993         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9994
9995         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9996         Add comment on version.
9997
9998 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9999
10000         * smiley.el: Add missing test smiley.
10001
10002 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * mm-decode.el (mm-with-part): New macro.
10005         (mm-get-part): Use it; work with message/external-body as well.
10006         (mm-save-part): Treat name and filename equally.
10007
10008         * mm-extern.el (mm-extern-cache-contents): New function.
10009         (mm-inline-external-body): Use it; force the part to be displayed;
10010         move undisplayer added to the cached handle to the parent.
10011
10012         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10013         (gnus-mime-view-part-as-type): Work with message/external-body.
10014
10015         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10016
10017 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10020         images in image-load-path.  [Sync with image.el, revision 1.60, in
10021         Emacs.]
10022
10023 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10026         path rather than symbol.  Always return list of directories.
10027         Guarantee that image directory comes first.  [Sync with image.el,
10028         revision 1.59, in Emacs.]
10029
10030         * message.el (message-make-tool-bar): Adjust to new API of
10031         `gmm-image-load-path-for-library'.
10032
10033         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10034
10035         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10036
10037 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10038
10039         * gnus-art.el (gnus-article-only-boring-p):
10040         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10041         intangible text.
10042         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10043
10044 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10045
10046         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10047         `defun' instead of `gmm-defun-compat'.
10048
10049 2006-03-14  Simon Josefsson  <jas@extundo.com>
10050
10051         * message.el (message-unique-id): Don't use message-number-base36
10052         if (user-uid) is a float.
10053         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10054
10055 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10058
10059         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10060         empty line between a part and a message part.
10061
10062 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10063
10064         * smiley.el: Add more test smileys.
10065         (smiley-data-directory, smiley-regexp-alist)
10066         (gnus-smiley-file-types): Fix doc strings.
10067         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10068         adding new elements.
10069         (smiley-mouse-map): Unused code.  Make it a comment.
10070
10071 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10074         scan latest NoCeM messages instead of old ones.
10075         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10076         delimiters that are recently used.
10077         (gnus-nocem-load-cache): Add autoload cookie.
10078
10079         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10080
10081         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10082         level which is larger than gnus-use-nocem is specified.
10083
10084         * gnus-group.el (gnus-group-get-new-news): Ditto.
10085
10086 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * gnus-util.el (gnus-tool-bar-update): New function.
10089
10090         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10091         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10092
10093         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10094
10095         * gnus-group.el (gnus-group-redraw-when-idle)
10096         (gnus-group-redraw-check): Remove.
10097         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10098
10099 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10102         if optional last element is specified in splits (FIELD VALUE...).
10103
10104 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10107         to gmm-image-load-path-for-library.  Call with no-error argument.
10108         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10109
10110         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10111
10112         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10113
10114         * gmm-utils.el (gmm-image-load-path): Remove alias.
10115
10116 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * gmm-utils.el (gmm-image-load-path): Add alias.
10119
10120         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10121         nnml-generate-nov-databases-1.
10122         (nnml-generate-nov-databases): Use it.
10123         (nnml-generate-nov-databases-directory): Document no-active
10124         argument.
10125
10126         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10127         directory if path is t.  Add no-error.
10128
10129         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10130         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10131
10132         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10133         resetting gnus-article-browse-html-temp-list.
10134
10135         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10136         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10137         Add example to docstring.  Rename local variables.  Move error
10138         checks to default case in cond and simplify.
10139
10140 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10143         handle is multipart when calling it recursively.
10144         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10145
10146 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10147
10148         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10149         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10150
10151 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10154         is loaded.
10155
10156         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10157         loaded.
10158
10159 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10162         to "Emacs 23 (unicode)" in doc string.
10163
10164         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10165         "Emacs 23 (unicode)" in comment.
10166
10167 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10170
10171         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10172         characters 160 through 255 in Emacs 23.
10173
10174 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10177         gnus-article-browse-html-temp.
10178         (gnus-article-browse-delete-temp): Make it customizable.  Add
10179         `file'.  Adjust doc string.
10180         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10181         query for each file.  Adjust doc string.
10182         (gnus-article-browse-html-parts): Add
10183         `gnus-article-browse-delete-temp-files' to
10184         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10185
10186 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10187
10188         * gnus-art.el (gnus-article-browse-html-temp)
10189         (gnus-article-browse-delete-temp): New variables.
10190         (gnus-article-browse-delete-temp-files): New function.
10191         (gnus-article-browse-html-parts): Use it.
10192
10193 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10196
10197         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10198         string.
10199
10200         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10201         gnus-summary-insert-new-articles when unplugged.  Remove
10202         gnus-summary-search-article-forward.
10203
10204         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10205         display-visual-class instead of display-color-cells.
10206
10207 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * dgnushack.el: Autoload customize-group for XEmacs.
10210
10211         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10212         message/* containing non-ASCII text properly.
10213
10214 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * message.el: Require gmm-utils, remove autoloads.
10217         (message-tool-bar): Set default based on
10218         gmm-tool-bar-style.
10219         (message-tool-bar-gnome): Add gmm-customize-mode.
10220
10221         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10222         gmm-tool-bar-style.
10223         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10224
10225         * gnus-group.el (gnus-group-tool-bar): Set default based on
10226         gmm-tool-bar-style.
10227         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10228
10229         * gmm-utils.el (gmm-image-directory): Rename variable from
10230         gmm-image-load-path.
10231         (gmm-image-load-path): Use gmm-image-directory.
10232         (gmm-customize-mode): New function.
10233         (gmm-tool-bar-style): New variable.
10234
10235         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10236         gnus-group-redraw-line-number.
10237         (gnus-group-redraw-check): Simplify.
10238         (gnus-group-tool-bar-update): Remove redraw check.
10239         (gnus-group-make-tool-bar): Add redraw check.
10240
10241 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10242
10243         * gnus-art.el (gnus-button): Add missing parentheses.
10244
10245 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * lpath.el: Fbind line-number-at-pos.
10248
10249 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10252
10253 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * gnus-art.el (gnus-button): New face.
10256         (gnus-article-button-face): Use it.
10257
10258         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10259         gnus-summary-next-page.  Re-order.
10260
10261         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10262         next-node are now included.
10263         (gnus-group-redraw-line-number): New internal variable.
10264         (gnus-group-redraw-check): Helper function for updating the tool
10265         bar.
10266         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10267
10268         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10269
10270         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10271         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10272         Use it to match format of Spamassassin 3.0 and later.  Reported by
10273         IRIE Tetsuya <irie@t.email.ne.jp>.
10274         (spam-check-bogofilter)
10275         (spam-bogofilter-register-with-bogofilter): Fix args of
10276         `gnus-error' calls.
10277
10278 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10281         unnecessary interaction when sending queued mails.  Reported by
10282         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10283
10284 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10285
10286         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10287         first or last are nil.
10288
10289 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10290
10291         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10292
10293 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10294
10295         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10296
10297 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10298
10299         * dns.el (query-dns): Protect more against buggy tcp output.
10300
10301 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10304         nov.php.
10305
10306 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10307
10308         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10309         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10310         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10311         output on the server side.
10312         (nnweb-google-create-mapping): Update regexps and add some
10313         progress indication.
10314
10315 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10318         gnus-agent-toggle-plugged.  Re-order icons.
10319         (gnus-group-tool-bar-gnome): Add
10320         gnus-group-{prev,next}-unread-group.
10321         (gnus-group-tool-bar-gnome): Re-order icons.
10322
10323         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10324         gnus-summary-insert-new-articles.
10325
10326         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10327         comments.
10328
10329         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10330         also available in Emacs 21.3.
10331
10332         * message.el (message-fix-before-sending): Change "Emacs 22" to
10333         "Emacs 23 (unicode)" in comment.
10334
10335         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10336         "Emacs 23 (unicode)" in comment.
10337
10338         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10339         comment.
10340         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10341
10342         * mm-view.el (mm-fill-flowed): Add :version.
10343
10344 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10347         and load-path.
10348
10349 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * message.el: Autoload gmm-image-load-path.
10352         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10353         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10354         consitency.
10355
10356         * gmm-utils.el (gmm-image-load-path): Also search in
10357         "../etc/images".  Don't set gmm-image-load-path if we don't find
10358         the image.
10359
10360 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gmm-utils.el (gmm-image-load-path): Don't make
10363         `gmm-image-load-path' include subdirectories which the second arg
10364         `image' might specify.
10365
10366         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10367         subdirectory to icon file names.
10368
10369         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10370
10371 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10372
10373         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10374         gmm-image-load-path calls.
10375
10376         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10377
10378         * message.el (message-make-tool-bar): Ditto.
10379
10380         * mml.el (mml-preview): Added comment concerning tool bar icons.
10381
10382         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10383         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10384
10385         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10386         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10387
10388         * message.el (message-tool-bar-gnome): Use new icon names.
10389         (message-make-tool-bar): Use `gmm-image-load-path'.
10390
10391         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10392         functions from MH-E.
10393         (gmm-image-load-path): New variable from MH-E.
10394         (gmm-image-load-path): New function from MH-E.  Added arguments
10395         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10396         *-image-load-path-called-flag.
10397
10398 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10399
10400         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10401
10402 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10403
10404         * nnimap.el (nnimap-request-move-article): Change folder back to
10405         source group before deleting.
10406
10407 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10410
10411         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10412         mm-url.
10413
10414         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10415
10416 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10419         coding system which mm-charset-to-coding-system returns for a
10420         given charset is valid.
10421
10422 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10423
10424         * html2text.el (html2text-remove-tag-list):
10425         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10426
10427 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10428
10429         * gnus-cus.el: Revert 2005-10-17 change.
10430
10431 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * gnus-art.el (article-strip-banner): Call
10434         article-really-strip-banner only when the regexp match is made.
10435
10436 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * gnus-art.el (article-strip-banner): Use
10439         gnus-extract-address-components instead of
10440         mail-header-parse-addresses to make it work with non-ASCII text;
10441         remove mail-encode-encoded-word-string.
10442
10443         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10444         values which are surrounded with \"...\"; make it never cause a
10445         Lisp error; give up parsing of parameters if it failed in
10446         extracting type.
10447
10448 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10449
10450         * smime.el (smime-cert-by-ldap-1): Fix bug where
10451         `smime-ldap-search' returns results without userCertificates.
10452
10453 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10456
10457 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * spam.el (spam-check-spamassassin-headers): Adapt format for
10460         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10461         <ari@mbf.ocn.ne.jp>.
10462         (spam-list-of-processors): Add spam-use-gmane.
10463
10464 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10467         make-temp-file; make it work with XEmacs as well.
10468
10469         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10470         mm-make-temp-file.
10471
10472         * mm-decode.el (mm-display-external): Use the 3rd arg of
10473         mm-make-temp-file.
10474         (mm-create-image-xemacs): Ditto.
10475
10476 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10479         with message-narrow-to-headers.
10480         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10481         (gnus-draft-check-draft-articles): New function.
10482         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10483
10484 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * gnus-art.el (gnus-article-browse-html-parts):
10487         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10488         Don't use suffix argument for mm-make-temp-file for Emacs 21
10489         compatibility.  Remove useless `format'.
10490
10491 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10492
10493         * nnweb.el (nnweb-google-wash-article): Update regexps.
10494         (nnweb-group-alist): Use defvoo instead of defvar.
10495
10496 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10499         re-loading nn* modules.
10500
10501 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10504         for `tool-bar-mode' and don't check it's default-value.
10505
10506         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10507
10508         * message.el (message-make-tool-bar): Ditto.
10509
10510         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10511         `substring'.  Shorten tmp-file name.
10512
10513         * gnus.el: Remove bogus comment.
10514
10515 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10516
10517         * gnus-art.el (gnus-article-browse-html-parts): New function.
10518         (gnus-article-browse-html-article): New function for viewing html
10519         articles with a browser.
10520
10521 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10522
10523         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10524         in elisp.
10525         (pgg-gpg-encrypt-symmetric-region): Ditto.
10526         (pgg-gpg-sign-region): Ditto.
10527
10528         * pgg-def.el (pgg-text-mode): New variable.
10529
10530         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10531         (mml2015-pgg-encrypt): Ditto.
10532
10533         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10534         (mml1991-pgg-encrypt): Ditto.
10535
10536 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10539         message-make-date instead of current-time-string.
10540
10541         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10542         to gnus-decoded which mm-uu might set.
10543
10544 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10547         don't decode quoted parameters; remove misimported Emacs code.
10548         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10549         (rfc2231-decode-encoded-string): Don't use split-string which
10550         behaves differently according to Emacs version; use
10551         mm-decode-coding-region to convert charset to coding-system.
10552         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10553         (rfc2231-encode-string): Remove misimported Emacs code.
10554
10555 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10558         when calling mail-header-parse-content-type.
10559         (article-de-quoted-unreadable): Ditto.
10560         (article-de-base64-unreadable): Ditto.
10561         (article-wash-html): Ditto.
10562
10563         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10564         calling mail-header-parse-content-type and
10565         mail-header-parse-content-disposition.
10566         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10567         mail-header-parse-content-type.
10568
10569         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10570         insert charset and format parameters; encode description after
10571         inserting it to buffer.
10572         (mml-insert-parameter): Fold lines properly even if a parameter is
10573         segmented into two or more lines; change the max column to 76.
10574
10575         * rfc1843.el (rfc1843-decode-article-body): Don't use
10576         ignore-errors when calling mail-header-parse-content-type.
10577
10578         * rfc2231.el (rfc2231-parse-string): Return at least type if
10579         possible; don't cause an error even if it fails in parsing of
10580         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10581         (rfc2231-encode-string): Don't break lines at the beginning, leave
10582         it to mml-insert-parameter.
10583
10584         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10585         calling mail-header-parse-content-type.
10586
10587 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * spam-report.el (spam-report-gmane-use-article-number):
10590         Improve doc string.
10591         (spam-report-gmane-internal): Check if a suitable header was found
10592         in the article.
10593
10594 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10597         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10598
10599 2006-02-05  Romain Francoise  <romain@orebokech.com>
10600
10601         Update copyright notices of all files in the gnus directory.
10602
10603 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10604
10605         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10606
10607 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10610         segmented lines of parameter value to cope with Thunderbird 1.5
10611         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10612         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10613         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10614
10615 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10616
10617         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10618         parts.
10619
10620 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10621
10622         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10623         there's only one active file for all servers.
10624         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10625         solid groups.  Gnus might have used a FAST request to select the group.
10626         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10627         and nnweb-search redundantly in the active file.
10628         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10629         (nnweb-request-create-group): Don't use ARGS.
10630         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10631         initialisations.  Let nnoo do the work.
10632
10633 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10636         Say the part has been decoded.
10637
10638         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10639
10640 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10641
10642         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10643         mailcap-viewer-test-cache when there's no 'test clause, since that
10644         will invert the meaning of a "nil" test previously determined by
10645         mailcap-mailcap-entry-passes-test.
10646
10647 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10650         compiling.
10651
10652         * gnus-sum.el: Ditto.
10653
10654         * message.el: Don't bind tool-bar-map when compiling.
10655
10656 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10659
10660 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10661
10662         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10663         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10664         current Google Groups.
10665
10666 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10667
10668         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10669         and tool-bar-mode.
10670
10671         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10672         and tool-bar-mode.
10673
10674         * message.el (message-tool-bar-update): Simplify.
10675         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10676
10677         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10678         gnus-summary-buffer.
10679         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10680         gnus-summary-reply.
10681
10682         * gmm-utils.el (gmm): Add :version.
10683
10684 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * Makefile.in (clean): New rule.
10687         (distclean): Use it.
10688
10689 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10690
10691         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10692         autoload.
10693
10694 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gmm-utils.el (gmm-verbose): Add :group.
10697
10698 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * message.el: Change some comments WRT tool-bars.
10701
10702         * gnus-sum.el (gnus-summary-tool-bar)
10703         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10704         (gnus-summary-tool-bar-zap-list): New variables.
10705         (gnus-summary-make-tool-bar): Complete rewrite using
10706         `gmm-tool-bar-from-list'.
10707
10708         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10709         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10710         variables.
10711         (gnus-group-make-tool-bar): Complete rewrite using
10712         `gmm-tool-bar-from-list'.
10713         (gnus-group-tool-bar-update): New function.
10714
10715         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10716
10717 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10720         is dissected into a single part of which the type is the same as
10721         the given one; decode charset.
10722
10723 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10724
10725         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10726         into alists as symbol not string, since that's what
10727         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10728         look for.
10729
10730 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10731
10732         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10733         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10734
10735         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10736
10737 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10740         (gnus-xmas-mime-security-button-menu): New function.
10741
10742         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10743         (gnus-mime-security-button-menu): New definition.
10744         (gnus-mime-security-button-map): Use them.
10745         (gnus-mime-security-button-menu): New function.
10746         (gnus-insert-mime-security-button): Addition to help echo.
10747         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10748         (gnus-mime-security-pipe-part): New functions.
10749
10750         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10751         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10752
10753         * mm-decode.el (mm-handle-set-disposition): Remove.
10754         (mm-handle-set-description): Remove.
10755
10756 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10759         (mm-w3m-standalone-supports-m17n-p): New function.
10760         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10761         w3m usage.
10762
10763         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10764         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10765
10766 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10767
10768         * message.el (message-tool-bar-zap-list): Use
10769         gmm-tool-bar-zap-list as custom type.
10770         (message-tool-bar-update): New function.
10771         (message-tool-bar, message-tool-bar-gnome)
10772         (message-tool-bar-retro): Add message-tool-bar-update.
10773         (message-tool-bar-gnome): Add flyspell-buffer.
10774
10775         * gnus-util.el (gnus-error): Describe `args'.
10776
10777         * gmm-utils.el (gmm-error): Describe `args'.
10778         (gmm-tool-bar-zap-list): New widget.
10779         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10780
10781 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10784         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10785         the number of recursive calls.
10786
10787         * mm-decode.el (mm-handle-set-disposition): New macro.
10788         (mm-handle-set-description): New macro.
10789
10790 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10793         encoding.
10794
10795 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * message.el (message-tool-bar-zap-list, message-tool-bar)
10798         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10799         (message-tool-bar-local-item-from-menu): Remove.
10800         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10801         (message-make-tool-bar): New function.
10802         (message-mode): Use `message-make-tool-bar'.
10803
10804         * gmm-utils.el: New file.
10805         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10806         (gmm-lazy): New widget copied from `nnmail.el'.
10807         (gmm-tool-bar-from-list): New function for creating customizable
10808         tool bars.
10809         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10810         output.
10811         (gmm): Add :prefix to defgroup.
10812
10813 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10814
10815         * gmm-utils.el (gmm-widget-p): New function.
10816
10817 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * mml.el (mml-attach-file): Describe `description' in doc string.
10820         (mml-menu): Add Emacs MIME manual and PGG manual.
10821
10822 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10823
10824         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10825
10826 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10827
10828         * nntp.el (nntp-end-of-line): Doc fix.
10829
10830 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10831
10832         * imap.el (imap-open): Handle case where buffer is a buffer
10833         object.
10834
10835 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10836
10837         * gnus-delay.el (gnus-delay): Don't autoload.
10838         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10839         to be re-loaded when customizing the `gnus-delay' group.
10840
10841 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10842
10843         * message.el (message-insert-citation-line): Use newlines.
10844
10845 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10846
10847         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10848         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10849         these routines, so the passphrase can be managed externally and
10850         passed in to the system.
10851         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10852         pgg-add-passphrase-to-cache function.
10853
10854         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10855         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10856         these routines, so the passphrase can be managed externally and
10857         passed in to the system.
10858         (pgg-pgp5-sign-region): Use new name of
10859         pgg-add-passphrase-to-cache function.
10860
10861 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10862
10863         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10864         part of the decoded armor to find the key-identifier.
10865         (pgg-gpg-lookup-key-owner): New function to return the
10866         human-readable identifier of a key owner.
10867         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10868         itself.
10869         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10870         the key value) if we have a key and can match it against a secret
10871         key.  Also, added a note pointing out fact that the prompt only
10872         indicates the first matching key.
10873
10874         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10875         pgg-decrypt-region.
10876         (pgg-add-passphrase-to-cache): Rename from
10877         `pgg-add-passphrase-cache' to reduce confusion (all callers
10878         changed).
10879         (pgg-remove-passphrase-from-cache): Rename from
10880         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10881         changed).
10882         (pgg-read-passphrase, pgg-add-passphrase-cache)
10883         (pgg-remove-passphrase-cache): Add informative docstrings.
10884         (pgg-decrypt): Convey provided passphrase in subordinate call to
10885         pgg-decrypt-region.
10886
10887 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10888
10889         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10890         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10891         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10892         'passphrase' argument, so the passphrase can be managed externally
10893         and then passed in to the system.
10894
10895         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10896         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10897         so the passphrase cache can be used reliably with identifiers
10898         besides a pgp packet's key id.
10899
10900         * pgg-gpg.el (pgg-gpg-encrypt-region)
10901         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10902         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10903         these routines, so the passphrase can be managed externally and
10904         passed in to the system.
10905
10906         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10907         'notruncate' argument, so the passphrase cache can be used
10908         reliably with identifiers besides a pgp packet's key id.
10909
10910 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10911
10912         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10913         symmetric encryption.
10914         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10915         encrypted session key.
10916         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10917         message ask for the passphrase in a proper way.
10918
10919         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10920         New user commands for symmetric encryption.
10921
10922 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10925
10926         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10927
10928 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10929
10930         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10931
10932 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * mm-decode.el (mm-inlined-types): Add application/pgp.
10935         (mm-automatic-display): Ditto.
10936
10937         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10938         part as text.
10939
10940 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * nnrss.el: Update copyright.
10943         (nnrss-opml-import): Query whether to subscribe to each entry.
10944
10945         * gnus-art.el:
10946         * gnus-sum.el:
10947         * gnus-xmas.el:
10948         * messagexmas.el:
10949         * mm-uu.el:
10950         * mm-view.el: Update copyright.
10951
10952 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10953
10954         * message.el (message-info): New function.
10955         (message-mode-menu): Add it.
10956         Update copyright.
10957
10958         * ChangeLog: Fix and update copyright.
10959
10960 2006-01-13  Romain Francoise  <romain@orebokech.com>
10961
10962         * message.el (message-forward-subject-name-subject): Prefer the
10963         address to 'nowhere' if the sender has no name.
10964         Fix typo.  Update copyright year.
10965
10966 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * gnus-art.el (article-wash-html): Use
10969         gnus-summary-show-article-charset-alist if a numeric arg is given.
10970         (gnus-article-wash-html-with-w3m-standalone): New function.
10971
10972         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10973         mm-inline-text-html-render-with-w3m-standalone.
10974         (mm-text-html-washer-alist): Map w3m-standalone to
10975         gnus-article-wash-html-with-w3m-standalone.
10976         (mm-inline-text-html-render-with-w3m-standalone): New function.
10977
10978 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10981         Improve LaTeX.
10982
10983 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10986         (nnrss-request-article): Render text/plain parts as HTML.
10987
10988         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10989         the buffer.
10990
10991 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10994         custom definition of `gnus-posting-styles'.
10995
10996         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10997         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10998
10999 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11002         Use nntp for bug archive.
11003
11004 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11007         parts.
11008         (nnrss-normalize-date): New function converts ISO 8601 date into
11009         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11010         (nnrss-check-group): Use it.
11011
11012 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11015
11016         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11017         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11018         (nnrss-insert-w3): Ditto.
11019
11020 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11023         the articles to be forwarded including the case where neither a
11024         number of articles nor a region is specified.
11025
11026 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * nnrss.el (nnrss-request-article): Fix last change; fill
11029         text/plain parts.
11030
11031 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11034         in text/plain part.
11035         (nnrss-check-group): Don't add excessive newline to dc:subject.
11036
11037 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11038
11039         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11040         article.
11041
11042 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11045         (nnml-use-compressed-files, nnml-save-mail): Support other
11046         comression programs such as bzip2.
11047
11048 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11049
11050         * dns.el (query-dns): Make sure we check the buffer size before
11051         removing tcp headers.
11052
11053 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11056         remove MIME buttons associated with multipart/alternative parts.
11057         (gnus-mime-display-alternative): Tag buttons using `article-type'
11058         text property.
11059
11060         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11061         associated with multipart/alternative parts.
11062
11063         * gnus-art.el (gnus-signature-separator): Fix custom type.
11064
11065         * mm-decode.el (mm-inlined-types): Fix custom type.
11066         (mm-keep-viewer-alive-types): Ditto.
11067         (mm-automatic-display): Ditto.
11068         (mm-attachment-override-types): Ditto.
11069         (mm-inline-override-types): Ditto.
11070         (mm-automatic-external-display): Ditto.
11071
11072 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * spam-report.el (spam-report-user-mail-address)
11075         (spam-report-user-agent): New variables.
11076         (spam-report-url-ping-plain): Use spam-report-user-agent.
11077
11078 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11079
11080         * gnus-art.el (gnus-button-handle-custom): Do not just use
11081         `customize-apropos' for any "M-x customize-*" button but the
11082         function called for.  Accept both the function name and its
11083         argument in order to achieve this.
11084         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11085         function name to `gnus-button-handle-custom' in case of "M-x
11086         customize-*" buttons.
11087
11088 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11091         multipart/alternative and add xref to mm-discouraged-alternatives
11092         in doc string.
11093
11094         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11095         gnus-buttonized-mime-types in doc string.
11096
11097 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11100         Suggest image/.* in the doc string.
11101
11102 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11105         message-marks (Debian bug #342521).
11106
11107 2005-12-12  Simon Josefsson  <jas@extundo.com>
11108
11109         * password.el (password-read-from-cache): Add.
11110         (password-read): Use it.
11111
11112 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11115         us-ascii as a MIME charset.
11116
11117         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11118         against the case where the 2nd arg TYPE is nil.
11119
11120 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * pop3.el (pop3-stream-type): Fix custom version.
11123
11124         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11125
11126 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11127
11128         * mm-decode.el (mm-display-external): Add missing cdr.
11129
11130 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11133         RFC1524) if it is in mailcap or add a suffix according to
11134         mailcap-mime-extensions when generating a temp filename; postpone
11135         deleting a temp file for 2 seconds for some wrappers, shell
11136         scripts, and so on, which might exit right after having started a
11137         viewer command as a background job.
11138
11139 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * nntp.el (nntp-marks-directory): Fix custom group.
11142
11143         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11144         steps when < 10.
11145
11146         * gnus-start.el (gnus-no-server-1): Mention
11147         `gnus-level-default-subscribed' in doc string.
11148
11149 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11150
11151         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11152         parens.
11153
11154 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-xmas.el (gnus-use-toolbar): Revert.
11157         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11158         gnus-use-toolbar is default.
11159
11160         * messagexmas.el (message-use-toolbar): Revert.
11161         (message-setup-toolbar): Use global default-toolbar if
11162         message-use-toolbar is default.
11163
11164 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11167         according to default-toolbar-visible-p.
11168
11169         * messagexmas.el (message-use-toolbar): Ditto.
11170
11171 2005-11-26  Dave Love  <fx@gnu.org>
11172
11173         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11174         (tls-program, tls-success): Provide openssl alternative.
11175
11176         * starttls.el: Doc fixes.
11177         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11178         SERVICE to PORT.
11179
11180         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11181         port null or service name.
11182         (starttls-negotiate): Autoload.
11183
11184 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * message.el (message-kill-to-signature): Fix interactive spec.
11187
11188 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * pop3.el (pop3-open-server): Recognize a string as a service name.
11191
11192 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11193
11194         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11195
11196 2005-11-23  Dave Love  <fx@gnu.org>
11197
11198         Add pop3s, pop3/starttls.
11199
11200         * pop3.el (pop3-authentication-scheme): Clarify doc.
11201         (open-tls-stream, starttls-open-stream): Autoload.
11202         (pop3-stream-type): New.
11203         (pop3-open-server): Use it.
11204
11205         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11206         for POP.
11207         (mail-source-keyword-map): Add :stream for POP.
11208         (mail-source-fetch-pop): Use pop3-stream-type.
11209
11210 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11213         of current-time-string.
11214
11215 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11216
11217         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11218         date header.
11219
11220 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11221
11222         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11223         it can seriously impact performance as it bypasses the agent's
11224         local caches.
11225
11226 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11227
11228         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11229         must be explicitly online rather than "not explicitly offline" for
11230         its flags to be synchronized.
11231
11232         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11233         that gnus-uu-unmark-thread will function correctly.
11234
11235         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11236         1024K is instead displayed as 1M.
11237
11238 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239
11240         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11241
11242 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11243
11244         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11245
11246 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11247
11248         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11249         error message to display actual error condition.
11250         (gnus-agent-save-local): Avoid saving symbols that are bound to
11251         nil as they simply result in a warning message in
11252         gnus-agent-read-local.
11253
11254 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11257         rather than make-variable-buffer-local for file-precious-flag.
11258
11259 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11260
11261         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11262         for duplicates which are removed.  The invalid sort check then
11263         triggers a rescan after the sort as sorting may have moved
11264         duplicate entries such that they can be cheaply detected.
11265
11266 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11269
11270 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11271
11272         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11273         internal variable to a custom variable.  Changed default value
11274         from compressed(2) to uncompressed(1).
11275         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11276         support for uncompressed agentview files.  Taken together, reading
11277         the agentview file should now be 6-7 times faster.
11278
11279 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11280
11281         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11282         as a buffer-local variable.  This avoids creating truncated
11283         dribble files as a result of a hang up, eg.
11284
11285 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11286
11287         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11288         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11289         XEmacs.
11290
11291 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * gnus-start.el (gnus-start-draft-setup): Enforce
11294         `gnus-draft-mode' for nndraft:drafts at startup.
11295
11296         * gnus.el (gnus-splash): Change custom group.
11297         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11298         allow-list argument.
11299
11300         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11301         string.
11302
11303 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * gnus-art.el (gnus-default-article-saver): Add user-defined
11306         `function' to custom type.
11307
11308 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11309
11310         * imap.el (imap-open): Handle case where buffer is a buffer
11311         object.
11312
11313 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11316         long lines.
11317         (gnus-cache-delete-group): Wrap doc strings.
11318
11319         * gnus-agent.el (gnus-agent-rename-group)
11320         (gnus-agent-delete-group): Wrap doc strings.
11321
11322 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * messagexmas.el (message-use-toolbar): Change the valid values
11325         into default, top, bottom, left, and right.
11326         (message-toolbar-thickness): New variable.
11327         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11328         well.
11329         (message-setup-toolbar): Make it work.
11330
11331         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11332         (gnus-use-toolbar): Change the valid values into default, top,
11333         bottom, left, and right.
11334         (gnus-toolbar-thickness): New variable.
11335         (gnus-xmas-setup-toolbar): New function.
11336         (gnus-xmas-setup-group-toolbar): Use it.
11337         (gnus-xmas-setup-summary-toolbar): Use it.
11338
11339 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11340
11341         * gnus-start.el (gnus-1): Add "native" to
11342         gnus-predefined-server-alist.
11343
11344         * gnus.el (gnus-method-to-server): Don't add "native" to the
11345         lists here, because that leads to problems when
11346         gnus-select-method is bound.
11347
11348 2005-11-09  Simon Josefsson  <jas@extundo.com>
11349
11350         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11351         use (not sort-by-date) instead.
11352
11353 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11354
11355         * gnus-delay.el (gnus-delay-group): Don't autoload.
11356         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11357         to be re-loaded when customizing the `gnus-delay' group.
11358
11359 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11360
11361         * message.el: Revert last changes.
11362         (message-insert-citation-line): Use newlines.
11363
11364 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11365
11366         * message.el (message-courtesy-message)
11367         (message-mark-insert-begin, message-mark-insert-end)
11368         (message-elide-ellipsis, message-cancel-message)
11369         (message-add-header, message-change-subject)
11370         (message-cross-post-followup-to-header)
11371         (message-cross-post-insert-note, message-reduce-to-to-cc)
11372         (message-widen-reply, message-delete-not-region)
11373         (message-kill-to-signature, message-insert-signature)
11374         (message-insert-importance-high, message-insert-importance-low)
11375         (message-insert-or-toggle-importance)
11376         (message-insert-disposition-notification-to)
11377         (message-indent-citation, message-yank-original)
11378         (message-cite-original-without-signature, message-cite-original)
11379         (message-insert-citation-line, message-position-on-field)
11380         (message-fix-before-sending, message-send-mail-partially)
11381         (message-send-mail, message-send-mail-with-sendmail)
11382         (message-send-mail-with-qmail, message-send-news)
11383         (message-check-news-header-syntax, message-generate-headers)
11384         (message-insert-courtesy-copy, message-fill-address)
11385         (message-fill-header, message-shorten-references)
11386         (message-setup-1, message-cancel-news)
11387         (message-forward-make-body-plain, message-forward-make-body-mime)
11388         (message-forward-make-body-mml, message-encode-message-body)
11389         (message-forward-make-body-digest-plain)
11390         (message-forward-make-body-digest-mime)
11391         (message-use-alternative-email-as-from): Insert `hard-newline'
11392         instead of ordinary newlines.
11393
11394 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * message.el (message-generate-headers): Downcase the argument
11397         given to message-check-element.
11398
11399 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11400
11401         * nntp.el (nntp-authinfo-rejected): New error condition.
11402         (nntp-wait-for): Use new error condition to signal authentication
11403         error.
11404         (nntp-retrieve-data): Rethrow new error condition to break out of
11405         recursive call to nntp-send-authinfo.
11406
11407 2005-11-08  Romain Francoise  <romain@orebokech.com>
11408
11409         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11410         (gnus-summary-exit-map): Bind to `Z p'.
11411         (gnus-summary-make-menu-bar): Add menu item.
11412
11413 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11416         (gnus-treat-*): Add `first' in all doc strings.
11417
11418         * gnus-group.el (gnus-group-compact-group): Fix typo.
11419
11420 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * gnus.el (gnus-parameters-case-fold-search): New variable.
11423         (gnus-parameters-get-parameter): Use it.
11424
11425         * gnus-score.el (gnus-home-score-file): Doc fix.
11426
11427 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11428
11429         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11430
11431 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * mm-util.el (mm-special-display-p): New function.
11434
11435         * mml.el (mml-preview): Use it; doc fix.
11436
11437 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11438
11439         * imap.el (imap-open): Handle case where buffer is a buffer object.
11440
11441 2005-10-29  Romain Francoise  <romain@orebokech.com>
11442
11443         * message.el (message-fix-before-sending): Fix comment.
11444
11445 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11446
11447         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11448
11449 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11450
11451         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11452         Used in gnus-score.el.
11453
11454 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11457
11458 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11459
11460         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11461         whitespace removed in revision 7.8.  Use concatenated string to
11462         protect trailing whitespace.
11463
11464 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11465
11466         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11467         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11468         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11469         Courier IMAP ("some version from 2004").  Mostly based on similar
11470         code in the same function.
11471
11472 2005-10-26  Didier Verna  <didier@xemacs.org>
11473
11474         * gnus-group.el (gnus-group-compact-group): Invalidate original
11475         article buffer.
11476         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11477         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11478         NOV database and in article itself.
11479         Invalidate article backlog.
11480
11481 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11484
11485 2005-10-26  Simon Josefsson  <jas@extundo.com>
11486
11487         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11488         part of 2004-07-25 change.
11489
11490 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * message.el (message-display-completion-list): New function.
11493         (message-expand-group): Use it; make sure the Completions buffer
11494         is modifiable.
11495 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11496
11497         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11498         user-mail-name is an empty string.
11499
11500 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11503         depending on gnus-score-decay-constant.
11504
11505         * encrypt.el (encrypt-insert-file-contents)
11506         (encrypt-write-file-contents): Don't use `gnus-message'.
11507
11508         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11509         arguments.
11510         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11511         arguments to mm-uu-verbatim-marks-extract.
11512         (mm-uu-hide-markers): New variable.
11513         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11514
11515         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11516         (gnus-convert-image-to-face-command): Use "convert" by default to
11517         allow other input image formats.
11518         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11519         accordingly.
11520
11521 2005-10-23  Simon Josefsson  <jas@extundo.com>
11522
11523         * imap.el (imap-gssapi-program): Align command line parameters
11524         with latest GNU SASL.
11525         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11526
11527 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11528
11529         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11530         HTML.
11531         (nnslashdot-request-article): Ditto.
11532
11533         * lpath.el (featurep): Add nobreak-char-display.
11534
11535 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11536
11537         * mail-source.el (mail-source-fetch-pop): Require pop3.
11538         (mail-source-check-pop): Ditto.
11539
11540 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11543         errors.
11544
11545 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11548         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11549
11550         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11551
11552         * mm-bodies.el (mm-decode-string): Call
11553         `mm-charset-to-coding-system' with allow-override argument.
11554
11555 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11558         (rfc2047-charset-to-coding-system): New function.
11559         (rfc2047-decode-encoded-words): New function.
11560         (rfc2047-decode-region): Use them.
11561         (rfc2047-decode-cte): Remove.
11562         (rfc2047-parse-and-decode): Remove.
11563         (rfc2047-decode): Remove.
11564
11565 2005-10-15  Kenichi Handa  <handa@m17n.org>
11566
11567         * rfc2047.el (rfc2047-decode-cte): New function.
11568         (rfc2047-decode-region): Change the way to decode successive
11569         encoded-words: decode B- or Q-encoding in each encoded-word,
11570         concatenate them, and decode it as charset.
11571
11572 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * lpath.el: Fbind codepage-setup for XEmacs.
11575
11576 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11577
11578         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11579         widget-move-and-invoke.
11580         (gnus-custom-mode): Use gnus-custom-map.
11581
11582 2005-10-15  Bill Wohler  <wohler@newt.com>
11583
11584         * message.el (message-tool-bar-map): Renamed image file from
11585         mail_send to mail/send.
11586
11587 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11588
11589         * message.el (message-expand-group): Pass the common
11590         prefix substring of completion to `display-completion-list'.
11591
11592 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * mml-sec.el (mml-secure-method): New internal variable.
11595         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11596         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11597         functions using mml-secure-method.
11598
11599         * mml.el (mml-mode-map): Add key bindings for those functions.
11600         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11601         Harder <harder@myrealbox.com>.
11602         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11603         end of message if point is the headers of the message.
11604
11605         * message.el (message-in-body-p): New function.
11606
11607         * assistant.el: Autoload gnus-util and netrc.
11608
11609         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11610         Use `mm-charset-override-alist' only when decoding.
11611
11612         * mm-bodies.el (mm-decode-body): Call
11613         `mm-charset-to-coding-system' with allow-override argument.
11614
11615         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11616         `filename' from Content-Disposition if Content-Type doesn't
11617         provide `name'.
11618         (gnus-mime-view-part-as-type): Set default instead of
11619         initial-input.
11620
11621 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11622
11623         * format-spec.el (format-spec): Propagate text properties of % spec.
11624
11625 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * gnus-art.el (gnus-treat-predicate): Add `first'.
11628
11629 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11632         (mm-charset-override-alist): New variable.
11633         (mm-charset-to-coding-system): Use it.
11634         (mm-codepage-setup): New helper function.
11635         (mm-charset-eval-alist): New variable.
11636         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11637         about unknown charsets.
11638
11639         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11640
11641 2005-10-04  David Hansen  <david.hansen@gmx.net>
11642
11643         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11644         (nnrss-check-group): Ditto.
11645
11646 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11649         Rename x-gnus-verbatim to x-verbatim.
11650         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11651
11652         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11653         x-verbatim.
11654
11655         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11656
11657         * gnus-util.el (gnus-remove-duplicates): Remove.
11658
11659         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11660         instead of gnus-remove-duplicates.
11661
11662         * message.el (message-remove-duplicates): Remove.
11663         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11664         message-remove-duplicates.
11665
11666         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11667         available, else use implementation from `delete-dups'.
11668
11669         * message.el (message-insert-expires): New function.
11670         (message-mode-map): Add key binding.
11671         (message-mode-field-menu): Add menu entry.
11672         (message-mode): Document it.
11673         (message-make-expires-date): Use `message-make-date'.
11674
11675 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11676
11677         * message.el (message-make-expires-date): New function.
11678
11679 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * Makefile.in (list-installed-shadows): New entry.
11682         (install): Use it.
11683         (remove-installed-shadows): New entry.
11684
11685         * dgnushack.el (dgnushack-default-load-path): New variable.
11686         (dgnushack-find-lisp-shadows): New function.
11687         (dgnushack-remove-lisp-shadows): New function.
11688
11689 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * Makefile.in (install-el-elc): New entry.
11692         (install): Use it so that .el files are necessarily installed.
11693
11694 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11697
11698 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11699
11700         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11701         function rather than the diff-mode.el package.
11702         (mm-display-external): Use with-current-buffer.
11703         (mm-viewer-completion-map, mm-viewer-completion-map):
11704         Move initialization inside declaration.
11705
11706 2005-09-29  Simon Josefsson  <jas@extundo.com>
11707
11708         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11709         autoload mail-check-payment.
11710         (spam-check-hashcash): Define unconditionally, since hashcash.el
11711         is part of Gnus now.  Ignore errors from payment checking.
11712
11713 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * message.el (message-bold-region, message-unbold-region): Rename
11716         from `bold-region' and `unbold-region'.
11717
11718         * message.el: Remove useless autoloads.
11719
11720 2005-09-28  Simon Josefsson  <jas@extundo.com>
11721
11722         * message.el (message-use-idna): Default to t.
11723         (message-use-idna): Test whether encoding works too.  Doc fix.
11724
11725 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * nntp.el (nntp-warn-about-losing-connection): Remove.
11728
11729 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11732         customizable.  Change default value.
11733         (mm-uu-diff-groups-regexp): Change default value.
11734         (mm-uu-type-alist): Add doc string.
11735         (mm-uu-configure): Add doc string.  Make it interactive.
11736         (mm-uu-tex-groups-regexp): New variable.
11737         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11738         (mm-uu-type-alist): Add LaTeX documents.
11739         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11740         of "text/verbatim".
11741         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11742
11743         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11744         instead of "text/verbatim".
11745
11746         * message.el (message-mark-inserted-region)
11747         (message-mark-insert-file): Use slrn style marks when called with
11748         prefix argument.
11749
11750 2005-09-27  Simon Josefsson  <jas@extundo.com>
11751
11752         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11753
11754 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11755
11756         * message.el (message-remove-duplicates): New function.
11757         Implementation borrowed from `gnus-remove-duplicates'.
11758         (message-idna-to-ascii-rhs): Also encode idna addresses in
11759         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11760         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11761         only ask about the same idna domain once per header and also tell
11762         in what header to replace the idna domain.
11763
11764         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11765         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11766         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11767         a header is decoded and not just the last one.
11768
11769 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11772         has been decoded.
11773
11774         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11775         (mm-insert-part): Don't modify text if it has been decoded.
11776
11777         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11778         decoded.
11779
11780         * mm-view.el (mm-inline-text): Don't strip text props unless
11781         decoding enriched or richtext parts.
11782
11783 2005-09-25  Romain Francoise  <romain@orebokech.com>
11784
11785         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11786         * gnus-start.el (gnus-subscribe-interactively):
11787         * gnus-uu.el (gnus-uu-grab-articles):
11788         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11789         space.
11790
11791 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11792
11793         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11794         * mm-view.el (mm-view-pkcs7-decrypt):
11795         * gnus-sum.el (gnus-summary-limit-to-extra)
11796         (gnus-summary-respool-article, gnus-read-move-group-name):
11797         * gnus-score.el (gnus-summary-increase-score):
11798         * gnus-util.el (gnus-completing-read-with-default):
11799         * gnus-art.el (gnus-read-save-file-name)
11800         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11801         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11802         * message.el (message-check-news-header-syntax):
11803         Follow convention for reading with the minibuffer.
11804
11805 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11806
11807         * spam-report.el (spam-report-url-ping-plain):
11808         Use gnus-extended-version as User-Agent.
11809
11810         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11811         default value is nil.
11812
11813         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11814         (mm-uu-verbatim-marks-extract): New function.
11815         (mm-uu-extract): New face.
11816         (mm-uu-copy-to-buffer): Use it.
11817
11818         * spam-report.el (spam-report-gmane-ham): Renamed from
11819         `spam-report-gmane-unspam'.
11820         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11821         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11822
11823         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11824         Autoload.
11825         (spam-report-gmane-unregister-routine): Renamed
11826         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11827
11828 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11829
11830         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11831         (spam-report-gmane-unregister-routine): Add support for gmane
11832         unregistration.
11833
11834         * spam-report.el (spam-report-gmane-unspam)
11835         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11836         (spam-report-gmane): Change to take a single article and do unspam
11837         registration.
11838
11839 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * mm-url.el (mm-url-decode-entities): Fix regexp.
11842
11843 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11844
11845         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11846         default to nil, to be able to use Gnus at all.  If the default
11847         switches to something else, then the function should be fixed not
11848         be exceedingly slow.
11849
11850 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11851
11852         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11853         fail hard.
11854
11855         * spam-report.el: Add better Keywords line.
11856
11857         * spam.el: Add Maintainer and better Keywords line.
11858
11859 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * gnus-art.el (gnus-article-replace-part)
11862         (gnus-mime-replace-part): New functions.
11863         (gnus-mime-action-alist, gnus-mime-button-commands)
11864         (gnus-mime-save-part-and-strip): Added file argument.
11865         (gnus-article-part-wrapper): Added interactive argument.
11866
11867         * gnus-sum.el (gnus-summary-mime-map): Add
11868         `gnus-article-replace-part'.
11869
11870 2005-09-19  Didier Verna  <didier@xemacs.org>
11871
11872         The nnml compaction feature:
11873         * nnml.el (nnml-request-compact-group): New function.
11874         * nnml.el (nnml-request-compact): New function.
11875         * gnus-int.el (gnus-request-compact-group): New function.
11876         * gnus-int.el (gnus-request-compact): New function.
11877         * gnus-group.el (gnus-group-compact-group): New function.
11878         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11879         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11880         * gnus-srvr.el (gnus-server-compact-server): New function.
11881         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11882         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11883
11884 2005-09-18  Deepak Goel  <deego@gnufans.org>
11885
11886         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11887         format spec.
11888
11889 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11892
11893 2005-09-15  Romain Francoise  <romain@orebokech.com>
11894
11895         * message.el (message-fill-paragraph): Clarify docstring.
11896
11897 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-art.el (gnus-mime-display-part): Protect against broken
11900         MIME messages.
11901
11902 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11905         before parsing header.
11906
11907 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11908
11909         * html2text.el (html2text-replace-list): Add new entities.
11910
11911 2005-09-11  Romain Francoise  <romain@orebokech.com>
11912
11913         * message.el (message-alternative-emails): Improve docstring.
11914         (message-setup-1): Call `message-use-alternative-email-as-from'
11915         after `message-setup-hook' to give it precedence over posting
11916         styles, etc.
11917         (message-use-alternative-email-as-from): Add docstring.  Remove
11918         the original From header if present.
11919
11920         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11921         (nnml-save-mail): Use it.
11922
11923         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11924         articles.  Add new argument `silent'.
11925         (gnus-uu-mark-all): Report the total number of marked articles.
11926
11927 2005-09-10  Romain Francoise  <romain@orebokech.com>
11928
11929         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11930         (gnus-uu-mark-series): Likewise.
11931
11932 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11933
11934         * spam-report.el (spam-report-gmane): Fix generation of spam
11935         report URL.
11936
11937 2005-09-10  Simon Josefsson  <jas@extundo.com>
11938
11939         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11940         t, based on discussion on the ding list with Robert Epprecht
11941         <epprecht@solnet.ch>.
11942
11943 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * spam-report.el (spam-report-gmane): Make it work without
11946         X-Report-Spam header.  Gmane now only provides Archived-At.
11947         This is only used if `spam-report-gmane-use-article-number' is nil.
11948         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11949
11950         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11951         make `gnus-summary-sort-by-recipient' work with threading.
11952
11953         * nnweb.el (nnweb-google-wash-article): Print a message if article
11954         is not available.
11955
11956 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11957
11958         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11959         change.  Decode text/* parts content before displaying.
11960
11961 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11964
11965 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11968
11969         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11970         url-package-name, url-package-version,
11971         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11972         w3m-display-inline-images, and w3m-minor-mode-map.
11973
11974 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * message.el (message-tab-body-function): Fix mismatched custom type.
11977
11978         * gnus.el (gnus-group-change-level-function): Ditto.
11979
11980         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11981
11982         * gnus-art.el (gnus-signature-limit)
11983         (gnus-article-mime-part-function): Ditto.
11984
11985 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * mml.el (mml-mode): Silence the byte compiler.
11988
11989         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11990         using `(sit-for 0)' before moving the point to the specified part;
11991         skip unbuttonized parts.
11992         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11993         return to the summary window if gnus-auto-select-part is non-nil.
11994
11995 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11998         variables.
11999         (mml-dnd-attach-file, mml-mode): Use them.
12000
12001         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12002         Make fetching article by MID work again for Google Groups.  Added
12003         FIXME concerning gnus-group-make-web-group.
12004
12005         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12006         Don't depend on Gnus by using mail-extract-address-components if
12007         gnus-extract-address-components is not bound.
12008
12009 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * gnus-art.el (gnus-mime-display-security): Don't display the
12012         signature, but only the signed part.
12013
12014 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12017
12018         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12019         list, not listp.
12020
12021 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12022
12023         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12024         when encoding.
12025
12026         * mm-bodies.el (mm-decode-content-transfer-encoding):
12027         De-canonicalize CRLF for all text content types, not just
12028         text/plain.
12029
12030 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12033         valid article; point arrow and cursor at the MIME button.
12034
12035 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12038         Suggested by Dan Christensen <jdc@uwo.ca>.
12039
12040         * mm-decode.el (mm-save-part): Enable change of prompt.
12041
12042 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12043
12044         * gnus-msg.el (gnus-inews-add-send-actions): Made
12045         `message-post-method' lambda parameter ARG `&optional'.
12046
12047 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * gnus-sum.el (gnus-summary-mime-map): Added
12050         gnus-article-save-part-and-strip, gnus-article-delete-part and
12051         gnus-article-jump-to-part.
12052
12053         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12054         (gnus-article-edit-part): Use it.
12055         (gnus-article-part-wrapper): Added no-handle argument.
12056         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12057         functions.
12058
12059 2005-08-29  Romain Francoise  <romain@orebokech.com>
12060
12061         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12062         docstring.
12063         (gnus-face-from-file): Likewise.
12064
12065 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12068         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12069         non-nil.
12070         (gnus-auto-select-part): New variable.
12071         (gnus-article-jump-to-part): New function.
12072         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12073         (gnus-mime-delete-part): Allow selecting specified part after
12074         deleting or stripping parts.
12075         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12076         part if argument is bogus.
12077
12078 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12079
12080         * gnus-art.el (w3m-minor-mode-map):
12081         * gnus-spec.el (gnus-newsrc-file-version):
12082         * gnus-util.el (nnmail-active-file-coding-system)
12083         (gnus-original-article-buffer, gnus-user-agent):
12084         * gnus.el (gnus-ham-process-destinations)
12085         (gnus-parameter-ham-marks-alist)
12086         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12087         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12088         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12089         * mm-decode.el (gnus-current-window-configuration):
12090         * mm-extern.el (gnus-article-mime-handles):
12091         * mm-url.el (url-current-object, url-package-name)
12092         (url-package-version):
12093         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12094         (smime-keys, w3m-cid-retrieve-function-alist)
12095         (w3m-current-buffer, w3m-display-inline-images)
12096         (w3m-minor-mode-map):
12097         * mml-smime.el (gnus-extract-address-components):
12098         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12099         (gnus-newsrc-hashtb, message-default-charset)
12100         (message-deletable-headers, message-options)
12101         (message-posting-charset, message-required-mail-headers)
12102         (message-required-news-headers):
12103         * mml1991.el (mc-pgp-always-sign):
12104         * mml2015.el (mc-pgp-always-sign):
12105         * nnheader.el (nnmail-extra-headers):
12106         * rfc1843.el (gnus-decode-encoded-word-function)
12107         (gnus-decode-header-function, gnus-newsgroup-name):
12108         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12109
12110 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12111
12112         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12113         the end of the date treatments.
12114
12115 2005-08-15  Simon Josefsson  <jas@extundo.com>
12116
12117         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12118         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12119         Capello and Romain Francoise.
12120         (pgg-fetch-key-function): Removed, not used?
12121         (pgg-insert-url-with-w3): Require url, to get
12122         url-insert-file-contents regardless of where it is defined.
12123
12124 2005-08-13  Romain Francoise  <romain@orebokech.com>
12125
12126         * message.el (message-cite-original-1): New function.
12127         (message-cite-original): Use it.
12128         (message-cite-original-without-signature): Ditto.
12129
12130 2005-08-08  Romain Francoise  <romain@orebokech.com>
12131
12132         * message.el (message-yank-empty-prefix): New variable.
12133         (message-indent-citation): Use it.
12134         (message-cite-original-without-signature): Respect X-No-Archive.
12135
12136 2005-08-08  Simon Josefsson  <jas@extundo.com>
12137
12138         * pgg.el: Autoload url-insert-file-contents instead of loading
12139         w3/url.
12140         (pgg-insert-url-with-w3): Don't load url here.
12141
12142 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12143
12144         * message.el (message-kill-to-signature): Don't insert newline at
12145         bol.
12146         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12147
12148 2005-08-06  Romain Francoise  <romain@orebokech.com>
12149
12150         * message.el (message-user-fqdn): Fix typo in docstring.
12151
12152 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12153
12154         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12155
12156         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12157
12158 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * mm-bodies.el (mm-encode-body): Use coding system rather than
12161         charset to encode text.
12162
12163         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12164         number of charsets if utf-8 is available (XEmacs).
12165
12166 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12169         taken from `gnus-button-mid-or-mail-regexp'.
12170         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12171         (gnus-button-alist): Improve regexp for domain part of the MIDs
12172         for news:localpart@domain buttons.
12173         (gnus-button-ctan-directory-regexp): Update.
12174
12175 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * sieve-manage.el (sieve-manage-interactive-login): Use
12178         make-local-variable rather than make-variable-buffer-local.
12179         (sieve-manage-open): Ditto.
12180         (sieve-manage-authenticate): Ditto.
12181
12182         * mml.el (mml-generate-mime-1): Make the content type default to
12183         text/plain if the filename is not specified.
12184
12185 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12188         instead of insert-buffer.
12189
12190         * message.el (message-yank-original): Ditto; set the mark at the
12191         end of the yanked message.
12192
12193 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12196         lines to scroll rather than to stop it.
12197
12198         * mml.el (mml-generate-default-type): Add doc string.
12199         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12200         default to application/octet-stream when determining the content
12201         type if it is not specified for the part or the mml contents; add
12202         a comment about mml-generate-default-type.
12203
12204 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12207         make it default to application/octet-stream when determining the
12208         content type if it is not specified for the external contents.
12209
12210 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12213         segmented parameter but also other parameters might be there.
12214
12215 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * mm-decode.el (mm-display-external): Delete temp file, directory
12218         and buffer immediately if the external process is exited.
12219
12220 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12223         fewer lines than that of scroll-margin.
12224         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12225
12226 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-art.el (gnus-article-next-page): Revert.
12229         (gnus-article-beginning-of-window): New macro.
12230         (gnus-article-next-page-1): Use it.
12231         (gnus-article-prev-page): Ditto.
12232         (gnus-article-edit-part): Use insert-buffer-substring instead of
12233         insert-buffer.
12234         (gnus-article-edit-exit): Ditto.
12235
12236         * gnus-util.el (gnus-beginning-of-window): Remove.
12237         (gnus-end-of-window): Remove.
12238
12239         * lpath.el: Don't bind header-line-format and scroll-margin.
12240
12241 2005-07-25  Simon Josefsson  <jas@extundo.com>
12242
12243         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12244         to have the url package without w3.  Reported by Daiki Ueno
12245         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12246
12247 2005-07-20  Didier Verna  <didier@xemacs.org>
12248
12249         * gnus-diary.el: Remove the description comment (nndiary is now
12250         properly documented in the Gnus manual).
12251         Fix the spelling of "Back End".
12252         * nndiary.el: Ditto.
12253         Fix the copyright notice.
12254
12255 2005-07-18  Romain Francoise  <romain@orebokech.com>
12256
12257         * gnus-sum.el (gnus-summary-to-prefix)
12258         (gnus-summary-newsgroup-prefix): New variables.
12259         (gnus-summary-from-or-to-or-newsgroups): Use them.
12260
12261 2005-07-17  Romain Francoise  <romain@orebokech.com>
12262
12263         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12264         space as it's generally not especially interesting to the user.
12265
12266 2005-07-16  Romain Francoise  <romain@orebokech.com>
12267
12268         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12269         nil to avoid prompting and file modification if one of the
12270         messages at the top of the nnfolder file contains a copyright
12271         notice.
12272         Update copyright notice.
12273
12274         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12275         instead of `current-time-string' as the latter creates a time
12276         string that is not RFC 2822 compliant (it lacks the zone).
12277         Update copyright notice.
12278
12279 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12280
12281         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12282         for text/rtf.  Display default in prompt.  Pass default for M-n.
12283
12284         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12285
12286 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12287
12288         * gnus-msg.el (gnus-button-mailto): Remove
12289         save-selected-window-window hackery because it relies on
12290         save-selected-window internals.
12291
12292 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12295         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12296         (gnus-article-prev-page): Ditto.
12297
12298         * gnus-util.el (gnus-beginning-of-window): New function.
12299         (gnus-end-of-window): New function.
12300
12301         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12302
12303 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12304
12305         * gnus-score.el (gnus-score-edit-all-score): Set
12306         gnus-score-edit-exit-function to gnus-score-edit-done and call
12307         gnus-message.
12308
12309 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12310
12311         * gnus-msg.el (gnus-button-mailto): Remove
12312         save-selected-window-window hackery because it relies on
12313         save-selected-window internals.
12314
12315 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12318         add-minor-mode.
12319         (gnus-binary-mode): Ditto.
12320
12321         * gnus-topic.el (gnus-topic-mode): Ditto.
12322
12323 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12324
12325         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12326         (gnus-article-prev-page): Take scroll-margin into consideration.
12327
12328 2005-07-04  Lute Kamstra  <lute@gnu.org>
12329
12330         Update FSF's address in GPL notices.
12331
12332 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12333
12334         * gnus.el (gnus-exit):
12335         * gnus-group.el (gnus-group-icons):
12336         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12337
12338         * gnus-nocem.el (gnus-nocem):
12339         * message.el (message-various, message-buffers, message-sending)
12340         (message-interface, message-forwarding, message-insertion)
12341         (message-headers, message-news, message-mail):
12342         * pgg-gpg.el (pgg-gpg):
12343         * pgg-parse.el (pgg-parse):
12344         * pgg-pgp.el (pgg-pgp):
12345         * pgg-pgp5.el (pgg-pgp5):
12346         * pop3.el (pop3): Finish `defgroup' description with period.
12347
12348 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * gnus-art.el (article-display-face): Improve the efficiency.
12351         (article-display-x-face): Ditto; remove grey x-face stuff.
12352
12353 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-art.el (article-display-face): Correct the position in
12356         which Faces are inserted.
12357
12358 2005-06-29  Didier Verna  <didier@xemacs.org>
12359
12360         * gnus-art.el (article-display-face): Display faces in correct
12361         order.
12362
12363 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12366         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12367         (gnus-nocem-check-article): Fetch the Type header.
12368         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12369         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12370         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12371         make sure gnus-nocem-hashtb is initialized.
12372         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12373         (gnus-nocem-unwanted-article-p): Ditto.
12374
12375         * pgg.el (pgg-verify): Return the verification result.
12376
12377 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12378
12379         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12380         is ascii.
12381
12382 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12383
12384         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12385         `show-nonbreak-escape'.
12386
12387 2005-06-23  Lute Kamstra  <lute@gnu.org>
12388
12389         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12390
12391         * dig.el (dig-mode):
12392         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12393
12394 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12395
12396         * nnimap.el (nnimap-split-download-body): Fix spellings.
12397
12398 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12399
12400         * gnus-art.el (gnus-article-encrypt-body):
12401         * gnus-cus.el (gnus-score-customize):
12402         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12403         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12404
12405 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12406
12407         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12408         header by looking for magic "MII" at the beginnig.
12409
12410 2005-06-16  Miles Bader  <miles@gnu.org>
12411
12412         * gnus-xmas.el (gnus-xmas-group-startup-message):
12413         Use renamed gnus-splash face.
12414
12415         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12416         (assistant-field-face): New backward-compatibility alias for renamed
12417         face.
12418         (assistant-render-text): Use renamed assistant-field face.
12419
12420         * spam.el (spam): Remove "-face" suffix from face name.
12421         (spam-face): New backward-compatibility alias for renamed face.
12422         (spam-face, spam-initialize): Use renamed spam face.
12423
12424         * message.el (message-header-to, message-header-cc)
12425         (message-header-subject, message-header-newsgroups)
12426         (message-header-other, message-header-name)
12427         (message-header-xheader, message-separator, message-cited-text)
12428         (message-mml): Remove "-face" suffix from face names.
12429         (message-header-to-face, message-header-cc-face)
12430         (message-header-subject-face, message-header-newsgroups-face)
12431         (message-header-other-face, message-header-name-face)
12432         (message-header-xheader-face, message-separator-face)
12433         (message-cited-text-face, message-mml-face):
12434         New backward-compatibility aliases for renamed faces.
12435         (message-font-lock-keywords): Use renamed message faces.
12436
12437         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12438         (sieve-test-commands, sieve-tagged-arguments):
12439         Remove "-face" suffix from face names.
12440         (sieve-control-commands-face, sieve-action-commands-face)
12441         (sieve-test-commands-face, sieve-tagged-arguments-face):
12442         New backward-compatibility aliases for renamed faces.
12443         (sieve-control-commands-face, sieve-action-commands-face)
12444         (sieve-test-commands-face, sieve-tagged-arguments-face):
12445         Use renamed sieve faces.
12446
12447         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12448         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12449         (gnus-group-news-3-empty, gnus-group-news-4)
12450         (gnus-group-news-4-empty, gnus-group-news-5)
12451         (gnus-group-news-5-empty, gnus-group-news-6)
12452         (gnus-group-news-6-empty, gnus-group-news-low)
12453         (gnus-group-news-low-empty, gnus-group-mail-1)
12454         (gnus-group-mail-1-empty, gnus-group-mail-2)
12455         (gnus-group-mail-2-empty, gnus-group-mail-3)
12456         (gnus-group-mail-3-empty, gnus-group-mail-low)
12457         (gnus-group-mail-low-empty, gnus-summary-selected)
12458         (gnus-summary-cancelled, gnus-summary-high-ticked)
12459         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12460         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12461         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12462         (gnus-summary-low-undownloaded)
12463         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12464         (gnus-summary-low-unread, gnus-summary-normal-unread)
12465         (gnus-summary-high-read, gnus-summary-low-read)
12466         (gnus-summary-normal-read, gnus-splash):
12467         Remove "-face" suffix from face names.
12468         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12469         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12470         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12471         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12472         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12473         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12474         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12475         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12476         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12477         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12478         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12479         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12480         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12481         (gnus-summary-normal-ticked-face)
12482         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12483         (gnus-summary-normal-ancient-face)
12484         (gnus-summary-high-undownloaded-face)
12485         (gnus-summary-low-undownloaded-face)
12486         (gnus-summary-normal-undownloaded-face)
12487         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12488         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12489         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12490         (gnus-splash-face):
12491         New backward-compatibility aliases for renamed faces.
12492         (gnus-group-startup-message): Use renamed gnus faces.
12493
12494         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12495         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12496         (gnus-server-agent): Remove "-face" suffix from face names.
12497         (gnus-server-agent-face, gnus-server-opened-face)
12498         (gnus-server-closed-face, gnus-server-denied-face)
12499         (gnus-server-offline-face):
12500         New backward-compatibility aliases for renamed faces.
12501         (gnus-server-agent-face, gnus-server-opened-face)
12502         (gnus-server-closed-face, gnus-server-denied-face)
12503         (gnus-server-offline-face): Use renamed gnus faces.
12504
12505         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12506         Remove "-face" suffix from face names.
12507         (gnus-picon-xbm-face, gnus-picon-face):
12508         New backward-compatibility aliases for renamed faces.
12509
12510         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12511         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12512         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12513         (gnus-cite-11): Remove "-face" suffix from face names.
12514         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12515         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12516         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12517         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12518         New backward-compatibility aliases for renamed faces.
12519         (gnus-cite-attribution-face, gnus-cite-face-list)
12520         (gnus-article-boring-faces): Use renamed gnus faces.
12521
12522         * gnus-art.el (gnus-signature, gnus-header-from)
12523         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12524         (gnus-header-content): Remove "-face" suffix from face names.
12525         (gnus-signature-face, gnus-header-from-face)
12526         (gnus-header-subject-face, gnus-header-newsgroups-face)
12527         (gnus-header-name-face, gnus-header-content-face):
12528         New backward-compatibility aliases for renamed faces.
12529         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12530
12531         * gnus-sum.el (gnus-summary-selected-face)
12532         (gnus-summary-highlight): Use renamed gnus faces.
12533         * gnus-group.el (gnus-group-highlight): Likewise.
12534
12535 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12536
12537         * gnus-sieve.el (gnus-sieve-article-add-rule):
12538         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12539         * spam-stat.el (spam-stat-buffer-change-to-spam)
12540         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12541
12542         * message.el (message-is-yours-p):
12543         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12544
12545 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * mm-view.el (mm-inline-text): Withdraw the last change.
12548
12549 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12552         executing enriched-decode.
12553
12554 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12557         charset of tar files.
12558
12559 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12560
12561         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12562
12563 2005-06-04  Lute Kamstra  <lute@gnu.org>
12564
12565         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12566         information is never recorded.
12567
12568 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12569
12570         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12571
12572 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * pop3.el (pop3-apop): Run md5 in the binary mode.
12575
12576         * starttls.el (starttls-set-process-query-on-exit-flag):
12577         Use eval-and-compile.
12578
12579 2005-05-31  Simon Josefsson  <jas@extundo.com>
12580
12581         * smime.el (smime-replace-in-string): Define.
12582         (smime-cert-by-ldap-1): Use it.
12583
12584 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-art.el (article-display-x-face): Replace
12587         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12588
12589         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12590         set-process-query-on-exit-flag or process-kill-without-query.
12591
12592         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12593         loop instead of replace-regexp.
12594
12595         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12596         instead of process-kill-without-query if it is available.
12597
12598         * lpath.el: Fbind ldap-search-entries.
12599
12600         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12601         instead of find-file-hooks if it is available.
12602
12603         * mml1991.el: Bind pgg-default-user-id when compiling.
12604
12605         * mml2015.el: Bind pgg-default-user-id when compiling.
12606
12607         * nndraft.el (nndraft-request-associate-buffer):
12608         Use write-contents-functions instead of write-contents-hooks if it is
12609         available.
12610
12611         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12612         instead of find-file-hooks if it is available.
12613
12614         * nntp.el (nntp-open-connection): Replace
12615         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12616         (nntp-open-ssl-stream): Ditto.
12617         (nntp-open-tls-stream): Ditto.
12618
12619         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12620         set-process-query-on-exit-flag or process-kill-without-query.
12621         (starttls-open-stream-gnutls): Use it instead of
12622         process-kill-without-query.
12623         (starttls-open-stream): Ditto.
12624
12625 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12626
12627         * smime.el (smime-cert-by-ldap-1): Don't use
12628         replace-regexp-in-string.
12629
12630 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12631
12632         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12633
12634         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12635         in PEM format.  Adjust to the XEmacs compability.
12636
12637 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12640         by `string-to-number'.
12641         * gnus-agent.el (gnus-agent-regenerate-group)
12642         (gnus-agent-fetch-articles): Ditto.
12643         * gnus-art.el (gnus-button-fetch-group): Ditto.
12644         * gnus-cache.el (gnus-cache-generate-active)
12645         (gnus-cache-articles-in-group): Ditto.
12646         * gnus-group.el (gnus-group-set-current-level)
12647         (gnus-group-insert-group-line): Ditto.
12648         * gnus-score.el (gnus-score-set-expunge-below)
12649         (gnus-score-set-mark-below, gnus-summary-score-effect)
12650         (gnus-summary-score-entry): Ditto.
12651         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12652         (gnus-soup-pack): Ditto.
12653         * gnus-spec.el (gnus-xmas-format): Ditto.
12654         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12655         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12656         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12657         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12658         * nndb.el (nndb-get-remote-expire-response): Ditto.
12659         * nndiary.el (nndiary-parse-schedule-value)
12660         (nndiary-string-to-number, nndiary-request-replace-article)
12661         (nndiary-request-article): Ditto.
12662         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12663         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12664         * nneething.el (nneething-make-head): Ditto.
12665         * nnfolder.el (nnfolder-request-article)
12666         (nnfolder-retrieve-headers): Ditto.
12667         * nnheader.el (nnheader-file-to-number): Ditto.
12668         * nnkiboze.el (nnkiboze-request-article): Ditto.
12669         * nnmail.el (nnmail-process-unix-mail-format)
12670         (nnmail-process-babyl-mail-format): Ditto.
12671         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12672         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12673         (nnmh-request-create-group, nnmh-request-list-1)
12674         (nnmh-request-group, nnmh-request-article): Ditto.
12675         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12676         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12677         * nnsoup.el (nnsoup-make-active): Ditto.
12678         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12679         * nntp.el (nntp-find-group-and-number)
12680         (nntp-retrieve-headers-with-xover): Ditto.
12681         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12682         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12683         (pgg-format-key-identifier): Ditto.
12684         * pop3.el (pop3-last, pop3-stat): Ditto.
12685         * qp.el (quoted-printable-decode-region): Ditto.
12686
12687         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12688         of concat.
12689
12690 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12693
12694         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12695
12696         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12697
12698         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12699
12700         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12701
12702         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12703
12704         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12705         (gnus-carpal-mode): Ditto.
12706
12707         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12708         (gnus-browse-mode): Ditto.
12709
12710         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12711
12712         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12713
12714 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12715
12716         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12717
12718 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * gnus-util.el (gnus-run-mode-hooks): New function.
12721
12722         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12723
12724         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12725         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12726
12727 2005-05-27  Lute Kamstra  <lute@gnu.org>
12728
12729         * dns-mode.el (dns-mode): Specify customization group.
12730
12731 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12732
12733         * gnus-agent.el (gnus-agent-make-mode-line-string):
12734         Use mode-line-highlight as mouse-face.
12735
12736 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * canlock.el (canlock): Change the parent group to news.
12739
12740         * deuglify.el (gnus-outlook-deuglify): Add :group.
12741
12742         * dig.el (dig): Add :group.
12743
12744         * dns-mode.el (dns-mode): Add :group.
12745
12746         * encrypt.el (encrypt): Add :group.
12747
12748         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12749         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12750         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12751         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12752         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12753
12754         * gnus-diary.el (gnus-diary): Add :group.
12755
12756         * gnus.el (gnus-group-news-1-face): Add :group.
12757         (gnus-group-news-1-empty-face): Ditto.
12758         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12759         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12760         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12761         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12762         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12763         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12764         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12765         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12766         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12767         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12768         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12769         (gnus-summary-high-ticked-face): Ditto.
12770         (gnus-summary-low-ticked-face): Ditto.
12771         (gnus-summary-normal-ticked-face): Ditto.
12772         (gnus-summary-high-ancient-face): Ditto.
12773         (gnus-summary-low-ancient-face): Ditto.
12774         (gnus-summary-normal-ancient-face): Ditto.
12775         (gnus-summary-high-undownloaded-face): Ditto.
12776         (gnus-summary-low-undownloaded-face): Ditto.
12777         (gnus-summary-normal-undownloaded-face): Ditto.
12778         (gnus-summary-high-unread-face): Ditto.
12779         (gnus-summary-low-unread-face): Ditto.
12780         (gnus-summary-normal-unread-face): Ditto.
12781         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12782         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12783
12784         * hashcash.el (hashcash): New custom group.
12785         (hashcash-default-payment): Add :group.
12786         (hashcash-payment-alist): Ditto.
12787         (hashcash-default-accept-payment): Ditto.
12788         (hashcash-accept-resources): Ditto.
12789         (hashcash-path): Ditto.
12790         (hashcash-extra-generate-parameters): Ditto.
12791         (hashcash-double-spend-database): Ditto.
12792         (hashcash-in-news): Ditto.
12793
12794         * message.el (message-minibuffer-local-map): Add :group.
12795
12796         * netrc.el (netrc): Add :group.
12797
12798         * sieve-manage.el (sieve-manage-log): Add :group.
12799         (sieve-manage-default-user): Diito.
12800         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12801         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12802         (sieve-manage-authenticators): Ditto.
12803         (sieve-manage-authenticator-alist): Ditto.
12804         (sieve-manage-default-port): Ditto.
12805
12806         * sieve-mode.el (sieve-control-commands-face): Add :group.
12807         (sieve-action-commands-face): Ditto.
12808         (sieve-test-commands-face): Ditto.
12809         (sieve-tagged-arguments-face): Ditto.
12810
12811         * smime.el (smime): Add :group.
12812
12813         * spam-report.el (spam-report): Add :group.
12814
12815         * spam.el (spam, spam-face): Add :group.
12816
12817 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12818
12819         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12820         return \n.\n.\n at the end of articles.  Protect against that.
12821         (nntp-with-open-group): Allow debugging.
12822
12823         * nnheader.el (mail-header-set-extra): Make into a function
12824         because I just could't understand how to quote the list properly.
12825
12826         * dns.el (query-dns-cached): New function.
12827
12828 2005-05-26  Lute Kamstra  <lute@gnu.org>
12829
12830         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12831
12832 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12835
12836         * gnus-art.el: Don't autoload mail-extract-address-components.
12837
12838         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12839         eval-and-compile to evaluate it.
12840
12841         * hashcash.el: Don't autoload executable-find.
12842
12843         * nndb.el: Don't declare the nndb back end two or more times; don't
12844         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12845
12846         * nntp.el: Autoload format-spec instead of format; use
12847         eval-and-compile to evaluate autoload forms.
12848
12849 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12850
12851         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12852
12853 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12854
12855         * gnus.el (gnus-version-number): Bump version.
12856
12857 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12858
12859         * gnus.el: No Gnus v0.3 is released.
12860
12861 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12862
12863         * lpath.el (featurep): Bind show-nonbreak-escape.
12864
12865 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * gnus-art.el (gnus-article-edit-part): Disable undo.
12868
12869 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12872         gnus-article-date-lapsed-new-header is t if date timer is active;
12873         skip headers in which the original date value is empty.
12874         (gnus-article-save-original-date): Redefine it as a macro.
12875         (gnus-display-mime): Use it.
12876
12877 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-art.el (article-date-ut): Support converting date in
12880         forwarded parts as well.
12881         (gnus-article-save-original-date): New function.
12882         (gnus-display-mime): Use it.
12883
12884 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12885
12886         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12887         enclosure element of <item>.
12888
12889 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * message.el (message-kill-buffer-query): Renamed from
12892         `message-kill-buffer-query-if-modified'.  Added :version.
12893
12894 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12897         window layout.
12898
12899 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * mml.el: Autoload dnd when compiling.
12902
12903 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12906         x-dnd-*.
12907
12908 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * qp.el (quoted-printable-encode-region): Save excursion.
12911
12912 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12913
12914         * message.el (message-kill-buffer-query-if-modified): Add new variable
12915         so the user can kill a modified message buffer quickly.
12916         (message-kill-buffer): Use it.
12917
12918 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * lpath.el: Fbind display-time-event-handler; don't fbind
12921         string-to-multibyte.
12922
12923         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12924
12925 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12928         contained in text because xml.el decodes entities) with LFs.
12929
12930 2005-04-11  Lute Kamstra  <lute@gnu.org>
12931
12932         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12933         differently.
12934
12935 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12936
12937         * mm-util.el (mm-detect-coding-region): Typo.
12938
12939 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12942
12943 2005-04-06  Deepak Goel  <deego@gnufans.org>
12944
12945         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12946         user-function allow user modifications of the scores.
12947         (spam-stat-score-buffer-user): New function, to allow
12948         user-computed modifications to the score.
12949         (spam-stat-score-buffer-user-functions): List of additional
12950         scoring functions.
12951         (spam-stat-error-holder): Global temporary error holder.
12952         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12953         variable.
12954
12955 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12956
12957         * gnus-registry.el (gnus-registry-clean-empty-function)
12958         (gnus-registry-trim, gnus-registry-fetch-groups)
12959         (gnus-registry-delete-group): Groups that match
12960         `gnus-registry-ignored-groups' are removed from the registry
12961         entries, not just ignored for splitting.  This helps clean up the
12962         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12963         to get all the groups a message ID is in.
12964
12965         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12966         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12967         (spam-stat-score-buffer-user-functions): Add :number custom type.
12968
12969 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12972         argument in XEmacs.
12973
12974         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12975         (nnrss-request-group): Decode group name first.
12976         (nnrss-request-article): Make a text/plain article if mml-to-mime
12977         failed.
12978         (nnrss-get-encoding): Return a compatible encoding according to
12979         nnrss-compatible-encoding-alist.
12980         (nnrss-find-el): Use consp instead of listp.
12981         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12982
12983 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12986         which Emacs 20 doesn't support.
12987         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12988
12989 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12992         silence the byte compiler inside the defun.
12993
12994         * gnus-demon.el (parse-time-string): Add autoload.
12995
12996         * gnus-delay.el (parse-time-string): Add autoload.
12997
12998         * gnus-art.el (parse-time-string): Add autoload.
12999
13000         * nnultimate.el (parse-time): Require for `parse-time-string'.
13001
13002 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13005
13006         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13007
13008         * smime.el (smime-ldap-host-list): Add :version.
13009
13010 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13011
13012         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13013         pass it to `gnus-browse-read-group'.
13014         (gnus-browse-read-group): Add NUMBER argument and pass it to
13015         `gnus-group-read-ephemeral-group'.
13016
13017         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13018         argument and pass it to `gnus-group-read-group'.
13019
13020 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13021
13022         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13023         mm-xemacs-find-mime-charset-1 if we have the mule feature
13024         available at runtime.
13025
13026 2005-03-25  Werner Lemberg  <wl@gnu.org>
13027
13028         * nnmaildir.el: Replace `illegal' with `invalid'.
13029
13030 2005-03-23  Lute Kamstra  <lute@gnu.org>
13031
13032         * time-date.el: Add comment on time value formats.
13033         Don't require parse-time.
13034         (with-decoded-time-value): New macro.
13035         (encode-time-value): New function.
13036         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13037         (days-to-time): Return a valid time value when arg is huge.
13038         (time-since): Use time-subtract.
13039         (time-to-number-of-days): Use time-to-seconds.
13040
13041 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13042
13043         * gnus-start.el (gnus-display-time-event-handler):
13044         Check display-time-timer at runtime rather than only at load time
13045         in case display-time-mode is turned off in the mean time.
13046
13047 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13050         used.
13051
13052         * nneething.el (nneething-map-file-directory): Derive from
13053         `gnus-directory'.
13054
13055         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13056         the To/Cc button.
13057
13058 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * nnmaildir.el (nnmaildir-request-accept-article):
13061         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13062
13063 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13064
13065         * gnus-async.el: Require timer-funcs at compile time when in
13066         XEmacs for `run-with-idle-timer'.
13067
13068 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13069
13070         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13071         autoloaded function.
13072
13073 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13074
13075         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13076
13077 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13078
13079         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13080
13081 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13082
13083         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13084         gnus-expert-user to default.
13085
13086 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13087
13088         * nnimap.el (nnimap-open-server): Ditto.
13089
13090         * imap.el (imap-authenticate): Fix typo.
13091
13092 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13093
13094         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13095         buffer (since IMAP server might return FETCH response out of
13096         order, and the nntp buffer must be sorted).
13097
13098 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13099
13100         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13101         comparison on string.
13102
13103         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13104         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13105         (gnus-agent-summary-fetch-series): Modified to protect against
13106         gnus-agent-summary-fetch-group clearing processable flags.
13107         (gnus-agent-synchronize-group-flags): Update live group buffer as
13108         synchronization may occur due to the user toggle the plugged
13109         status.
13110         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13111         successfully downloaded.
13112         (gnus-agent-expire-group-1): Avoid using markers when the overview
13113         is in ascending order; greatly improves performance.
13114         (gnus-agent-regenerate-group): Use
13115         gnus-agent-synchronize-group-flags to reset read status in both
13116         gnus and server.
13117         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13118
13119 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * message.el: Don't autoload former message-utils variables.
13122         (message-strip-subject-trailing-was): Change doc string.
13123
13124         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13125         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13126         (nnweb-google-search): Add "hl=en" here.
13127         (nnweb-google-parse-1, nnweb-google-create-mapping):
13128         Don't hardcode URL.
13129
13130 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * message.el (message-get-reply-headers, message-followup):
13133         Mention related variables `message-use-followup-to' and
13134         `message-use-mail-followup-to', in the information buffer.
13135
13136         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13137         of broken groups(-beta).google.com.
13138
13139 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13140
13141         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13142         parameter to invoked gnus-request-move-article; remove the
13143         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13144         all at once instead of once per article.
13145         (gnus-summary-remove-process-mark): Accept a list of articles as
13146         well as a single article for processing.
13147
13148         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13149         parameter.
13150
13151         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13152
13153         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13154
13155         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13156         parameter.
13157
13158         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13159         parameter.
13160
13161         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13162         parameter and remove the gnus-sum-hint-move-is-internal variable.
13163
13164         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13165         parameter.
13166
13167         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13168         parameter.
13169
13170         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13171         parameter.
13172
13173         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13174
13175         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13176         parameter.
13177
13178         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13179         parameter.
13180
13181 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13182
13183         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13184         a more conservative way.
13185
13186 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13187
13188         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13189         buffer, so it moves the window's cursor.
13190
13191 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13192
13193         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13194         `mm-dissect-multipart' and receive the from field as an (optional)
13195         argument from `mm-dissect-multipart'.
13196         (mm-dissect-multipart): Receive the from field as an argument and
13197         pass it on when we call `mm-dissect-buffer' on MIME parts.
13198         Fixes verification/decryption of signed/encrypted MIME parts.
13199
13200 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13201
13202         * gnus-sum.el (gnus-summary-move-article): Set
13203         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13204         whatever it calls (right now, only nnimap-request-move article
13205         respects it).
13206
13207         * nnimap.el (nnimap-request-move-article): When
13208         gnus-sum-hint-move-is-internal is set, don't do the extra
13209         nnimap-request-article.
13210
13211 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13214
13215         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13216         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13217
13218         * gnus-sum.el (gnus-summary-caesar-message):
13219         Apply `gnus-treat-article' after rotation.
13220
13221         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13222         doc string.
13223
13224 2005-02-22  Simon Josefsson  <jas@extundo.com>
13225
13226         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13227         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13228         <arne@arnested.dk>.
13229         (encrypt): Add password-cache and password-cache-expiry as group
13230         members.
13231
13232 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13233
13234         * smime.el (smime-ldap-host-list): Doc fix.
13235         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13236         cache) password.
13237         (smime-sign-region): Use it.
13238         (smime-decrypt-region): Use it.
13239         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13240         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13241         fails.
13242         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13243         certificate from DER to PEM format rather than calling openssl.
13244
13245         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13246
13247         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13248         for signing/encryption.
13249
13250         * mml.el (mml-parse-1): Use them.
13251
13252 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13253
13254         * nnrss.el (nnrss-verbose): Removed.
13255         (nnrss-request-group): Use `nnheader-message' instead.
13256
13257 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13258
13259         * nnrss.el (nnrss-verbose): New variable.
13260         (nnrss-request-group): Make it say nnrss is requesting a group.
13261
13262 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13263
13264         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13265         Handle news URL with given port correctly.
13266
13267 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13270         containing special characters.
13271
13272         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13273
13274         * mml.el (mime-to-mml): Ditto.
13275
13276         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13277         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13278         (rfc2047-decode-region): Quote decoded words containing special
13279         characters when rfc2047-quote-decoded-words-containing-tspecials
13280         is non-nil.
13281
13282 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13283
13284         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13285
13286         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13287
13288 2005-02-15  Simon Josefsson  <jas@extundo.com>
13289
13290         * nnimap.el (nnimap-debug): Doc fix.
13291
13292         * imap.el (imap-debug): Doc fix.
13293
13294 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13297
13298 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13299
13300         * gnus.el (spam-contents): Improve docs for spam-contents
13301         parameter in its variable incarnation.
13302
13303 2005-02-14  Simon Josefsson  <jas@extundo.com>
13304
13305         * smime-ldap.el: Use require instead of load-library for ldap.
13306         (smime-ldap-search): Indent.
13307         (smime-ldap-search-internal): Shorten line.
13308
13309         * smime.el (smime-cert-by-dns): Add doc-string.
13310         (smime-cert-by-ldap-1): Indent.
13311
13312         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13313         mml-smime-get-dns-ldap.
13314         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13315
13316 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13317
13318         * smime.el: Require smime-ldap.
13319         (smime-ldap-host-list): New variable.
13320         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13321
13322         * mml-smime.el (mml-smime-encrypt-query): New function.
13323         (mml-smime-encrypt-query): Use it.
13324
13325         * smime-ldap.el: New file.
13326
13327 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13330
13331 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13334         argument in doc string.  Make query for type more clear.
13335
13336 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13337
13338         * gnus.el (gnus-group-startup-message): Search for gnus images in
13339         etc/images/gnus.
13340         * mm-util.el (mm-image-load-path): Likewise.
13341         * smiley.el (smiley-data-directory): Search for smilies in
13342         etc/images/smilies.
13343
13344 2005-02-09  Kim F. Storm  <storm@cua.dk>
13345
13346         Change Emacs release version from 21.4 to 22.1 throughout.
13347         Change Emacs development version from 21.3.50 to 22.0.50.
13348
13349 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13352
13353         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13354         non-Mule XEmacs as well.
13355         (mm-decompress-buffer): Signal an error intentionally if it does
13356         not decompress compressed data because auto-compression-mode is
13357         disabled.
13358
13359 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13360
13361         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13362         an ID in the registry even if it has no groups.
13363
13364 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13367         merge it into mm-decompress-buffer.
13368         (gnus-mime-copy-part): Use the MIME part charset, the value which
13369         a user specified or gnus-newsgroup-charset for decoding, like
13370         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13371         save-buffer what was used.  Suggested by Kevin Ryde
13372         <user42@zip.com.au>.
13373         (gnus-mime-inline-part): Allow the name parameter as well as the
13374         filename parameter; force decompressing of compressed data; always
13375         display contents being not decoded as unibyte.
13376
13377         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13378         as well as the filename parameter.
13379
13380         * mm-util.el (mm-decompress-buffer): Merge
13381         gnus-mime-jka-compr-maybe-uncompress.
13382         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13383         of compressed data.
13384
13385 2005-02-08  Simon Josefsson  <jas@extundo.com>
13386
13387         * imap.el (imap-log): Doc fix.
13388
13389 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13392         the coding cookies; decompress compressed parts.
13393
13394         * mml.el (mml-generate-mime-1): Add the charset parameter according
13395         to the value which a user specified manually or the coding cookie.
13396
13397         * mm-util.el (mm-string-to-multibyte): New function.
13398         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13399         (mm-coding-system-to-mime-charset): New function.
13400         (mm-decompress-buffer): New function.
13401         (mm-find-buffer-file-coding-system): New function.
13402
13403         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13404         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13405         parts.
13406
13407 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13408
13409         * mm-view.el (mm-display-inline-fontify): Decode a part according
13410         to the charset parameter.
13411
13412 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13415         prefix arg is neither nil nor a number, as info specifies.
13416
13417 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13420         timestamps.
13421
13422 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13423
13424         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13425         groups error checking and notify user.
13426
13427 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13428
13429         * message.el (message-send-mail-function): Check existence of
13430         sendmail-program first before using default value
13431         `message-send-mail-with-sendmail'.  Otherwise use more generic
13432         `smtpmail-send-it'.
13433
13434 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * nntp.el (nntp-request-update-info): Always return nil.
13437
13438 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13439
13440         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13441
13442 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13443
13444         * message.el (message-beginning-of-line): Change the behavior when
13445         invoked between BOL and : so that it first moves backward.
13446
13447 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13450         article buffer when editing of the article is discarded.
13451         (gnus-article-prepare): Revert.
13452
13453 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-art.el (gnus-article-prepare):
13456         Remove message-strip-forbidden-properties from the local hook.
13457
13458 2005-01-27  Simon Josefsson  <jas@extundo.com>
13459
13460         * password.el (password-cache-add): Only start one timer per key.
13461         Reported by Derek Atkins <warlord@MIT.EDU>.
13462
13463 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13464
13465         * run-at-time.el: Removed.  It is no longer needed as
13466         timer-funcs.el in the xemacs-base package has a working version of
13467         `run-at-time'.
13468
13469         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13470
13471         * password.el: Require timer-funcs instead of run-at-time in
13472         XEmacs.
13473         Remove `password-run-at-time' macro.
13474         (password-cache-add): Use `run-at-time' instead of
13475         `password-run-at-time'.
13476
13477         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13478         Remove `nnheader-cancel-function-timers' alias,
13479         `cancel-function-timers' exists in XEmacs in timer-funcs.
13480
13481         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13482         for `run-with-idle-timer'.
13483
13484         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13485         for `run-at-time'.
13486
13487         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13488         for `with-timeout'.
13489
13490         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13491         the same as for XEmacs 21.4.
13492         No need to ignore `run-with-idle-timer', this function exists in
13493         XEmacs now in timer-funcs.el in the xemacs-base package.
13494         (dgnushack-compile): No need to delete
13495         run-at-time.el from the list of files to compile because it
13496         doesn't exist anymore.
13497
13498 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13501         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13502
13503 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13504
13505         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13506         sensitively.
13507
13508 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13509
13510         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13511
13512 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13515         which will be inserted according to the multibyteness of a buffer
13516         rather than the type of contents.  Suggested by ARISAWA Akihiro
13517         <ari@mbf.ocn.ne.jp>.
13518
13519         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13520         of string which old xml.el may return rather than a string.
13521
13522 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13525
13526 2005-01-16  Simon Josefsson  <jas@extundo.com>
13527
13528         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13529         idn/idna.el isn't available.
13530         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13531         <michael@waxrat.com>.
13532
13533         * hashcash.el: Remove non-FSF copyright header.
13534
13535         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13536         (hashcash-generate-payment): Use it.
13537         (hashcash-generate-payment-async): Use it.
13538
13539 2005-01-15  Simon Josefsson  <jas@extundo.com>
13540
13541         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13542         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13543
13544         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13545         gnus-summary-idna-message.
13546         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13547         (gnus-summary-idna-message): New function.
13548
13549 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13552         gnus-novice-user.
13553
13554 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * nnrss.el (nnrss-request-delete-group): Delete entries in
13557         nnrss-group-alist as well.
13558         (nnrss-save-server-data): Insert newline.
13559
13560 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * gnus.el (gnus-user-agent): Use list of symbols instead of
13563         symbols.  Display full version number for (S)XEmacs.  Optionally
13564         display (S)XEmacs codename.
13565
13566         * gnus-util.el (gnus-emacs-version): Update for new
13567         `gnus-user-agent'.
13568
13569         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13570         Gnus version.
13571
13572 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13575         which is unreadable in some setups.
13576
13577 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * gnus-spec.el (gnus-update-format-specifications): Flush the
13580         group format spec cache if it doesn't support decoded group names.
13581
13582 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13585         Allow to apply decay on score files matching a regexp.
13586
13587 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13590         compatibility in %g and %c.
13591
13592 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13595         name for only %g and %c.
13596         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13597         of gnus-tmp-group to decoded group name.
13598         (gnus-group-make-rss-group): Exclude `/'s from group names.
13599
13600 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * nnrss.el (nnrss-get-encoding): Fix regexp.
13603
13604 2004-12-27  Simon Josefsson  <jas@extundo.com>
13605
13606         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13607         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13608         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13609
13610 2004-12-17  Kim F. Storm  <storm@cua.dk>
13611
13612         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13613
13614         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13615
13616 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13617
13618         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13619
13620 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * nnrss.el: Require rfc2047 and mml.
13623         (nnrss-file-coding-system): New variable.
13624         (nnrss-format-string): Redefine it as an inline function.
13625         (nnrss-decode-group-name): New function.
13626         (nnrss-string-as-multibyte): Remove.
13627         (nnrss-retrieve-headers): Decode group name; don't use
13628         nnrss-format-string.
13629         (nnrss-request-group): Decode group name.
13630         (nnrss-request-article): Decode group name; allow a Message-ID as
13631         well as an article number; don't use nnrss-format-string; encode a
13632         Message-ID string which may contain non-ASCII characters; use
13633         mml-to-mime to compose a MIME article.
13634         (nnrss-request-expire-articles): Decode group name.
13635         (nnrss-request-delete-group): Decode group name.
13636         (nnrss-fetch): Clarify error message.
13637         (nnrss-read-server-data): Use insert-file-contents instead of load;
13638         bind file-name-coding-system; use multibyte buffer.
13639         (nnrss-save-server-data): Bind coding-system-for-write to the
13640         value of nnrss-file-coding-system; bind file-name-coding-system;
13641         add coding cookie.
13642         (nnrss-read-group-data): Use insert-file-contents instead of load;
13643         bind file-name-coding-system; use multibyte buffer.
13644         (nnrss-save-group-data): Bind coding-system-for-write to the
13645         value of nnrss-file-coding-system; bind file-name-coding-system.
13646         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13647         make it work with non-ASCII text.
13648         (nnrss-find-el): Make it work with old xml.el as well.
13649
13650 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13651
13652         * nnrss.el (nnrss-get-encoding): New function.
13653         (nnrss-fetch): Use unibyte buffer initially; bind
13654         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13655         decode contents according to the encoding attribute.
13656         (nnrss-save-group-data): Add coding cookie.
13657         (nnrss-mime-encode-string): New function.
13658         (nnrss-check-group): Use it to encode subject and author.
13659
13660 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13661
13662         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13663         imaginary variable.
13664
13665 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13668         correctly even if there are wide characters.
13669
13670 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13671
13672         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13673         downcased symbol names; make a new cache instead of reusing
13674         bbdb-hashtable.
13675
13676 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13679         concatenating segments rather than before concatenating them.
13680         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13681
13682         * message.el (message-get-reply-headers): Bind `extra'.
13683
13684 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13685
13686         * message.el (message-extra-wide-headers): New variable.
13687         (message-get-reply-headers): Use it.
13688
13689 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13692         (gnus-agent-group-pathname): Ditto.
13693
13694         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13695
13696         * gnus-group.el (gnus-group-make-group): Decode group name.
13697         (gnus-group-make-rss-group): Register the group data after opening
13698         the nnrss group.
13699
13700 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13701
13702         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13703         by expiry now get marked as read.
13704
13705 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13708
13709 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13710
13711         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13712         unify Latin characters in XEmacs.
13713         (mm-find-mime-charset-region): Use it.
13714
13715 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * gnus-util.el (gnus-delete-directory): New function.
13718
13719         * gnus-agent.el (gnus-agent-delete-group): Use it.
13720
13721         * gnus-cache.el (gnus-cache-delete-group): Use it.
13722
13723 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13726         names.
13727
13728 2004-12-16  Simon Josefsson  <jas@extundo.com>
13729
13730         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13731
13732 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13735
13736         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13737         (gnus-group-set-current-level): Decode group name.
13738
13739 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13740
13741         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13742         failed.
13743
13744 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus-group.el (gnus-group-delete-group): Decode group name.
13747         (gnus-group-make-rss-group): Encode group name.
13748         (gnus-group-catchup-current): Decode group name.
13749         (gnus-group-kill-group): Decode group name.
13750
13751 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13752
13753         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13754
13755 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus-group.el (gnus-group-make-rss-group):
13758         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13759
13760         * gnus-start.el (gnus-setup-news): Honor user's setting to
13761         gnus-message-archive-method.  Suggested by Lute Kamstra
13762         <lute@gnu.org>.
13763
13764 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13765
13766         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13767         global counterparts of the buffer-local variables.
13768
13769 2004-11-16  Romain Francoise  <romain@orebokech.com>
13770
13771         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13772         counterparts of the buffer-local variables.
13773
13774 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13775
13776         * message.el (message-forbidden-properties): Fixed typo in doc
13777         string.
13778
13779 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * gnus-util.el (gnus-replace-in-string): Added doc string.
13782
13783         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13784         to avoid problems when splitting mails with many recipients.
13785
13786 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13787
13788         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13789         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13790
13791 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13792
13793         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13794         if there is no hashtable in memory or file modification time is
13795         newer than cached timestamp.
13796
13797 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13800         not-matching option.
13801
13802 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13805         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13806         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13807         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13808         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13809         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13810
13811 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * message.el (message-forward-make-body-mml): Remove headers
13814         according to message-forward-ignored-headers if a message is decoded.
13815
13816 2004-12-02  Romain Francoise  <romain@orebokech.com>
13817
13818         * message.el (message-forward-make-body-plain): Always remove
13819         headers according to message-forward-ignored-headers.
13820
13821 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13822
13823         * spam.el (spam-summary-prepare-exit): Remove the
13824         gnus-summary-limit pop for now, it has problems with ham marks for
13825         me.
13826
13827 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13828
13829         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13830         correctly.
13831
13832 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13833
13834         * format-spec.el (format-spec): Message the char.
13835
13836 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13837
13838         * gnus-art.el (gnus-split-methods): Reformat comments.
13839
13840         * spam.el (spam-summary-prepare-exit): Remove article limits
13841         before exiting the summary buffer.
13842
13843 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13846         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13847
13848         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13849         order to silence the byte compiler.
13850
13851         * spam.el: Fix the way to silence the byte compiler, which
13852         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13853         bbdb-search-simple, spam-BBDB-register-routine,
13854         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13855         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13856         spam-stat-buffer-is-spam, spam-stat-load,
13857         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13858         spam-stat-save and spam-stat-split-fancy.
13859
13860 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13863         which may confuse users.
13864         (canlock-password-for-verify): Ditto.
13865
13866         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13867
13868         * gnus-art.el (gnus-emphasis-alist): Ditto.
13869
13870         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13871
13872         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13873
13874         * gnus-start.el (gnus-save-killed-list): Ditto.
13875
13876         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13877         (gnus-sum-thread-tree-root): Ditto.
13878         (gnus-sum-thread-tree-false-root): Ditto.
13879         (gnus-sum-thread-tree-single-indent): Ditto.
13880
13881         * message.el (message-courtesy-message): Ditto.
13882         (message-archive-note): Ditto.
13883         (message-subscribed-address-file): Ditto.
13884         (message-user-fqdn): Ditto.
13885
13886         * spam-report.el (spam-report-gmane-regex): Ditto.
13887
13888         * spam.el (spam-blackhole-good-server-regex): Ditto.
13889
13890 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * mml.el (mml-preview): Widen the message buffer before copying
13893         the contents to the preview buffer; sort headers before previewing.
13894
13895         * message.el (message-hidden-headers): Fix the way to avoid a bug
13896         in the `repeat' widget in Emacs 21.3 or earlier.
13897
13898 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * message.el (message-hidden-headers): Default to "^References:".
13901         Improve customization type.  Suggested by Reiner Steib
13902         <Reiner.Steib@gmx.de>.
13903
13904 2004-11-25  Romain Francoise  <romain@orebokech.com>
13905
13906         * message.el (message-strip-forbidden-properties): Remove check for
13907         obsolete `message-hidden' text property, hidden headers are not
13908         accessible in the buffer anymore.
13909
13910 2004-11-22  Romain Francoise  <romain@orebokech.com>
13911
13912         * message.el (message-header-format-alist): Add `From' in list
13913         so that it can be sorted.
13914         (message-fix-before-sending): Widen and sort headers before
13915         sending.
13916         (message-hide-headers): Use narrowing to hide headers by moving
13917         them to the top of the buffer and narrowing to the region
13918         underneath.
13919
13920 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13921
13922         * message.el (message-strip-forbidden-properties): Bind
13923         buffer-read-only (etc) to nil.
13924
13925 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13928         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13929
13930 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13931
13932         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13933
13934 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13935
13936         * dns.el (query-dns): Use sit-for to time instead of
13937         accept-process-output, since that doesn't seem to work on udp
13938         sockets.
13939
13940 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13943
13944 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13945
13946         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13947         doc string.  Improve doc string.
13948
13949 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * nntp.el (nntp-request-update-info): Return nil if
13952         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13953         may not call gnus-activate-group which uselessly issues the GROUP
13954         commands for all nntp groups and wastes time.  Reported by Romain
13955         Francoise <romain@orebokech.com>.
13956
13957         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13958
13959 2004-11-15  Simon Josefsson  <jas@extundo.com>
13960
13961         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13962         headers separately.
13963         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13964         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13965
13966 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13967
13968         * gnus-start.el (gnus-convert-old-newsrc):
13969         Assign legacy-gnus-agent to 5.10.7.
13970
13971 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13972
13973         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13974         start of the lines.
13975
13976 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13977
13978         * hashcash.el (hashcash-default-payment): Change default to 20.
13979         (hashcash-default-accept-payment): Change default to 20.
13980         (hashcash-process-alist): New variable.
13981         (hashcash-generate-payment-async): Add.
13982         (hashcash-already-paid-p): Add.
13983         (hashcash-insert-payment): Don't generate payments twice.
13984         (hashcash-insert-payment-async): Add.
13985         (hashcash-insert-payment-async-2): Add.
13986         (hashcash-cancel-async): Add.
13987         (hashcash-wait-async): Add.
13988         (hashcash-processes-running-p): Add.
13989         (hashcash-wait-or-cancel): Add.
13990         (mail-add-payment): New optional argument.  Conditionally start
13991         asynchronous calculation.
13992         (mail-add-payment-async): Add.
13993
13994         * message.el (message-send-mail): Wait for asynchronous hashcash
13995         results.  Don't clobber existing X-Hashcash headers.
13996         (message-setup-1): Call mail-add-payment-async when
13997         message-generate-hashcash is non-nil.
13998
13999 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14000
14001         * message.el (message-use-alternative-email-as-from): Examine the
14002         From header as well; use message-make-from in order to include a
14003         user's full name.
14004
14005 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14008         default; improve customization type.
14009         (gnus-emphasis-custom-with-format): New macro.
14010         (gnus-emphasis-custom-value-to-external): New function.
14011         (gnus-emphasis-custom-value-to-internal): New function.
14012
14013 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14014
14015         * dns.el (query-dns): Resolve reverse addresses.
14016
14017 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14018
14019         * gnus-group.el (gnus-group-get-new-news): Use it.
14020
14021         * gnus-start.el (gnus-check-reasonable-setup): New function.
14022
14023 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14026         "Args out of range" error.  Reported by Arnaud Giersch
14027         <arnaud.giersch@free.fr>.
14028
14029 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14030
14031         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14032
14033 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14034
14035         * spam.el (spam group): Add :version.
14036
14037         * pgg-def.el (pgg group): Add :version.
14038
14039 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * gnus-art.el (gnus-article-edit-article): Don't associate the
14042         article buffer with a draft file.  This is a temporary measure
14043         against the 2004-08-22 change to gnus-article-edit-mode.
14044
14045 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14048         (html2text-format-tags): Remove unused variable `attr'.
14049
14050 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14053
14054         * tls.el (tls-process-connection-type, tls-success)
14055         (tls-certtool-program): Add :version.
14056
14057         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14058         (starttls-extra-arguments, starttls-process-connection-type)
14059         (starttls-connect, starttls-failure, starttls-success): Add :version.
14060
14061         * spam-stat.el (spam-stat): Add :version.
14062
14063         * sieve.el (sieve): Add :version.
14064
14065         * sha1.el (sha1): Add :version.
14066         (sha1-use-external): Remove redundant version.
14067
14068         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14069         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14070         (nnmail-split-fancy-match-partial-words)
14071         (nnmail-split-lowercase-expanded): Add :version.
14072
14073         * nndiary.el (nndiary): Add :version.
14074
14075         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14076
14077         * mml-sec.el (mml-default-sign-method)
14078         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14079         Add :version.
14080
14081         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14082
14083         * mm-url.el (mm-url-use-external, mm-url-program)
14084         (mm-url-arguments): Add :version.
14085
14086         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14087         (mm-attachment-file-modes, mm-decrypt-option)
14088         (mm-w3m-safe-url-regexp): Add :version.
14089
14090         * message.el (message-cite-prefix-regexp)
14091         (message-sendmail-envelope-from, message-minibuffer-local-map)
14092         (message-user-fqdn, message-completion-alist): Add :version.
14093
14094         * gnus-win.el (gnus-configure-windows-hook)
14095         (gnus-use-frames-on-any-display): Add :version.
14096
14097         * gnus-art.el (gnus-article-address-banner-alist)
14098         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14099         (gnus-treat-from-picon, gnus-treat-mail-picon)
14100         (gnus-treat-x-pgp-sig): Add :version.
14101
14102         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14103         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14104         (gnus-summary-article-delete-hook)
14105         (gnus-summary-display-while-building): Add :version.
14106
14107         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14108         (gnus-get-top-new-news-hook): Add :version.
14109
14110         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14111         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14112
14113         * gnus-registry.el (gnus-registry): Add :version.
14114
14115         * gnus-spec.el (gnus-use-correct-string-widths)
14116         (gnus-make-format-preserve-properties): Add :version.
14117
14118         * gnus.el (gnus-group-charter-alist)
14119         (gnus-group-fetch-control-use-browse-url)
14120         (gnus-install-group-spam-parameters): Add :version.
14121
14122         * gnus-diary.el (gnus-diary): Add :version.
14123
14124         * gnus-delay.el (gnus-delay): Add :version.
14125
14126         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14127         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14128         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14129         Add :version.
14130
14131         * gnus-agent.el (gnus-agent-max-fetch-size)
14132         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14133         (gnus-agent-prompt-send-queue): Add :version.
14134
14135         * deuglify.el (gnus-outlook-deuglify): Add :version.
14136
14137         * html2text.el: Beautify code.  Improve doc strings.  Some
14138         checkdoc cleanup.
14139         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14140
14141 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14142
14143         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14144
14145 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14146
14147         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14148         when package is loaded.
14149
14150         * spam.el (spam-summary-score-preferred-header): Add global preference
14151         for people who want to override the default SpamAssassin over
14152         Bogofilter preference (when both are set).
14153         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14154         (spam-user-format-function-S): Check
14155         spam-summary-score-preferred-header.
14156         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14157         (spam-user-format-function-S): Format the score correctly.
14158
14159 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14162         signature file.  Suggested by Manoj Srivastava
14163         <srivasta@golden-gryphon.com>.
14164
14165         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14166         iso-2022-jp even in the Japanese language environment.
14167         Suggested by Jason Rumney <jasonr@gnu.org>.
14168
14169 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14172         use the same characters as the dummy marks; make it free from
14173         getting affected by the language environment.
14174         (gnus-summary-read-group-1): Update mark positions only when the
14175         format spec is updated.
14176
14177         * gnus-spec.el (gnus-update-format-specifications): Return a list
14178         of updated types.
14179
14180 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14183         of boundp to check if display-warning is available.
14184
14185 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14186
14187         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14188
14189 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * nnspool.el (nnspool-spool-directory): Use news-path if the
14192         news-directory variable is not bound.
14193
14194         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14195         function instead of display-warning if it is not available.
14196
14197 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14198
14199         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14200         v5-10: Use `point-at-bol'.
14201
14202 2004-10-26  Simon Josefsson  <jas@extundo.com>
14203
14204         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14205         <chenggao@gmail.com>.
14206
14207 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14208
14209         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14210         instead.
14211
14212 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14213
14214         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14215         to remove a server from the nnimap-server-buffer-alist.
14216         (nnimap-open-connection, nnimap-close-server): Use it.
14217
14218         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14219
14220 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14223         running the major-mode function.
14224
14225 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14228         dummy marks in the right way.
14229
14230 2004-10-18  David Edmondson  <dme@dme.org>
14231
14232         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14233         excessively.
14234
14235 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14236
14237         * gnus-util.el (gnus-split-references): Accept a nil references
14238         string and go on blissfully.
14239
14240         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14241         cases where the references string is non-nil but has no references.
14242
14243         * encrypt.el: Add autoload tags.
14244
14245         * spam.el (spam-resolve-registrations-routine): Remove article
14246         from unregistration list too.  Reported by David Hanak
14247         <dhanak@isis.vanderbilt.edu>
14248
14249 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14250
14251         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14252         nil.  Changed custom type.
14253
14254 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14257
14258         * gnus-sum.el (gnus-summary-move-article): Use it.
14259
14260 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14261
14262         * encrypt.el: Add autoload cookies.
14263
14264         * spam.el (spam-backend-article-list-property)
14265         (spam-backend-get-article-todo-list)
14266         (spam-backend-put-article-todo-list)
14267         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14268         Resolve registrations separately.
14269         (spam-register-routine): Format comments.
14270         (spam-unregister-routine, spam-register-routine): Always call with
14271         specific-articles, no default list.
14272         (spam-summary-prepare-exit): Use the spam-classifications function.
14273
14274         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14275         gnus-encrypt.el.
14276
14277         * encrypt.el: Copied from gnus-encrypt.el.
14278
14279         * gnus-encrypt.el: Commented that it's obsolete.
14280
14281 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14284         (gnus-score-save): Use it.
14285
14286         * message.el (message-bury): Use `window-dedicated-p'.
14287
14288 2004-10-15  Simon Josefsson  <jas@extundo.com>
14289
14290         * pop3.el (top-level): Don't require nnheader.
14291         (pop3-read-timeout): Add.
14292         (pop3-accept-process-output): Add.
14293         (pop3-read-response, pop3-retr): Use it.
14294
14295 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14296
14297         * spam.el (spam-register-routine): Move comment.
14298         (spam-verify-bogofilter): Use 'unknown for the initial
14299         spam-bogofilter-valid state, not 'never.
14300
14301         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14302         for netrc-machine.
14303
14304         * nnimap.el (nnimap-open-connection): Use
14305         netrc-machine-user-or-password.
14306
14307 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14308
14309         * gnus-registry.el (gnus-registry-unload-hook):
14310         Set as a variable with add-hook.
14311
14312         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14313         of news-path.
14314
14315         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14316
14317         * spam.el: Delete duplicate `provide'.
14318         (spam-unload-hook): Set as a variable with add-hook.
14319
14320 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14323         in the doc string.
14324
14325         * message.el (message-ignored-news-headers)
14326         (message-ignored-supersedes-headers)
14327         (message-ignored-resent-headers)
14328         (message-forward-ignored-headers): Improve custom type.
14329
14330 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * message.el (message-tokenize-header): Fix 2004-09-06 change
14333         which used point-min in the wrong place.
14334
14335 2004-10-12  Simon Josefsson  <jas@extundo.com>
14336
14337         * tls.el (tls-certtool-program): New variable.
14338         (tls-certificate-information): New function, based on
14339         ssl-certificate-information.
14340
14341 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * compface.el: Move the version of ELisp-based uncompface program
14344         to the contrib directory because of the copyright problem.
14345
14346 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * message.el (message-kill-buffer): Raise the current frame.
14349
14350 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14353
14354         * gnus.el (message-y-or-n-p): Autoload.
14355
14356         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14357         (pop3-password-required, pop3-authentication-scheme)
14358         (pop3-leave-mail-on-server): Made customizable.
14359         (pop3): New custom group.
14360         (pop3-retr): Remove `sleep-for' statements.
14361         Suggested by Dave Love <fx@gnu.org>.
14362
14363         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14364         Windows/DOS.
14365
14366         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14367         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14368         Dave Love <fx@gnu.org>.
14369
14370         * mml.el (mml-minibuffer-read-disposition): Require match.
14371         Suggested by Dave Love <fx@gnu.org>.
14372
14373 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14376         doc string.
14377
14378 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14381
14382 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14383
14384         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14385         instead of calling `mm-insert-inline', to decode text/* parts
14386         before displaying them.
14387
14388 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * mm-uu.el (mm-uu-text-plain-type): New variable.
14391         (mm-uu-pgp-signed-extract-1): Use it.
14392         (mm-uu-pgp-encrypted-extract-1): Use it.
14393         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14394         bind mm-uu-text-plain-type with that value.
14395         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14396         mm-uu-dissect.
14397
14398 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.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 mm-string-as-multibyte instead
14404         of string-as-multibyte.
14405
14406 2004-10-05  Juri Linkov  <juri@jurta.org>
14407
14408         * gnus-group.el (gnus-update-group-mark-positions):
14409         * gnus-sum.el (gnus-update-summary-mark-positions):
14410         * message.el (message-check-news-body-syntax):
14411         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14412         8-bit unibyte values to a multibyte string for search functions.
14413
14414 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14417         (mm-uu-dissect-text-parts): New function.
14418
14419         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14420         dissect text parts.
14421
14422         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14423         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14424
14425         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14426
14427         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14428         gnus-current-topics instead of gnus-current-topic.
14429
14430 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14431
14432         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14433
14434 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14435
14436         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14437         where approriate.
14438
14439         * nnml.el (nnml-generate-active-info): do.
14440
14441         * nndiary.el (nndiary-generate-active-info): do.
14442
14443         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14444         (gnus-topic-move): do.
14445
14446         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14447         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14448
14449         * gnus-srvr.el (gnus-server-prepare)
14450         (gnus-server-open-all-servers): do.
14451
14452         * gnus-msg.el (gnus-summary-cancel-article)
14453         (gnus-summary-resend-message)
14454         (gnus-summary-mail-crosspost-complaint): do.
14455
14456         * gnus-move.el (gnus-change-server): do.
14457
14458         * gnus-group.el (gnus-group-unmark-all-groups)
14459         (gnus-group-set-current-level): do.
14460
14461 2004-10-04  Simon Josefsson  <jas@extundo.com>
14462
14463         * message.el (message-generate-hashcash): Doc fix.
14464
14465 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14466
14467         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14468         avoid infinite recursion via gnus-get-function.
14469
14470 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14471
14472         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14473
14474         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14475
14476         * nnmail.el (nnmail-split-history): do.
14477
14478         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14479         (nnml-request-delete-group): do.
14480
14481         * nnslashdot.el (nnslashdot-read-groups): do.
14482
14483         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14484         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14485
14486         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14487         (nnspool-sift-nov-with-sed): Use last.
14488         (nnspool-retrieve-headers-with-nov): Use mapc.
14489         (nnspool-request-newgroups): Use dolist.
14490         (nnspool-request-group): Use last.
14491
14492         * nntp.el (nntp-read-server-type): Use dolist.
14493
14494         * nnvirtual.el (nnvirtual-create-mapping)
14495         (nnvirtual-update-read-and-marked): Use dolist.
14496         (nnvirtual-convert-headers): Simplify.
14497
14498 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14499
14500         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14501         support for sync'ing tick marks.
14502
14503 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14506         there's no visible header.
14507
14508 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14509
14510         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14511         necessary, pass full group name to gnus-request-set-marks.
14512
14513 2004-10-01  Simon Josefsson  <jas@extundo.com>
14514
14515         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14516         acroread.
14517
14518 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14519
14520         * spam-report.el (spam-report-gmane): Fix interactive.
14521
14522         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14523
14524         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14525         when writing file.
14526         (gnus-agent-synchronize-flags): Don't default to being
14527         interactive.
14528
14529 2004-09-30  Simon Josefsson  <jas@extundo.com>
14530
14531         * message.el (message-generate-hashcash): Add.
14532         (message-send-mail): Use it, call mail-add-payment.
14533
14534 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14535
14536         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14537
14538 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14539
14540         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14541         gnus-requst-update-info with explicit code to sync the in-memory
14542         info read flags with the marks being sync'd to the backend.
14543
14544         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14545
14546 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14547
14548         * spam.el (spam-verify-bogofilter): Add new function.
14549         (spam-check-bogofilter)
14550         (spam-bogofilter-register-with-bogofilter): Use it.
14551         (spam-verify-bogofilter): Add small fixes.
14552
14553 2004-09-28  Simon Josefsson  <jas@extundo.com>
14554
14555         * hashcash.el (hashcash-generate-payment): Revert.
14556
14557 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14558
14559         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14560         gnus-extract-references instead of gnus-split-references.
14561
14562         * gnus-util.el (gnus-extract-references): Add new function, analogous
14563         to gnus-split-references but extracts only the message-ID without
14564         anything extra.
14565
14566         * hashcash.el (hashcash-generate-payment)
14567         (hashcash-check-payment): Do the right thing if hashcash-path is
14568         nil (because the hashcash program could not be found).
14569
14570         * spam.el (spam-use-hashcash): Remove comment.
14571
14572 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14573
14574         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14575         (gnus-cache-enter-article, gnus-cache-remove-article)
14576         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14577
14578         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14579
14580         * gnus-art.el (article-hide-boring-headers)
14581         (article-translate-strings, article-display-face)
14582         (gnus-article-mime-match-handle-first)
14583         (gnus-article-highlight-headers)
14584         (gnus-article-add-buttons-to-head): do.
14585
14586 2004-09-27  Simon Josefsson  <jas@extundo.com>
14587
14588         * hashcash.el: New version, from
14589         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14590         ../contrib/.
14591
14592 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14595
14596 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14597
14598         * gnus-dup.el (gnus-dup-open): Use mapc.
14599         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14600
14601         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14602         Reported by Stefan Wiens <s.wi@gmx.net>.
14603
14604         * gnus.el (gnus-shutdown): Use dolist.
14605
14606         * gnus-undo.el (gnus-undo): Use mapc.
14607
14608         * nnrss.el (nnrss-generate-active): do.
14609
14610         * message.el (message-cite-original-without-signature)
14611         (message-cite-original): Use mapc.
14612         (message-do-actions, message-make-forward-subject): Use dolist.
14613
14614 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14615
14616         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14617         deletion to remove entire duplicate line.  Fixes merged article
14618         number bug.
14619
14620 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14621
14622         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14623         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14624         first ask if you want to open a server and then, even when you
14625         responded with no, asking if you want to synchronize the server's
14626         flags.
14627         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14628         multi-line expressions.
14629         (gnus-agent-synchronize-group-flags): New internal function.
14630         Updates marks in memory (in the info structure) AND in the
14631         backend.
14632
14633         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14634
14635         * nnagent.el (nnagent-request-set-mark): Use
14636         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14637         method, to ensure that synchronization updates marks in the
14638         backend and in the info (in memory) structure.
14639
14640 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14643         convention fully; don't miss the root article of a thread; make
14644         the X-Draft-From header with correct article numbers.
14645
14646 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14647
14648         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14649         unless plugged.  Disable the agent so that an open failure causes
14650         an error.
14651
14652         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14653         Reverted 2004-09-21 change.  The backend must be opened while
14654         synchronizing flags even when the backend stores the flags
14655         locally.
14656
14657 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14658
14659         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14660         in `header' match.  Reported by Svend Tollak Munkejord.
14661
14662         * message.el (message-cite-original): Fix use of
14663         `message-cite-articles-with-x-no-archive'.
14664
14665 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14668         (gnus-window-to-buffer): Ditto.
14669
14670         * mml.el (mml-preview-buffer): New variable.
14671         (mml-preview): Manage window layout with gnus-buffer-configuration.
14672
14673         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14674         X-Draft-From header even if those articles aren't quoted.
14675
14676 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14677
14678         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14679         (gnus-request-set-mark, gnus-request-update-mark): Use new
14680         g-s-t-u-l-m to decide to use backend even when unplugged.
14681
14682 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14685         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14686
14687 2004-09-20  Simon Josefsson  <jas@extundo.com>
14688
14689         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14690         "utf-16-le".
14691
14692 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14693
14694         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14695
14696 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14697
14698         * uudecode.el (uudecode-use-external): Add :version.
14699
14700         * smime.el (smime-CA-file, smime-encrypt-cipher)
14701         (smime-dns-server): Add :version.
14702
14703         * smiley.el (gnus-smiley-file-types): Add :version.
14704
14705         * sha1.el (sha1-use-external): Add :version.
14706
14707         * pgg-def.el (pgg-query-keyserver): Add :version.
14708
14709         * nnmail.el (nnmail-fancy-expiry-targets)
14710         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14711         Add :version.
14712
14713         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14714         (nnimap-retrieve-groups-asynchronous): Add :version.
14715         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14716
14717         * mml.el (mml-content-disposition-parameters)
14718         (mml-insert-mime-headers-always): Add :version.
14719
14720         * mm-util.el (mm-coding-system-priorities): Add :version.
14721
14722         * mm-decode.el (mm-inline-text-html-with-images)
14723         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14724         (mm-verify-option): Add :version.
14725         (mm-text-html-renderer): Change :version.
14726
14727         * message.el (message-fcc-externalize-attachments)
14728         (message-required-headers, message-draft-headers)
14729         (message-subject-trailing-was-query)
14730         (message-subject-trailing-was-ask-regexp)
14731         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14732         (message-mark-insert-end, message-archive-header)
14733         (message-archive-note, message-cross-post-default)
14734         (message-cross-post-note, message-followup-to-note)
14735         (message-cross-post-note-function, message-use-mail-followup-to)
14736         (message-subscribed-address-functions)
14737         (message-subscribed-address-file, message-subscribed-addresses)
14738         (message-subscribed-regexps, message-allow-no-recipients)
14739         (message-yank-cited-prefix, message-signature-insert-empty-line)
14740         (message-hidden-headers, message-hierarchical-addresses)
14741         (message-mail-user-agent, message-use-idna)
14742         (message-valid-fqdn-regexp)
14743         (message-strip-special-text-properties, message-header-synonyms)
14744         (message-beginning-of-line, message-tab-body-function): Add :version.
14745         (message-insert-canlock, message-wide-reply-confirm-recipients):
14746         Change :version.
14747
14748         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14749         and :version.
14750         (mail-source-delete-old-incoming-confirm)
14751         (mail-source-movemail-program): Add :version.
14752
14753         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14754         (gnus-agent-cache, gnus-agent): Change :version.
14755
14756         * gnus-util.el (gnus-use-byte-compile): Change :version.
14757
14758         * gnus-sum.el (gnus-summary-make-false-root-always)
14759         (gnus-summary-default-high-score)
14760         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14761         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14762         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14763         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14764         (gnus-sum-thread-tree-single-indent)
14765         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14766         (gnus-sum-thread-tree-leaf-with-other)
14767         (gnus-sum-thread-tree-single-leaf): Add :version.
14768         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14769         (gnus-article-loose-mime): Change :version.
14770
14771         * gnus-start.el (gnus-backup-startup-file)
14772         (gnus-save-startup-file-via-temp-buffer): Add :version.
14773
14774         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14775         (gnus-server-offline-face): Add :version.
14776
14777         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14778
14779         * gnus-msg.el (gnus-gcc-externalize-attachments)
14780         (gnus-debug-files, gnus-debug-exclude-variables)
14781         (gnus-discouraged-post-methods): Change :version.
14782         (gnus-confirm-mail-reply-to-news)
14783         (gnus-confirm-treat-mail-like-news): Add :version.
14784
14785         * gnus-int.el (gnus-server-unopen-status): Add :version.
14786
14787         * gnus-group.el (gnus-group-jump-to-group-prompt)
14788         (gnus-large-ephemeral-newsgroup)
14789         (gnus-fetch-old-ephemeral-headers): Add :version.
14790
14791         * gnus-fun.el (gnus-x-face-directory)
14792         (gnus-convert-pbm-to-x-face-command)
14793         (gnus-convert-image-to-x-face-command)
14794         (gnus-convert-image-to-face-command): Add :version.
14795
14796         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14797
14798         * gnus-cite.el (gnus-cite-blank-line-after-header)
14799         (gnus-article-boring-faces): Add :version.
14800
14801         * gnus-art.el (gnus-buttonized-mime-types)
14802         (gnus-inhibit-mime-unbuttonizing)
14803         (gnus-treat-display-face)
14804         (gnus-treat-body-boundary): Change :version.
14805         (gnus-body-boundary-delimiter, gnus-picon-databases)
14806         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14807         (gnus-treat-date-english, gnus-treat-fold-headers)
14808         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14809         (gnus-treat-mail-picon, gnus-treat-wash-html)
14810         (gnus-article-encrypt-protocol)
14811         (gnus-use-idna, gnus-article-over-scroll)
14812         (gnus-mime-display-multipart-alternative-as-mixed)
14813         (gnus-mime-display-multipart-related-as-mixed)
14814         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14815         (gnus-ctan-url, gnus-button-ctan-handler)
14816         (gnus-button-handle-ctan-bogus-regexp)
14817         (gnus-button-ctan-directory-regexp)
14818         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14819         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14820         (gnus-button-man-level, gnus-button-emacs-level)
14821         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14822
14823         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14824         (gnus-agent-go-online): Change :version.
14825         (gnus-agent-expire-unagentized-dirs)
14826         (gnus-agent-auto-agentize-methods): Add :version.
14827
14828         * flow-fill.el (fill-flowed-display-column)
14829         (fill-flowed-encode-column): Add :version.
14830
14831         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14832         (gnus-outlook-deuglify-unwrap-max)
14833         (gnus-outlook-deuglify-cite-marks)
14834         (gnus-outlook-deuglify-unwrap-stop-chars)
14835         (gnus-outlook-deuglify-no-wrap-chars)
14836         (gnus-outlook-deuglify-attrib-cut-regexp)
14837         (gnus-outlook-deuglify-attrib-verb-regexp)
14838         (gnus-outlook-deuglify-attrib-end-regexp)
14839         (gnus-outlook-display-hook): Add :version.
14840
14841         * binhex.el (binhex-use-external): Add :version.
14842
14843 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14844
14845         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14846         and `invisible'.
14847
14848 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14849
14850         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14851         in gnus-registry-trim.
14852
14853 2004-09-13  Simon Josefsson  <jas@extundo.com>
14854
14855         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14856
14857         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14858
14859         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14860         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14861         <yamaoka@jpl.org>.
14862         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14863         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14864         <yamaoka@jpl.org>.
14865
14866         * sieve.el (sieve-manage-mode): Ditto.
14867
14868 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14871
14872 2004-09-11  Simon Josefsson  <jas@extundo.com>
14873
14874         * dns-mode.el: Add.
14875
14876         * mm-view.el (mm-display-dns-inline): Add.
14877
14878         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14879         (mm-automatic-display): Ditto.
14880
14881         * mailcap.el (mailcap-mime-data): Add text/dns.
14882         (mailcap-mime-extensions): Map .soa to text/dns.
14883
14884 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14885
14886         * gnus-art.el (article-decode-mime-words, article-babel)
14887         (gnus-article-highlight-signature, gnus-article-add-buttons)
14888         (gnus-signature-toggle): Remove unnecessary bindings of
14889         `inhibit-read-only' inherited from v5.10 merge.
14890
14891 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14892
14893         * nntp.el (nntp): New customization group.
14894         (nntp-authinfo-file): Add customization group.
14895
14896         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14897
14898         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14899
14900         * gnus.el (to-address, to-list, subscribed)
14901         (large-newsgroup-initial): Ditto.
14902
14903         * flow-fill.el (fill-flowed-display-column)
14904         (fill-flowed-encode-column): Ditto.
14905
14906 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14907
14908         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14909         Use point-min rather than 1.
14910         (message-send-mail): Use buffer-size rather than point-max.
14911
14912         * gnus-sum.el (gnus-summary-search-article-forward):
14913         Signal a specific `search-failed' rather than a generic `error'.
14914
14915         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14916         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14917         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14918
14919 2004-09-10  Simon Josefsson  <jas@extundo.com>
14920
14921         * nndb.el (require): Remove tcp and duplicate cl.
14922
14923 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-agent.el (directory-files-and-attributes): Move forward.
14926
14927 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14928
14929         * gnus-agent.el (directory-files-and-attributes): Optionally
14930         defined to support XEmacs.
14931
14932 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14933
14934         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14935         to avoid run-time CL dependencies.
14936         (gnus-agent-unfetch-articles): New function.
14937         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14938         article numbers even when local .overview file is missing.
14939         (gnus-agent-read-article-number): New function.  Only accepts
14940         27-bit article numbers.
14941         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14942         gnus-agent-read-article-number.
14943         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14944         from backend while recognizing that article numbers in .overview
14945         must be valid.
14946         (gnus-agent-update-files-total-fetched-for): Use
14947         directory-files-and-attributes to improve performance.
14948         * gnus-int.el (gnus-request-move-article): Use
14949         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14950         improve performance.
14951
14952         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14953         some users confused by references to .newsrc when they only have a
14954         .newsrc.eld file.
14955         (gnus-convert-mark-converter-prompt)
14956         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14957         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14958         New function.  Used internally to only display 'gnus converting
14959         files' message when actually necessary.
14960
14961         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14962         methods now autoloaded.
14963
14964 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14967         identifiers.
14968
14969 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14970
14971         * gnus-picon.el: Fix indentation and closing parenthesis.
14972
14973 2004-09-01  Simon Josefsson  <jas@extundo.com>
14974
14975         * message.el (message-canlock-generate): Require sha1, not
14976         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14977         to require within a function.  Sadly, if sha1.el isn't loaded, the
14978         let binding in m-c-g will hide the defcustom definition, which is
14979         bad.)
14980
14981         * canlock.el: Require sha1, not sha1-el.
14982
14983         * message.el: Don't autoload sha1 (there is a autoload cookie in
14984         sha1.el).
14985
14986         * sha1-el.el: Renamed to sha1.el.
14987
14988 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14989
14990         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14991
14992 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14993
14994         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14995
14996 2004-08-30  Kim F. Storm  <storm@cua.dk>
14997
14998         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14999
15000         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15001         Add :group 'nnimap.
15002
15003 2004-08-30  Andreas Schwab  <schwab@suse.de>
15004
15005         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15006         ?* and ?\;.
15007
15008         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15009         and ?\' to symbol instead of whitespace.
15010
15011 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15014
15015         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15016         instead of re-search-forward.
15017
15018         * gnus-uu.el (gnus-uu-save-article): Ditto.
15019         (gnus-uu-post-encode-uuencode): Ditto.
15020
15021         * html2text.el (html2text-clean-list-items): Ditto.
15022         (html2text-clean-dtdd): Ditto.
15023         (html2text-format-tags): Ditto.
15024
15025         * message.el (message-send-mail-with-sendmail): Fix regexp.
15026         (message-fill-field-general): Use search-forward instead of
15027         re-search-forward.
15028         (unbold-region): Ditto.
15029
15030         * nnrss.el (nnrss-request-article): Ditto.
15031
15032         * nnslashdot.el (nnslashdot-request-article): Ditto.
15033
15034         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15035
15036         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15037         "Unrecognized menu descriptor" error in XEmacs.
15038
15039 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15040
15041         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15042         parent article of a sparse article in the thread hashtb.
15043
15044 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15045
15046         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15047         (nnmail-expand-newtext): Lowercase expanded entries if
15048         nnmail-split-lowercase-expanded is non-nil.
15049
15050 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15053
15054         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15055         of gnus-tmp-news-method into string under XEmacs.  It will be
15056         passed to gnus-correct-length which takes only a string argument.
15057
15058 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * gnus-util.el (gnus-bind-print-variables): New macro.
15061         (gnus-prin1): Use it.
15062         (gnus-prin1-to-string): Use it.
15063         (gnus-pp): New function.
15064         (gnus-pp-to-string): New function.
15065
15066         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15067         Replace pp-to-string with gnus-pp-to-string.
15068         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15069         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15070         * gnus-msg.el (gnus-debug): Ditto.
15071         * gnus-score.el (gnus-score-save): Ditto.
15072         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15073         gnus-pp-to-string.
15074         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15075         with gnus-pp.
15076         * score-mode.el (gnus-score-pretty-print): Ditto.
15077         * webmail.el (webmail-debug): Ditto.
15078
15079 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * gnus-art.el (article-display-face, article-display-x-face):
15082         Use buffer-read-only.
15083
15084 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-art.el (article-hide-list-identifiers):
15087         Bind inhibit-read-only as t.
15088
15089 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15090
15091         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15092
15093 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15094
15095         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15096         (gnus-narrow-to-page): Don't assume point-min == 1.
15097         (gnus-article-edit-mode): Derive from message-mode.
15098
15099         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15100         point-min == 1.
15101
15102         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15103         Disable incorrect use of `assert'.
15104
15105         * message.el (message-mode): Set comment-start-skip.
15106
15107
15108 2004-08-22  Sam Steingold  <sds@gnu.org>
15109
15110         * pop3.el (pop3-leave-mail-on-server): New user variable.
15111         (pop3-movemail): Delete mail only when it is nil.
15112
15113 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15114
15115         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15116
15117         * mml.el (mml-preview): Use `pop-to-buffer'.
15118
15119         * message.el (message-goto-mail-followup-to): Insert after "To".
15120         (message-carefully-insert-headers): Add comment.
15121
15122         * gnus.el: Remove unused variable `gnus-article-check-size'.
15123
15124         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15125
15126         * gnus-art.el (gnus-button-alist): Improve
15127         `gnus-button-handle-library' entry.
15128
15129 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15130
15131         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15132         downcase, since XEmacs capitalizes error messages differently.
15133
15134 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15135
15136         * nntp.el: Add (require 'gnus) due to reference to
15137         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15138
15139 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15140
15141         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15142         `mm-fill-flowed'.
15143
15144         * mm-decode.el (mm-dissect-singlepart): Check it.
15145
15146 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15147
15148         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15149         'imap' for netrc parsing.
15150
15151 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15152
15153         * mailcap.el (mailcap-mime-data): Mark as risky.
15154
15155 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15158         may be included in the encoded word.
15159         (rfc2047-encode): Don't append a space if the encoded word
15160         includes close parenthesis.
15161
15162 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15165         of text within parentheses.
15166
15167 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15168
15169         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15170         (gnus-encrypt-write-file-contents): Make the password key the file
15171         name PLUS the cipher, not just the cipher.  Also remove failed
15172         passwords from the cache.
15173
15174 2004-08-06  Simon Josefsson  <jas@extundo.com>
15175
15176         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15177         fix.
15178
15179 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15182         LWSP.
15183
15184 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15185
15186         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15187         to append in-reply-to: data to the references: header.
15188
15189         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15190         (netrc-parse): Use gnus-encrypt.el functions.
15191
15192         * gnus-encrypt.el: Add new file for encryption support; currently
15193         does only a few GPG ciphers and an internal XOR cipher.
15194
15195         * password.el: Add comments on using password-read-and-add.
15196         (password-read-and-add): Add function to read and add the
15197         password to the cache at once.
15198
15199 2004-07-28  Simon Josefsson  <jas@extundo.com>
15200
15201         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15202         parameter (but don't use it, for now).
15203
15204         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15205         instead of hard coding to nil.
15206
15207 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15210         as mm-inline-image-xemacs does.
15211
15212 2004-07-26  Simon Josefsson  <jas@extundo.com>
15213
15214         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15215         Revert part of 2004-07-17 change below.
15216
15217 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15220         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15221
15222 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15223
15224         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15225         quotes that actually start with ">" at the beginning of the
15226         lines.
15227
15228 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * rfc2047.el (rfc2047-encode-region): Fix last change.
15231         (rfc2047-encode-parameter): Remove useless concat.
15232
15233 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15236         encode special characters; fix some kind of misconfigured headers;
15237         signal a real error if debug-on-quit or debug-on-error is non-nil.
15238         (rfc2047-encode-max-chars): New variable.
15239         (rfc2047-encode-1): Use it.
15240         (rfc2047-encode-parameter): New function.
15241
15242         * mml.el (mml-insert-parameter): Remove an excessive space.
15243
15244 2004-07-17  Simon Josefsson  <jas@extundo.com>
15245
15246         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15247         Kai Grossjohann <kai@emptydomain.de>.
15248         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15249         (gnus-group-make-menu-bar): Ditto.
15250
15251         * gnus-util.el (gnus-group-server): Add.
15252
15253 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15254
15255         * message.el (message-clone-locals): Clone sendmail and smtp
15256         variables.
15257
15258 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * rfc2047.el (rfc2047-encode-region): Fix last change.
15261
15262 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15265         characters as non-special.
15266
15267 2004-07-09  Simon Josefsson  <jas@extundo.com>
15268
15269         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15270         Users will lose all flag changes made while unplugged with
15271         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15272         good default.  See numerous reports on ding mailing list.
15273
15274 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15277         add generate-head-function and generate-article-function to the
15278         rfc822-forward entry.
15279         (nndoc-rfc822-forward-generate-article): New function.
15280         (nndoc-rfc822-forward-generate-head): New function.
15281
15282         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15283
15284 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15285
15286         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15287         respect display group parameter and gnus-summary-expunge-below.
15288         (gnus-articles-to-read): Remove unused reference to display group
15289         parameter.
15290
15291 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15292
15293         * nnheader.el (nnheader-uniquify-message-id): New experimental
15294         variable.
15295         (nnheader-nov-read-message-id): Use it.
15296
15297         * spam-report.el (spam-report-gmane): Add interactive.
15298
15299 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15302         qp-or-base64 for the application/* types.
15303
15304 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15305
15306         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15307
15308 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15309
15310         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15311         trim value.
15312
15313 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15314
15315         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15316         New macro and function.
15317         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15318
15319 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15322         after-load-alist.
15323
15324 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15325
15326         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15327         update info that isn't there.
15328
15329 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15330
15331         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15332         entry.
15333
15334 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * mm-view.el (mm-inline-render-with-function): Use multibyte
15337         buffer; decode html source by charset.
15338
15339         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15340
15341         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15342         Mule-UCS is loaded under XEmacs.
15343         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15344
15345 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15346
15347         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15348
15349 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * mm-util.el (mm-coding-system-p): Return a coding-system.
15352         (mm-mime-mule-charset-alist): Use shift_jis instead of
15353         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15354         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15355         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15356         instead of japanese-shift-jis and iso-latin-1 respectively in
15357         order to share the default value with both Emacs and XEmacs-mule.
15358         (mm-mule-charset-to-mime-charset): Make
15359         mm-coding-system-priorities effective.
15360         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15361         while predicating of candidates upon the priorities.
15362
15363 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15364
15365         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15366         gnus-uu-invert-processable.
15367
15368         * gnus.el: Autoload gnus-uu-invert-processable.
15369
15370 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * mm-util.el (mm-with-multibyte-buffer): New macro.
15373
15374         * rfc2047.el (rfc2047-encode-string): Use it.
15375         (rfc2047-encode-region): Move point to the end of the region after
15376         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15377
15378 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15381         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15382
15383 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15386         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15387         Karl Chen <quarl@nospam.quarl.org>.
15388
15389 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15390
15391         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15392         invalid addresses.
15393
15394 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15395
15396         * spam.el: Change section markers, revise TODO list.
15397         (spam-backends): Make new master list of all installed backends.
15398         (spam-summary-exit-behavior): Add new variable to determine how
15399         messages moves are done at summary exit.
15400         (spam-move-spam-nonspam-groups-only)
15401         (spam-process-ham-in-nonham-groups)
15402         (spam-process-ham-in-spam-groups): Remove variables, the
15403         spam-summary-exit-behavior variable should be used to manage this
15404         behavior.
15405         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15406         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15407         and spam-old-spam-articles.
15408         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15409         Add empty variables, placeholders for the backends they represent.
15410         (spam-set-difference): Move, unchanged.
15411         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15412         unless the user has a processor variable.
15413         (spam-classifications, spam-classification-valid-p)
15414         (spam-backend-properties, spam-backend-property-valid-p)
15415         (spam-backend-function-type-valid-p)
15416         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15417         (spam-report-articles-gmane, spam-report-articles-resend):
15418         Remove functions, they are not needed.
15419         (spam-install-backend-super, spam-backend-list)
15420         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15421         (spam-backend-function, spam-backend-ham-registration-function)
15422         (spam-backend-spam-registration-function)
15423         (spam-backend-ham-unregistration-function)
15424         (spam-backend-spam-unregistration-function)
15425         (spam-backend-statistical-p, spam-backend-mover-p)
15426         (spam-install-backend-alias, spam-install-checkonly-backend)
15427         (spam-install-mover-backend, spam-install-nocheck-backend)
15428         (spam-install-backend, spam-install-statistical-backend)
15429         (spam-install-statistical-checkonly-backend): Add backend installation
15430         support.
15431         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15432         (spam-group-processor-p): Use the new backend code and respect the
15433         summary exit behavior.
15434         (spam-mark-spam-as-expired-and-move-routine): Remove.
15435         (spam-summary-prepare): Change to use the new spam-old-articles
15436         variable.
15437         (spam-copy-or-move-routine, spam-copy-spam-routine)
15438         (spam-move-spam-routine, spam-copy-ham-routine)
15439         (spam-move-ham-routine): Add code to copy/move ham or spam.
15440         (spam-fetch-field-fast): Improve doc and code, plus allow the
15441         'number request.
15442         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15443         variables.
15444         (spam-split, spam-find-spam): Use the new backend code.
15445         (spam-registration-functions): Remove variable.
15446         (spam-unregister-routine): Add convenience wrapper.
15447         (spam-log-undo-registration, spam-register-routine)
15448         (spam-log-processing-to-registry)
15449         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15450         where possible.
15451         (spam-check-gmane-xref, spam-check-regex-headers)
15452         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15453         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15454         (spam-check-bogofilter-headers, spam-check-spamoracle)
15455         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15456         (spam-check-crm114-headers): Use the spam-split-group that
15457         spam-split prepares, no need to determine it every time.
15458
15459         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15460         to the nnheader-parse-naked-head call.
15461
15462         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15463
15464         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15465         the nnheader-nov-read-message-id call.
15466
15467 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15470         gnus-activate-group twice.  Suggested by Markus Peter
15471         <warp@spin.de>.
15472
15473 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * gnus-art.el (gnus-article-time-format): Exchange the order of
15476         day and month in the default value; fix customization type.
15477         (article-date-ut): Use add-text-properties.
15478         (article-make-date-line): Use message-make-date instead of
15479         current-time-string.
15480
15481         * message.el (message-fetch-field): Don't use set-text-properties.
15482         (message-make-date): Simplify.
15483
15484         * messagexmas.el (message-xmas-make-date): New function.
15485         (message-xmas-redefine): Defalias message-make-date to it.
15486
15487 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15490         (rfc2047-encode-region): Treat text within parentheses as special;
15491         show the original text when error has occurred.
15492
15493         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15494         already-computed method to gnus-activate-group.
15495
15496         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15497         same select-methods identical Lisp objects.
15498
15499         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15500         object when modifying the info.
15501
15502 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15505         gnus-opened-servers since it has never been opened with the new
15506         configuration yet.
15507
15508 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15511         arg to nnheader-generate-fake-message-id.
15512
15513 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15516         number and build a fake message ID localized to a group and
15517         article number (so it's repeatable from that point on).
15518         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15519         ID format.
15520
15521         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15522         nnheader-generate-fake-message-id with the article number.
15523
15524 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15525
15526         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15527         end-of-buffer.
15528
15529 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15530
15531         * message.el (message-ignored-supersedes-headers): Add Approved.
15532
15533 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15536         goto-char.
15537         (rfc2047-encode): Fold the line before encoding.
15538
15539 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15540
15541         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15542         folding -- not all headers can be folded, and this should be done
15543         by the message composition mode.  Probably.  I think.
15544
15545 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15548         fast.
15549
15550         * gnus-ems.el (gnus-remove-image): Don't use
15551         message-text-with-property; remove only the image found first.
15552
15553         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15554         found first.
15555
15556 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15557
15558         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15559
15560 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * message.el (message-text-with-property): Make it fast and accept
15563         optional arguments.
15564         (message-strip-forbidden-properties): Use it.
15565         (message-fix-before-sending): Follow the m-t-w-p change.
15566
15567         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15568
15569 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * gnus-art.el (article-hide-headers): Don't change the buffer
15572         mistakenly when performing mml-preview even if
15573         gnus-single-article-buffer is nil.
15574
15575 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15576
15577         * message.el (message-expand-name-databases): New user option.
15578         (message-expand-name): Use it.
15579
15580 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15581
15582         * spam.el (spam-report-articles-resend)
15583         (spam-report-resend-register-routine): Allow ham reporting.
15584         (spam-report-resend-register-ham-routine): Add wrapper.
15585         (spam-registration-functions): Add ham resending functions.
15586         (spam-list-of-processors): Add ham resend processor.
15587
15588         * gnus.el (ham-resend-to): Add new group parameter.
15589         (spam-process): Add ham resend option.
15590
15591         * spam-report.el (spam-report-resend): Allow reporting ham.
15592         (spam-report-resend-ham): Add wrapper.
15593
15594 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15595
15596         * message.el (message-cite-articles-with-x-no-archive): New
15597         variable.
15598         (message-cite-original): Use it.
15599
15600 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15601
15602         * message.el (message-cite-original): Respect X-No-Archive.
15603
15604 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-art.el (article-hide-headers): Refer to the values for
15607         gnus-ignored-headers and gnus-visible-headers in the summary
15608         buffer since a user may have set them as group parameters.
15609
15610 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15611
15612         * assistant.el (assistant-node-name): Add convenience function.
15613         (assistant-render-text, assistant-render-node): Add error handling,
15614         plus handle multiple next nodes.
15615         (assistant-find-next-node): Comment out for now.
15616         (assistant-find-next-nodes): Add function, returns list of next
15617         nodes.
15618
15619 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15620
15621         * mail-source.el (mail-source-directory): Fix doc-string.
15622
15623 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15624
15625         * assistant.el (assistant-render-text, assistant-eval): Add :set
15626         widget type, which is different because it takes and returns a
15627         list.  Much hilarity ensues.
15628
15629 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15632
15633         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15634         doc-string.
15635
15636         * gnus-start.el (gnus-activate-group): Added doc-string.
15637
15638 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15641
15642 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15643
15644         * assistant.el (assistant-render-text): Try to add a :set
15645         widget, more to come.
15646
15647         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15648         strings.
15649         (spam-report-articles-resend)
15650         (spam-register-routine): Do registration iff any articles warrant
15651         it.
15652         (spam-summary-prepare-exit): Change log message for nil group
15653         destinations.
15654
15655 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15656
15657         * spam.el (spam-report-resend-register-routine): Allow
15658         spam-report-resend-to to be a group parameter or a global value.
15659
15660 2004-05-26  Simon Josefsson  <jas@extundo.com>
15661
15662         * starttls.el: Merge with my GNUTLS based starttls.el.
15663         (starttls-gnutls-program, starttls-use-gnutls)
15664         (starttls-extra-arguments, starttls-process-connection-type)
15665         (starttls-connect, starttls-failure, starttls-success): New
15666         variables.
15667         (starttls-program, starttls-extra-args): Doc fix.
15668         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15669         functions.
15670         (starttls-negotiate, starttls-open-stream): Check
15671         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15672         function if it is set.
15673
15674 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15677         structured fields.
15678
15679 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15682
15683 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15684
15685         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15686         variable.
15687         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15688         assigning the spam-mark to new messages.
15689
15690 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15691
15692         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15693
15694 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15697
15698         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15699         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15700         default.
15701
15702 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15703
15704         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15705         correct data.
15706
15707 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15708
15709         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15710         (spam-group-processor-p): Fix function.
15711         (spam-group-processor-multiple-p)
15712         (spam-group-spam-processor-report-gmane-p)
15713         (spam-group-spam-processor-report-resend-p)
15714         (spam-group-spam-processor-bogofilter-p)
15715         (spam-group-spam-processor-blacklist-p)
15716         (spam-group-spam-processor-ifile-p)
15717         (spam-group-ham-processor-ifile-p)
15718         (spam-group-spam-processor-spamoracle-p)
15719         (spam-group-spam-processor-crm114-p)
15720         (spam-group-ham-processor-bogofilter-p)
15721         (spam-group-spam-processor-stat-p)
15722         (spam-group-ham-processor-stat-p)
15723         (spam-group-ham-processor-whitelist-p)
15724         (spam-group-ham-processor-BBDB-p)
15725         (spam-group-ham-processor-spamoracle-p)
15726         (spam-group-ham-processor-copy-p): Remove functions with some
15727         prejudice against unneeded code.
15728         (spam-report-articles-resend)
15729         (spam-report-resend-register-routine): Allow the group/topic
15730         spam-resend-to value to override spam-report-resend-to.
15731         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15732         properly now.
15733
15734         * gnus.el (spam-resend-to): Add group/topic parameter.
15735         (spam-process): Move the OBSOLETE processors to the end of the
15736         choices.
15737
15738 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15739
15740         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15741         with resend-to set to nil, and then ask the user if necessary.
15742         (spam-report-resend): spam-report-resend takes a list of articles, not
15743         separate article numbers.
15744
15745 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15748         addition to emacs-w3m.
15749
15750 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15751
15752         * assistant.el (assistant-authinfo-data): New function.
15753         (assistant-eval): Eval for entire assistant.
15754
15755         * netrc.el (netrc-services-file): New variable.
15756         (netrc-parse-services): New function.
15757         (netrc-find-service-name): New function.
15758         (netrc-find-service-number): New function.
15759         (netrc-port-equal): New function.
15760         (netrc-machine): Use it.
15761
15762         * nnimap.el (nnimap-open-connection): Use netrc.
15763
15764         * gnus-util.el (gnus-netrc-get): Remove aliases.
15765
15766         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15767
15768         * assistant.el (wid-edit): Fix compilation.
15769
15770         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15771
15772 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15773
15774         * gnus-util.el (gnus-set-file-modes): New function.  (small
15775         patch).
15776
15777 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15778
15779         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15780
15781         * assistant.el (assistant-render-node): Fix up rendering and
15782         read-only text.
15783         (assistant-render-node): Reset.
15784         (assistant-make-read-only): Not sticky.
15785
15786 2004-05-20  Danny Siu  <dsiu@adobe.com>
15787
15788         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15789         centered even when gnus-auto-center-summary is t.
15790
15791 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15792
15793         * dns.el (dns-get-txt-answer): New function.
15794         (dns-read-txt): Ditto.
15795         (query-dns): Use it.
15796
15797 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15800         active for foreign groups even if the group level is higher than
15801         the specified value.
15802
15803 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15804
15805         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15806         non-active groups.
15807
15808         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15809
15810 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15811
15812         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15813
15814 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15815
15816         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15817         (spam-crm114-header, spam-crm114-spam-switch)
15818         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15819         (spam-crm114-positive-spam-header)
15820         (spam-crm114-database-directory, spam-list-of-processors)
15821         (spam-group-spam-processor-crm114-p)
15822         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15823         (spam-generic-score, spam-list-of-checks)
15824         (spam-list-of-statistical-checks, spam-registration-functions)
15825         (spam-check-crm114-headers, spam-crm114-score)
15826         (spam-check-crm114, spam-crm114-register-with-crm114)
15827         (spam-crm114-register-spam-routine)
15828         (spam-crm114-unregister-spam-routine)
15829         (spam-crm114-register-ham-routine)
15830         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15831         asjo@koldfront.dk (Adam Sjøgren).
15832
15833         * gnus.el: Add spam-use-crm114.
15834
15835         * spam.el (spam-list-of-processors, spam-registration-functions):
15836         Add spam-use-resend.
15837         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15838         (spam-report-articles-gmane): Add doc fix.
15839         (spam-report-articles-resend, spam-report-resend-register-routine):
15840         Add wrappers around spam-report-resend-to.
15841
15842         * spam-report.el (spam-report-resend-to, spam-report-resend):
15843         Add support for resending spam.
15844         (spam-report-gmane): Fix line length >80.
15845
15846         * gnus.el (spam-process): Add spam-use-resend.
15847
15848 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15849
15850         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15851         number of processed spam messages.
15852         (spam-ham-copy-or-move-routine): Return the number of processed
15853         ham messages.
15854         (spam-summary-prepare-exit): Use the above values to decide
15855         whether status messages shouled be displayed.
15856
15857 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15860         `rfc2047-encoding-function-alist' in order to avoid conflicting
15861         with the old version.
15862         (rfc2047-encode-region): Concatenate words containing non-ASCII
15863         characters in structured fields; don't encode space-delimited
15864         ASCII words even in unstructured fields; don't break words at
15865         char-category boundaries.
15866         (rfc2047-encode-1): New function.
15867         (rfc2047-encode): Use it; encode text so that it occupies the
15868         maximum width within 76-column; work correctly on Q encoding for
15869         iso-2022-* charsets.
15870         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15871         sure not to break a line just after the header name.
15872         (rfc2047-b-encode-region): Removed.
15873         (rfc2047-b-encode-string): New function.
15874         (rfc2047-q-encode-region): Removed.
15875         (rfc2047-q-encode-string): New function.
15876
15877         * mm-util.el (mm-replace-in-string): New function.
15878
15879 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15880
15881         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15882         get it right.
15883         (gnus-inews-make-draft): Really.
15884
15885 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15886
15887         * nnmh.el (nnmh-request-list-1): Don't check the link count
15888         before descending.  (small patch)
15889
15890 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15891
15892         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15893         stuff.
15894
15895         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15896         on real group name.
15897
15898         * gnus-art.el (gnus-signature-limit): Doc fix.
15899
15900         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15901
15902         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15903
15904 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15905
15906         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15907         isn't a string.
15908
15909 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15910
15911         * gnus-draft.el (gnus-draft-send): Bind
15912         rfc2047-encode-encoded-words.
15913
15914         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15915         (rfc2047-encodable-p): Say that =? needs encoding.
15916         (rfc2047-encode-encoded-words): New variable.
15917
15918         * gnus-group.el (gnus-group-select-group): Doc fix.
15919
15920         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15921
15922         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15923         to nil.
15924
15925         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15926
15927         * nnheader.el (nnheader-get-lines-and-char): New function.
15928
15929 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15930
15931         * gnus-msg.el (gnus-summary-followup-with-original): Document
15932         yanking of region when active.
15933
15934 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15937         groups if the group level is higher than the specified value.
15938
15939 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15940
15941         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15942         (gnus-group-jump-to-group): Added prefix argument using
15943         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15944         non-active group.
15945
15946         * compface.el (uncompface): Be verbose when changing
15947         `uncompface-use-external'.
15948
15949         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15950         handle manual section.
15951
15952 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15953
15954         * gnus-art.el (gnus-button-alist): Revert previous change.
15955
15956 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15957
15958         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15959
15960 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15961
15962         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15963         whether backend can accept message.
15964
15965         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15966
15967 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15968
15969         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15970         Avoid creating directory when nntp-marks-is-evil is true.
15971         Reported by Reiner Steib.
15972
15973 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * gnus-picon.el (gnus-picon-style): New variable.
15976         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15977         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15978         Jesper Harder <harder@ifa.au.dk>.
15979
15980 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15981
15982         * message.el (message-fill-field): Return point.
15983         (message-generate-headers): Go to end of field.
15984
15985         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15986         stuff for non-living groups.
15987
15988 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15989
15990         * gnus-art.el (gnus-article-followup-with-original)
15991         (gnus-article-reply-with-original): gnus-mark-active-p ->
15992         gnus-region-active-p.
15993
15994 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15995
15996         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15997         only when there is spam or ham to be processed.
15998
15999 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16000
16001         * mail-source.el (mail-source-delete-crash-box): Refactor.
16002         (mail-source-fetch): Use it.
16003         (mail-source-fetch-file): Ditto.
16004         (mail-source-fetch-directory): Run postscript in loop.
16005         (mail-source-fetch-pop): Delete.
16006         (mail-source-fetch-maildir): Ditto.
16007         (mail-source-fetch-imap): Ditto.
16008
16009         * imap.el (imap-authenticators): Comment out sasl.
16010
16011         * message.el (message-skip-to-next-address): New function.
16012         (message-fill-header-address): Refactor.
16013         (message-fill-address): Use it.
16014         (message-delete-address): Use it.
16015         (message-fill-header-general): Refactor.
16016         (message-fill-field-address): Rename.
16017         (message-narrow-to-field): Find the start of the header.
16018         (message-header-format-alist): Don't pre-fill.
16019         (message-fill-header): Removed.
16020         (message-insert-header): New function.
16021         (message-shorten-references): Use it.
16022
16023         * rfc2047.el (rfc2047-field-value): Strip props.
16024
16025         * mail-parse.el (mail-header-make-address): New alias.
16026
16027         * ietf-drums.el (ietf-drums-make-address): New function.
16028
16029         * imap.el: Add compiler directives.
16030
16031         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16032
16033         * gnus-art.el (article-decode-idna-rhs): Don't use
16034         message-idna-inside-rhs-p.
16035
16036 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16037
16038         * message.el (message-idna-inside-rhs-p): Removed.
16039         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16040
16041         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16042         false positives.
16043
16044 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16045
16046         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16047
16048 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16049
16050         * nneething.el (nneething-file-name): Don't create spurious
16051         files.
16052
16053         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16054         (gnus-inews-do-gcc): Remove sleep.
16055
16056         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16057         part under point.
16058
16059         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16060         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16061
16062 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16063
16064         * spam.el (spam-summary-prepare-exit): Fixed (length).
16065
16066 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16067
16068         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16069         as expired without moving it" message when there are spam
16070         messages left.
16071
16072 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16073
16074         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16075         header is not nil.
16076
16077 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16078
16079         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16080         nntp-possibly-create-directory, not nntp-possibly-change-group.
16081         (nntp-marks-changed-p): New arg SERVER.
16082         (nntp-request-update-info): Adjust caller.
16083
16084 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16085
16086         * nntp.el (nntp-save-marks): Pass missing arg.
16087
16088 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16089
16090         * nntp.el: Support marks.
16091         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16092         (nntp-marks-modtime, nntp-marks-directory): New variables.
16093         (nntp-request-set-mark, nntp-request-update-info)
16094         (nntp-possibly-create-directory, nntp-marks-changed-p)
16095         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16096         functions.
16097
16098 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16099
16100         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16101         (gnus-xmas-redefine): Rename.
16102
16103         * gnus-score.el (gnus-score-insert-help): Use
16104         gnus-select-lowest-window.
16105
16106         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16107         appt-select-lowest-window and rename to gnus-select-lowest-window.
16108
16109         * gnus.el: do.
16110
16111 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16112
16113         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16114         encodings of MIME-encoded words, in order to improve
16115         interoperability with several broken MUAs.
16116
16117 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16118
16119         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16120         tags, only when charsets are not specified in headers.
16121         (mm-inline-text-html-render-with-w3m): Ditto.
16122
16123         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16124         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16125
16126 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16127
16128         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16129         instead of MIME-decoded from fields when checking
16130         `gnus-article-address-banner-alist'.
16131
16132 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16133
16134         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16135         description rather than subject.
16136
16137 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16138
16139         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16140
16141 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16142
16143         * gnus.el (gnus-version-number): Bump.
16144
16145 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16146
16147         * gnus.el: No Gnus v0.2 is released.
16148
16149 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16150
16151         * gnus-agent.el (gnus-agent-read-agentview): Inline
16152         gnus-uncompress-range.
16153
16154 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16155
16156         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16157         `exec-installed-p'.
16158
16159 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16160
16161         * gnus.el (spam-process, spam-autodetect-methods): Add
16162         bsfilter and bsfilter-headers.
16163
16164         * spam.el (spam-bsfilter): New customize group.
16165         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16166         (spam-bsfilter-header, spam-bsfilter-probability-header)
16167         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16168         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16169         (spam-bsfilter-database-directory): New options.
16170         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16171         (spam-list-of-statistical-checks, spam-registration-functions):
16172         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16173         (spam-bsfilter-score): New command.
16174         (spam-check-bsfilter-headers, spam-check-bsfilter)
16175         (spam-bsfilter-register-with-bsfilter)
16176         (spam-bsfilter-register-spam-routine)
16177         (spam-bsfilter-unregister-spam-routine)
16178         (spam-bsfilter-register-ham-routine)
16179         (spam-bsfilter-unregister-ham-routine): New functions.
16180         (spam-generic-score): Support bsfilter; Accept an optional argument
16181         to recalcurate spam score even if scoring header has already been
16182         added.
16183         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16184         optional argument to recalcurate spam score even if scoring header
16185         has already been added.
16186
16187 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16188
16189         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16190         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16191         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16192         link is missing.
16193
16194 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16195
16196         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16197         (html2text-get-attr): Rewrite.
16198
16199         * message.el (message-setup-1): Remove redundant put-text-property
16200         on mail-header-separator.
16201
16202 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16203
16204         * gnus-registry.el (gnus-registry-cache-whitespace)
16205         (gnus-registry-action, gnus-registry-spool-action)
16206         (gnus-registry-split-fancy-with-parent): Change message levels
16207         from 5 to 3 or 7, as needed.
16208
16209         * spam.el (spam-summary-prepare-exit)
16210         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16211         (spam-split, spam-find-spam, spam-log-undo-registration)
16212         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16213         level from 5 to 6.
16214
16215 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16218         2004-03-04 change).
16219
16220 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16221
16222         * sieve-manage.el (sieve-manage-open):
16223         * nnweb.el (nnweb-insert-html):
16224         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16225         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16226         * nnspool.el (nnspool-request-group):
16227         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16228         * nnml.el (nnml-request-update-info):
16229         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16230         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16231         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16232         (nnimap-request-set-mark):
16233         * nnfolder.el (nnfolder-request-update-info):
16234         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16235         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16236         * gnus-uu.el (gnus-uu-find-articles-matching):
16237         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16238         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16239         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16240         * gnus-nocem.el (gnus-nocem-scan-groups):
16241         * gnus-int.el (gnus-start-news-server):
16242         * gnus-group.el (gnus-group-make-kiboze-group)
16243         (gnus-group-browse-foreign-server):
16244         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16245         Use mapc when appropriate.
16246
16247 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16248
16249         FIXME: Make separate entries for each person.
16250
16251         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16252         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16253         <shields@msrl.com>:
16254
16255         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16256         may need for spam sorting and scoring.
16257         (spam-user-format-function-S): Add user format function suitable for
16258         general use.
16259         (spam-article-sort-by-spam-status): Add sorting function for summary
16260         sorting.
16261         (spam-extra-header-to-number): Add function to get a score from a
16262         header.
16263         (spam-summary-score): Add function to get a numeric score from the
16264         headers.
16265         (spam-generic-score): Fix function doc, was in wrong place.
16266         (spam-initialize): Take symbols when it's run, and install the
16267         extra headers that spam-necessary-extra-headers thinks we need.
16268
16269 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16270
16271         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16272         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16273
16274 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16275
16276         * gnus-sum.el (gnus-set-global-variables)
16277         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16278         (gnus-article-get-xrefs, gnus-summary-best-group)
16279         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16280         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16281         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16282         Use with-current-buffer.
16283
16284 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16285
16286         * spam.el (spam-summary-prepare-exit): Simplify logic.
16287         (spam-fetch-article-header): Read the article header if it's not
16288         available.
16289         (spam-list-articles): Simplify logic.
16290         (spam-filelist-register-routine): Fix bug with unregister-list.
16291
16292         * gnus-registry.el: Fix comments at beginning.
16293
16294 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16295
16296         * message.el (message-cater-to-broken-inn): Remove.
16297         (message-shorten-references): Make sure the total folded length of
16298         References is shorter than 998 characters to cater to a bug in INN
16299         2.3.  Also, don't pretend that references aren't folded -- this
16300         hasn't worked for a while.
16301
16302 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16303
16304         * gnus-agent.el (gnus-agentize):
16305         gnus-agent-send-mail-real-function no longer set to current value
16306         of message-send-mail-function but rather a lambda that calls
16307         message-send-mail-function.  The change makes the agent real-time
16308         responsive to user changes to message-send-mail-function.
16309
16310 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16311
16312         * legacy-gnus-agent.el
16313         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16314         help from Florian Weimer <fw@deneb.enyo.de>
16315
16316 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * nnmail.el (nnmail-cache-insert): Revert last change.
16319
16320 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * nnmail.el (nnmail-cache-insert): Always check whether
16323         nnmail-cache-ignore-groups matches a group name.
16324
16325 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16326
16327         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16328         (spam-find-spam, spam-log-processing-to-registry)
16329         (spam-log-registered-p, spam-log-unregistration-needed-p)
16330         (spam-log-undo-registration): Use gnus-message instead of
16331         gnus-error, none of these errors are fatal.
16332
16333         * gnus-registry.el (gnus-registry-clean-empty-function)
16334         (gnus-registry-clean-empty): Remove only empty entries without
16335         extra data.
16336
16337 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16338
16339         * spam-stat.el (spam-stat-buffer-change-to-spam)
16340         (spam-stat-buffer-change-to-non-spam): Change (error) to
16341         (gnus-message 8) invocation.
16342
16343 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * nntp.el (nntp-via-netcat-command): New variable.
16346         (nntp-via-netcat-switches): New variable.
16347         (nntp-open-via-rlogin-and-netcat): New function.
16348         (nntp-open-connection-function): Doc fix.
16349         (nntp-telnet-command): Doc fix.
16350         (nntp-end-of-line): Doc fix.
16351         (nntp-via-rlogin-command): Doc fix.
16352         (nntp-via-user-name): Doc fix.
16353         (nntp-via-address): Doc fix.
16354
16355 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16358         error in Emacs 21.1.
16359
16360 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16363
16364 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16365
16366         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16367         (gnus-agent-with-refreshed-group): New macro.
16368         (gnus-agent-rename-group): New function.
16369         (gnus-agent-delete-group): New function.
16370         (gnus-agent-save-group-info): Use gnus-command-method when
16371         `method' parameter is nil.  Don't write nil entries into the
16372         active file.
16373         (gnus-agent-get-group-info): New function.
16374         (gnus-agent-fetch-articles): Use
16375         gnus-agent-update-files-total-fetched-for to increment disk space
16376         used.
16377         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16378         gnus-agent-update-view-total-fetched-for to increment disk space
16379         used.
16380         (gnus-agent-get-local): Added optional parameters to avoid calling
16381         gnus-group-real-name and gnus-find-method-for-group.
16382         (gnus-agent-set-local): Delete stored entry if either min, or max,
16383         are nil.
16384         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16385         quit, use gnus-agent-regenerate-group to record existance of any
16386         articles fetched to disk before the quit occurred.
16387         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16388         gnus-agent-update-view-total-fetched-for, and
16389         gnus-agent-update-files-total-fetched-for to decrement disk space
16390         used.
16391         (gnus-agent-retrieve-headers): Use
16392         gnus-agent-update-view-total-fetched-for to increment disk space
16393         used.
16394         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16395         with gnus-agent-update-files-total-fetched-for to decrement disk
16396         space and fresh group buffer.
16397         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16398         (gnus-agent-need-update-total-fetched-for): New variable.
16399         (gnus-agent-update-files-total-fetched-for): New function.
16400         (gnus-agent-update-view-total-fetched-for): New function.
16401         (gnus-agent-total-fetched-for): New function.
16402
16403         * gnus-cache.el (gnus-cache-save-buffers): Use
16404         gnus-cache-update-overview-total-fetched-for to change disk space
16405         used by this group.
16406         (gnus-cache-possibly-enter-article): Use
16407         gnus-cache-update-file-total-fetched-for to increment disk space
16408         used by this group.
16409         (gnus-cache-possibly-remove-article): Use
16410         gnus-cache-update-file-total-fetched-for to decrement disk space
16411         used by this group.
16412         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16413         (gnus-cache-rename-group): New function.
16414         (gnus-cache-delete-group): New function.
16415         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16416         (gnus-cache-need-update-total-fetched-for): New variable.
16417         (gnus-cache-with-refreshed-group): New macro.
16418         (gnus-cache-update-file-total-fetched-for): New function.
16419         (gnus-cache-update-overview-total-fetched-for): New function.
16420         (gnus-cache-rename-group-total-fetched-for): New function.
16421         (gnus-cache-delete-group-total-fetched-for): New function.
16422         (gnus-cache-total-fetched-for): New function.
16423
16424         * gnus-group.el: Require gnus-sum and autoload functions to
16425         resolve warnings when gnus-group.el compiled alone.
16426         (gnus-group-line-format): Documented new %F.
16427         (size of Fetched data) group line format; identifies disk space
16428         used by agent and cache.
16429         (gnus-group-line-format-alist): Defined new F format.
16430         (gnus-total-fetched-for): New function.
16431         (gnus-group-delete-group): No longer update
16432         gnus-cache-active-altered as gnus-request-delete-group now keeps
16433         the cache in sync.
16434         (gnus-group-list-active): Let the agent store a server's active
16435         list if currently plugged.
16436
16437         * gnus-int.el (gnus-request-delete-group):
16438         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16439         local disk in sync with the server.
16440         (gnus-request-rename-group):
16441         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16442         local disk in sync with the server.
16443
16444         * gnus-start.el (gnus-get-unread-articles):
16445         Cosmetic simplification to logic.
16446
16447         * gnus-util.el (gnus-rename-file): New function.
16448
16449 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16450
16451         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16452
16453 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16454
16455         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16456         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16457
16458 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16459
16460         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16461         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16462
16463 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16464
16465         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16466
16467 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16468
16469         * spam.el (spam-set-difference): Add function to replace
16470         gnus-set-difference in spam.el.
16471         (spam-summary-prepare-exit): Use spam-set-difference.
16472
16473 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16474
16475         * gnus-registry.el (gnus-registry-cache-file): Update to use
16476         gnus-dribble-directory OR gnus-home-directory OR ~.
16477         (gnus-registry-split-fancy-with-parent): Fix doc.
16478
16479 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * message.el (message-exchange-point-and-mark): Use
16482         message-mark-active-p.  Suggested by Jesper Harder
16483         <harder@ifa.au.dk>.
16484
16485 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * message.el (message-exchange-point-and-mark): Don't activate
16488         region if it was inactive.  Suggested by Hiroshi Fujishima
16489         <pooh@nature.tsukuba.ac.jp>.
16490
16491 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16492
16493         * gnus-art.el (article-display-face): Display Faces in the same
16494         order as X-Faces.
16495
16496 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16499
16500 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16503         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16504         (gnus-article-mime-hierarchy): Remove.
16505         (gnus-article-mime-hierarchy-next): Remove.
16506         (gnus-article-mode): Revert 2004-03-19 change.
16507         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16508         (gnus-insert-mime-button): Revert 2004-03-19 change.
16509         (gnus-mime-accumulate-hierarchy): Remove.
16510         (gnus-mime-enter-multipart): Remove.
16511         (gnus-mime-leave-multipart): Remove.
16512         (gnus-mime-display-part): Revert 2004-03-19 change.
16513         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16514
16515         * mml.el (mml-preview): Revert 2004-03-19 change.
16516
16517 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16518
16519         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16520
16521 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16524         t while entering a file name using the mm-with-multibyte macro.
16525         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16526
16527         * mm-util.el (mm-with-multibyte): New macro.
16528
16529 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16532         user option.
16533         (gnus-mime-multipart-functions): Doc and customization fix.
16534         (gnus-article-mime-hierarchy): New variable.
16535         (gnus-article-mime-hierarchy-next): New variable.
16536         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16537         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16538         gnus-article-mime-hierarchy-next to nil.
16539         (gnus-insert-mime-button): Show hierarchy numbers.
16540         (gnus-mime-accumulate-hierarchy): New function.
16541         (gnus-mime-enter-multipart): New function.
16542         (gnus-mime-leave-multipart): New function.
16543         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16544         (gnus-mime-display-alternative): Show hierarchy numbers.
16545
16546         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16547         gnus-article-mime-hierarchy-next to nil.
16548
16549 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16550
16551         * dns.el: Don't require gnus-xmas.
16552
16553 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16554
16555         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16556         inline PGP.
16557         (mml-menu): Disable mml-quote-region if mark is inactive.
16558
16559 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16562         when the group's active is not available.
16563
16564 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16567         error.
16568
16569 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16570
16571         * imap.el (imap-store-password): New variable.
16572         (imap-interactive-login): Use it.
16573         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16574
16575 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16578         window-start and hscroll to summary window.
16579
16580 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16581
16582         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16583         conversion message to newsrc-dribble when an actual conversion is
16584         performed.
16585
16586 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16587
16588         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16589
16590 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * mm-decode.el (mm-complicated-handles): New function reviving
16593         former definition of mm-multiple-handles.
16594
16595         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16596         (gnus-mime-delete-part): Use it.
16597
16598 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16599
16600         * gnus-agent.el (gnus-agent-read-local): Bind
16601         nnheader-file-coding-system to gnus-agent-file-coding-system to
16602         avoid the implicit assumption that they will always be equal.
16603         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16604         coding-system-for-write, as the with-temp-file macro first prints
16605         to a buffer then saves the buffer.
16606
16607 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * gnus-art.el (gnus-article-edit-part): New function.
16610         (gnus-mime-save-part-and-strip): Use it; do query instead of
16611         signaling an error; don't use mm-multiple-handles.
16612         (gnus-mime-delete-part): Ditto.
16613
16614 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16615
16616         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16617         old file versions.
16618         (gnus-group-prepare-hook): Removed function that converted list
16619         form of gnus-agent-expire-days to group properties.
16620
16621         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16622         (gnus-request-accept-article): Re-indented.
16623
16624         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16625         converters to handle old agent file formats.  Added logic for a
16626         "backup before upgrading warning".
16627         (gnus-convert-mark-converter-prompt): Developers can mark
16628         functions as needing (default), or not needing,
16629         gnus-convert-old-newsrc's "backup before upgrading warning".
16630         (gnus-convert-converter-needs-prompt): Tests whether the user
16631         should be protected from potentially irreversable changes by the
16632         function.
16633
16634         * legacy-gnus-agent.el: New.  Provides converters that are only
16635         loaded when gnus-convert-old-newsrc needs to call them.
16636
16637 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * mail-source.el (mail-source-touch-pop): Doc fix.
16640
16641         * message.el (message-smtpmail-send-it): Doc fix.
16642
16643 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16644
16645         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16646
16647         * nnmail.el (nnmail-split-fancy): do.
16648
16649         * gnus-kill.el (gnus-kill, gnus-execute): do.
16650
16651 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16652
16653         * gnus-sum.el (gnus-widget-reversible-match)
16654         (gnus-widget-reversible-to-internal)
16655         (gnus-widget-reversible-to-external): New functions.
16656         (gnus-widget-reversible): New widget.
16657         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16658
16659 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16660
16661         * gnus-sum.el (gnus-thread-sort-functions)
16662         (gnus-article-sort-functions): Document `(not F)' items.
16663
16664 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16665
16666         * spam.el (spam-use-gmane-xref): Add new backend.
16667         (spam-gmane-xref-spam-group): Add variable to control the name of the
16668         Gmane spam group.
16669         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16670         (spam-regex-headers-spam, spam-regex-headers-ham)
16671         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16672         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16673         backends and checks.
16674         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16675
16676         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16677         an autodetect method.
16678
16679 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16680
16681         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16682         articles are being added to a group.
16683         (gnus-request-replace-article): Inform the agent that articles
16684         need to be uncached as the cached contents are no longer valid.
16685
16686 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * binhex.el: Don't autoload executable-find.
16689
16690         * canlock.el: Don't autoload mail-fetch-field.
16691
16692         * dgnushack.el: Autoload c-mode for XEmacs.
16693
16694         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16695
16696         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16697         rmail-dont-reply-to and rmail-output.
16698
16699         * gnus-score.el: Don't autoload ffap-string-at-point.
16700
16701         * gnus-setup.el: Don't autoload sc-cite-original.
16702
16703         * imap.el: Don't autoload base64-decode-string,
16704         base64-encode-string and md5.
16705
16706         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16707         and rmail-msg-restore-non-pruned-header.
16708
16709         * mm-decode.el: Don't autoload executable-find.
16710
16711         * mm-url.el: Don't autoload executable-find.
16712
16713         * mm-view.el: Don't autoload diff-mode.
16714
16715         * nndb.el: Don't autoload news-reply-mode, news-setup,
16716         cancel-timer and telnet.
16717
16718         * password.el: Don't autoload run-at-time for Emacs.
16719
16720         * sha1-el.el: Don't autoload executable-find.
16721
16722         * sieve-mode.el: Don't autoload c-mode.
16723
16724         * uudecode.el: Don't autoload executable-find.
16725
16726 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16727
16728         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16729         (gnus-agent-possibly-alter-active): Avoid null in numeric
16730         comparison.
16731         (gnus-agent-set-local): Refuse to save null in local object table.
16732         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16733         list of articles that will be marked as unread.
16734
16735 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16738
16739 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16740
16741         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16742         language tags.
16743
16744 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16745
16746         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16747         Don't bind "obarray".
16748
16749         * gnus-sum.el (gnus-thread-sort-functions): Added
16750         `gnus-thread-sort-by-most-recent-number' and
16751         `gnus-thread-sort-by-most-recent-date'.
16752         Reported by Kai Grossjohann <kai@emptydomain.de>.
16753
16754 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16757
16758 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16759
16760         * gnus-cus.el (gnus-agent-customize-category): Removed
16761         ignore-errors macro reference that required cl to be loaded at
16762         run-time.
16763
16764         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16765         single-interval range of the form (min . max).  Previously the
16766         range had to look like ((min . max)).  Likewise, return
16767         (min . max) rather than ((min . max)).
16768         (gnus-range-map): Use gnus-range-normalize to accept
16769         single-interval range.
16770
16771         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16772         the cache, but not the agent, now appear with their usual face.
16773
16774         * dgnushack.el (loaddir): New variable that is bound to the
16775         directory containing the dgnushack.el file. Use loaddir, rather
16776         than srcdir, to update load-path. Change lets dgnushack compile
16777         code in directories other than GNUS/lisp.
16778
16779 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * lpath.el: Don't bind w3m-safe-url-regexp.
16782
16783         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16784         w3m-safe-url-regexp variable buffer-local.
16785
16786         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16787
16788 2004-02-27  Simon Josefsson  <jas@extundo.com>
16789
16790         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16791         gnus-group-real-prefix.
16792         (gnus-summary-move-article): Use it, instead of
16793         gnus-group-real-prefix.
16794
16795 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * lpath.el: Bind w3m-safe-url-regexp.
16798
16799         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16800         w3m-safe-url-regexp variable buffer-local and set it as the value
16801         of mm-w3m-safe-url-regexp.
16802
16803         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16804
16805         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16806         parsing gnus-posting-styles when the message is not for replying.
16807
16808         * dgnushack.el: Autoload sgml-mode for XEmacs.
16809
16810         * nnrss.el (nnrss-opml-export): Use
16811         mm-set-buffer-file-coding-system instead of
16812         set-buffer-file-coding-system.
16813
16814 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16815
16816         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16817         of checkdoc.el).
16818         * nnrss.el: do.
16819         * gnus-mlspl.el: do.
16820         * gnus-ml.el: do.
16821         * gnus-srvr.el: do.
16822
16823         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16824
16825 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16826
16827         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16828         Corrections to custom-manual links.
16829
16830         * gnus-art.el (gnus-article): Ditto.
16831
16832         * mm-decode.el (mime-display, mime-security): Ditto.
16833
16834 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16835
16836         * flow-fill.el: Typo.
16837
16838 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16839
16840         * spam-wash.el: New file.
16841
16842 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16843
16844         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16845
16846 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16847
16848         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16849         to be run with new-articles as LIST1, not LIST2.
16850         (spam-registration-functions): Add spam-use-ham-copy as a nil
16851         registration backend.
16852
16853 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16854
16855         * spam-stat.el (spam-stat-washing-hook): New option.
16856         (spam-stat-buffer-words): Use it.
16857         (spam-stat-process-directory, spam-stat-test-directory): Use
16858         insert-file-contents-literally.
16859         (spam-stat-coding-system): New variable.
16860         (spam-stat-load, spam-stat-save): Use it.
16861
16862 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * spam-report.el (spam-report-plug-agent): Quote
16865         spam-report-url-to-file and spam-report-url-ping-plain.
16866
16867 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16868
16869         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16870         / in mailto URLs.
16871
16872 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16873
16874         * spam-report.el (spam-report-process-queue): Fix interactive use.
16875         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16876         (spam-report-unplug-agent): Doc fixes.
16877         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16878         (spam-report-agentize, spam-report-deagentize): Autoload.
16879
16880 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16883
16884         * message.el (message-setup-fill-variables): Add mml tags to
16885         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16886         <ajk@iu.edu>.
16887         (message-mode): Don't modify paragraph-separate there.
16888
16889 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * compface.el (uncompface-use-external): Default to undecided.
16892         (uncompface-use-external-threshold): New variable.
16893         (uncompface-float-time): New macro.
16894         (uncompface): Determine whether to use the external decoder if
16895         uncompface-use-external is undecided.
16896
16897 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16898
16899         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16900         after images.
16901
16902         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16903
16904 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16905
16906         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16907
16908         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16909
16910         * gnus-sum.el (gnus-summary-limit-to-age)
16911         (gnus-summary-limit-children): do.
16912
16913         * gnus-int.el (gnus-request-scan): do.
16914
16915         * gnus-group.el (gnus-group-suspend): do.
16916
16917         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16918
16919         * gnus-cite.el (gnus-cite-parse-attributions): do.
16920
16921         * gnus-agent.el (gnus-summary-set-agent-mark)
16922         (gnus-agent-regenerate-group): do.
16923
16924         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16925
16926         * binhex.el (binhex-decode-region-internal): do.
16927
16928 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * gnus-fun.el (gnus-face-properties-alist): New user option.
16931         (gnus-display-x-face-in-from): Use it.
16932
16933         * gnus-art.el (article-display-face): Ditto.
16934
16935         * compface.el (uncompface-use-external): Default to nil.
16936
16937 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16938
16939         * nntp.el (nntp-erase-buffer): New function.
16940         (nntp-retrieve-data, nntp-send-command)
16941         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16942         (nntp-possibly-change-group): Use it.
16943
16944         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16945         with-current-buffer.
16946
16947 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16948
16949         * compface.el: Merge the ELisp-based uncompface program.
16950         (compface): New customization group.
16951         (uncompface-use-external): New user option.
16952         (uncompface): Call uncompface-internal if uncompface-use-external
16953         is nil.
16954         (uncompface-internal): New function.  Note that there are also
16955         some other functions and variables added for this function.
16956
16957 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16958
16959         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16960         if necessary.
16961
16962 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16963
16964         * spam-report.el (spam-report-unplug-agent)
16965         (spam-report-plug-agent, spam-report-deagentize)
16966         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16967         Add support for the Agent in spam-report: when unplugged, report to a
16968         file; when plugged, submit all the requests.
16969
16970         * spam.el (spam-register-routine): Fix message about
16971         registration.
16972
16973 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16974
16975         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16976         dependencies.
16977         (rfc2047-encode): Use it.
16978
16979         * gnus-art.el (gnus-button-marker-list): Move before first
16980         reference.
16981
16982         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16983         (imap-parse-body): Fix format string mismatch.
16984
16985         * gnus-score.el (gnus-summary-increase-score): do.
16986
16987         * nnrss.el (nnrss-close): New function.
16988
16989 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16990
16991         * nnrss.el (nnrss-make-filename): New function.
16992         (nnrss-request-delete-group, nnrss-read-server-data)
16993         (nnrss-save-server-data, nnrss-read-group-data)
16994         (nnrss-save-group-data): Use it.
16995         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16996         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16997         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16998
16999 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17000
17001         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17002
17003 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17004
17005         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17006         files.
17007
17008         * message.el (message-generate-headers-first): Don't quote nil
17009         and t in docstrings.
17010
17011         * imap.el (imap-id): do.
17012
17013         * gnus-agent.el (gnus-agent-consider-all-articles)
17014         (gnus-agent-queue-mail): do.
17015
17016 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17017
17018         * spam-report.el (spam-report-process-queue): New function.
17019         Process requests from `spam-report-requests-file'.
17020         (spam-report-process-queue): Doc fix.
17021
17022 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17023
17024         * spam.el (spam-register-routine)
17025         (spam-log-processing-to-registry, spam-log-registered-p)
17026         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17027         Change "check" to "spam-check" for semi-clarity.
17028
17029 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17030
17031         * pop3.el: Require nnheader.
17032
17033         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17034
17035         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17036
17037         * gnus-picon.el: Require cl.
17038
17039         * gnus-fun.el: Require gnus-ems and gnus-util.
17040
17041         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17042
17043         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17044
17045         * gnus-art.el (gnus-article-edit-mode): Define before first
17046         reference.
17047
17048 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17049
17050         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17051         (gnus-uu-post-encoded): Use point-at-bol.
17052
17053         * gnus-topic.el (gnus-group-active-topic-p): do.
17054
17055         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17056
17057         * gnus-group.el (gnus-group-kill-region): do.
17058
17059         * gnus-art.el (article-date-ut): do.
17060
17061         * message.el (message-fetch-field): Remove redundant
17062         case-fold-search binding.
17063         (message-narrow-to-field): Simplify.
17064
17065 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17066
17067         * spam.el (spam-directory): Derive from `gnus-directory'.
17068
17069         * spam-report.el (spam-report-url-to-file)
17070         (spam-report-requests-file): New function and variable for offline
17071         reporting.
17072         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17073         and user defined function.
17074         (spam-report-url-ping-mm-url): Remove doubled slash.
17075
17076 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17077
17078         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17079
17080 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17081
17082         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17083         format string mismatch.
17084
17085         * sieve.el (sieve-deactivate-all): do.
17086
17087         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17088
17089         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17090
17091         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17092
17093         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17094
17095 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17096
17097         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17098         the list of checks.
17099
17100 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17101
17102         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17103         padding.
17104
17105 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17106
17107         * mm-view.el (mm-fill-flowed): New variable.
17108         (mm-inline-text): Use it.
17109
17110 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17111
17112         * spam.el (spam-spamassassin-register-ham-routine)
17113         (spam-spamassassin-register-spam-routine): Fix function names.
17114
17115 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * gnus.el (gnus-tmp-grouplens): Remove.
17118         (gnus-summary-line-format): Remove grouplens.
17119
17120         * gnus-group.el (gnus-group-line-format): Ditto.
17121
17122         * gnus-spec.el (gnus-format-specs): Ditto.
17123         (gnus-update-format-specifications): Flush the group format spec
17124         cache if there's the grouplens stuff.
17125         (gnus-parse-simple-format): Replace %l with the empty string.
17126
17127 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17128
17129         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17130         omission.
17131
17132 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17135         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17136
17137 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17138
17139         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17140         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17141         New macros and functions.
17142         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17143         Handle > NLINK_MAX messages.
17144         * nnmaildir.el (nnmaildir-request-set-mark): Use
17145         nnmaildir--emlink-p and nnmaildir--eexist-p.
17146
17147 2004-01-25  Alex Schroeder  <alex@gnu.org>
17148
17149         * spam-stat.el (spam-stat-process-directory-age): New option.
17150         (spam-stat-process-directory): Use it.
17151
17152 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17153
17154         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17155         (spam-stat-save): Accept prefix argument.
17156
17157 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17158
17159         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17160         links" error.
17161
17162 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17165         the rest of the and/or forms.
17166
17167 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17168
17169         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17170         compatibility with old .newsrc.eld files.
17171
17172         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17173
17174         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17175
17176         * gnus-start.el (gnus-1): do.
17177
17178         * gnus-group.el (gnus-group-line-format-alist): do.
17179
17180         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17181
17182         * gnus-gl.el: Remove.
17183
17184 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17185
17186         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17187         marks consisting of a single range {for example, (3 . 5)} rather
17188         than a list of a single range { ((3 . 5)) }.
17189
17190 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17191
17192         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17193         with-current-buffer.
17194         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17195         avoid consing a string.
17196
17197         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17198         Remove obsolete entries for big5 and gb2312.
17199
17200 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17201
17202         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17203         uncompressed list.
17204
17205 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17206
17207         * spam-stat.el (spam-stat-strip-xref): New function.
17208         (spam-stat-process-directory): Use it.
17209
17210         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17211         here -- it's done in message-fetch-field.
17212
17213 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17214
17215         * gnus-agent.el (gnus-agent-queue-mail)
17216         (gnus-agent-prompt-send-queue): New variables.
17217         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17218         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17219         "nndraft:queue" along to gnus-draft-send.  Use
17220         gnus-agent-prompt-send-queue.
17221         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17222         is "nndraft:queue".  Suggested by Gaute Strokkenes
17223         <gs234@srcf.ucam.org>
17224
17225         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17226         (agent-enable-undownloaded-faces): Added.
17227         (gnus-agent-cat-groups): Use eval-and-compile, not
17228         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17229         method of gnus-agent-cat-groups even when the buffer has been
17230         evaled.
17231         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17232         delete gnus-agent-save-active-1.
17233         (gnus-agent-save-groups): Deleted.  Identical to
17234         gnus-agent-save-active.
17235         (gnus-agent-write-active): No longer adjust agent's copy of active
17236         file as agent's adjustments are now stored in their own
17237         file.  Removed optional parameter.
17238         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17239         servers.  Add use of min/max range limits from server's local
17240         file.
17241         (gnus-agent-save-alist): Removed unused optional argument.
17242         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17243         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17244         (gnus-agent-set-local): A per-server file that keeps min/max range
17245         limits for articles known to the agent.  Provides a fast mechanism
17246         for altering many active ranges.
17247         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17248         active file (local makes it unnecessary).
17249         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17250
17251         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17252         (agent-enable-undownloaded-faces): Added.
17253
17254         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17255         disable it when sending to "nndraft:queue".
17256         (gnus-group-send-queue): Add safety check to avoid sending queue
17257         when unplugged.
17258
17259         * gnus-group.el (gnus-group-catchup): Use new
17260         gnus-sequence-of-unread-articles, not
17261         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17262         numbers of articles.  Use gnus-range-map to avoid having to
17263         uncompress the unread list.
17264         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17265         Fixed invalid ange-ftp reference.
17266
17267         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17268         (gnus-sorted-range-intersection): Intersection of two ranges
17269         without requiring that they first be uncompressed.
17270
17271         * gnus-start.el (gnus-activate-group): Unless blocked by the
17272         caller, possibly expand the active range to include both cached
17273         and agentized articles.
17274         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17275         multiple version-dependent converters.
17276         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17277         gnus-agent-save-active.
17278         (gnus-save-newsrc-file): Save dirty agent range limits.
17279
17280         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17281         gnus-agent-possibly-alter-active.
17282         (gnus-adjust-marked-articles): Faster handling of simple lists.
17283
17284 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17285
17286         * spam-stat.el (spam-stat-test-directory): New optional argument
17287         displays a list of files detected.  Suggested by Andrew Cohen
17288         <cohen@andy.bu.edu>.
17289         (spam-stat-buffer-words-with-scores): Don't narrow and change
17290         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17291
17292 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17293
17294         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17295         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17296         (spam-spamassassin-arguments)
17297         (spam-spamassassin-spam-flag-header)
17298         (spam-spamassassin-positive-spam-flag-header)
17299         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17300         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17301         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17302         (spam-list-of-processors, spam-list-of-checks)
17303         (spam-list-of-statistical-checks, spam-registration-functions)
17304         (spam-check-spamassassin-headers, spam-check-spamassassin)
17305         (spam-spamassassin-score)
17306         (spam-spamassassin-register-with-sa-learn)
17307         (spam-spamassassin-register-spam-routine)
17308         (spam-spamassassin-register-ham-routine)
17309         (spam-assassin-register-spam-routine)
17310         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17311         (spam-bogofilter-score): Fix to show article before scoring.
17312
17313 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17314
17315         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17316         default scoring function.
17317         (spam-generic-score): Call spam-spamassassin-score if
17318         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17319         spam-bogofilter-score otherwise.
17320
17321         * gnus.el (spam-process, spam-autodetect-methods): Add
17322         spamassassin and spamassassin-headers.
17323
17324 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17325
17326         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17327         Suppress unnecessary messages.
17328
17329 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17330
17331         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17332         make-hash-table.
17333
17334 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * canlock.el (base64-encode-string): Don't autoload it.
17337
17338 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * run-at-time.el: Remove useless (require 'itimer),
17341         eval-and-compile and (featurep 'xemacs).
17342
17343 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17344
17345         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17346         GROUP is a virtual group.
17347
17348 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17349
17350         * gnus.el: Autoload `message-y-or-n-p'.
17351
17352 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17353
17354         * pgg-parse.el: Remove unnecessary (require 'custom).
17355
17356         * pgg-def.el: do.
17357
17358         * nnmail.el: do.
17359
17360         * gnus-undo.el: do.
17361
17362         * gnus-picon.el: do.
17363
17364         * gnus-util.el: do.
17365
17366 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17367
17368         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17369
17370 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17373         handle, as well as a list.
17374
17375         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17376         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17377         (mm-w3m-cid-retrieve): Simplify.
17378
17379 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17380
17381         * message.el (message-kill-to-signature): Allow prefix arg to
17382         specify number of lines to keep before signature.
17383
17384 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17385
17386         * message.el (message-kill-to-signature): Change docstring.
17387
17388 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * canlock.el: Always require sha1-el.
17391         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17392
17393         * message.el: Autoload sha1 only when compiling.
17394
17395         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17396         eudc-expand-inline for XEmacs.
17397
17398 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * message.el (message-canlock-generate): Require sha1-el.
17401
17402 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17403
17404         * message.el (message-expand-name): Silence the byte compiler.
17405
17406         * lpath.el: Add detect-coding-system.
17407
17408         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17409         cus-edit.
17410
17411 2004-01-13  Simon Josefsson  <jas@extundo.com>
17412
17413         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17414         Invoke gnus-score-mode.  Reported by
17415         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17416
17417         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17418         Jim Blandy <jimb@redhat.com> (tiny change).
17419
17420 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17421
17422         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17423
17424 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17425
17426         * spam.el (spam-get-article-as-string): Update to use
17427         gnus-request-article-this-buffer, much simpler.
17428         (spam-get-article-as-buffer): Remove.
17429
17430 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17431
17432         * message.el (message-expand-name): Use EUDC if the user uses that.
17433
17434 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17435
17436         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17437         character for the encoding to avoid consing a string.
17438
17439         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17440         unnecessarily.
17441
17442         * mm-util.el (mm-replace-chars-in-string): Remove.
17443
17444         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17445         of mm-replace-chars-in-string.
17446
17447 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17450
17451         * mm-util.el (mm-subst-char-in-string): Support inplace.
17452
17453         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17454         a new string in every iteration.  Use shy groups.
17455
17456 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17457
17458         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17459         * gnus-soup.el (gnus-soup-group-brew):
17460         * gnus-msg.el (gnus-put-message):
17461         * gnus-move.el (gnus-group-move-group-to-server):
17462         * gnus-kill.el (gnus-batch-score):
17463         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17464         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17465         (gnus-group-update-group, gnus-group-read-group)
17466         (gnus-group-make-group, gnus-group-make-help-group)
17467         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17468         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17469         (gnus-group-sort-by-unread, gnus-group-catchup)
17470         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17471         (gnus-group-yank-group, gnus-group-set-info)
17472         (gnus-group-list-groups):
17473         * gnus.el (gnus-generate-new-group-name):
17474         * gnus-delay.el (gnus-delay-send-queue):
17475         * nnvirtual.el (nnvirtual-catchup-group):
17476         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17477         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17478         (gnus-group-prepare-topics, gnus-topic-check-topology):
17479         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17480         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17481         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17482         (gnus-group-make-articles-read):
17483         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17484         (gnus-group-change-level, gnus-kill-newsgroup)
17485         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17486         (gnus-get-unread-articles, gnus-make-articles-unread)
17487         (gnus-make-ascending-articles-unread): Use accessor
17488         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17489         to get group information for improved readability.
17490
17491
17492 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17493
17494         * gnus-art.el (article-decode-mime-words, article-babel)
17495         (gnus-article-highlight-signature, gnus-article-add-buttons)
17496         (gnus-signature-toggle): Use gnus-with-article-buffer.
17497
17498         * gnus-art.el (gnus-article-highlight-headers)
17499         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17500
17501         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17502         (gnus-article-set-globals, gnus-request-article-this-buffer)
17503         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17504         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17505         (gnus-mime-display-alternative): Use with-current-buffer.
17506
17507 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17508
17509         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17510         also under 80 char limit, and call gnus-error if needed.
17511         (spam-fetch-article-header): Fix - it was a
17512         buffer-local variable (gnus-newsgroup-data).
17513         (spam-find-spam): Use spam-generate-fake-headers, forget about
17514         spam-insert-fake-headers.
17515         (spam-insert-fake-headers): Remove.
17516
17517 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17518
17519         * deuglify.el (gnus-article-outlook-unwrap-lines)
17520         (gnus-outlook-rearrange-article)
17521         (gnus-outlook-repair-attribution-outlook)
17522         (gnus-outlook-repair-attribution-block)
17523         (gnus-outlook-repair-attribution-other): Remove redundant
17524         save-excursion.
17525
17526 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17527
17528         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17529         (spam-fetch-field-subject-fast)
17530         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17531         (spam-fetch-article-header): Add functions to deal with Gnus
17532         internals for fast retrieval of article header data.
17533         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17534
17535 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17536
17537         * pop3.el (pop3-md5): Remove.
17538         (pop3-apop): Replace pop3-md5 with md5.
17539
17540         * mm-bodies.el: base64 is always built-in.
17541
17542         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17543         with-current-buffer.
17544
17545 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * canlock.el (canlock-insert-header): Remove excessive grouping in
17548         regexp.
17549
17550         * gnus-sum.el (gnus-summary-read-document): Ditto.
17551
17552         * gnus-uu.el (gnus-uu-part-number): Ditto.
17553
17554         * html2text.el (html2text-remove-tags): Ditto.
17555         (html2text-format-tags): Ditto.
17556         (html2text-format-single-elements): Ditto.
17557
17558         * mml.el (mml-parse-1): Ditto.
17559
17560 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17561
17562         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17563
17564         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17565
17566         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17567
17568         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17569
17570 2003-11-15  Simon Josefsson  <jas@extundo.com>
17571
17572         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17573         (pgg-gpg-lookup-key): Use regexp match instead of
17574         split-string (split-string is different between emacs 21.2 and
17575         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17576
17577 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17578
17579         * gnus-art.el (gnus-mime-view-all-parts)
17580         (gnus-article-part-wrapper, gnus-article-view-part): Use
17581         with-current-buffer.
17582
17583 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17584
17585         * spam.el (spam-disable-spam-split-during-ham-respool)
17586         (spam-spamoracle-database, spam-cache-lookups)
17587         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17588         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17589         (spam-group-ham-marks, spam-group-spam-marks)
17590         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17591         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17592         also add spam-use-blackholes to the statistical checks.
17593         (spam-fetch-field-fast): Add interface to fetching fields, may
17594         become a macro.
17595         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17596         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17597         (spam-insert-fake-headers): Fake an article when needed.
17598         (spam-find-spam): Fake article when possible.
17599         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17600         (spam-check-bogofilter-headers): Use message-fetch-field instead
17601         of nnmail-fetch-field.
17602
17603 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17604
17605         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17606
17607 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17608
17609         * spam.el (spam-split): Do not require spam-use-CHECK to be
17610         enabled if that check is passed to spam-split explicitly; also
17611         fix so 'spam doesn't get converted to spam-split-group when
17612         spam-split-symbolic-return is t.
17613         (spam-find-spam): Find registrations of the article and use those
17614         instead of re-running spam-split to find the spam/ham
17615         classification of the article.
17616         (spam-log-processing-to-registry, spam-log-registered-p)
17617         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17618         Use gnus-error instead of gnus-message.
17619         (spam-log-registration-type): Add function to determine the
17620         classification of a message based on registry entries; will
17621         return nil if both 'spam and 'ham are found.
17622         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17623         a reasonably fast local cache without the loading errors.
17624         (spam-cache-lookups): Set to t by default.
17625         (spam-find-spam): Don't try to guess spam-cache-lookups.
17626         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17627         spam-caches entry.
17628         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17629         caching of whitelist/blacklist entries.
17630         (spam-check-whitelist, spam-check-blacklist): Invoke
17631         spam-from-listed-p with a type, not a cache variable.
17632         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17633
17634 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17635
17636         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17637
17638         * nnmail.el (nnmail-split-fancy): do.
17639
17640         * mml.el (mml-parse): do.
17641
17642         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17643         (gnus-score-adaptive): do.
17644
17645 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17648         (gnus-mime-button-map): Don't set keymap parent.
17649         (gnus-button-ctan-directory-regexp): Use shy grouping.
17650         (gnus-prev-page-map): Don't set keymap parent.
17651         (gnus-prev-page-map): Remove duplicated one.
17652         (gnus-next-page-map): Don't set keymap parent.
17653         (gnus-mime-security-button-map): Ditto.
17654
17655         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17656         version number.
17657
17658         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17659
17660 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * canlock.el (canlock-sha1-function): Remove.
17663         (canlock-sha1-function-for-verify): Remove.
17664         (canlock-openssl-program): Remove.
17665         (canlock-openssl-args): Remove.
17666         (canlock-ignore-errors): Remove.
17667         (canlock-sha1-with-openssl): Remove.
17668         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17669         (canlock-verify): Don't use canlock-ignore-errors.
17670
17671         * sha1-el.el (sha1-string-external): Make it can return a string
17672         in binary form.
17673         (sha1-region-external): Ditto.
17674         (sha1-string-internal): Ditto.
17675         (sha1-region-internal): Ditto.
17676         (sha1-region): Ditto.
17677         (sha1-string): Ditto.
17678         (sha1): Ditto.
17679
17680 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17681
17682         * spam.el (spam-report-articles-gmane): New command.
17683
17684 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17685
17686         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17687
17688         * run-at-time.el (run-at-time-saved): Remove.
17689         (run-at-time): Doc fix.
17690
17691 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17692
17693         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17694         (gnus-summary-limit-map): Add it.
17695         (gnus-summary-make-menu-bar): do.
17696
17697 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17698
17699         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17700         Make attempt at some caching support (done for BBDB only now).
17701         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17702         addresses to be checked.
17703         (spam-clear-cache-BBDB): Add function, to be invoked by
17704         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17705         (spam-check-BBDB): Check and use the caches, if
17706         spam-cache-lookups is on, remove superfluous (provide).
17707
17708 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17709
17710         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17711
17712 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17713
17714         * run-at-time.el (run-at-time-saved): Move to after the definition
17715         of `run-at-time'.
17716
17717         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17718
17719 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17720
17721         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17722         mm-w3m-local-map-property.
17723
17724         * mm-view.el (mm-w3m-mode-map): Remove.
17725         (mm-w3m-local-map-property): Remove.
17726         (mm-inline-text-html-render-with-w3m): Don't use
17727         mm-w3m-local-map-property.
17728
17729 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17730
17731         * run-at-time.el: New file.
17732
17733         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17734         under Emacs.
17735
17736         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17737         of gnus-set-text-properties.
17738
17739         * gnus-uu.el (gnus-uu-save-article): Ditto.
17740
17741         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17742
17743         * gnus-cite.el (gnus-cite-parse): Ditto.
17744
17745         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17746         of gnus-.
17747
17748         * gnus-xmas.el (run-at-time): Require run-at-time.
17749
17750         * gnus.el: Changed calls to nnheader-run-at-time and
17751         password-run-at-time throughout to use run-at-time directly.
17752
17753         * password.el: Removed definition of run-at-time.
17754
17755         * nnheaderxm.el: Remove definition of run-at-time.
17756
17757 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17758
17759         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17760         in prompt.
17761
17762 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17763
17764         * messagexmas.el (message-xmas-redefine): Alias
17765         `message-make-caesar-translation-table' to
17766         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17767         version.
17768
17769         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17770         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17771         `gnus-xmas-set-text-properties'.
17772         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17773         `gnus-xmas-completing-read'.
17774         (gnus-xmas-completing-read): Removed.
17775         (gnus-xmas-open-network-stream): Removed.
17776
17777         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17778         XEmacs version.
17779
17780         * dns.el (dns-make-network-process): Use `open-network-stream'
17781         instead of `gnus-xmas-open-network-stream'.
17782
17783         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17784
17785         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17786
17787 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17788
17789         * gnus-art.el (gnus-mime-display-alternative)
17790         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17791         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17792         Don't use gnus-local-map-property.
17793
17794         * gnus-util.el (gnus-local-map-property): Remove.
17795
17796         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17797         gnus-completing-read-maybe-default with completing-read.
17798
17799         * gnus-util.el (gnus-completing-read): do.
17800         (gnus-completing-read-maybe-default): Remove.
17801
17802 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17803
17804         * password.el: Only autoload `run-at-time' if not XEmacs.
17805         Only autoload the itimer functions if XEmacs.
17806
17807 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17808
17809         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17810         XEmacsen.
17811
17812         * dgnushack.el: Autoload executable-find for XEmacs.
17813
17814 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17815
17816         * gnus-art.el (gnus-read-string): Remove.
17817         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17818         read-string.
17819
17820 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17821
17822         * netrc.el: Autoload password-read.
17823         (netrc): Add configuration group.
17824         (netrc-encoding-method, netrc-openssl-path): Add
17825         variables for encoding and decoding of files with symmetric
17826         ciphers.
17827         (netrc-encode): Add assistant function to encode a file with
17828         netrc-encoding-method.
17829         (netrc-parse): Add interactive parameter, added optional
17830         decoding if netrc-encoding-method is non-nil but otherwise
17831         behavior is standard.
17832         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17833         Do s/encode/encrypt/ everywhere.
17834
17835         * spam.el: Remove executable-find autoload.
17836
17837 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17838
17839         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17840
17841         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17842
17843 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17844
17845         * gnus-art.el (gnus-treat-ansi-sequences)
17846         (article-treat-ansi-sequences): New variable and function.
17847         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17848
17849         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17850         Use it.
17851
17852 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17853
17854         * mm-util.el (mm-quote-arg): Remove.
17855
17856         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17857         shell-quote-argument.
17858
17859         * gnus-uu.el (gnus-uu-command): do.
17860
17861         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17862
17863         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17864         with make-char.
17865
17866         * mm-util.el (mm-make-char): Remove.
17867
17868         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17869         add-minor-mode.
17870
17871         * gnus-undo.el (gnus-undo-mode): do.
17872
17873         * gnus-topic.el (gnus-topic-mode): do.
17874
17875         * gnus-sum.el (gnus-dead-summary-mode): do.
17876
17877         * gnus-start.el (gnus-slave-mode): do.
17878
17879         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17880
17881         * gnus-ml.el (gnus-mailing-list-mode): do.
17882
17883         * gnus-gl.el (gnus-grouplens-mode): do.
17884
17885         * gnus-draft.el (gnus-draft-mode): do.
17886
17887         * gnus-dired.el (gnus-dired-mode): do.
17888
17889         * gnus-ems.el (gnus-add-minor-mode): Remove.
17890
17891         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17892         Replace gnus-char-width with char-width.
17893
17894         * gnus-ems.el (gnus-char-width): Remove.
17895
17896         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17897         Replace gnus-char-width with char-width.
17898
17899         * gnus-ems.el (gnus-char-width): Remove.
17900
17901         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17902         definition.
17903         Remove Emacs 20 hash table compatibility code.
17904
17905         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17906         20 compatibility code.
17907
17908         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17909
17910         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17911
17912         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17913         with point-at-{eol,bol}.
17914
17915         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17916
17917         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17918
17919         * flow-fill.el (fill-flowed-point-at-bol)
17920         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17921
17922         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17923         Replace with point-at-{eol,bol} throughout all files.
17924
17925 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * ntlm.el (ntlm-string-as-unibyte): New macro.
17928         (ntlm-build-auth-response): Use it.
17929
17930         Remove Emacs 20 stuff:
17931         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17932         (butlast, mapc, remove): Remove the compiler macros.
17933         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17934         of delq and copy-sequence.
17935         * gnus-art.el (popup-menu): Remove the compiler macro.
17936         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17937         Emacs 20.
17938
17939 2004-01-05  Simon Josefsson  <jas@extundo.com>
17940
17941         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17942         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17943         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17944         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17945         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17946         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17947         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17948         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17949         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17950         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17951         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17952         string-xor into ntlm-string-xor.  Suggested by
17953         Jesper Harder <harder@myrealbox.com>.
17954
17955         * ntlm.el: Don't include poem.
17956
17957         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17958         Jesper Harder <harder@myrealbox.com>.
17959
17960         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17961
17962         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17963         probably breaks emacs with DL patch, but do we care? Is anyone
17964         still using the DL stuff?)
17965
17966         * sieve-manage.el: Use the password package.
17967         (sieve-manage-read-passwd): Remove.
17968         (sieve-manage-interactive-login): Use password.  Re-add
17969         condition-case around loop.
17970
17971         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17972         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17973         the password package.
17974
17975 2003-02-19  Simon Josefsson  <jas@extundo.com>
17976
17977         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17978         token.
17979
17980 2002-08-07  Simon Josefsson  <jas@extundo.com>
17981
17982         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17983         (sieve-manage-authenticators):
17984         (sieve-manage-authenticator-alist): Add some SASL mechs.
17985         (sieve-sasl-auth): New function.
17986         (sieve-manage-cram-md5-auth):
17987         (sieve-manage-plain-auth): Rewrite using SASL library.
17988         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17989         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17990         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17991         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17992
17993 2004-01-05  Simon Josefsson  <jas@extundo.com>
17994
17995         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17996         New files.
17997
17998 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17999
18000         * gnus-group.el (gnus-no-groups-message): Update.
18001
18002         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18003
18004 2003-11-09  Simon Josefsson  <jas@extundo.com>
18005
18006         * imap.el: Support for ID IMAP extension (RFC 2971).
18007         (imap-local-variables): Add imap-id.
18008         (imap-id): New variable.
18009         (imap-id): New function.
18010         (imap-parse-response): Parse untagged ID response.
18011         * nnimap.el (nnimap-id): New variable.
18012         (nnimap-open-connection): Use it.
18013
18014 2003-12-28  Simon Josefsson  <jas@extundo.com>
18015
18016         * gnus-score.el (gnus-score-edit-all-score): New.
18017         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18018
18019 2004-01-04  Simon Josefsson  <jas@extundo.com>
18020
18021         * password.el: Add.
18022
18023 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18024
18025         * dns.el (dns-query-types): Fix typo.
18026         (dns-query-types): New function.
18027         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18028         PTR and SOA replies, see RFC 1035.
18029
18030 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18031
18032         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18033
18034         * Moved to Changelog.2.
18035
18036 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18037
18038         * gnus.el (gnus-version-number): Bump version.
18039
18040 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18041
18042         * gnus.el: No Gnus v0.1 is released.
18043
18044 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18045
18046         * gnus.el: No Gnus v0.0 is released.
18047
18048 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18049
18050         * gnus.el (gnus-version-number): Bump.
18051         (gnus-version): No.
18052
18053 See ChangeLog.2 for earlier changes.
18054
18055     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18056       Free Software Foundation, Inc.
18057
18058   This file is part of GNU Emacs.
18059
18060   GNU Emacs is free software: you can redistribute it and/or modify
18061   it under the terms of the GNU General Public License as published by
18062   the Free Software Foundation, either version 3 of the License, or
18063   (at your option) any later version.
18064
18065   GNU Emacs is distributed in the hope that it will be useful,
18066   but WITHOUT ANY WARRANTY; without even the implied warranty of
18067   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18068   GNU General Public License for more details.
18069
18070   You should have received a copy of the GNU General Public License
18071   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18072
18073 ;; Local Variables:
18074 ;; coding: utf-8
18075 ;; fill-column: 79
18076 ;; add-log-time-zone-rule: t
18077 ;; End: