(nnimap-request-rename-group): Select group read-only before renaming it.
[gnus] / lisp / ChangeLog
1 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-rename-group): Select group read-only
4         before renaming it.
5
6         * shr.el (shr-insert): Fix up the white space only regexp.
7
8         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10
11         * shr.el (shr-current-column): New function.
12         (shr-find-fill-point): New function.
13
14 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
15
16         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
17         numbers.
18
19 2010-10-11  Julien Danjou  <julien@danjou.info>
20
21         * shr.el (shr-hr-line): Add.
22         (shr-tag-hr): Use shr-hr-line to specify which character to use to
23         display hr lines.
24         (shr-max-columns): Do not change state to nil if we just inserting
25         spaces.
26
27 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-topic.el (gnus-topic-read-group): If after the last group,
30         select the last group.
31
32 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
33
34         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
35
36 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
37
38         * dig.el (dig-mode-map): Declare and define in one step.
39
40 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
43         for Gnus.
44         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
45         (nnimap-update-qresync-info): Mark \Seen articles as read.
46
47         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
48         non-variable, too.
49
50         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
51         available.
52         (nnimap-update-info): Rely more on the current active than the param
53         active to avoid marking articles as read too much.
54
55         * auth-source.el (auth-source-create): Use (user-login-name) for the
56         user name default.
57
58         * nnimap.el (nnimap-update-info): If the server doesn't return any
59         useful info, just use the previous info.
60         (nnimap-update-info): Prefer old info over start-article.
61         (nnimap-update-qresync-info): Finish implementing QRESYNC.
62
63 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
64
65         * nnir.el (autoload): Clean up autoloads.
66         (nnir-imap-default-search-key): Renamed from
67         nnir-imap-search-field. Use key rather than value.
68         (nnir-imap-search-other): New variable.
69         (nnir-read-parm): Use it.
70         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
71         (gnus-summary-nnir-goto-thread): Modify to work with imap.
72
73 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
74
75         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
76         the process, too.
77
78 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
81         Allbery.
82
83         * shr.el: Rework the way things are indented by <li> slightly.
84
85         * gnus.el (gnus-group-set-parameter): Fix typo.
86
87         * nnimap.el: Start implementing QRESYNC support.
88
89 2010-10-09  Julien Danjou  <julien@danjou.info>
90
91         * nnir.el (nnir-engines): Fix too many arguments.
92
93 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
96         group is the "last", so that the backends like nnfolder actually save
97         their folders.
98
99         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
100         try to use that for the tls stream.
101         (nnimap-retrieve-group-data-early): Rework the marks code to heed
102         UIDVALIDITY and find out which groups are read-only and not.
103         (nnimap-get-flags): Use the same marks parsing code as the rest of
104         nnimap.
105
106 2010-10-09  Julien Danjou  <julien@danjou.info>
107
108         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
109
110         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
111         retrieving gravatars.
112
113         * shr.el (shr-table-corner): Add.
114         (shr-table-line): Add.
115         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
116
117 2010-10-08  Julien Danjou  <julien@danjou.info>
118
119         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
120
121 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
122
123         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
124
125         * gnus-sum.el (gnus-mark-article-as-unread)
126         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
127         (gnus-summary-set-bookmark): Use it.
128
129         * gnus-msg.el (gnus-setup-message): Use it.
130
131         * gnus-demon.el (gnus-demon-remove-handler): Use it.
132
133         * gnus.el (gnus-group-remove-parameter): Use it.
134
135         * gnus-group.el (gnus-group-make-web-group): Use it.
136
137         * gnus-demon.el (gnus-demon-remove-handler): Use it.
138
139         * nnregistry.el: Update docs to mention manual.
140
141         * gnus-registry.el: Update docs to mention nnregistry.el.
142         (gnus-registry-initialize): Don't install nnregistry refer method
143         automatically.
144         (gnus-registry-install-nnregistry): Remove it.
145
146 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * shr.el (shr-insert): Don't insert double spaces.
149
150 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * gnus-gravatar.el (gnus-treat-from-gravatar)
153         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
154         called interactively.
155
156         * gnus-art.el (gnus-mime-view-part-externally)
157         (gnus-mime-view-part-internally): Make predicate function passed to
158         gnus-mime-view-part-as-type assume argument is a mime type, not a list
159         of a mime type.
160
161         * shr.el (shr-table-widths): Don't use cl function `reduce'.
162
163 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * shr.el (require): Require cl when compiling.
166         (shr-tag-hr): New function.
167
168         * nnimap.el (nnimap-update-info): Remove double setting of high.
169         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
170         makes nnimap work properly on Courier again.
171
172         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
173         the variable for backwards compatability.
174
175         * mm-decode.el (mm-save-part): If given a non-directory result, expand
176         the file name before using to avoid setting mm-default-directory to
177         nil.
178
179         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
180         bidning gnus-agent variables.
181
182         * shr.el (shr-render-td): Use a cache for the table rendering function
183         to avoid getting an exponential rendering behaviour in nested tables.
184         (shr-insert): Rework the line-breaking algorithm.
185         (shr-insert): Don't leave trailing spaces.
186         (shr-insert-table): Also insert empty TDs.
187         (shr-tag-blockquote): Ensure paragraphs after </ul>.
188
189 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
190
191         * gnus-sum.el (gnus-number): Rename from `number'.
192         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
193         (gnus-summary-limit-children): Update uses correspondingly.
194
195 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
198         (gnus-gravatar-transform-address): Don't show avatars of people of
199         which mail addresses match gnus-gravatar-too-ugly.
200
201 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * shr.el (shr-table-widths): Expand TD elements to fill available
204         space.
205
206 2010-10-07  Julien Danjou  <julien@danjou.info>
207
208         * nnimap.el (nnimap-request-rename-group): Add this method.
209
210 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
213         name from XEmacs' function-arglist.
214
215         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
216         gravatar under XEmacs.
217
218 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
219
220         * auth-source.el: Update docs with TODO items.
221
222         * gnus-sync.el: Update docs to explain state and plans.
223
224         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
225         Hooks for mark updates.
226         (gnus-request-set-mark, gnus-request-update-mark): Use them.
227
228         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
229         hooks with arguments, which is needed for mark update hooks.
230
231 2010-10-06  Julien Danjou  <julien@danjou.info>
232
233         * gnus.el (gnus-expand-group-parameter): Only return and act on what
234         was matched.
235
236         * sieve-manage.el: Update example in `Commentary'.
237
238         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
239
240         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
241         not 2000.
242         (sieve-manage-authenticate): Re-add function.
243
244 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * shr.el (shr-insert): Get 'space transition right.
247         (shr-render-td): Only delete space at the end of the TD.
248
249         * nnimap.el (nnimap-open-connection): Prepare to support
250         open-gnutls-stream.
251
252         * shr.el: Rearrange function order to be more logical.
253
254 2010-10-06  Julien Danjou  <julien@danjou.info>
255
256         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
257         (nnrss-discover-feed): Remove 404 URL in docstring.
258
259         * nnir.el: Fix Swish-E URL.
260         Fix Namazu URL.
261
262         * message.el (message-change-subject): Remove 404 URL in a comment.
263
264 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
267         called interactively.
268
269         * gnus-util.el (gnus-remove-if): Allow hash table.
270         (gnus-remove-if-not): New function.
271
272         * gnus-art.el (gnus-mime-view-part-as-type)
273         * gnus-score.el (gnus-summary-score-effect)
274         * gnus-sum.el (gnus-read-move-group-name):
275         Replace remove-if-not with gnus-remove-if-not.
276
277         * gnus-group.el (gnus-group-completing-read):
278         Regard collection as a hash table if it is not a list.
279
280 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * shr.el (shr-render-td): Allow blank/missing <TD>s.
283
284         * shr.el: Document the table-rendering algorithm.
285
286 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
287
288         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
289         for Emacsen having no `libxml-parse-html-region' support.
290
291 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
294         invalid URLs.
295
296         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
297         line-broken.
298         (shr-tag-img): Ignore image fetching errors.
299         (shr-overlays-in-region): Compute overlay positions correctly.
300
301         * mm-decode.el (mm-shr): Require shr.
302
303         * gnus-art.el (gnus-blocked-images): Move variable here.
304
305         * shr.el (shr-insert-table): Bind free variable.
306
307         * mm-decode.el (mm-shr): Bind shr-content-function.
308
309         * shr.el (shr-content-function): New variable.
310
311         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
312         added for symmetry.
313
314         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
315
316         * gnus-group.el (gnus-group-make-group): Doc fix.
317
318         * nnimap.el (nnimap-request-newgroups): Return success.
319
320         * shr.el (shr-find-elements): New function.
321         (shr-tag-table): Put all the images after the table.
322         (shr-tag-table): Really inhibit images inside the table.
323         (shr-collect-overlays): Copy over overlays from the TD elements to the
324         main document.
325
326         * mm-decode.el (mm-shr): Bind shr-blocked-images to
327         gnus-blocked-images.
328
329 2010-10-05  Julien Danjou  <julien@danjou.info>
330
331         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
332
333         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
334         (gnus-html-maximum-image-size): Add this function.
335         (gnus-html-put-image): Use gnus-html-maximum-image-size.
336
337         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
338         server-value of the capability is nil.
339
340 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * shr.el (shr-tag-em): Add <EM> tag.
343
344 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
345
346         * sieve-manage.el (sieve-manage-default-stream): Make default stream
347         customizable.
348
349         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
350         handing broken links to browse-url.
351
352 2010-10-05  Julien Danjou  <julien@danjou.info>
353
354         * gnus-util.el (gnus-emacs-completing-read)
355         (gnus-iswitchb-completing-read): Use autoload rather than require.
356
357 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
360         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
361         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
362         iswitchb-temp-buflist for XEmacs.
363
364         * gnus-util.el (gnus-completing-read-function): Exclude
365         gnus-icompleting-read and gnus-ido-completing-read from candidates for
366         XEmacs since iswitchb.el is very old and ido.el is unavailable in
367         XEmacs.
368
369         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
370         not to use `delete-dups' that is unavailable in XEmacs 21.4.
371
372         * gnus-html.el: Don't require help-fns under XEmacs.
373         (gnus-html-schedule-image-fetching): Work for XEmacs.
374
375         * mm-decode.el (mm-shr): Decode contents by charset.
376
377 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
380         unknown.
381
382         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
383         (shr-get-image-data): Ensure against the cache file missing.
384
385         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
386         for data.
387
388         * spam-report.el (spam-report-url-ping-plain): Don't query about
389         killing the process.
390
391         * shr.el (shr-render-td): Protect against too-wide text.
392
393 2010-10-04  Julien Danjou  <julien@danjou.info>
394
395         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
396         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
397
398         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
399         retrieved.
400
401 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * shr.el (browse-url): Required.
404         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
405         lines.
406         (shr-show-alt-text, shr-browse-image): New commands.
407         (shr-browse-url, shr-copy-url): New commands.
408
409         * gnus-sum.el (gnus-widen-article-window): New variable.
410         (gnus-summary-select-article-buffer): Use it.
411
412         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
413         without @ signs.
414
415 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
416
417         * nnir.el (nnir-run-imap): Remove spurious space in search string.
418
419 2010-10-04  Julien Danjou  <julien@danjou.info>
420
421         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
422         for XEmacs.
423
424 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
427
428         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
429         (nnimap-close-server): Implement.
430
431         * dgnushack.el (iswitchb): Require to shut up the compiler.
432
433         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
434         (shr-insert): Tweak line breaking.
435         (shr-insert): Handle <pre> better.
436         (shr-tag-li): Get <li> indentation right.
437         (shr-tag-li): Get <li> indentation even righter.
438         (shr-tag-blockquote): Ensure paragraph start.
439         (shr-make-table): Tweak table generation.
440         (shr-make-table): Fix typo.
441
442         * shr.el: Implement table rendering.
443
444 2010-10-04  Julien Danjou  <julien@danjou.info>
445
446         * gnus-html.el (gnus-html-put-image): Fix resize image code.
447
448 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * shr.el (shr-insert): Use string anchors instead of line anchors.
451
452 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * shr.el: Add headings.
455         (shr-ensure-paragraph): Actually work.
456         (shr-tag-li): Make <ul> prettier.
457         (shr-insert): Get white space at the beginning/end of elements right.
458         (shr-tag-p): Collapse subsequent <p>s.
459         (shr-ensure-paragraph): Don't insert double line feeds after blank
460         lines.
461         (shr-insert): \t is also space.
462         (shr-tag-s): Fix "s" tag name function.
463         (shr-tag-s): Fix face prop name.
464
465 2010-10-03  Julien Danjou  <julien@danjou.info>
466
467         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
468
469         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
470         gnus-window-inside-pixel-edges.
471
472         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
473         gnus-ems.
474
475         * mm-view.el (mm-inline-image-emacs): Support image resizing.
476
477         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
478         function.
479
480         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
481         resize choice.
482
483 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
486         beginning of the buffer.
487
488         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
489         article buffer again.
490
491         * shr.el (shr-tag-p): Don't insert newlines at the start of the
492         buffer.
493
494         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
495         when it's at the start of the buffer.
496
497         * shr.el (shr-tag-blockquote): Convert name.
498         (shr-rescale-image): Use the right image-size variant.
499
500         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
501         buffer isn't shown, then select the current article first instead of
502         bugging out.
503         (gnus-summary-select-article-buffer): Show both the article and summary
504         buffers again.
505
506         * shr.el (shr-fontize-cont): Protect against regions with no text.
507         Rename tag functions to shr-tag-* for enhanced security.
508         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
509
510 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
511
512         * shr.el (shr-insert):
513         * pop3.el (pop3-movemail):
514         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
515         loaded.
516
517 2010-10-03  Glenn Morris  <rgm@gnu.org>
518
519         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
520
521         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
522
523         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
524
525         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
526
527         * gnus-util.el (gnus-make-local-hook): Simplify.
528
529 2010-10-02  Julien Danjou  <julien@danjou.info>
530
531         * gnus-util.el (gnus-iswitchb-completing-read): New function.
532         (gnus-ido-completing-read): New function.
533         (gnus-emacs-completing-read): New function.
534         (gnus-completing-read): Use gnus-completing-read-function.
535         Add gnus-completing-read-function.
536
537 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * shr.el (shr-insert-document): Autoload.
540         (shr-img): Be silent.
541         (shr-insert): Add a newline after every picture before text.
542         (shr-add-font): Use overlays for combining faces.
543         (shr-insert): Pass upwards the text start point.
544
545         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
546         possible.
547         (mm-shr): New function.
548
549 2010-10-02  Julien Danjou  <julien@danjou.info>
550
551         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
552         should go backward.
553
554 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
555
556         * shr.el (shr): Fix typo in provide call.
557
558 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * shr.el: New file.
561
562         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
563
564         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
565         completing read.
566
567 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
570         we're being queried about.  Suggested by Dan Jacobson.
571
572         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
573         by Jason Eisner.
574
575         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
576         table, too.  Suggested by Stefan Wiens.
577         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
578         the table unnecessary.  Suggested by Stefan Wiens.
579
580         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
581         longer needed, and probably doesn't work either, as pointed out by
582         Stefan Wiens.
583         (gnus-summary-exit): Remove call to the clearing function.
584         (gnus-summary-exit-no-update): Ditto.
585
586         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
587         instead of gnus-eval-in-buffer-window to avoid popping up frames.
588         Reported by Stefan Monnier.
589         (gnus-summary-save-in-rmail): Ditto.
590
591         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
592         article buffer, instead of both the article buffer and the summary
593         buffer.  Sort of suggested by Dan Jacobson.
594
595         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
596
597         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
598         Suggested by Dan Jacobson.
599
600         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
601         documentation clearer.
602
603         * message.el (message-shorten-references): Comment on the number "21".
604         Suggested by Stefan Monnier.
605
606         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
607         Suggested by Dan Jacobson.
608
609         * gnus.el (gnus-large-newsgroup): Mention
610         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
611
612         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
613         externalize attachments.  Bug reported by Steve Wen.
614
615         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
616         really message anything to the user.
617
618         * nnmail.el (nnmail-article-group): Allow using the fancy split method
619         directly.
620
621         * nnimap.el (nnimap-request-group): Low higher than high to signal no
622         messages in empty groups.
623
624 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
625
626         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
627         non-UIDNEXT group.
628
629 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
632         not the value from the collection.
633
634         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
635         values.  This sometimes happens on some groups that have no info.
636         (nnimap-request-newgroups): New function.
637
638 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
639
640         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
641         check into `gnus-registry-initialize'.
642         (gnus-registry-initialize): Ditto.
643         Fix and extend header docs.
644
645 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
648         regexp backtrace overflows.
649
650         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
651         for starttls that tls.el implements; i.e. openssl.
652
653         * tls.el (tls-starttls-switches): Give up on using starttls with
654         gnutls-cli.
655         (tls-program): Add --insecure to be consistent with the defaults from
656         openssl s_client.  Now all three commands are insecure.
657
658 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * lpath.el: Bind completion-styles-alist for XEmacs.
661
662         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
663         (gravatar-create-image): New function that's an alias to
664         gnus-xmas-create-image, gnus-create-image, or create-image.
665         (gravatar-data->image): Use it.
666
667 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
670         install the nnregistry refer method.
671         (gnus-registry-install-hooks): Use it.
672         (gnus-registry-unfollowed-groups): Add nnmairix to the default
673         unfollowed groups.
674
675 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
676
677         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
678         expanding threads.
679
680 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * nnir.el: Use the server names without suffixes (bug #7009).
683
684         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
685         unencrypted to STARTTLS, if possible.
686
687 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
688
689         * message.el (message-ignored-supersedes-headers): Strip Injection-*
690         headers before superseding.
691
692 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * nnrss.el (nnrss-use-local): Add documentation.
695
696         * nnimap.el (nnimap-extend-tls-programs): New function.
697         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
698         (nnimap-wait-for-connection): Accept the greeting from the stupid
699         output from openssl s_client -starttls, too.
700
701         * tls.el (tls-starttls-switches): New variable.
702         (tls-find-starttls-argument): Use it.
703         (open-tls-stream): Ditto.
704
705         * netrc.el (netrc-credentials): Return the value of the "default"
706         entry.
707         (netrc-machine): Ditto.
708
709         * nnimap.el (nnimap-find-article-by-message-id): Really return the
710         article number.
711         (nnimap-split-fancy): New variable.
712         (nnimap-split-incoming-mail): Use it.
713
714         * nntp.el (nntp-server-list-active-group): Document.
715
716         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
717         SELECT to get the message-id.
718
719         * mail-source.el (mail-sources): Removed webmail support.
720         (defvar): Ditto.
721         (mail-source-fetcher-alist): Ditto.
722         (mail-source-fetch-webmail): Removed.
723
724         * webmail.el: Removed -- doesn't seem relevant any more.
725
726         * gnus.el: Fix up make-obsolete-variable declarations throughout.
727
728         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
729         the \r.
730
731 2010-09-30  Julien Danjou  <julien@danjou.info>
732
733         * gnus-agent.el (gnus-agent-add-group): Fix call to
734         gnus-completing-read.
735
736 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * nndoc.el (nndoc-retrieve-groups): New function.
739
740         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
741         `default', use nnmail-split-methods.
742         (nnimap-request-article): Downcase the NILs so that they are nil.
743
744         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
745         symbol.
746
747         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
748         code, since if the user has requested network, that's what they ought
749         to get.
750         (nnimap-request-set-mark): Erase the buffer before issuing commands.
751         (nnimap-split-rule): Mark as obsolete.
752
753         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
754         variable.
755
756         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
757         correct slot, too.
758
759 2010-09-29  Julien Danjou  <julien@danjou.info>
760
761         * gnus.el (gnus-local-domain): Declare variable obsolete.
762
763         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
764         computing.
765         (gnus-ido-completing-read): Require ido.
766
767 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * gnus-registry.el: Don't prompt on load, which makes it impossible to
770         build Gnus.
771
772         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
773         when interpreting the structures.
774         (nnimap-request-accept-article): Add \r\n to the lines to make this
775         work with Cyrus.
776
777         * nndraft.el (nndraft-request-expire-articles): Use the group name
778         instead if "nndraft".  Fix found by Nils Ackermann.
779
780 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
781
782         * nnregistry.el: Added.
783
784 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
785
786         * nnmail.el (group, group-art-list, group-art):
787         Remove unneeded directives.
788
789 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
792         (mm-mime-charset)
793         * rfc2047.el (rfc2047-syntax-table)
794         * utf7.el (utf7-utf-16-coding-system): Comment fix.
795
796         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
797         rather than `insert-file-contents' and `eval-region'.
798
799         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
800         construction.
801
802         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
803
804         * time-date.el: No need to require cl for Emacs 21.
805
806 2010-09-29  Julien Danjou  <julien@danjou.info>
807
808         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
809         replacement of `gnus-gravatar-relief' to mimic
810         `gnus-faces-properties-alist'.
811         Add :version property.
812
813 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * mail-source.el (mail-source-report-new-mail)
816         * message.el (message-default-mail-headers)
817         * mm-decode.el (mm-valid-image-format-p): Comment fix.
818
819         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
820
821 2010-09-28  Julien Danjou  <julien@danjou.info>
822
823         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
824         mail-address contains the same string as real-name.
825
826         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
827         non-blank in header, otherwise it'll get stripped.
828
829         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
830         real-name, and then for mail address rather than doing : or , search.
831
832 2010-09-27  Julien Danjou  <julien@danjou.info>
833
834         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
835         (gnus-server-goto-server): Use gnus-completing-read.
836
837         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
838
839         * mm-util.el (defalias): Use gnus-completing-read.
840         (mm-codepage-setup): Use gnus-completing-read.
841
842         * smime.el (smime-sign-buffer): Use gnus-completing-read.
843         (smime-decrypt-buffer): Use gnus-completing-read.
844
845         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
846
847         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
848         (mml-minibuffer-read-disposition): Use gnus-completing-read.
849         (mml-insert-multipart): Use gnus-completing-read.
850
851         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
852
853         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
854
855         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
856
857         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
858
859         * gnus.el (gnus-read-method): Use gnus-completing-read.
860
861         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
862
863         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
864         (gnus-mime-action-on-part): Use gnus-completing-read.
865         (gnus-article-encrypt-body): Use gnus-completing-read.
866
867         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
868         (gnus-topic-move-matching): Use gnus-completing-read.
869         (gnus-topic-copy-matching): Use gnus-completing-read.
870         (gnus-topic-sort-topics): Use gnus-completing-read.
871         (gnus-topic-move): Use gnus-completing-read.
872
873         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
874         (gnus-agent-add-group): Use gnus-completing-read.
875
876         * nnmairix.el (nnmairix-create-server-and-default-group): Use
877         gnus-completing-read.
878         (nnmairix-update-groups): Use gnus-completing-read.
879         (nnmairix-get-server): Use gnus-completing-read.
880         (nnmairix-backend-to-server): Use gnus-completing-read.
881         (nnmairix-goto-original-article): Use gnus-completing-read.
882         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
883
884         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
885
886         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
887         (gnus-group-make-useful-group): Use gnus-completing-read.
888         (gnus-group-make-web-group): Use gnus-completing-read.
889         (gnus-group-add-to-virtual): Use gnus-completing-read.
890         (gnus-group-browse-foreign-server): Use gnus-completing-read.
891
892         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
893         (gnus-summary-limit-to-extra): Use gnus-completing-read.
894         (gnus-summary-execute-command): Use gnus-completing-read.
895         (gnus-summary-respool-article): Use gnus-completing-read.
896         (gnus-read-move-group-name): Use gnus-completing-read.
897
898         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
899         (gnus-summary-score-effect): Use gnus-completing-read.
900
901         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
902
903         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
904         right completing-read function.
905         (gnus-use-ido): New variable
906         (gnus-completing-read-with-default): Remove.
907
908 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
911         x-focus-frame.
912
913         * nnimap.el (auth-source-forget-user-or-password)
914         (auth-source-user-or-password): Autoload.
915
916         * message.el (message-from-style, message-interactive)
917         (message-cite-prefix-regexp, message-sendmail-envelope-from)
918         (message-yank-prefix, message-indentation-spaces, message-signature)
919         (message-signature-file): Add comment.
920
921 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
924         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
925         new articles.
926
927         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
928         parts.
929         (nnimap-request-article): Work with the t setting, too.
930
931         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
932         that you don't get flashes of other buffers.
933         (gnus-summary-show-complete-article): Intern before setting.
934
935 2010-09-27  David Engster  <dengste@eml.cc>
936
937         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
938         well as HEADERS.
939         (nnmairix-retrieve-headers): Provide new argument for the above.
940
941 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-sum.el (gnus-summary-move-article): Don't alter
944         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
945         group.
946
947         * nnimap.el (nnimap-update-info): Don't destructively alter active.
948
949         * message.el (message-cite-prefix-regexp): Revert my last edit.
950
951         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
952         variable instead of the Gnus variable.
953
954         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
955
956         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
957         again.
958
959         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
960         since some servers don't like it.
961         (nnimap-open-connection): Forget credentials if the server says the
962         password was wrong.
963         (nnimap-parse-line): Protect against invalid data.
964
965         * gnus-sum.el (gnus-summary-move-article): Add comment.
966         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
967         nothing alters it while scanning for new messages.
968
969         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
970         which may or may not help.
971         (nnimap-open-connection): If we're doing a stream connection, and then
972         discover we're on a STARTTLS-capable server, then open a STARTTLS
973         connection instead.
974
975 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * nnimap.el (utf7): Required.
978
979         * message.el (message-cite-prefix-regexp): Remove "}" from citation
980         prefix.
981
982 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
983
984         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
985
986 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * nnimap.el (nnimap-request-accept-article): Message the error on
989         error.
990
991 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
994
995 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * nndoc.el (nndoc-request-list): Return success always.
998
999         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1000         `fetch-old' -- we only want to fetch the articles we've requested.  The
1001         rest are in the agent, probably.
1002         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1003         disappeared server" to something low.  It's not important.
1004
1005         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1006         arrived before the FETCH data.
1007
1008         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1009         target here, because we don't know the Gnus name of the group.
1010
1011         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1012         for the correct group.
1013
1014         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1015
1016         * gnus.el (gnus): Give a final warning after startup.
1017
1018         * gnus-util.el (gnus-action-message-log): New variable.
1019         (gnus-message): Use it.
1020         (gnus-final-warning): New function.
1021
1022         * nnimap.el (nnimap-open-connection): Record the greeting.
1023         (nnimap): Add greeting.
1024
1025 2010-09-26  Julien Danjou  <julien@danjou.info>
1026
1027         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1028         arguments.
1029         (gnus-html-wash-images): Fix spec computing to include start/end.
1030
1031         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1032
1033 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1036         deletion.
1037         (nnimap-retrieve-headers): Don't select the group, because that's
1038         already done by nnimap-possibly-change-group.
1039
1040         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1041         (gnus-picon-transform-address): Use it.
1042
1043         * mail-source.el (mail-source-value): Revert previous patch.
1044
1045         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1046         on failure.
1047         (nnimap-open-connection): Look up both virtual and physical server name
1048         credentials.
1049
1050         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1051
1052 2009-02-07  Dave Love  <fx@gnu.org>
1053
1054         * tls.el (open-tls-stream): Don't query killing process.
1055
1056 2009-02-08  Dave Love  <fx@gnu.org>
1057
1058         * gnus-win.el (gnus-window-to-buffer-helper,
1059         gnus-all-windows-visible-p): Function needn't be a symbol.
1060
1061         * mail-source.el (mail-source-value): Function needn't be a symbol.
1062
1063 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * message.el (message-cite-prefix-regexp): Remove } from the cite
1066         prefix.
1067
1068         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1069         highlight again, so that the highlight is correct.
1070
1071         * gnus-picon.el (gnus-picon): Remove again.
1072         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1073
1074         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1075         doing the header highlightling, so that the background colour of the
1076         picon is correct.
1077
1078         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1079         (gnus-picon): Ditto.
1080         (gnus-picon): Reinstate.  The background colour for picons is white.
1081         (gnus-picon-insert-glyph): Make the background white.
1082
1083         * nnml.el (nnml-open-nov): Don't return dead buffers.
1084
1085         * auth-source.el (auth-source-create): Query the user for whether to
1086         store the credentials.
1087
1088         * netrc.el (netrc-store-data): New function.
1089
1090         * auth-source.el (auth-source-user-or-password): Use the existing auth
1091         sources, if any, for creation.
1092
1093         * gnus.el (gnus-group-fast-parameter): Return the last matching
1094         parameter instead of the first matching parameter.
1095
1096 2010-09-26  Julien Danjou  <julien@danjou.info>
1097
1098         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1099
1100 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * mml2015.el (mml2015-use): Remove gpg support.
1103
1104         * mml1991.el (mml1991-function-alist): Remove gpg function.
1105         (mml1991-gpg-sign): Removed.
1106
1107 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1108
1109         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1110         (gnus-browse-unsubscribe-current-group): Document it.
1111         (gnus-browse-unsubscribe-group): Use it.
1112
1113 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1116         address to the To list for easier response.
1117
1118         * gnus.el (gnus-play-startup-jingle): Removed.
1119         (gnus-splash): Don't play jingle.
1120         (gnus): Silence gnus-load message.
1121
1122         * gnus-art.el (gnus-treat-play-sounds): Removed.
1123
1124         * gnus.el (gnus-play-jingle): Remove audio support.
1125
1126         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1127
1128         * earcon.el: Removed -- no users.
1129
1130         * gnus-audio.el: Removed -- no users of this package.
1131
1132         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1133
1134         * gnus-start.el (gnus-setup-news): Remove nocem support.
1135
1136         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1137
1138         * gnus.el (gnus-use-nocem): Removed.
1139
1140         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1141         Removed.
1142
1143         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1144         uses NoCeM any more.
1145
1146         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1147         (gnus-button-ctan-handler): Ditto.
1148         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1149         (gnus-button-ctan-directory-regexp): Ditto.
1150         (gnus-button-handle-ctan): Ditto.
1151         (gnus-button-tex-level): Ditto.
1152         (gnus-button-alist): Removed CTAN stuff.
1153
1154 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1157         nnimap-streaming test.
1158
1159         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1160         servers twice.
1161
1162         * nnimap.el (nnimap-open-connection): Add more error reporting when
1163         nnimap fails early.
1164
1165         * nnheader.el (nnheader-get-report-string): New function.
1166         (nnheader-get-report): Use it.
1167
1168         * gnus-int.el (gnus-check-server): Say what the error was when opening
1169         failed.
1170
1171         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1172         using streaming.
1173
1174 2010-09-25  Julien Danjou  <julien@danjou.info>
1175
1176         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1177         gnus-window-inside-pixel-edges.
1178
1179 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1182
1183         * mm-decode.el (mm-save-part): Allow saving to other directories the
1184         normal Emacs way.
1185
1186         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1187         by Jay Berkenbilt.
1188
1189         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1190         there isn't a single byte.
1191
1192         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1193         just do it.  It doesn't really seem to matter what the user responds
1194         here, I think, so it's just a confusing question.
1195
1196         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1197         non-streaming case.
1198
1199         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1200         (gnus-article-encrypt-body): Use it.
1201
1202         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1203         keystroke.
1204
1205         * nnimap.el (nnimap-find-wanted-parts-1): Use
1206         gnus-fetch-partial-articles.
1207
1208         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1209
1210         * nnimap.el (nnimap-insert-partial-structure): New function.
1211         (nnimap-get-partial-article): New function.
1212         (nnimap-request-article): Use it.
1213         (nnimap-wait-for-response): Return whether the wait was successful.
1214         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1215         retrieval wasn't successful.
1216         (nnimap-retrieve-group-data-early): Allow throttling servers.
1217         (nnimap-streaming): New variable.
1218         (nnimap-fetch-partial-articles): Removed.
1219
1220         * mm-decode.el (mm-with-part): Protect against killed buffers.
1221
1222         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1223         for prettier summary display.
1224
1225 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1226
1227         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1228         directly.
1229
1230 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1233         apparently third-party libraries depend on it.
1234
1235         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1236         before starting negotiation.
1237
1238         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1239         privacy reasons.
1240         (gnus-treat-mail-gravatar): Ditto.
1241
1242         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1243         buffer when inserting images.  Inserting text into the headers, for
1244         instance, can make them invalid.
1245
1246 2010-09-25  Julien Danjou  <julien@danjou.info>
1247
1248         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1249         variables.
1250
1251         * nnheader.el: Remove useless variables news-reply-yank-from and
1252         news-reply-yank-message-id.
1253
1254         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1255         variables.
1256
1257         * mml1991.el: Remove useless mml1991-verbose.
1258
1259         * gnus.el: Remove useless variable gnus-use-generic-from.
1260         Remove obsolete variable gnus-topic-indentation.
1261
1262         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1263
1264         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1265
1266         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1267
1268         * gnus-group.el: Remove useless gnus-group-icon-cache.
1269         Remove useless gnus-ephemeral-group-server.
1270
1271         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1272
1273         * mml2015.el: Remove useless mml2015-verbose.
1274
1275         * mml-smime.el: Remove useless mml-smime-verbose.
1276
1277         * gnus.el: Remove useless gnus-local-domain.
1278
1279         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1280         gnus-gravatar-size.
1281
1282         * gnus-art.el: Remove useless gnus-treat-translate.
1283
1284 2010-09-24  Julien Danjou  <julien@danjou.info>
1285
1286         * gnus-sum.el: Add support for Gravatars.
1287
1288         * gnus-art.el: Add support for Gravatars.
1289
1290         * gnus-gravatar.el: Add this file.
1291
1292         * gravatar.el: Add this file.
1293
1294 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1297
1298         * gnus-group.el (gnus-group-fetch-faq): Removed.
1299
1300         * gnus.el (gnus-group-faq-directory): Removed.
1301
1302         * gnus-group.el (gnus-group-fetch-charter): Removed.
1303
1304         * gnus.el (gnus-group-charter-alist): Removed.
1305
1306         * gnus-group.el (gnus-group-archive-directory): Removed.
1307         (gnus-group-recent-archive-directory): Ditto.
1308         (gnus-group-make-archive-group): Removed.
1309
1310         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1311
1312         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1313         use the same article number for all the cached articles.
1314
1315         * nnimap.el (nnimap-command): Register the last command time so
1316         that we can use it for idling NOOPs.
1317         (nnimap-open-connection): Start the keeplive timer.
1318         (nnimap-make-process-buffer): Store all the process buffers.
1319         (nnimap-keepalive): New function.
1320
1321         * starttls.el: (starttls-open-stream): Add autoload cookie.
1322
1323 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1324
1325         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1326         handling.
1327
1328 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1331         its data structures.
1332
1333         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1334         instead of the cl.el copy-list.
1335         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1336         equalp.
1337
1338 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1341         and tool-bar-local-item-from-menu.
1342
1343         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1344         mode-line-highlight face for Emacs.
1345
1346         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1347         loading gnus-sum.elc; fix comment for canlock-verify.
1348         (gnus-article-jump-to-part): Use read-number.
1349         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1350         Emacs pre-21 compatible code for help-echo.
1351         (gnus-article-next-page-1): No need to adjust the number of lines.
1352         (gnus-article-describe-bindings): Always use help-buffer.
1353
1354         * gnus-audio.el (gnus-audio-inline-sound)
1355         * gnus-cus.el (gnus-custom-mode)
1356         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1357
1358         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1359
1360         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1361         compatible code.
1362
1363 2010-09-24  Glenn Morris  <rgm@gnu.org>
1364
1365         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1366         visiting the fcc file in rmail-mode.
1367
1368         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1369
1370 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * nnir.el: Silence the byte compiler.
1373
1374         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1375         alias to browse-url-url-encode-chars if any.
1376         (gnus-html-encode-url): Use it.
1377
1378 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus-start.el (gnus-use-backend-marks): New variable.
1381         (gnus-get-unread-articles-in-group): Use it.
1382
1383         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1384         makeover.
1385
1386 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1387
1388         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1389
1390 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1393         Removed.
1394         (gnus-setup-news-hook): Removed
1395         gnus-fixup-nnimap-unread-after-getting-new-news.
1396
1397         * gnus-int.el (gnus-request-update-info): Protect against backends not
1398         having the function.
1399
1400         * nnimap.el (nnimap-stream): Mention starttls.
1401         (nnimap-open-connection): Add starttls support.
1402
1403 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1404
1405         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1406
1407 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1410         BODYSTRUCTUREs.
1411         (nnimap-transform-headers): Unfold quoted {42} headers.
1412
1413         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1414         the info.
1415         (gnus-get-unread-articles): Only call updatep on backends that support
1416         it.
1417
1418         * nnweb.el (nnweb-request-update-info): NOOP.
1419
1420         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1421
1422         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1423         since it only deals with marks.
1424
1425         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1426         gnus-request-marks, and make a new gnus-request-update-info.
1427
1428         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1429         the active instead of the high number, which is usually too low.
1430
1431 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1432
1433         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1434         * encrypt.el: Removed.
1435
1436 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1439         server in symbolic form.
1440
1441         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1442         0.9.
1443
1444 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1447         (nnimap-update-info): Fix up code slightly.
1448
1449         * gnus-int.el (gnus-open-server): Add tracing for performance
1450         debugging.
1451
1452         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1453         (gnus-group-insert-group-line): Pass the real group name so that it
1454         gets the right data.
1455
1456         * gnus-start.el (gnus-get-unread-articles): Don't have
1457         `gnus-get-unread-articles-in-group' update info, since that can be
1458         really slow and doesn't seem to be needed?
1459
1460 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1461
1462         * time-date.el (date-to-time): Try using parse-time-string first before
1463         using the slower timezone-make-date-arpa-standard.
1464
1465 2010-09-22  Julien Danjou  <julien@danjou.info>
1466
1467         * gnus-group.el (gnus-group-insert-group-line): Call
1468         gnus-group-highlight-line.
1469         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1470         default hook list.
1471         (gnus-group-update-eval-form): Add new function.
1472         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1473         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1474
1475 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1478         immediate, then expire all articles.
1479         (nnimap-update-info): Fix off-by-one errors.
1480         (nnimap-flags-to-marks): Would return no marks lists for group with no
1481         flags.  Instead return the other data.
1482
1483 2010-09-22  Julien Danjou  <julien@danjou.info>
1484
1485         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1486         Only return an icon.
1487         (gnus-group-insert-group-line): Compute icon to return.
1488
1489         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1490         variable.
1491         (gnus-html-image-fetched): Only cache if
1492         gnus-html-image-automatic-caching is set.
1493         (gnus-html-image-fetched): Check for errors.
1494
1495 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1498         once per method on `g'.  This ensures that backends like nnfolder don't
1499         open all their folders.
1500
1501         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1502         (nnimap-request-list): Nix out group in the correct buffer.
1503         (nnimap-parse-flags): Implement by using `read' instead of
1504         hand-parsing.
1505         (nnimap-flags-to-marks): Pass on permanent-flags.
1506         (nnimap-make-process-buffer): Record the server name.
1507         (nnimap-parse-flags): Fix typo.
1508         (nnimap-request-scan): Run split on the server in general, not just a
1509         single group.
1510
1511         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1512         parameter, and propagate this downwards.
1513
1514         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1515         since EXAMINE changes it on the server.
1516
1517         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1518         this command might take a while.
1519
1520 2010-09-22  Julien Danjou  <julien@danjou.info>
1521
1522         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1523         harmful if you have 2 images side-by-side, they can't be properly
1524         update on text deletion.  Using text-property is safer here.
1525         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1526         data.
1527
1528 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * nnimap.el (nnimap-expunge-inbox): Removed.
1531         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1532         (nnimap-expunge): Flip default to t.
1533
1534         * gnus.el (gnus-method-to-server): Don't push things to the cache
1535         unless it's unique.
1536         (gnus-server-to-method): Ditto.
1537
1538 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1539
1540         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1541
1542 2010-09-22  Julien Danjou  <julien@danjou.info>
1543
1544         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1545         get the start of data.
1546         (gnus-html-encode-url): Add this function to encode special chars in
1547         URL.
1548         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1549         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1550
1551         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1552         default.
1553         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1554
1555         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1556         images alt-text.
1557         (gnus-html-put-image): Put alt-text as help-echo.
1558
1559 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1562         * mm-util.el (mm-decompress-buffer)
1563         * nnir.el (nnir-run-find-grep)
1564         * pop3.el (pop3-list): Use 3rd arg of split-string.
1565
1566         * time-date.el (format-seconds): Comment fix.
1567
1568         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1569         and byte-optimize-form-code-walker.
1570         (dgnushack-make-auto-load): Don't advise make-autoload.
1571
1572         * lpath.el: Remove Emacs 21 stuff.
1573
1574 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1577         outside the active range.  Suggested by Dan Christensen.
1578
1579         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1580         slightly later to avoid double-getting it.
1581
1582         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1583         previous patch.
1584
1585         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1586
1587 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1588
1589         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1590
1591 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * gnus-int.el (gnus-open-server): Give a better error message in the
1594         "go offline" case.
1595
1596         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1597         marks for nnimap, which is seldom the right thing to do.
1598
1599         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1600         (gnus-same-method-different-name): New function.
1601
1602         * nnimap.el (parse-time): Require.
1603
1604         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1605         method in the presence of many similar methods.
1606
1607         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1608
1609         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1610         nnml-inhibit-expiry.
1611
1612         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1613         find out whether methods are equal.
1614
1615         * nnimap.el (nnimap-find-expired-articles): New function.
1616         (nnimap-process-expiry-targets): New function.
1617         (nnimap-request-move-article): Request the article before looking at
1618         what the Message-ID is.  Fix found by Andrew Cohen.
1619         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1620
1621         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1622         for oldness in addition to being a predicate.
1623
1624         * nnimap.el (nnimap-request-group): When we have zero articles, return
1625         the right data to Gnus.
1626         (nnimap-request-expire-articles): Only delete articles immediately if
1627         the target is 'delete.
1628
1629         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1630         method, this would bug out.
1631
1632         * gnus-group.el (gnus-group-expunge-group): Renamed from
1633         gnus-group-nnimap-expunge, and implemented as a normal interface
1634         function.
1635
1636         * gnus-int.el (gnus-request-expunge-group): New function.
1637
1638         * nnimap.el (nnimap-request-create-group): Implement.
1639         (nnimap-request-expunge-group): New function.
1640
1641 2010-09-21  Julien Danjou  <julien@danjou.info>
1642
1643         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1644         (gnus-html-cache-expired): Add new function.
1645         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1646         wethever we should display image for fetch it.
1647         Compute alt-text earlier to pass it to the fetching function too.
1648         (gnus-html-schedule-image-fetching): Change function argument to only
1649         get one image at a time, not a list.
1650         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1651         cache.
1652         (gnus-html-get-image-data): New function to retrieve image data from
1653         cache.
1654         (gnus-html-put-image): Change buffer argument to use image data rather
1655         than file, and place image above region rather than inserting a new
1656         one. Do not take alt-text as argument, since it's useless now: we place
1657         the image above alt-text.
1658         (gnus-html-prune-cache): Remove.
1659         (gnus-html-show-images): Start to fetch image when we find one, do not
1660         push into a temporary list.
1661         (gnus-html-prefetch-images): Only fetch image if they have expired.
1662         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1663         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1664
1665 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1668
1669 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1672         spec inser "*" if the group isn't active instead of 0.
1673
1674         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1675         opening the server.
1676         (nnimap-request-delete-group): Implement group deletion.
1677         (nnimap-transform-headers): Return the size of the entire message in
1678         the Bytes header, not just the size of the first part.
1679         (nnimap-request-move-article): When moving an article from nnimap,
1680         request the article first so the accepting form has an article to
1681         accept.  Reported by Dan Christensen.
1682         (nnimap-command): Make sure that the error message doesn't error out.
1683
1684 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1685
1686         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1687         we haven't requested anything.
1688
1689 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1692         "".  Fix found by Andrew Cohen.
1693
1694         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1695         instead of -encode-string.
1696
1697 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1700
1701         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1702         by mm-subst-char-in-string.
1703
1704 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1707         waiting for the connection string.
1708
1709         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1710         arriving.
1711
1712         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1713         bogus characters.  This allows selecting certain Gmail groups.
1714
1715         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1716         (nnimap-fetch-partial-articles): New variable.
1717         (nnimap-open-connection): When looking for credentials, also use the
1718         nnimap-server-port.
1719         (nnimap-request-article): Return the group/article number, so that Gnus
1720         `^' works as expected.
1721         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1722         them.
1723
1724         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1725         comments.
1726         (gnus-methods-sloppily-equal): New function.
1727         (gnus): When using the development version of Gnus, load the gnus-load
1728         file.
1729
1730         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1731         `gnus-open-server' on each method before trying to scan them etc.  This
1732         ensures that all the backend parameters are set correctly.
1733
1734         * nnimap.el (nnimap-authenticator): New variable.
1735         (nnimap-open-connection): Allow anonymous login.
1736         (nnimap-transform-headers): The chars header is called Chars not
1737         Bytes.
1738         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1739         drops.
1740
1741         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1742         patch, found by Knut Anders Hatlen.
1743
1744 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1745
1746         * gnus-agent.el (gnus-agent-batch-confirmation)
1747         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1748         to gnus-message.
1749         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1750         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1751         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1752         * gnus-int.el (gnus-open-server): Likewise.
1753         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1754         (gnus-score-check-syntax): Likewise.
1755         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1756         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1757         Likewise.
1758         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1759
1760 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1763         calling conventions so that prefetch doesn't bug out.
1764
1765 2010-09-19  Julien Danjou  <julien@danjou.info>
1766
1767         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1768         rather than `subst-char-in-region' in order to be able to replace ASCII
1769         char by UTF-8 ones.
1770
1771         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1772         than curl.
1773         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1774         the right URL and ALT text on images.
1775         (gnus-html-wash-tags): Fix tag case.
1776         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1777         (gnus-article-html): Add -o display_ins_del=2 option.
1778         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1779
1780 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1783         the extra mail headers, which sometimes seem to happen for unknown
1784         reasons.
1785
1786         * mail-parse.el (mail-header-encode-parameter): Define as
1787         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1788         (or most, perhaps?) mail readers don't understand the latter, but do
1789         understand the former.
1790
1791         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1792         to nil, so that no methods are automatically agentized.  I think this
1793         is probably what most users want.
1794
1795         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1796         from url-retrieve, for instance about invalid URLs.
1797
1798         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1799         groups that have no articles.
1800         (nnimap-request-article): Check that we really got an article when we
1801         requested one.
1802
1803         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1804         doesn't exist.
1805
1806         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1807         nntp buffer so the agent can save it.
1808         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1809         that CRLF doesn't get translated to \n.
1810         (nnimap-open-connection): Don't make 'shell commands only send \n.
1811
1812 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1813
1814         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1815         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1816         Update var name.
1817         (nnml-generate-nov-file): Use dolist.
1818         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1819         Use with-current-buffer.
1820
1821 2010-09-18  Julien Danjou  <julien@danjou.info>
1822
1823         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1824         parallel.
1825
1826 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1829         the range update right.
1830         (nnimap-request-group): Don't make `M-g' bug out on group with no
1831         marks.
1832         (nnoo): Required, so that other packages can require nnimap.
1833         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1834         command we're looking for.  This helps when the server sends more
1835         responses after we've gotten everything we expected.
1836         (nnimap): Add a `newlinep' field to keep track of end-of-line
1837         conventions.
1838         Don't send CRLF to things that don't want it.
1839         (nnimap-request-accept-article): Ditto.
1840
1841 2010-09-18  Julien Danjou  <julien@danjou.info>
1842
1843         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1844         than curl to retrieve images.
1845
1846 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1849         the marks.
1850         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1851         (nnimap-wait-for-connection): New function.
1852         (nnimap-open-connection): If we have PREAUTH, don't query for login
1853         credentials.
1854         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1855         when doing a partial update.
1856
1857 2010-09-18  Julien Danjou  <julien@danjou.info>
1858
1859         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1860         tags.
1861
1862 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * nnimap.el (nnimap-credentials): New function.
1865         (nnimap-open-connection): Use the new function to look for credentials
1866         also on the numeric equivalents of "imap" and "imaps".
1867
1868         * gnus-start.el (gnus-activate-group): Send the info to
1869         gnus-request-group.
1870
1871         * nnimap.el (nnimap-request-group): Have the "check" version of the
1872         function parse flags and update the info, so that a `M-g' get a total
1873         resync of all flags from the group.
1874
1875         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1876         to allow backends to alter the info on group selection.  Also alter all
1877         the backend -request-group functions to take the parameter.
1878
1879         * nnimap.el (nnimap-store-info): New function.
1880         (nnimap-update-info): Store the info for later usage.
1881         (nnimap-request-group): Use the stored info for the dont-check case, so
1882         that we don't retrieve all marks when we enter a group.
1883
1884         * nnimap.el: Use deffoo instead of defun for interface functions.
1885
1886         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1887         update the group info.  This makes the nndraft groups, for instance, go
1888         back to their old behaviour.
1889
1890         * gnus-sum.el (gnus-select-newsgroup): Indent.
1891
1892         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1893         in.
1894         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1895         nothing.
1896
1897         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1898         from methods that are denied.
1899
1900         * gnus-int.el (gnus-method-denied-p): New function.
1901
1902         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1903         store the password instead of netrc.
1904         (nnimap-open-connection): Don't error out when we can't make a
1905         connections.
1906
1907         * auth-source.el (auth-source-create): In the password prompt, say what
1908         we're querying for.  Also prompt for user name if that hasn't been
1909         given.
1910
1911         * nnimap.el (nnimap-with-process-buffer): Removed.
1912
1913 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1916         method when we're reading from the agent.
1917
1918         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1919
1920         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1921         that's probably most useful for users.
1922
1923         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1924         "failed" all the time.
1925
1926         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1927         ...)) with (with-current-buffer ... ).
1928
1929         * nntp.el (nntp-open-server): Return whether the open was successful or
1930         not.
1931
1932         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1933         select an unread unseen article first.
1934
1935         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1936         /etc/services, supply some sensible port defaults.
1937
1938         * dgnushack.el: Define netrc-credentials.
1939
1940 2010-09-17  Julien Danjou  <julien@danjou.info>
1941
1942         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1943
1944 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1945
1946         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1947         doesn't have any parameters.
1948
1949 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1952         only upcased checks.
1953
1954         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1955
1956         * nnimap.el (nnimap-open-shell-stream): New function.
1957         (nnimap-open-connection): Use it.
1958         (nnimap-transform-headers): Get the number of lines in each message.
1959         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1960         number of lines.
1961         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1962         problem.
1963
1964         * utf7.el (utf7-encode): Autoload.
1965
1966         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1967         to allow the mail splitting to not return a default group.  This is
1968         useful for nnimap, which will leave unmatched mail in the inbox.
1969
1970         * nnimap.el: Rewritten.
1971
1972         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1973         nnimap usage.
1974
1975         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1976         if the move is internal, so that nnimap can do fast internal moves.
1977
1978         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1979         data.
1980         (gnus-read-active-for-groups): Support finishing the early retrieval of
1981         data.
1982
1983         * gnus-range.el (gnus-range-nconcat): New function.
1984
1985         * gnus-int.el (gnus-finish-retrieve-group-infos)
1986         (gnus-retrieve-group-data-early): New functions.
1987
1988 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1989
1990         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1991         (nnrss-retrieve-groups):
1992         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1993         (pop3-quit): Use with-current-buffer.
1994
1995 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1998         instead of nnheader-accept-process-output.
1999
2000         * dgnushack.el (dgnushack-compile): Add comment.
2001
2002         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2003
2004         * gnus-html.el (gnus-html-schedule-image-fetching)
2005         (gnus-html-prefetch-images): Replace process-kill-without-query by
2006         gnus-set-process-query-on-exit-flag.
2007
2008 2010-09-16  Romain Francoise  <romain@orebokech.com>
2009
2010         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2011
2012 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2015         parameter to unintern is mandatory-ish in Emacs 24.
2016
2017         * gnus-html.el (gnus-html-schedule-image-fetching)
2018         (gnus-html-prefetch-images): Check for curl before using it.
2019
2020         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2021         depend on curl, which isn't essential.
2022
2023         * imap.el: Revert back to version
2024         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2025         seem problematic.
2026
2027 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2028
2029         * gnus-registry.el (gnus-registry-install-shortcuts):
2030         Explicitly pass `obarray' to `unintern' to avoid a warning.
2031
2032 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2035         change.
2036
2037         * nnrss.el (nnrss-request-list): Removed this function and related
2038         functions, including the moreover stuff.
2039
2040 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * nnrss.el (nnrss-retrieve-groups): New function.
2043
2044 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2045
2046         * .dir-locals.el: Add no-byte-compile cookie.
2047
2048 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * time-date.el (format-seconds): Comment fix.
2051
2052         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2053         for back end that doesn't support request-scan.
2054
2055 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2058         then do request scans from the backends.
2059
2060         * netrc.el (netrc-credentials): New conveniency function.
2061
2062         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2063         avoid running a hook per line, since this takes a lot of time,
2064         profiling shows.
2065         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2066         directly if gnus-visual-p is true.
2067
2068 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2071         groups; replace mapcar with dolist which is a bit faster; pass groups
2072         info to gnus-read-active-file-1.
2073         (gnus-read-active-file-1): Scan only specified groups if the new
2074         optional arg `infos' is given.
2075
2076 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2079
2080         * pop3.el (pop3-movemail): Removed.
2081         (pop3-streaming-movemail): Renamed to pop3-movemail.
2082
2083         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2084         don't restrict end-tag searches to the end of the line.
2085
2086 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2089         articles of every unchecked group to t, which means unknown since the
2090         server has never been opened.
2091
2092 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * gnus-html.el (gnus-html-show-alt-text): New command.
2095         (gnus-html-browse-image): Ditto.
2096         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2097         to browse the image directly.
2098         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2099         better.
2100
2101         * gnus-async.el (gnus-async-article-callback): Call
2102         `gnus-html-prefetch-images' unconditionally.
2103
2104         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2105         before feeding URLs to curl.
2106
2107 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2110         internal images as deletable by `W D D'.
2111
2112         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2113         (gnus-async-article-callback): Fix typo.
2114
2115 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2118         current line to work around bugs in the output from w3m.
2119
2120         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2121         for groups that want that.
2122
2123         * nntp.el (nntp-wait-for-string): Supply a timeout for
2124         accept-process-output to ensure progress.
2125
2126         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2127         level to get unread articles from, then use that for foreign groups,
2128         too.
2129
2130         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2131         confuses the rest of the function.
2132
2133         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2134         for the methods that support -retrieve-groups, too.
2135
2136         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2137
2138 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2141         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2142
2143         * pop3.el: Require cl when compiling.
2144         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2145
2146 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2149         that aren't going to be activated.
2150         (gnus-get-unread-articles): Fix up the last commit.
2151
2152         * gnus-html.el (gnus-article-html): Allow calling without specifying
2153         the handle.  In that case, dissect the buffer first.
2154
2155         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2156
2157         * nnimap.el (nnimap-open-connection): Revert the change that would look
2158         into authinfo for imaps instead of imap.
2159
2160         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2161         say that you don't want to call gnus-request-group with don-check, but
2162         do check the reponse.  This is for virtual groups only.
2163         (gnus-get-unread-articles): Count the archive groups as secondary, so
2164         that they're activated the same way as before.
2165
2166         * imap.el (imap-message-map): Removed optional buffer parameter, since
2167         no callers use it.
2168         (imap-message-get): Ditto.
2169         (imap-message-put): Ditto.
2170         (imap-mailbox-map): Ditto.
2171         (imap-mailbox-put): Ditto.
2172         (imap-mailbox-get): Ditto.
2173         (imap-mailbox-get): Revert last change for this function.
2174
2175         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2176         case-insensitively.
2177         (nnimap-debug): Removed.
2178
2179         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2180         to use `imap-fetch' instead.  According to the comments, this should be
2181         safe, since all other IMAP clients use the 1:* syntax.
2182         (imap-enable-exchange-bug-workaround): Removed.
2183         (imap-debug): Removed -- doesn't seem very useful.
2184
2185         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2186         mail from a file, and the file doesn't exist.
2187
2188         * imap.el (imap-log): New convenience function used throughout instead
2189         of repeating the same code all over the place.
2190
2191         * pop3.el (pop3-streaming-movemail): Return t for success.
2192
2193         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2194         .authinfo if we're using ssl connection.
2195
2196         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2197         already have if we're in a main Gnus `g' run.
2198
2199         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2200
2201 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2204
2205         * nnmh.el (nnmh-request-list-1): Bind `file'.
2206
2207         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2208         alias to set-process-query-on-exit-flag or process-kill-without-query.
2209         (pop3-open-server): Use it.
2210
2211 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2214         box to the Incoming file.  Fixes mistake in previous checkin.
2215
2216         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2217         request loop (for debugging purposes) removed.
2218
2219         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2220         culprit is more visible.
2221         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2222         (nnml-add-incremental-nov): New functions to do "incremental" nov
2223         updates, where we just append to the end of the existing nov files
2224         without reading/writing them in full.
2225
2226         * mail-source.el (mail-source-delete-crash-box): Really only check the
2227         incoming files once in a while.
2228
2229         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2230
2231         * mail-source.el (mail-source-delete-crash-box): Only check the
2232         incoming files for deletion once per day to save a lot of file
2233         accesses.
2234
2235         * pop3.el (pop3-logon): Fix up unbound variable typo.
2236
2237         * mail-source.el (pop3-streaming-movemail): Autoload.
2238
2239         * pop3.el (pop3-streaming-movemail): Respect
2240         pop3-leave-mail-on-server.
2241
2242         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2243         retrieval.
2244
2245         * pop3.el (pop3-process-filter): Removed unused function.
2246         (pop3-streaming-movemail, pop3-send-streaming-command)
2247         (pop3-wait-for-messages, pop3-write-to-file)
2248         (pop3-number-of-responses): New functions for streaming pop3
2249         retrieval.
2250
2251         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2252         come from no known methods.
2253         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2254         list.
2255
2256         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2257         message sizes.
2258         (pop3-movemail): Use erase-buffer instead of looping and deleting
2259         regions, which seems rather odd.
2260
2261         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2262         file once per `g' run.
2263
2264         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2265         directories.  This makes the draft queue directory work.
2266
2267         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2268         data from the backends, so that we only request the list of groups from
2269         each method once.  This should speed things up considerably.
2270
2271         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2272         detect that it's not implemented.
2273
2274         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2275         we actually do recurse down into the tree, but don't stat all leaf
2276         nodes.
2277
2278         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2279         then say so instead of bugging out.
2280
2281         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2282         files exist before trying to read them.
2283
2284         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2285         around <pre_int>.
2286
2287         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2288
2289         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2290
2291 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * mm-util.el (mm-image-load-path): Just return the image directories,
2294         not all directories in the path in addition to the image directories.
2295         (mm-image-load-path): Maintain a cache of the image directories so that
2296         the `g' command in Gnus doesn't have to stat dozens of directories each
2297         time.
2298
2299         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2300         (gnus-html-wash-tags): Add a new `i' command to insert images.
2301         (gnus-html-insert-image): New command and keystroke.
2302         (gnus-html-redisplay-with-images): New command and keystroke.
2303         (gnus-html-show-images): Renamed command.
2304         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2305         spacers.
2306         (gnus-html-wash-tags): Decode entities at the end, so that entities
2307         inside the tags don't mess up the rest of the "parsing".
2308
2309         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2310         so that nnimap methods aren't agentized by default.  There's apparently
2311         many problems related to agent/imap behaviour.
2312
2313         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2314
2315         * gnus-html.el: Doc fix.
2316
2317 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2320         specifier-spec-list for Emacs 21.
2321
2322         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2323         glyph-width and glyph-height instead of display-graphic-p and
2324         image-size; make avoidance of displaying small images work for XEmacs.
2325
2326         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2327         for XEmacs.
2328
2329         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2330         of symbol that holds plist data.
2331         (gnus-process-plist): Remove plist of process after getting it.
2332
2333 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * message.el (message-generate-hashcash): Change default to
2336         'opportunistic if hashcash is installed.
2337
2338         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2339         (gnus-html-put-image): Only call image-size once, since it's somewhat
2340         time-consuming on remote X servers.
2341
2342 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2345         type on data, not a file name.
2346
2347         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2348         window-pixel-edges for Emacs 21.
2349
2350         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2351         decoded contents.
2352         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2353
2354 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2357         group line format, since it isn't very interesting.
2358
2359         * gnus-agent.el (gnus-agent-short-article),
2360         (gnus-agent-long-article): Increase values for these two variables,
2361         since most people are likely to have more network connection and
2362         storage than before.
2363
2364         * gnus.el (gnus-refer-article-method): Change default to 'current.
2365         When referring an article, the common behaviour is to refer it from the
2366         current select method, not the native select method.  The chances of
2367         the native select method having the message in question is rather slim
2368         these days.
2369
2370         * gnus-sum.el (gnus-auto-select-subject): Change default to
2371         `unseen-or-unread'.  I think it's likely that most people want to
2372         select an unseen article over a previously seen, but unread one.
2373
2374         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2375         means that in the article buffer none of the minor mode elements will
2376         be shown, usually, and this is not desirable in most cases.
2377
2378         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2379         that commands like `d' (and the like) go to the next line in the
2380         buffer, instead of the next unread article.  I think this is the
2381         behaviour that is most natural for most users.
2382         (gnus-single-article-buffer): Change default to nil, so that people can
2383         have as many article buffers open as they have summary buffer.  I think
2384         this is the most natural way for the groups to behave.
2385
2386         * message.el (message-generate-new-buffers): Change default to
2387         `unsent', so that all new message buffers start their names with the
2388         string "*unsent", and it's easier to find the buffers if you move from
2389         them.
2390
2391 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2394         small.  They're probably tracking images.
2395         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2396         (gnus-html-rescale-image): Yet another try at getting the image sizing
2397         right.
2398
2399         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2400         nntp-marks-file-name is nil.
2401
2402 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2403
2404         * gnus-html.el (gnus-html-wash-tags)
2405         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2406         Better logging.
2407
2408 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2411
2412         * gnus-html.el (gnus-html-wash-tags): Check the value of
2413         gnus-blocked-images in the summary buffer.
2414
2415 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2416
2417         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2418
2419 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2422         like "a", it seems like.
2423         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2424         since it needs to be picked from the correct buffer.
2425
2426         * nnwfm.el: Removed.
2427
2428         * nnlistserv.el: Removed.
2429
2430 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2431
2432         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2433         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2434
2435 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * nnkiboze.el: Removed.
2438
2439         * nndb.el: Removed.
2440
2441         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2442         alt text.
2443         (gnus-html-rescale-image): Try to get the rescaling logic right for
2444         images that are just wide and not tall.
2445
2446         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2447         overshadow variable bindings.
2448
2449 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2450
2451         * gnus-html.el (gnus-html-wash-tags)
2452         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2453         extra logging.
2454
2455 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2458         (gnus-max-image-proportion): New variable.
2459         (gnus-html-rescale-image): New function.
2460         (gnus-html-put-image): Rescale images.
2461
2462 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2463
2464         Fix up some byte-compiler warnings.
2465         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2466         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2467         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2468         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2469         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2470         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2471         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2472
2473 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * gnus-html.el (gnus-article-html): Decode contents by charset.
2476
2477 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2480         (gnus-html-frame-width, gnus-blocked-images)
2481         * message.el (message-prune-recipient-rules): Add custom version.
2482         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2483
2484         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2485         functions.
2486
2487         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2488         gnus-process-get.
2489
2490 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2491
2492         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2493         instead of lsub directly.
2494
2495 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * nnwarchive.el: Removed.
2498
2499         * gnus-soup.el: Removed.
2500
2501         * nnsoup.el: Removed.
2502
2503         * nnultimate.el: Removed.
2504
2505         * gnus-html.el (gnus-blocked-images): New variable.
2506
2507         * message.el (message-prune-recipients): New function.
2508         (message-prune-recipient-rules): New variable.
2509
2510         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2511         guess whether a long line is natural text or not.
2512
2513         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2514         gnus-process-plist and friends for compatibility.
2515
2516 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2517
2518         * gnus-html.el: Require packages that define macros used in this file.
2519         (gnus-article-mouse-face): Declare to silence byte-compiler.
2520         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2521         process-get.
2522         (gnus-html-put-image): Use plist-get to avoid getf.
2523         (gnus-html-prefetch-images): Use with-current-buffer.
2524
2525 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * gnus-ems.el: Provide compatibility functions for
2528         gnus-set-process-plist.
2529
2530         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2531         header-line-format for XEmacs 21.4.
2532
2533         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2534         * gnus.el (gnus-valid-select-methods)
2535         * message.el (message-send-mail-partially-limit)
2536         * mm-decode.el (mm-text-html-renderer)
2537         * mml.el (mml-insert-mime-headers-always)
2538         * smiley.el (smiley-regexp-alist): Bump custom version.
2539
2540 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus-html.el: require mm-url.
2543         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2544         with the url to `url'.
2545         (gnus-html-wash-tags): Support cid: URLs/images.
2546
2547 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2550         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2551         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2552
2553         * gnus-move.el: Removed file, since it doesn't really work.
2554
2555         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2556         UTF-8.  This seems to fix problems with some German web feeds.
2557
2558         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2559         at the top so that the proper colours are applied.
2560
2561         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2562         don't have dots in their names.
2563
2564         * gnus-art.el (gnus-article-view-part): Doc fix.
2565
2566         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2567         XEmacs-compatible.
2568         (gnus-html-put-image): Don't do images on non-graphic displays.
2569
2570         * nnslashdot.el: Removed this unused backend.
2571
2572         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2573         actions.
2574         (gnus-undo-register-1): Revert last change.
2575
2576         * gnus-group.el (gnus-group-completing-read): Protect against not
2577         having completion-styles bound.
2578
2579         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2580         make broken recipients happier.
2581
2582         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2583
2584         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2585         point parameter.
2586
2587         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2588
2589         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2590         completion-styles for group selection.
2591
2592 2009-02-04  Andreas Schwab  <schwab@suse.de>
2593
2594         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2595         headers and regexp-quote the match if necessary.
2596
2597 2009-03-24  Miles Bader  <miles@gnu.org>
2598
2599         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2600         the blinking smiley.
2601
2602 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2603
2604         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2605         blink smiley.
2606
2607 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2610         where the dribbel file lives exists.
2611
2612         * message.el (message-send-mail-partially-limit): Change the default to
2613         nil, since most people don't want this.
2614
2615         * mm-url.el (mm-url-decode-entities): Also decode entities like
2616         &#x3212.
2617
2618 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2619
2620         * gnus-sum.el (gnus-summary-idna-message):
2621         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2622         Hyperlink urls in docstrings with URL `...'.
2623
2624 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2625
2626         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2627         functions.
2628
2629 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2632         say what the mouseover text should be.
2633
2634         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2635         version of the mm-w3m-safe-url-regexp variable to only download images
2636         in the groups where we want that to happen.
2637
2638         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2639
2640         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2641         easier debugging.
2642         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2643         big pictures in the article buffer.
2644
2645         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2646         gnus-article-html.
2647         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2648         w3m.
2649
2650         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2651
2652 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2655         which doesn't exist.
2656
2657         * message.el (message-inhibit-ecomplete): New variable to allow some
2658         function to inhibit ecomplete address storage.
2659         (message-resend): Disable ecomplete message storage when resending
2660         messages.
2661
2662         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2663
2664 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2667         Save excursion while copying, moving, and deleting articles in order to
2668         prevent the cursor from jumping to unforeseen place.
2669
2670 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * lpath.el: No need to bind bookmark-current-buffer,
2673         bookmark-yank-point and bookmark-make-record-function.
2674
2675 2010-08-17  Glenn Morris  <rgm@gnu.org>
2676
2677         * gnus-sync.el: Require gnus components whose functions are used.
2678
2679         * gnus-art.el (bookmark-make-record-function):
2680         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2681         Declare for compiler.
2682
2683         * mm-url.el (mml-compute-boundary): Autoload.
2684
2685 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2688
2689 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2690
2691         Typo fix "hoo4a" -> "hook".
2692
2693         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2694
2695 2010-08-14  Glenn Morris  <rgm@gnu.org>
2696
2697         * gnus-sync.el (gnus-sync): Fix defgroup version.
2698
2699 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2700
2701         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2702
2703         * gnus-sync.el: Fix docs.
2704         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2705         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2706
2707 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2708
2709         Optimizations for gnus-sync.el.
2710
2711         * gnus-sync.el: Add docs about gnus-sync-backend
2712         possibilities.
2713         (gnus-sync-save): Remove unnecessary message.
2714         (gnus-sync-read): Optimize and show what groups were skipped.
2715
2716 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         Minor bug fixes for gnus-sync.el.
2719
2720         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2721         read the sync on get-new-news.
2722
2723         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2724         quiet.
2725
2726         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2727
2728 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2729
2730         Make saving and restoring of hidden threads work with overlays.
2731         Patch applied by Ted Zlatanov.
2732
2733         * gnus-sum.el (gnus-hidden-threads-configuration)
2734         (gnus-restore-hidden-threads-configuration): Update to deal with text
2735         properties, rather than searching for a magic character.
2736
2737 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2738
2739         New gnus-sync.el library for synchronization of marks.
2740
2741         * gnus-sync.el: New library for synchronization of marks.
2742
2743         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2744         renamed from `gnus-registry-grep-in-list'.
2745
2746         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2747
2748         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2749
2750 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2751
2752         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2753         determining charset of text fails.
2754
2755 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * nnmail.el (nnmail-get-new-mail-1): Revert.
2758
2759         * nnml.el (nnml-active-number): Make sure names of newly created groups
2760         in nnml-group-alist are encoded.
2761
2762 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2765         containing non-ASCII characters in active file for nnml back end.
2766
2767 2010-07-24  David Engster  <dengste@eml.cc>
2768
2769         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2770         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2771
2772 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2773
2774         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2775         tag (Bug#6654).
2776
2777 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2780         the article buffer, not the summary buffer.
2781
2782 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2785         Emacs 23 as well.
2786
2787 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2790         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2791
2792 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2793
2794         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2795         Patch applied by Karl Fogel.
2796
2797         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2798         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2799
2800 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2801
2802         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2803         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2804         C-w still not working correctly from Article buffers; Thierry's
2805         patch to fix that will be applied after this.
2806
2807         * gnus-art.el (bookmark-make-record-function): New local variable.
2808
2809         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2810         article buffer.
2811         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2812
2813 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2814
2815         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2816         on changes in bookmark.el.
2817
2818 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2821         `no-log' instead of message not to log prompt string.
2822
2823 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2824
2825         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2826         the *other* type of HTML form submission.
2827
2828 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2829
2830         * auth-source.el (auth-source-pick): If choice does not contain a
2831         questioned keyword, set the check to t.
2832
2833 2010-06-12  Romain Francoise  <romain@orebokech.com>
2834
2835         * gnus-util.el (gnus-date-get-time): Move up before first use.
2836
2837 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2840         (gnus-article-edit-part): Bind it to make last part that is substituted
2841         or deleted visible.
2842         (gnus-mime-display-single): Buttonize part of which id equals to
2843         gnus-mime-buttonized-part-id.
2844
2845 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2846
2847         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2848         (gnus-dd-mmm): Use gnus-date-get-time.
2849         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2850         simplify logic.
2851         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2852         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2853
2854 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2855
2856         * auth-source.el (top): Autoload `secrets-list-collections',
2857         `secrets-create-item', `secrets-delete-item'.
2858         (auth-sources): Fix tag string.
2859         (auth-get-source, auth-source-retrieve, auth-source-create)
2860         (auth-source-delete): New defuns.
2861         (auth-source-pick): Rewrite in order to avoid 2 passes.
2862         (auth-source-forget-user-or-password): New parameter USERNAME.
2863         (auth-source-user-or-password): New parameters CREATE-MISSING and
2864         DELETE-EXISTING.  Retrieve password interactively, if needed.
2865
2866 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2867
2868         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2869         deleting unused directories when gnus-expert-user is t.
2870
2871 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2874         for each temp file when gnus-article-browse-delete-temp is ask.
2875
2876 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2877
2878         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2879         Lisp calls to delete-backward-char by calls to delete-char.
2880
2881 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2882
2883         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2884
2885 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2886
2887         * password-cache.el (password-cache-remove): Fix docstring.
2888
2889 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2892         article unless decoding article to be saved.
2893
2894 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2897         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2898         generated within the mm-with-unibyte-current-buffer macro.
2899
2900 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2903         to nil when we're in a mml-preview buffer and no group is selected.
2904
2905 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2906
2907         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2908         when catching the `C-g'.  Reported by "Leo".
2909
2910 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * message.el (message-forward-make-body-plain)
2913         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2914         multibyte-string-p.
2915
2916         * lpath.el: Revert.
2917
2918 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * message.el (message-forward-make-body-mml): Assume original message
2921         is multibyte string; error on unibyte.
2922         (message-forward-make-body-plain): Ditto; don't add excessive newline
2923         in body end.
2924
2925         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2926
2927 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2928
2929         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2930         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2931
2932 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * mm-extern.el (mm-extern-url): Don't use
2935         mm-with-unibyte-current-buffer.
2936         (mm-extern-cache-contents): Use with-current-buffer instead of
2937         save-excursion + set-buffer.
2938
2939 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * mm-util.el (mm-emacs-mule): Remove.
2942
2943 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2944
2945         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2946         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2947         change.
2948
2949 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2952         bind the default value of enable-multibyte-characters to nil.
2953
2954 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * message.el (message-forward-make-body-plain)
2957         (message-forward-make-body-mml):
2958         Don't use mm-with-unibyte-current-buffer.
2959
2960 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2961
2962         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2963
2964 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2965
2966         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2967         (Bug#5592).
2968
2969 2010-05-07  Julien Danjou  <julien@danjou.info>
2970
2971         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2972         it to mm-pipe-part.
2973
2974         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2975         it is given.
2976
2977 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * binhex.el (binhex-decode-region-internal)
2980         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2981         (dns-query)
2982         * nnweb.el (nnweb-gmane-search)
2983         * pgg-parse.el (pgg-parse-armor)
2984         * pgg.el (pgg-verify-region)
2985         * sha1.el (sha1-string-external)
2986         * uudecode.el (uudecode-decode-region-internal)
2987         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2988         XEmacs.
2989
2990         * gnus-art.el (gnus-article-browse-html-parts)
2991         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2992         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2993         make-temp-file.
2994
2995         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2996         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2997         compiling.
2998
2999         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3000         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3001         XEmacs when compiling.
3002
3003         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3004         gnus-pick-mode-off-hook for XEmacs when compiling.
3005         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3006         gnus-binary-mode-off-hook for XEmacs when compiling.
3007
3008         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3009         nil if char-charset is not available.
3010
3011         * imap.el (imap-disable-multibyte)
3012         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3013         macros.
3014
3015         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3016         instead of encode-coding-string.
3017
3018         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3019         'xemacs) instead of mm-emacs-mule to switch function definitions.
3020         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3021
3022         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3023         bind temporary-file-directory for XEmacs;
3024         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3025         timer-set-function for XEmacs 21.4 and SXEmacs;
3026         bind timer-list for XEmacs 21.4 and SXEmacs;
3027         fbind char-charset and find-charset-region for non-Mule XEmacs;
3028         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3029         encode-coding-region and encode-coding-string for XEmacs having no
3030         file-coding feature.
3031
3032 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3033
3034         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3035
3036 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3037
3038         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3039         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3040
3041 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3042
3043         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3044         alias `jka-compr-delete-temp-file' no longer exists.
3045
3046 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3047
3048         Use define-minor-mode in Gnus where applicable.
3049         * mml.el (mml-mode): Use define-minor-mode.
3050         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3051         (gnus-undo-mode): Use define-minor-mode.
3052         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3053         (gnus-dead-summary-mode): Use define-minor-mode.
3054         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3055         Initialize in declaration.
3056         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3057         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3058         (gnus-mailing-list-mode): Use define-minor-mode.
3059         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3060         (gnus-draft-mode): Use define-minor-mode.
3061         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3062         (gnus-dired-mode): Use define-minor-mode.
3063
3064 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3065
3066         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3067         handles on recursive mml-to-mime translation and check them for
3068         boundary delimiter collisions.  Reported by Greg Troxel.
3069
3070 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3073
3074 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3075
3076         * mm-util.el (mm-find-buffer-file-coding-system):
3077         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3078
3079 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3080
3081         * message.el (message-generate-headers): Record insertion of optional
3082         headers as well.  Otherwise the check to prevent repeated insertion of
3083         optional headers is a no-op.
3084
3085 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3086
3087         * smime.el: Don't mention CVS.
3088
3089         * nnrss.el (nnrss-fetch): Don't mention CVS.
3090
3091         * nnir.el: Don't mention CVS.
3092
3093 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3094
3095         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3096
3097 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * lpath.el: Fbind bookmark-default-handler,
3100         bookmark-get-bookmark-record, bookmark-make-record-default,
3101         bookmark-prop-get for Emacs <23 and XEmacs.
3102
3103 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3104
3105         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3106         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3107         Use with-current-buffer to silence the byte-compiler.
3108         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3109         bother to require `gnus'.
3110         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3111
3112 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3113
3114         * gnus-sum.el (gnus-summary-bookmark-make-record)
3115         (gnus-summary-bookmark-jump): New functions.
3116         (gnus-summary-mode): Setup bookmark support.
3117
3118 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3119
3120         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3121         if set.
3122
3123 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3126         gnus-article-browse-html-save-cid-image; make it work recursively for
3127         forwarded messages as well.
3128         (gnus-article-browse-html-parts): Work when prefix arg is given.
3129         (gnus-article-browse-html-article): Doc fix.
3130
3131 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3132
3133         * message.el (message-default-mail-headers):
3134         (message-default-headers): Carry the value mail-default-headers over
3135         into message-default-mail-headers, rather than message-default-headers.
3136
3137 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3138
3139         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3140         charset.
3141
3142         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3143         charset into the <meta> tag when the article is encoded to utf-8.
3144
3145 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3148         directories as well.
3149         (gnus-article-browse-html-parts): Work for images that do not specify
3150         file names; delete temp directory when quitting; insert header at the
3151         right place; use file: scheme for image files.
3152
3153 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3154
3155         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3156         (gnus-article-browse-html-parts): Use it to make temporary cid image
3157         files in addition to html file so that browser may display them.
3158
3159 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3162
3163 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3164
3165         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3166
3167 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3168
3169         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3170         about Secret Service API sources.  Improve Customize options.
3171         (auth-source-pick): Change to accept any number of search parameters.
3172         Implement fallbacks iteratively, not recursively.  Add scoring on the
3173         second pass and sort by score.  Call Secret Service API when needed.
3174         (auth-source-user-or-password): Use it.  Call Secret Service API
3175         directly when needed to get the user name and the password.
3176
3177 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3178
3179         * message.el (message-interactive): Doc fix.
3180         (message-qmail-inject-args): Reflow.
3181         (message-kill-to-signature): Fix typo in docstring.
3182
3183         * smiley.el (smiley-buffer): Fix typo in docstring.
3184
3185 2010-03-24  Glenn Morris  <rgm@gnu.org>
3186
3187         * mail-source.el (gnus-message): Declare.
3188         (mail-source-delete-old-incoming): Require gnus-util.
3189
3190 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3193
3194         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3195
3196         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3197         password-cache's default if it is not bound.
3198         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3199         password-cache-expiry's default if it is not bound.
3200
3201         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3202         available in Emacs 21.
3203
3204         * lpath.el: Suppress compiler warnings for:
3205         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3206         XEmacs;
3207         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3208         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3209         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3210
3211 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3212
3213         * auth-source.el (auth-sources): Fix up definition so extra parameters
3214         are always inline.
3215
3216 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3217
3218         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3219         wasn't updated after mismatch.  Clear cached mailbox info correctly
3220         when uidvalidity changes.
3221         (nnimap-group-prefixed-name): New function to avoid some code
3222         duplication.
3223         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3224         (nnimap-request-group): Use it.
3225         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3226         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3227         with many imap folders.  This is done by caching the group status from
3228         the imap server persistently in a group parameter `imap-status'.  (This
3229         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3230         but not persistently, so every Gnus startup was still very slow.)
3231
3232 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3233
3234         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3235         delete the extra newline.  Otherwise editing of :string and :number
3236         types don't work.
3237
3238 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3239
3240         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3241         secrets.el dependency.
3242         (auth-sources): Add optional user name.  Add secrets.el configuration
3243         choice (unused right now).
3244
3245 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3246
3247         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3248         `gnus-registry-install-shortcuts' fill in the functions.
3249
3250         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3251         warnings.
3252         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3253         (gnus-registry-install-shortcuts): Populate and use it in a
3254         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3255
3256 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3257
3258         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3259         In-place substitutions for the group name encoding/decoding.
3260         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3261         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3262         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3263         (nnimap-update-unseen, nnimap-request-list)
3264         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3265         (nnimap-request-set-mark, nnimap-split-to-groups)
3266         (nnimap-split-articles, nnimap-request-newgroups)
3267         (nnimap-request-create-group, nnimap-request-accept-article)
3268         (nnimap-request-delete-group, nnimap-request-rename-group)
3269         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3270         `encoded-mbx' for consistency.
3271         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3272         variable `imap-current-mailbox'.
3273
3274         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3275         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3276
3277 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3278
3279         * pop3.el (pop3-display-message-size-flag): Display message size byte
3280         counts during POP3 download.
3281         (pop3-movemail): Use it.
3282         (pop3-list): Implement listing of available messages.
3283
3284 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3285
3286         * nnir.el (nnir-get-article-nov-override-function): New function to
3287         override the normal NOV retrieval.
3288         (nnir-retrieve-headers): Use it.
3289
3290 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3291
3292         * auth-source.el (netrc-machine-user-or-password): Autoload.
3293
3294 2010-03-19  Glenn Morris  <rgm@gnu.org>
3295
3296         Stop message.el from loading about 40 libraries it doesn't always need.
3297         The general approach is to autoload rather than require, and to
3298         require in the specific functions rather than the file.  (Bug#5642)
3299
3300         * gmm-utils.el: Don't require wid-edit.
3301         (widget-create-child-value, widget-convert, widget-default-get):
3302         Autoload.
3303
3304         * gnus-util.el: Don't require time-date, netrc.
3305         (message-fetch-field, gnus-group-name-decode): Declare rather than
3306         autoloading.
3307         (gnus-fetch-field): Require message.
3308         (gnus-decode-newsgroups): Require gnus-group.
3309
3310         * ietf-drums.el: Don't require time-date.
3311
3312         * message.el: Don't require hashcash, canlock, ecomplete.
3313         Do require mail-utils.  Require nnheader only when compiling.
3314         (smtpmail-default-smtp-server): Remove declaration.
3315         (message-send-mail-function): Check smtpmail-default-smtp-server
3316         is bound rather than requiring smtpmail.
3317         (message-auto-save-directory, message-insert-signature): Use
3318         expand-file-name rather than nnheader-concat.
3319         (nnheader-insert-file-contents): Autoload.
3320         (hashcash-wait-async): Declare.
3321         (message-send-mail): Only call gnus-setup-posting-charset if
3322         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3323         (message-send-mail-with-sendmail): Require sendmail.
3324         (canlock-password, canlock-password-for-verify): Declare.
3325         (message-canlock-password): Require canlock.
3326         (nnheader-get-report): Autoload.
3327         (gnus-setup-posting-charset): Declare.
3328         (message-send-news): Require gnus-msg.
3329         (message-make-references, message-make-in-reply-to): Use mail-header-id
3330         rather than the alias mail-header-message-id.
3331         (ecomplete-add-item, ecomplete-save): Declare.
3332         (message-put-addresses-in-ecomplete): Require ecomplete.
3333         (ecomplete-display-matches): Autoload.
3334
3335         * mm-decode.el: Don't require mailcap, gnus-util.
3336         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3337         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3338         Autoload.
3339         (mailcap-mime-extensions): Declare.
3340
3341         * mm-encode.el: Don't require mailcap.
3342         (mailcap-extension-to-mime): Autoload.
3343
3344         * mml-sec.el: Don't require password-cache.
3345
3346         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3347         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3348         (mml-minibuffer-read-type): Require mailcap.
3349         (mml-preview): Require gnus-msg.
3350
3351         * mml1991.el: Require password-cache.
3352         (password-cache-expiry): Remove declaration.
3353
3354         * mml2015.el: Require password-cache.
3355         (password-cache-expiry): Remove declaration.
3356
3357         * nneething.el (mailcap): Require mailcap.
3358
3359         * nnheader.el (declare-function): Add compatibility stub.
3360         (message-remove-header): Declare rather than autoload.
3361         (nnheader-replace-header): Require message.
3362
3363         * nnimap.el (declare-function): Add compatibility stub.
3364         (netrc-parse, netrc-machine-user-or-password): Declare.
3365         (nnimap-open-connection): Require netrc.
3366
3367         * nntp.el (declare-function): Add compatibility stub.
3368         (netrc-parse, netrc-machine, netrc-get): Declare.
3369         (nntp-send-authinfo): Require netrc.
3370
3371         * rfc2047.el: Don't require qp.
3372         (quoted-printable-encode-region, quoted-printable-decode-string):
3373         Autoload.
3374
3375         * sieve-mode.el: Don't require easymenu.
3376         (easy-menu-add-item): Autoload it.
3377
3378         * spam-stat.el (time-to-number-of-days): Autoload it.
3379
3380 2010-03-19  Glenn Morris  <rgm@gnu.org>
3381
3382         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3383
3384 2010-03-18  Glenn Morris  <rgm@gnu.org>
3385
3386         * hashcash.el (declare-function): Remove duplicate definition.
3387
3388 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3389
3390         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3391         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3392         value if any backslash escapes).
3393
3394 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3397         if it is available.  (bug#5647)
3398
3399         * lpath.el: Suppress compiler warning for coding-system-from-name for
3400         Emacs 21 and XEmacs.
3401
3402 2010-03-14  Juri Linkov  <juri@jurta.org>
3403
3404         * hmac-def.el:
3405         * hmac-md5.el:
3406         * netrc.el: Fix keywords.
3407
3408 2010-02-26  Glenn Morris  <rgm@gnu.org>
3409
3410         * message.el (message-send-mail-function): Change the default, so that
3411         it inherits from a customized send-mail-function.  (Bug#5643)
3412
3413 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3414
3415         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3416         shell-command-to-string signals an error (bug#5299).
3417
3418 2010-02-24  Glenn Morris  <rgm@gnu.org>
3419
3420         * message.el (message-smtpmail-send-it)
3421         (message-send-mail-with-mailclient): Doc fixes.
3422
3423 2010-02-16  Glenn Morris  <rgm@gnu.org>
3424
3425         * message.el (message-default-mail-headers): Change the default value
3426         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3427
3428 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3431         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3432
3433 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3434
3435         * time-date.el (date-to-time): Doc fix (Bug#5408).
3436
3437 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3438
3439         * message.el (message-mail): Just pass yank-action on to message-setup.
3440         (message-setup): Handle (FUN . ARGS) form of yank-action.
3441         (message-with-reply-buffer, message-widen-reply)
3442         (message-yank-original): Handle non-buffer values of
3443         message-reply-buffer (Bug#4080).
3444         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3445
3446 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3447
3448         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3449         Fix typo in docstring.
3450
3451 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3452
3453         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3454         response.
3455
3456 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3459
3460         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3461
3462         * message.el (message-check-news-header-syntax): Protect against a
3463         string that `rfc822-addresses' returns when parsing fails.
3464
3465 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3468         (gnus-previous-char-property-change): New functions.
3469
3470         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3471
3472 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3473
3474         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3475         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3476
3477 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3478
3479         * message.el (message-exchange-point-and-mark): Rework last change to
3480         avoid using optional arg of exchange-point-and-mark, for backward
3481         compatibility.
3482
3483 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3484
3485         * message.el (message-exchange-point-and-mark): Call
3486         exchange-point-and-mark with an argument rather than setting
3487         mark-active by hand (Bug#5175).
3488
3489 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * nntp.el (nntp-service-to-port): Work for service expressed with
3492         numeric string; replace [:digit:] with [0-9] for XEmacs.
3493
3494 2009-12-17  Glenn Morris  <rgm@gnu.org>
3495
3496         * gnus-group.el (gnus-bug-group-download-format-alist):
3497         Change emacs entry to debbugs.gnu.org.  Bump :version.
3498
3499 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3500
3501         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3502
3503 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3504
3505         * message.el (message-info): Explain why we use `Info-goto-node'.
3506
3507 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3510
3511 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3512
3513         * message.el (message-completion-in-region): New compatibility function.
3514         (message-expand-group): Use it.
3515
3516 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3519         with no unread article should be listed if the 2nd arg `predicate' is
3520         given.
3521
3522 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3525
3526 2009-11-29  Juri Linkov  <juri@jurta.org>
3527
3528         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3529         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3530         on `gnus-recenter'. (Bug#4698, Bug#4981)
3531
3532 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3533
3534         * sha1.el (sha1-string-external): default-directory "/" in case
3535         otherwise non-existent.  process-connection-type pipe for touch of
3536         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3537
3538 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3539
3540         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3541         it's comms related and sgml-mode.el has "comm" on that basis too.
3542
3543 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3546         containing tspecial characters if they have been already quoted.
3547
3548 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3549
3550         * dns-mode.el (auto-mode-alist): Purecopy string.
3551
3552 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3553
3554         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3555
3556 2009-10-24  Glenn Morris  <rgm@gnu.org>
3557
3558         * gnus-art.el (help-xref-stack-item): Define for compiler.
3559
3560 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3561
3562         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3563
3564 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3567
3568 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3571         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3572
3573 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3576         (gnus-overlays-in): New alias to overlays-in.
3577
3578         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3579         gnus-overlay-get, and gnus-delete-overlay.
3580         (gnus-summary-show-thread): Make it work as well for systems in which
3581         next-single-char-property-change is not available.
3582         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3583
3584         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3585         (gnus-overlay-get): New alias to extent-property.
3586         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3587
3588         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3589         SXEmacs.
3590
3591         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3592         SXEmacs.
3593
3594 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3595
3596         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3597
3598 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3599
3600         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3601         and XEmacs that don't have `remove-overlays'.
3602
3603 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3604
3605         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3606         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3607         selective display.  Use overlays instead.
3608
3609 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3610
3611         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3612
3613 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3614
3615         * spam-stat.el (spam-stat-load): Fix typo in message.
3616
3617 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3618
3619         * dig.el (dig-invoke): Fix typo in docstring.
3620         (query-dig): Reflow docstring.
3621
3622 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3623
3624         * gnus-art.el (gnus-article-encrypt-body):
3625         * message.el (message-check-recipients):
3626         * mm-util.el (mm-codepage-setup):
3627         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3628         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3629
3630 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3631
3632         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3633         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3634         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3635         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3636         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3637
3638 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3639
3640         * dig.el: Add "Keywords: comm", as per net-utils.el.
3641
3642 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3643
3644         * dig.el (dig-mode): Use define-derived-mode.
3645
3646 2009-09-19  Glenn Morris  <rgm@gnu.org>
3647
3648         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3649
3650 2009-09-18  Glenn Morris  <rgm@gnu.org>
3651
3652         * gnus-diary.el (gnus-diary-check-message):
3653         * message.el (message-insert-formatted-citation-line):
3654         * nnbabyl.el (top-level):
3655         * nndiary.el (nndiary-schedule):
3656         Fix typos in condition-case handlers.
3657
3658 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3661         configuration that provides the sole article window in a frame;
3662         position point correctly after deleting a part.
3663
3664 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3665
3666         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3667         (spam-resolve-registrations-routine): Use it to unregister articles
3668         that change status.
3669
3670 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3673         with XEmacs.
3674         (parse-time-string-chars): Use it.
3675
3676 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3677
3678         * imap.el (imap-interactive-login): Better messages.
3679         (imap-open): Fix bug with renamed buffer on reconnect.
3680         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3681         for easier debugging and cleaner code.  On successful (guessed based on
3682         server capabilities) secondary authentication, set imap-state
3683         correctly.
3684         (imap-last-authenticator): Define imap-last-authenticator as a variable
3685         to avoid warnings.
3686
3687 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * nnrss.el (nnrss-request-article): Remove binding of
3690         default-enable-multibyte-characters that has gotten needless by
3691         the 2007-07-13 change in rfc2047-encode-message-header.
3692
3693         * mml.el (mml-insert-multipart): Error on the message header.
3694         (mml-insert-part): Error on the message header; position point at
3695         the end of a MIME tag.
3696
3697 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * time-date.el (autoload): Expand define-obsolete-function-alias into
3700         defalias and make-obsolete for old Emacsen that Gnus supports.
3701         (with-no-warnings): Define it for old Emacsen.
3702         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3703         is available.
3704         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3705         float-time is available; suppress compile warning for time-to-seconds.
3706
3707         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3708         (gnus-float-time): Alias to float-time if it exists.
3709
3710         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3711         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3712         float-time is available; suppress compile warning for time-to-seconds.
3713
3714         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3715         XEmacs.
3716
3717 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * imap.el (imap-message-map): Docstring fix.
3720
3721 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3724         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3725         Add the optional argument `encoding' that overrides the default.
3726
3727         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3728         mm-encode-buffer.
3729
3730 2009-09-04  Glenn Morris  <rgm@gnu.org>
3731
3732         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3733         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3734         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3735         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3736         * mm-util.el (mm-with-unibyte-current-buffer)
3737         (mm-find-buffer-file-coding-system):
3738         * yenc.el (yenc-decode-region): Use default-value rather than
3739         default-enable-multibyte-characters.
3740
3741 2009-09-03  Glenn Morris  <rgm@gnu.org>
3742
3743         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3744         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3745         than default-enable-multibyte-characters.
3746
3747 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3748
3749         * gnus-art.el (gnus-article-read-summary-keys):
3750         Fix gnus-buffer-configuration's value temporarily used.
3751
3752 2009-09-02  Glenn Morris  <rgm@gnu.org>
3753
3754         * gnus-util.el (gnus-float-time): New function.
3755         * gnus-delay.el (gnus-delay-article):
3756         * gnus-sum.el (gnus-thread-latest-date):
3757         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3758         * nnspool.el (nnspool-request-newgroups):
3759         Use gnus-float-time rather than time-to-seconds.
3760         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3761
3762         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3763         (gnus-header-subject-face, gnus-header-newsgroups-face)
3764         (gnus-header-name-face, gnus-header-content-face):
3765         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3766         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3767         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3768         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3769         (gnus-cite-face-11):
3770         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3771         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3772         (gnus-server-closed-face, gnus-server-denied-face)
3773         (gnus-server-offline-face):
3774         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3775         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3776         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3777         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3778         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3779         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3780         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3781         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3782         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3783         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3784         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3785         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3786         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3787         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3788         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3789         (gnus-summary-high-undownloaded-face)
3790         (gnus-summary-low-undownloaded-face)
3791         (gnus-summary-normal-undownloaded-face)
3792         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3793         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3794         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3795         (gnus-splash-face):
3796         * message.el (message-header-to-face, message-header-cc-face)
3797         (message-header-subject-face, message-header-newsgroups-face)
3798         (message-header-other-face, message-header-name-face)
3799         (message-header-xheader-face, message-separator-face)
3800         (message-cited-text-face, message-mml-face):
3801         * sieve-mode.el (sieve-control-commands-face)
3802         (sieve-action-commands-face, sieve-test-commands-face)
3803         (sieve-tagged-arguments-face):
3804         * spam.el (spam-face):
3805         Mark face aliases with "-face" in the name as obsolete.
3806
3807 2009-09-01  Glenn Morris  <rgm@gnu.org>
3808
3809         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3810         than goto-line.
3811
3812 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3815         Don't move point if the command is invoked inside the message header.
3816
3817 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3818
3819         * imap.el (imap-send-command): Simplify.
3820         (imap-wait-for-tag): point-max -> buffer-size.
3821
3822 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3823
3824         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3825         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3826         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3827         * nnir.el (nnir-swish-e-index-file):
3828         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3829         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3830         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3831         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3832         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3833         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3834
3835 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3838         Don't save excursion.
3839
3840 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3841
3842         * nnheader.el (nnheader-find-file-noselect):
3843         * mm-util.el (mm-insert-file-contents):
3844         Use (default-value 'major-mode) instead of default-major-mode.
3845
3846 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3847
3848         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3849
3850 2009-08-26  Glenn Morris  <rgm@gnu.org>
3851
3852         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3853         than placing in files.el.
3854
3855 2009-08-25  Glenn Morris  <rgm@gnu.org>
3856
3857         * nnir.el (top-level): Don't require cl at run-time.
3858         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3859         Replace cl-function substitute with gnus-replace-in-string.
3860         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3861         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3862         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3863         simplified expansions.
3864
3865 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3866
3867         * dig.el (dig): Add autoload cookie.
3868
3869 2009-08-22  Glenn Morris  <rgm@gnu.org>
3870
3871         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3872         goto-line.
3873
3874 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3875
3876         * parse-time.el (parse-time-string-chars): Save match data.
3877
3878 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3879
3880         * parse-time.el (parse-time-string-chars): Compute using character
3881         classes, to handle non-ascii characters (Bug#3190).
3882
3883 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3886
3887         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3888         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3889         (gnus-mm-display-part, gnus-mime-display-single)
3890         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3891         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3892
3893         * gnus-sum.el
3894         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3895         (gnus-summary-move-article): Add expirable mark to articles copied or
3896         moved to group that has auto-expire turned on if the option is non-nil.
3897
3898 2009-07-24  Glenn Morris  <rgm@gnu.org>
3899
3900         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3901         Fix typo.  (Bug#3903)
3902
3903 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3906         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3907         that should not be used for draft articles.
3908         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3909         that has no concern in minor mode keys.
3910         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3911         Abolish.
3912
3913 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3916         article without making inquiry to a user for unknown encoding.
3917
3918         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3919         (nnmaildir--scan): Assume i-node and device number that file-attributes
3920         returns might be cons-cell.
3921
3922         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3923
3924         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3925
3926 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3927
3928         * auth-source.el: Remove docs now in auth.texi.  Don't use
3929         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3930         `auth-source-hide-passwords' and use them.
3931
3932 2009-07-15  Glenn Morris  <rgm@gnu.org>
3933
3934         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3935
3936 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3939         excessive whitespace from the default values of title and description.
3940
3941 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3944         mail-fetch-field to fetch Content-Description header in order to
3945         exclude newlines.
3946
3947 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3948
3949         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3950         format used by GnuPG 2.0.11.
3951
3952 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3955         to deleted part.
3956
3957 2009-05-30  David Engster  <dengste@eml.cc>
3958
3959         * nnmairix.el: Remove old documentation in the commentary block.
3960         (nnmairix-request-group): Do not update active file for nnml back ends.
3961         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3962         end so that overview files are ignored.
3963         (nnmairix-update-groups): Make updating the groups more robust by using
3964         marks.
3965         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3966         with dollar characters in message-id.
3967
3968 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3971         2008-12-25 in dns.el.
3972
3973 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3974
3975         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3976         could happen if the text is only composed of spaces and/or tabs.
3977
3978 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3979
3980         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3981         when sending a queued message to avoid extra mml tags.
3982
3983 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3986
3987 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3990         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3991         rmail-toggle-header for XEmacs;
3992         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3993
3994 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * gnus-dired.el: Remove autoload for gnus-setup-message.
3997         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3998         displaying Gnus logo; always use compose-mail.
3999
4000 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4003
4004 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4007         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4008         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4009         available.
4010         (gnus-nocem-epg-verify): New function.
4011
4012 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4013
4014         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4015
4016 2009-02-15  Glenn Morris  <rgm@gnu.org>
4017
4018         * gnus-util.el (rmail-insert-rmail-file-header)
4019         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4020         autoloads.
4021         (rmail-default-rmail-file): Remove unnecessary declaration.
4022         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4023
4024 2009-02-14  Glenn Morris  <rgm@gnu.org>
4025
4026         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4027         variable (only used in gnus-util, which declares it anyway).
4028         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4029         which was only needed by gnus-art (changed to not use it any more).
4030         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4031         only used in gnus-util, which autoloads it itself.
4032         (rmail-update-summary): Fix autoload.
4033
4034         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4035         rather than rmail-output-to-rmail-file.
4036
4037 2009-02-07  Glenn Morris  <rgm@gnu.org>
4038
4039         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4040         autoload of function that no longer exists.
4041         (rmail-toggle-header): Declare.
4042         (message-forward-rmail-make-body): Handle mbox Rmail.
4043
4044 2009-01-31  Glenn Morris  <rgm@gnu.org>
4045
4046         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4047         2009-01-09 change.
4048
4049 2009-01-31  Dave Love  <fx@gnu.org>
4050
4051         * imap.el (imap-fetch-safe): Bind debug-on-error.
4052         (imap-debug): Add imap-fetch-safe.
4053
4054 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4055
4056         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4057         (auth-source-forget-all-cached): New convenience function.
4058         (auth-source-user-or-password): Accept list of modes or a single mode.
4059
4060         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4061         auth-source modes.
4062
4063         * netrc.el (netrc-machine-user-or-password): Use list of
4064         auth-source modes.
4065
4066         * nnimap.el (nnimap-open-connection): Use list of
4067         auth-source modes.
4068
4069         * nntp.el (nntp-send-authinfo): Use list of
4070         auth-source modes.
4071
4072 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4073
4074         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4075         now.
4076
4077 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4080         coding system in XEmacs; add a workaround for XEmacs.
4081
4082         * lpath.el: Fbind coding-system-aliasee.
4083
4084 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4087         of current-language-environment.
4088
4089 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4090
4091         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4092         available at runtime.
4093
4094 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4097
4098 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4099
4100         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4101         the greatest positive fixnum value doesn't work under an XEmacs with
4102         bignum support; use the most-positive-fixnum constant instead,
4103         available since Emacs 21.1 with cl and XEmacs 21.1.
4104
4105 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4108         XEmacs gets not to work.
4109
4110 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * mm-util.el (mm-coding-system-priorities): Allow the value like
4113         "Japanese (UTF-8)" of current-language-environment.
4114
4115 2009-01-09  Glenn Morris  <rgm@gnu.org>
4116
4117         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4118         with last-command-event.
4119
4120 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4123         in the doc string.
4124
4125         * message.el (message-fix-before-sending): Amend comment.
4126
4127 2009-01-08  Dave Love  <fx@gnu.org>
4128
4129         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4130
4131 2009-01-07  David Engster  <dengste@eml.cc>
4132
4133         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4134         simplified server definitions by converting it via
4135         gnus-server-to-method.
4136
4137 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4140         parameter's operands.
4141
4142 2009-01-06  David Engster  <dengste@eml.cc>
4143
4144         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4145         primary select method (for gnus-group-mark-article-as-read).
4146
4147 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4148
4149         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4150         `(gnus)Face', not `(gnus)X-Face'.
4151
4152 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * mm-util.el (mm-ucs-to-char): New function.
4155
4156         * mm-url.el (mm-url-decode-entities): Use it.
4157
4158         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4159         unicode-to-char.
4160
4161 2009-01-05  Dave Love  <fx@gnu.org>
4162
4163         * time-date.el: Require cl for `declare'.
4164
4165 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4166
4167         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4168         Dave Love.
4169
4170 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4171
4172         * message.el (message-fix-before-sending): Add `eight-bit' to
4173         illegible-text check.
4174
4175 2009-01-03  Michael Olson  <mwolson@gnu.org>
4176
4177         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4178         `headers' is nil.  This can occur if the IMAP server does not have
4179         permissions to read messages from a folder, but can write new messages
4180         to the folder.
4181         (nnimap-request-article-part): Do not insert `data' if it is nil.
4182
4183         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4184         characters which will confuse `read', so skip past them.
4185
4186 2009-01-01  Dave Love  <fx@gnu.org>
4187
4188         * imap.el (imap-string-to-integer): Fix typo.
4189         (imap-fetch-safe): New function.
4190         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4191
4192         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4193
4194         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4195         (imap-parse-greeting): Fix doc strings.
4196         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4197         (imap-parse-flag-list): Make messages unique.
4198         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4199
4200         * nnimap.el: Fix author email.
4201         (nnimap-split-rule): Add FIXME comment.
4202         (nnimap-debug): Fix doc string.
4203
4204 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4207
4208 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4209
4210         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4211         nslookup if resolv.conf isn't available.
4212         (dns-query): Rename from query-dns.
4213         (dns-query-cached): Rename from query-dns-cached.
4214
4215 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4218         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4219         to check if those variables exist (first appeared in Emacs 18.50).
4220
4221 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * mm-util.el (mm-line-number-at-pos): New function.
4224
4225         * spam-report.el (spam-report-process-queue): Use it.
4226
4227 2008-12-24  David Engster  <dengste@eml.cc>
4228
4229         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4230         parameters that haven't existed as variables as buffer-local variables.
4231
4232 2008-12-23  Dave Love  <fx@gnu.org>
4233
4234         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4235         cadar.
4236
4237         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4238         imap-starttls-p.
4239         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4240
4241 2008-12-22  Dave Love  <fx@gnu.org>
4242
4243         * imap.el: Fix author email.  Doc fixes.
4244         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4245         reply.
4246
4247 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4248
4249         * spam-report.el (spam-report-gmane-max-requests): New constant.
4250         (spam-report-gmane-wait): New variable.
4251         (spam-report-gmane-ham, spam-report-gmane-spam)
4252         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4253         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4254         the server.
4255
4256         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4257         Add explanations.
4258
4259         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4260         nnheader-accept-process-output and nnheader-read-timeout if available.
4261         (pop3-movemail): Use it.
4262
4263         * message.el (message-check-news-body-syntax): Fix signature check if
4264         there's an attachment.
4265
4266 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * mm-util.el: Add comments to the mm- emulating functions.
4269
4270 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4271
4272         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4273         by Stephen Berman <stephen.berman@gmx.net>.
4274
4275 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * mm-util.el (mm-substring-no-properties): New function.
4278         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4279         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4280         (mm-string-to-multibyte): Doc fix.
4281
4282         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4283
4284 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4285
4286         * mml.el (mml-attach-file): Strip text properties from file name.
4287         (Bug#1574)
4288
4289 2008-12-16  Glenn Morris  <rgm@gnu.org>
4290
4291         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4292
4293 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4296         knows since the charset specified might be a bogus alias that
4297         mm-charset-synonym-alist provides.
4298
4299 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4300
4301         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4302         "ISO_8859-1".
4303
4304         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4305
4306 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * mm-util.el (mm-charset-eval-alist):
4309         Define it before mm-charset-to-coding-system.
4310         (mm-charset-to-coding-system): Add optional argument `silent';
4311         define it before mm-charset-override-alist.
4312         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4313         default value if it can be used in Emacs currently running;
4314         silence mm-charset-to-coding-system.
4315
4316 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4319         `allow-override' which says whether to use `mm-charset-override-alist'.
4320         (rfc2047-decode-encoded-words): Use it.
4321
4322         * mm-util.el (mm-charset-override-alist): Fix custom type;
4323         add `(gb2312 . gbk)' to choices.
4324
4325 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4328         fast.
4329
4330         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4331
4332         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4333
4334 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4335
4336         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4337         on links.
4338
4339         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4340
4341 2008-12-03  Lute Kamstra  <lute@gnu.org>
4342
4343         * sha1.el: Remove leading * from docstrings of defcustoms,
4344         deffaces, defconsts and defuns.
4345
4346 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4349         users' addresses that don't have domain parts.
4350         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4351         rather than message-narrow-to-head since there will be the message
4352         header separator.
4353
4354 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4355
4356         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4357         since the result is inserted in a unibyte buffer anyway.
4358         (nnimap-demule-use-string-to-multibyte): Remove.
4359         (nnimap-demule): Alias it to mm-string-to-multibyte.
4360
4361 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4362
4363         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4364         variable for debugging bug#464 and bug#1174.
4365         (nnimap-demule): Use it.
4366
4367 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4368
4369         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4370         score calculation correctly.
4371
4372 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4373
4374         * message.el (message-send-mail): Just set the buffer to unibyte
4375         rather than use mm-with-unibyte-current-buffer which does a lot more.
4376         (message-send-mail-partially): Don't bother with
4377         mm-with-unibyte-current-buffer since it's already been made unibyte by
4378         message-send-mail.
4379
4380 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4381
4382         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4383
4384 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4385
4386         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4387
4388 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4391         require itself and to remove `with-no-warnings'.
4392
4393 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * starttls.el (starttls-any-program-available): Get the name of the
4396         available TLS layer program.
4397         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4398         well as the host name in the "opening" message.
4399
4400         * auth-source.el (auth-source-cache, auth-source-do-cache)
4401         (auth-source-user-or-password): Cache passwords and logins by default,
4402         allow override with `auth-source-do-cache'.
4403         (auth-source-forget-user-or-password): Allow users to remove cache
4404         entries if needed.
4405
4406 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4407
4408         * md4.el (md4-buffer): Fix typo in docstring.
4409         (md4, md4-64): Doc fixes.
4410         (md4-pack-int32): Reflow docstring.
4411
4412 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4413
4414         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4415         condition-case to only the forward-sexp call.
4416
4417 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4418
4419         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4420         quotes contained.  Make it more robust regardless by an extra
4421         condition-case wrapper.
4422
4423 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4426
4427 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * nnml.el (nnml-request-expire-articles): Check if the function set to
4430         `nnmail-expiry-target' returns the symbol `delete'.
4431
4432         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4433
4434         * nnmail.el (nnmail-expiry-target): Fix custom type.
4435
4436 2008-10-02  Glenn Morris  <rgm@gnu.org>
4437
4438         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4439         Silence compiler warning.
4440
4441 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4442
4443         * tls.el (open-tls-stream): Show the actual command being
4444         executed, instead of the format string.
4445
4446 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * lpath.el: Fbind codepage-setup for Emacs 23.
4449
4450 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4451
4452         * mml.el (mml-menu): Don't assume mml2015 is bound.
4453
4454 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4457         exists.
4458
4459 2008-09-27  Glenn Morris  <rgm@gnu.org>
4460
4461         * gnus-util.el (mail-header-remove-comments): Autoload it.
4462
4463 2008-09-27  Andreas Schwab  <schwab@suse.de>
4464
4465         * gnus-util.el (gnus-split-references): Strip comments.
4466         (gnus-parent-id): Likewise.
4467
4468 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4469
4470         * message.el (message-confirm-send): Fix version.
4471
4472 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * message.el (message-idna-to-ascii-rhs-1): Use
4475         mail-extract-address-components rather than mail-header-parse-addresses
4476         that is an alias by default to ietf-drums-parse-addresses that does not
4477         support non-ASCII names in headers' contents.
4478
4479 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         * message.el (message-confirm-send): Fixed variable documentation to
4482         avoid the "y/n" wording.
4483
4484 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4485
4486         * message.el (message-set-auto-save-file-name): Save to a different
4487         filename so multiple messages (especially drafts) can be recovered.
4488
4489 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4490
4491         * message.el (message-confirm-send): Add appropriate version.
4492
4493 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4494
4495         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4496         defvar.
4497
4498 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4499
4500         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4501         (mm-pkcs7-enveloped-magic): Ditto.
4502
4503 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4504
4505         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4506         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4507
4508 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4509
4510         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4511         default, it's better.
4512
4513 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4514
4515         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4516         summary line gnus-number property and ignore them (with a warning
4517         message).
4518
4519 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4522         macro caddr in the interactive form since it won't be expanded.
4523
4524 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4527         `charset'; fix name of function called recursively.
4528         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4529
4530 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4533         (gnus-mime-set-charset-parameters): New function.
4534         (gnus-mime-view-part-as-charset): Use it to correctly display part
4535         specifying wrong charset.
4536
4537 2008-09-08  David Engster  <dengste@eml.cc>
4538
4539         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4540         in completing-read for back end server.
4541
4542 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4543
4544         * message.el (message-confirm-send): New variable to confirm sending a
4545         message.
4546         (message-send): Use it.
4547
4548 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4549
4550         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4551
4552 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4555
4556 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4557
4558         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4559         prevent tracking too many groups.
4560         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4561         Use it.
4562
4563 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4564
4565         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4566         moving point to the bottom of the window in order to avoid recentering.
4567
4568 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4571
4572         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4573         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4574         (gnus-article-beginning-of-window): Fix calculation.
4575
4576 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * gnus-msg.el (gnus-summary-supersede-article)
4579         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4580         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4581         message header.
4582
4583 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4584
4585         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4586         pending output coming after the status change.
4587
4588 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4589
4590         * message.el:
4591         * gnus-start.el:
4592         * gnus-registry.el: Remove VMS support.
4593
4594 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4597         macro.
4598         (rfc2104-hash): Use it.
4599
4600 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4603         (gnus-summary-sort-by-most-recent-date): New commands.
4604         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4605         and menu entries.
4606
4607 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4610         don't redisplay article for raw contents; remove plural articles stuff.
4611
4612         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4613         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4614         on gnus-summary-save-article; display results properly.
4615
4616 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * lpath.el: No need to fbind ns-focus-frame.
4619
4620 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4623
4624 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4627         gnus-save-all-headers.
4628
4629 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4630
4631         * gnus-util.el (ns-focus-frame): Remove declaration.
4632         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4633         like x.
4634
4635 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4636
4637         * rfc2104.el (rfc2104-zero): Delete defconst.
4638         (rfc2104-hex-alist): Likewise.
4639         (rfc2104-hex-to-int): Delete func.
4640         (rfc2104-hexstring-to-bitstring): Likewise.
4641         (rfc2104-nybbles): New defconst.
4642         (rfc2104-hash): Rewrite for speed.
4643
4644 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * tls.el (open-tls-stream): Make it work with the 2nd argument
4647         BUFFER that is a string but does not exist as a buffer object, as
4648         mentioned in the doc-string.
4649
4650 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4653         SXEmacs.
4654
4655 2008-07-16  Glenn Morris  <rgm@gnu.org>
4656
4657         * gnus-util.el (ns-focus-frame): Declare for compiler.
4658
4659 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4662         set as a group parameter.
4663         (gnus-summary-save-in-pipe): Work when it is called independently.
4664         (gnus-summary-pipe-to-muttprint): Don't modify
4665         gnus-summary-pipe-output-default-command.
4666
4667 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4668
4669         * message.el (message-send-mail-with-sendmail):
4670         Display the error message.
4671
4672 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * gnus-art.el (gnus-default-article-saver):
4675         Add gnus-summary-save-in-pipe to choices.
4676         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4677         gnus-summary-pipe-output-default-command as the default command.
4678         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4679         instead of gnus-last-shell-command.
4680
4681         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4682         New user option.
4683         (gnus-summary-muttprint-program): Mention the value will be changed.
4684         (gnus-summary-save-article): Force showing of all headers.
4685         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4686
4687 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4688
4689         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4690
4691 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4692
4693         * nnimap.el (nnimap-id):
4694         * sieve-manage.el (sieve-manage-open): Doc fixes.
4695
4696 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4697
4698         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4699         if available.
4700
4701 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4702
4703         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4704
4705         * nnkiboze.el (nnkiboze-generate-group):
4706         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4707
4708         * nnmairix.el: Require CL.
4709
4710 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * dgnushack.el: Autoload get-display-table and put-display-table for
4713         XEmacs 21.5.
4714
4715         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4716         21.4 and SXEmacs.
4717
4718 2008-06-15  David Engster  <dengste@eml.cc>
4719
4720         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4721
4722 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4723
4724         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4725         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4726         runtime choice under XEmacs.
4727
4728         * gnus-sum.el (gnus-summary-set-display-table):
4729         Use `gnus-put-display-table', `gnus-get-display-table',
4730         `gnus-set-display-table' for the display table, instead of `aset'.
4731
4732         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4733         Use `gnus-put-display-table', `gnus-get-display-table',
4734         `gnus-set-display-table' for the display table.
4735
4736 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4737
4738         * nnmairix.el: Add autoloads.
4739
4740 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4741
4742         * nnmairix.el (nnmairix-delete-recreate-group)
4743         (nnmairix-update-and-clear-marks): Fix error messages.
4744
4745 2008-06-14  David Engster  <dengste@eml.cc>
4746
4747         * nnmairix.el: Upgrade to version 0.6.
4748         (nnmairix-group-toggle-propmarks-this-group)
4749         (nnmairix-group-toggle-readmarks-this-group)
4750         (nnmairix-group-delete-recreate-this-group)
4751         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4752         (nnmairix-remove-tick-mark-original-article): New commands.
4753         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4754         (nnmairix-propagate-marks-to-nnmairix-groups)
4755         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4756         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4757         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4758         functions needed for marks propagation and manipulation of read marks.
4759         (nnmairix-update-groups): New function.
4760         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4761         (nnmairix-determine-original-group-from-registry)
4762         (nnmairix-determine-original-group-from-path)
4763         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4764         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4765         New helper functions.
4766         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4767         keystrokes for new commands.
4768         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4769         (nnmairix-request-group): Check allow-fast group parameter.
4770         (nnmairix-request-create-group): Set allow-fast group parameter if
4771         nnmairix-allowfast-default is set.
4772         (nnmairix-close-group): Propagate marks upon closing if needed.
4773         (nnmairix-group-toggle-threads-this-group): Use new.
4774         nnmairix-group-toggle-parameter helper function.
4775         (nnmairix-search): Better check for empty search result.
4776         (nnmairix-goto-original-article): Use new helper functions for
4777         determining original article.
4778         (nnmairix-show-original-article): Make sure message-id is in brackets.
4779         (nnmairix-call-mairix-binary): Change variable name.
4780         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4781         helper function.
4782         (nnmairix-widget-toggle-activate): Fix doc string.
4783
4784 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * nnir.el: Require edmacro when compiling with XEmacs.
4787         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4788         available in Emacs 21.
4789
4790 2008-06-11  Glenn Morris  <rgm@gnu.org>
4791
4792         * gnus-util.el (x-focus-frame):
4793         * gnus.el (image-size):
4794         * mm-decode.el (image-size): Declare.
4795
4796         * gnus-picon.el (declare-function): Add compat definition.
4797         (image-size): Declare.
4798
4799         * gnus-group.el (tool-bar-map):
4800         * gnus-sum.el (tool-bar-map): Define for compiler.
4801
4802         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4803
4804         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4805
4806         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4807         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4808         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4809         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4810         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4811         * sieve-manage.el, spam-report.el, spam.el:
4812         Remove unnecessary eval-and-compile of autoloads.
4813
4814 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4815
4816         * auth-source.el: Precise Tramp doc.
4817
4818 2008-06-07  Glenn Morris  <rgm@gnu.org>
4819
4820         * nnmairix.el: Remove unnecessary eval-when-compile.
4821
4822 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * lpath.el: Fbind propertize for XEmacs 21.4.
4825
4826 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4827
4828         * nnir.el: Move here from ../contrib.
4829
4830 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4831
4832         * gnus-util.el (gnus-read-shell-command): New function.
4833         * mm-decode.el (mm-pipe-part):
4834         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4835
4836 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4839
4840 2008-06-03  Glenn Morris  <rgm@gnu.org>
4841
4842         * pop3.el (nnheader-accept-process-output): Autoload it.
4843
4844 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4847         are not 2-digit hexadecimal characters that follow `%'s.
4848
4849 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * message.el (message-bogus-recipient-p): Fix type in doc string.
4852         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4853         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4854         Improve custom options.
4855         (message-bogus-recipient-p): Adjust accordingly.
4856
4857 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4858
4859         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4860         long-form month and day names.
4861
4862 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * dgnushack.el: Autoload debug, eudc-expand-inline and
4865         pgg-snarf-keys-region for XEmacs.
4866
4867         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4868
4869         * nnmairix.el: Require edmacro when compiling with XEmacs.
4870
4871 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4872
4873         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4874         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4875
4876 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4877
4878         * auth-source.el: Add more docs.
4879
4880         * netrc.el (netrc-machine): Always match if the port is not given.
4881
4882 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4885         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4886         retrieval faster in some cases, but might make CPU usage larger.  If
4887         this has any bad side effects, we might revert this change.
4888
4889         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4890         seems to make mail retrieval much, much faster.
4891         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4892         unconditionally.
4893
4894         * gnus-draft.el (gnus-group-send-queue): Bind
4895         message-send-mail-partially-limit to nil to avoid being prompted.
4896
4897 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4898
4899         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4900
4901         * message.el (message-bogus-address-regexp): Fix and improve custom
4902         type.
4903         (message-setup-hook): Add message-check-recipients as custom option.
4904
4905 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4906
4907         * message.el (message-cite-function): Remove bogus autoload which crept
4908         in during merge from v5-10.
4909
4910 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4911
4912         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4913
4914         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4915
4916         * auth-source.el: Preliminary Tramp docs.
4917         (auth-sources): Change the default auth-sources to use
4918         EPA .gpg files.
4919
4920 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * nntp.el: Autoload `auth-source-user-or-password'.
4923         (nntp-send-authinfo): Use it.
4924
4925         * nnimap.el: Autoload `auth-source-user-or-password'.
4926         (nnimap-open-connection): Use it.
4927
4928         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4929         for the gnus-message function.
4930         (auth-source-user-or-password): Use it.
4931
4932 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4933
4934         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4935         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4936         (rfc2104-hash): Use it.
4937
4938 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4939
4940         * gnus-art.el (gnus-article-toggle-truncate-lines):
4941         Don't use `iff' in docstring.
4942
4943 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4944
4945         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4946
4947         * gnus-util.el (gnus-extract-address-component-name)
4948         (gnus-extract-address-component-email): Convenience functions around
4949         `gnus-extract-address-components'.
4950
4951         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4952         Use `gnus-extract-address-component-email' to fix bug of comparing full
4953         sender name to `user-mail-address'.
4954
4955 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4956
4957         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4958         catch/throw to optimize.
4959         (gnus-registry-find-keywords): Just use member to find a keyword.
4960
4961 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4962
4963         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4964         is current before calling gnus-server-prepare.
4965         (gnus-server-setup-buffer, gnus-server-update-server)
4966         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4967
4968 2008-05-04  Juri Linkov  <juri@jurta.org>
4969
4970         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4971         (mailcap-file-default-commands): Use mailcap-replace-in-string
4972         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4973         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4974
4975 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4976
4977         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4978
4979 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4980
4981         * gnus.el: Bump version to 0.11.
4982
4983 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4984
4985         * gnus.el: No Gnus v0.10 is released.
4986
4987 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4988
4989         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4990         hooks.
4991         (gnus-update-read-articles): Speed up non-marks-using users.
4992         (gnus-use-marks): Define gnus-use-marks.
4993         (gnus-propagate-marks): Rename variable to something more sensible.
4994
4995 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4996
4997         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4998         (gmm-image-load-path-for-library): Fix typos in docstrings.
4999         (gmm-message): Reflow docstring.
5000
5001 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5002
5003         * mail-source.el (mail-source-set-1, mail-source-bind):
5004         Move auth-source code out of the macro to clean it up and fix bugs.
5005
5006 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5007
5008         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5009         by sender if it's equal to user-mail-address, it's likely to be
5010         useless.
5011
5012         * mail-source.el (mail-source-bind): Don't use user or password if they
5013         are not bound.  Unintern them if they are nil.  Don't use server unless
5014         it's bound, and default it to empty string otherwise.
5015
5016 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5017
5018         * mail-source.el: Load auth-source.el.
5019         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5020         get user name or password, if auth-sources is set up.
5021
5022         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5023         strategy of splitting with parent.
5024         (gnus-registry-split-fancy-with-parent)
5025         (gnus-registry-post-process-groups): Use it and fix prior
5026         bug (returning a list as the split result).
5027
5028         * auth-source.el (auth-sources): Remove server parameter.
5029         (auth-source-pick, auth-source-user-or-password)
5030         (auth-source-user-or-password-imap)
5031         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5032         (auth-source-user-or-password-sftp)
5033         (auth-source-user-or-password-smtp): Remove server parameter.
5034
5035 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5036
5037         * smime.el (smime-sign-region, smime-encrypt-region)
5038         (smime-decrypt-region):
5039         Remove redundant calls to `generate-new-buffer-name'.
5040
5041 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5042
5043         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5044         Don't use QP for message/rfc822.
5045         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5046
5047 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5048
5049         * sieve-manage.el (sieve-string-bytes): Remove.
5050         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5051         correct byte-length only if the process's coding-system is the same as
5052         the one used internally by Emacs to represent strings.
5053
5054 2008-04-22  Juri Linkov  <juri@jurta.org>
5055
5056         * mailcap.el (mailcap-file-default-commands): New function.
5057
5058 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5059
5060         * message.el (message-signature-separator, message-cite-function):
5061         Change custom version.
5062
5063 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5064
5065         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5066         commands.
5067         (tls-checktrust): Ditto.
5068
5069 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * mm-decode.el (mm-display-external): Make temp file read-only.
5072
5073 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5074
5075         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5076         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5077         `C-c C-f d'.
5078
5079 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5080
5081         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5082
5083 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5084
5085         * gnus.el: Bump version to 0.9.
5086
5087 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5088
5089         * gnus.el: No Gnus v0.8 is released.
5090
5091 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5092
5093         * mail-source.el (mail-source-value):
5094         Prefer fboundp to functionp so it works with macros as well.
5095
5096 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5097
5098         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5099         Fix last change in case the element is not even a symbol.
5100
5101 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5102
5103         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5104         Prefer fboundp to functionp so it works with macros as well.
5105
5106 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5107
5108         * auth-source.el: Added docs.
5109         (auth-sources): Modify format to support server.
5110         (auth-source-pick, auth-source-user-or-password)
5111         (auth-source-user-or-password-imap)
5112         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5113         (auth-source-user-or-password-sftp)
5114         (auth-source-user-or-password-smtp): Add server parameter.
5115
5116 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5117
5118         * gnus-registry.el: Initialize the registry when gnus-registry-install
5119         is t.
5120
5121 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * compface.el (uncompface): Make buffer unibyte.
5124
5125 2008-04-05  Glenn Morris  <rgm@gnu.org>
5126
5127         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5128
5129 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5130
5131         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5132         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5133
5134         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5135         multibyteness after rather than before erasing it.
5136
5137         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5138         mm-with-multibyte.
5139         (gnus-request-article-this-buffer): Make sure the proper decoding is
5140         used if gnus-original-article-buffer happens to be unibyte.
5141
5142         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5143         default-enable-multibyte-characters.
5144
5145         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5146         default-enable-multibyte-characters.
5147
5148         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5149
5150         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5151
5152 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5153
5154         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5155         (imap-message-copyuid-1): Use it.
5156         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5157         J. Williams in
5158         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5159
5160         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5161         imap-enable-exchange-bug-workaround.
5162         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5163
5164 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5165
5166         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5167         a 100 byte status-checks into a 2-3MB transfer for each group.
5168         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5169         to enable bug workaround or not.
5170         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5171
5172 2008-03-31  Glenn Morris  <rgm@gnu.org>
5173
5174         * message.el (mml2015-use): Declare for compiler.
5175         (message-info): Require mml2015 when appropriate.
5176
5177 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5180         whitespace.
5181
5182 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5183
5184         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5185         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5186         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5187         (nntp-service-to-port): New function.
5188         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5189         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5190         (nntp-open-netcat-stream): New function.
5191         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5192
5193 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5194
5195         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5196
5197 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5198
5199         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5200
5201 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5202
5203         * dns.el (dns-write): Use set-buffer-multibyte.
5204
5205 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5206
5207         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5208
5209 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * message.el (message-signature-separator): Change default.
5212         Improve custom type.
5213         (message-cite-function): Change default to
5214         message-cite-original-without-signature.
5215
5216         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5217         toggle.
5218
5219         * message.el (message-check-news-body-syntax): Fix signature check.
5220         (message-setup-1): Mark buffer as unmodified _after_ running
5221         message-setup-hook and handling message-alternative-emails.
5222         (message-shorten-references): Be more strict when building list of
5223         valid references to comply with GNKSA.
5224
5225         * gnus-group.el (gnus-read-ephemeral-bug-group)
5226         (gnus-read-ephemeral-debian-bug-group)
5227         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5228
5229         * message.el (message-info): Don't use booleanp which isn't supported
5230         in Emacs 21 and XEmacs.
5231
5232 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5233
5234         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5235         gnus-group-gmane-group-download-format.
5236         (gnus-group-read-ephemeral-gmane-group): Rename from
5237         gnus-group-read-ephemeral-gmane-group.
5238         (gnus-read-ephemeral-gmane-group-url): Rename from
5239         gnus-group-read-ephemeral-gmane-group-url.
5240         (gnus-bug-group-download-format-alist): New variable.
5241         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5242         (gnus-read-ephemeral-emacs-bug-group): New commands.
5243
5244 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5245
5246         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5247         (gnus-visible-headers): Improve custom type.
5248
5249 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5250
5251         * mml.el (mml-menu): Add workarounds for XEmacs.
5252
5253         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5254         X-Boundary header.
5255
5256         * message.el (message-simplify-recipients): Fix previous commit.
5257
5258 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5259
5260         * mm-util.el (mm-set-buffer-multibyte): New function.
5261         * mm-decode.el (mm-copy-to-buffer): Use it.
5262
5263 2008-03-19  Glenn Morris  <rgm@gnu.org>
5264
5265         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5266         Accidentally removed in the sync process with Emacs.
5267
5268 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * message.el (message-alter-recipients-discard-bogus-full-name):
5271         New function.
5272         (message-alter-recipients-function): New variable.
5273         (message-get-reply-headers): Use it.
5274         (message-replace-header): New helper function.
5275         (message-recipients-without-full-name): New variable.
5276         (message-simplify-recipients): New command.
5277
5278         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5279
5280         * message.el (message-info): Handle EasyPG manual.
5281
5282         * mml.el (mml-menu): Add entry for EasyPG.
5283
5284 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5285
5286         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5287         parameter.
5288
5289         * message.el (message-disassociate-draft): Specify drafts group name
5290         fully.
5291
5292 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5293
5294         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5295         unnecessary duplicates from the match list.
5296
5297 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5300
5301         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5302
5303         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5304         args of `how-many' of which the XEmacs version doesn't take; declare
5305         Info-index-next as function.
5306
5307 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * gnus-score.el (gnus-score-headers): Fix handling of
5310         gnus-inhibit-slow-scoring.
5311
5312         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5313         string.
5314         (gnus-button-url-regexp): Improve handling of parenthesis.
5315         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5316         (gnus-button-handle-info-keystrokes): Handle index entries.
5317
5318 2008-03-15  Glenn Morris  <rgm@gnu.org>
5319
5320         * parse-time.el (parse-time-string): Simplify.
5321
5322 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5325         Incoming* files.
5326
5327 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5328
5329         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5330         (auth-source-pick): Use it.
5331
5332 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5333
5334         * binhex.el (binhex-decode-region-internal):
5335         * uudecode.el (uudecode-decode-region-internal):
5336         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5337         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5338         setting default-enable-multibyte-characters.
5339
5340 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5341
5342         * auth-source.el (auth-source-protocols)
5343         (auth-source-protocols-customize, auth-source-choices): Added and
5344         modified variable customizations and defaults.
5345         (auth-source-pick, auth-source-user-or-password)
5346         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5347         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5348         (auth-source-user-or-password-sftp)
5349         (auth-source-user-or-password-smtp): Use new variables and provide an
5350         interface to netrc.el.
5351
5352 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5355         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5356         Make sure the nntp port to specify is a string.
5357
5358 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5359
5360         * nntp.el: Use with-current-buffer.
5361         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5362         dubious mm-with-unibyte-current-buffer.
5363         (nntp-with-open-group-function): New function extracted from
5364         nntp-with-open-group macro.
5365         (nntp-with-open-group): Use the function, so it's easier to debug.
5366         Add indentation and debugging info.
5367         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5368         the use of the netcat alternatives.
5369
5370         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5371         Avoid mm-string-as-multibyte as well.
5372
5373         * nnweb.el (nnweb-insert-html):
5374         Remove use of nnheader-string-as-multibyte.
5375
5376         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5377         (nnheader-string-as-multibyte): Remove.
5378
5379         * mm-view.el: Use inhibit-read-only.
5380         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5381         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5382         or unibyte-string.
5383
5384         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5385         (mm-uu-yenc-extract): Use with-current-buffer.
5386
5387         * gnus-soup.el (gnus-soup-send-packet): Don't use
5388         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5389
5390         * nnmh.el: Use with-current-buffer.
5391         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5392         mm-string-as-multibyte on the output of mm-encode-coding-string.
5393
5394         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5395         (nnimap-request-move-article): Use with-current-buffer.
5396
5397         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5398         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5399         conversion uses string-make-unibyte rather than string-as-unibyte.
5400
5401         * gnus-msg.el: Use with-current-buffer.
5402
5403         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5404
5405 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5406
5407         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5408         string for caching if it is 'PIN.
5409
5410 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * lpath.el: Consider the case without Emacs/W3.
5413
5414 2008-03-08  Glenn Morris  <rgm@gnu.org>
5415
5416         * time-date.el (date-to-time, time-subtract, time-add)
5417         (safe-date-to-time): Doc fixes.
5418
5419 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * mail-source.el (mail-source-delete-old-incoming-confirm):
5422         Change default to nil.
5423         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5424
5425 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * lpath.el: Rearrange.
5428
5429         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5430         (gnus-article-goto-prev-page): Work for articles having ^L's.
5431
5432         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5433
5434         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5435
5436 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5437
5438         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5439         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5440         (gnus-bookmark-jump): Adjust some variable names.
5441
5442 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5443
5444         * auth-source.el: New package.
5445         (auth-source-choices): Add customization entry point variable.
5446
5447         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5448         bug.
5449
5450 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5451
5452         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5453         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5454         (gnus-registry-install-shortcuts): Rename from
5455         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5456         the `gnus-registry-mark-map' keymap dynamically from
5457         `gnus-registry-marks'.  The generated functions update the summary line
5458         when a registry mark is added or deleted, and will call
5459         `gnus-registry-install-p' (see the comments in the code).
5460         (gnus-registry-user-format-function-M): Use concat intelligently.
5461
5462         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5463         the registry mark functions.
5464
5465 2008-03-05  Glenn Morris  <rgm@gnu.org>
5466
5467         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5468         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5469         gnus-art.
5470         (top-level): No need to load own source when compiling.
5471
5472 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5473
5474         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5475         Suggested by <chris.anderton@zetnet.co.uk>.
5476
5477 2008-03-04  Glenn Morris  <rgm@gnu.org>
5478
5479         * gnus-sum.el (top-level): No need to require gnus when compiling,
5480         since unconditionally required near start of file.
5481         (gnus-summary-display-while-building): Move definition before use.
5482
5483 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5484
5485         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5486         formatting function.
5487
5488 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5489
5490         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5491         with plists.
5492         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5493         Use new format.
5494
5495 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5498         `where-is-internal' that returns a range of key sequences.
5499
5500 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5501
5502         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5503
5504         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5505         (gnus-summary-jump-to-group): Consider windows on other displayed
5506         frames as well.  Similar changes might be needed elsewhere, but that's
5507         the one I've bumped into during my use.
5508
5509         * nndoc.el (nndoc-oe-dbx-type-p):
5510         * gnus-msg.el (gnus-debug):
5511         * gnus-group.el (gnus-update-group-mark-positions):
5512         Use mm-string-to-multibyte.
5513
5514 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5515
5516         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5517         doesn't handle NotDashEscaped.
5518
5519         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5520         (mml-dnd-attach-options): Fix typo in custom choice.
5521
5522         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5523         nndoc-article-type to mbox.
5524         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5525
5526         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5527         to nil, instead of html2text.
5528
5529         * imap.el (imap-debug): Add `imap-ping-server'.
5530
5531         * gnus-bookmark.el: Add FIXMEs.
5532
5533         * message.el (message-form-letter-separator)
5534         (message-send-form-letter-delay): New variables.
5535         (message-send-form-letter): Use them.  New command to send form
5536         letters.  Requested by Uwe Siart.
5537         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5538
5539 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * Update copyright years.
5542
5543 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         Sync from EMACS_22_BASE.
5546
5547         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5548
5549 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5550
5551         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5552         empty author.
5553
5554 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5555
5556         * gnus-registry.el (gnus-registry-marks): Add variable for
5557         customization of marks and their appearance.
5558         (gnus-registry-read-mark): Use it.
5559         (gnus-registry-do-marks): Add utility function to loop through
5560         `gnus-registry-marks'.
5561         (gnus-registry-install-shortcuts-and-menus): Add function to install
5562         shortcuts and menus.
5563         (gnus-registry-initialize): Use it.
5564         (gnus-registry-default-mark): Clarify documentation.
5565
5566 2008-02-29  Glenn Morris  <rgm@gnu.org>
5567
5568         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5569         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5570         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5571         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5572         Change defcustom :version from 23.0 to 23.1.
5573
5574 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5575
5576         * gnus-registry.el (gnus-registry-follow-group-p)
5577         (gnus-registry-post-process-groups): Add functions to aid registry
5578         splitting and improve logging.  Clarify behavior in function
5579         documentation.
5580         (gnus-registry-split-fancy-with-parent): Use them.
5581
5582 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5583
5584         * gnus-art.el: Use with-current-buffer.
5585
5586 2008-02-27  David Engster  <dengste@eml.cc>
5587
5588         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5589         Express real group name in the response.
5590
5591 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5594         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5595         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5596         autoload gnus-registry-fetch-group when compiling.
5597         (nnmairix-request-group-with-article-number-correction): Remove
5598         unreferenced argument passed to nnmairix-call-backend.
5599
5600 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5601
5602         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5603         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5604         Wilde.
5605
5606 2008-02-27  Glenn Morris  <rgm@gnu.org>
5607
5608         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5609         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5610         variables to defconsts.  Convert comments to doc-strings.
5611         (nnmairix-last-server, nnmairix-current-server): Convert from free
5612         variables to defvars.  Convert comments to doc-strings.
5613         (gnus-registry-fetch-group): Autoload.
5614         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5615         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5616         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5617         caddr.
5618         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5619         nnmairix-request-group-with-article-number-correction call.
5620         (nnmairix-fast, nnmairix-group): New, less general names, for free
5621         variables passed from nnmairix-request-group to
5622         nnmairix-request-group-with-article-number-correction.  Declare.
5623         (nnmairix-request-group-with-article-number-correction):
5624         Use nnmairix-fast, nnmairix-group rather than fast, group.
5625
5626 2008-02-26  David Engster  <dengste@eml.cc>
5627
5628         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5629         version 0.5.
5630
5631 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5634         instead of making an extra function call.  Don't add the current group
5635         to articles only when they have the group.  Use
5636         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5637         Reported by David <de_bb@arcor.de>.
5638
5639 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5642         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5643
5644 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * mail-source.el (mail-source-delete-incoming): Change default.
5647         Supplement doc string.
5648
5649         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5650
5651 2008-02-14  Glenn Morris  <rgm@gnu.org>
5652
5653         * time-date.el (format-seconds): New function.
5654
5655 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * nnmail.el (nnmail-message-id-cache-file): Derive from
5658         `gnus-home-directory'.
5659
5660 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5661
5662         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5663         Document negative prefix.
5664
5665         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5666
5667 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * message.el (message-unsent-separator): Add the Exim bounce
5670         separator.
5671
5672 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5673
5674         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5675         list.
5676         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5677         recipient/signer list.
5678
5679 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * Makefile.in (datarootdir): Define.
5682         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5683         name that might contain whitespace.
5684
5685 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5686
5687         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5688         fbound (Emacs 23 unicode), signal an error.
5689
5690 2008-02-08  Glenn Morris  <rgm@gnu.org>
5691
5692         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5693
5694 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5695
5696         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5697         ports to the calls to `netrc-machine-user-or-password' in addition to
5698         "imap" and "imaps".
5699
5700 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5701
5702         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5703
5704         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5705
5706 2008-02-01  Kenichi Handa  <handa@m17n.org>
5707
5708         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5709         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5710         (rfc2104-hash): Convert the result of concat to unibyte string.
5711
5712 2008-02-01  Dave Love  <fx@gnu.org>
5713
5714         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5715         coding-system-for-read.
5716         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5717
5718 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5721         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5722         <hanche@math.ntnu.no>.
5723
5724 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5727
5728         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5729
5730 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5731
5732         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5733         * message.el (message-beginning-of-line): Use featurep instead of bound
5734         tests in order to resolve conditionals at compile time.
5735
5736 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5737
5738         * mail-source.el (mail-sources): Add `group' choice.
5739
5740         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5741         parameter `in-group' to control into which group the articles go.
5742         Add treatment of `group' mail-source.
5743
5744 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5747
5748         * mm-decode.el (mm-dissect-buffer): Decode description.
5749
5750         * mml.el (mml-to-mime): Encode message header first.
5751
5752 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5755         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5756
5757         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5758         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5759
5760 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5761
5762         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5763
5764 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5767         prefix keys.
5768         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5769         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5770         gnus-xmas.el.
5771
5772         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5773         (gnus-xmas-article-describe-bindings): New function.
5774         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5775         gnus-xmas-article-describe-bindings.
5776
5777         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5778
5779 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5780
5781         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5782         Add new variables for article mark management.
5783         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5784         list of extra data entries which, when present, will indicate that the
5785         article ID should not be trimmed from the registry.
5786         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5787         functions.
5788         (gnus-registry-read-mark): New function to read a mark name from the
5789         user.
5790         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5791         (gnus-registry-set-article-mark-internal): New functions to add and
5792         remove marks.
5793         (gnus-registry-get-article-marks): New function to show the marks for
5794         an article, or retrieve them for further use.
5795
5796 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5799         keys when no argument is given.
5800
5801 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5802
5803         * imap.el (imap-ping-server): New variable.
5804         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5805         (imap-ping-server): Minor doc string fixes.
5806
5807 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5808
5809         * imap.el (imap-ping-server): New function.
5810         (imap-opened): Call imap-ping-server.
5811
5812 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * gnus-sum.el (gnus-article-sort-by-random)
5815         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5816         jidanni@jidanni.org.
5817
5818 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * gnus-art.el (gnus-article-describe-bindings): New function.
5821         (gnus-article-read-summary-keys): Use it.
5822         (gnus-article-mode-map): Bind `C-h b' to it.
5823
5824 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5827         XEmacs.
5828         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5829         against non-character events.
5830
5831         * lpath.el: Fbind map-keymap for Emacs 21.
5832
5833 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5836         command.
5837         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5838         instead of END.  Change name of the temp file.
5839         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5840         customizable.
5841
5842 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5845         bind `S W' to gnus-article-wide-reply-with-original; set default
5846         binding to gnus-article-read-summary-send-keys.
5847         (gnus-article-read-summary-keys): Fix the order of keys; display
5848         continuation keys correctly in the echo area; describe bindings
5849         correctly when keys end with `C-h'.
5850         (gnus-article-read-summary-send-keys): New function.
5851         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5852         for gnus-article-read-summary-send-keys; display continuation keys
5853         correctly in the echo area.
5854         (gnus-article-reply-with-original): Ignore prefix argument.
5855         (gnus-article-wide-reply-with-original): New function.
5856
5857         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5858         Emacs 21.
5859
5860 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5863         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5864
5865 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5866
5867         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5868         (gnus-group-read-ephemeral-gmane-group): New command.
5869
5870 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5871
5872         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5873
5874 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5875
5876         * message.el (message-send-mail-function): Increase custom version.
5877
5878         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5879         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5880
5881 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5882
5883         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5884         for the cases where imap-authenticate is called with a nil buffer
5885         parameter.
5886
5887 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5890         html parts correctly; support forwarded messages.
5891         (gnus-article-browse-html-article): Remove work buffers.
5892
5893         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5894         compiling.
5895         (netrc-bound-and-true-p): New macro.
5896         (netrc-parse): Use it instead of bound-and-true-p that is not available
5897         in XEmacs 21.4.
5898
5899 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5900
5901         * gnus-registry.el (gnus-registry-mark-article)
5902         (gnus-registry-article-marks): Add functionality to mark articles
5903         through the Gnus registry.
5904
5905         * encrypt.el: Clarify documentation for the new pgg method.
5906         (encrypt-file-alist): Add PGG option.
5907         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5908         functionality.  Abstract password key and messaging to external
5909         functions.
5910         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5911         (encrypt-message-method-and-cipher): Add new convenience external
5912         functions.
5913         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5914         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5915
5916         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5917         (netrc-parse): Use encrypt-file-alist to determine if
5918         encrypt-find-model or encrypt-insert-file-contents should be used.
5919
5920         * encrypt.el: Clarify documentation.  Load password-cache or
5921         password, whichever one is found first, instead of autoloading.
5922
5923 2007-12-19  Glenn Morris  <rgm@gnu.org>
5924
5925         * mml.el (message-options-set, message-narrow-to-head)
5926         (message-in-body-p, message-mail-p, message-encode-message-body):
5927         Autoload.
5928         (message-remove-header, message-narrow-to-headers-or-head)
5929         (message-subscribed-p, message-make-mail-followup-to)
5930         (message-position-on-field, message-news-p)
5931         (message-options-set-recipient, message-generate-headers)
5932         (message-sort-headers): Declare as functions.
5933
5934 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5937         convention in doc string.
5938
5939 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5942         title to html parts.
5943         (gnus-article-browse-html-article): Pass message header to it.
5944
5945         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5946
5947 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5950         or password compatible with XEmacs.
5951
5952 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5953
5954         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5955         format document.
5956         (gnus-mime-delete-part): Don't write description line if empty.
5957         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5958
5959 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5960
5961         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5962         (gnus-summary-mark-read-and-unread-as-read)
5963         (gnus-summary-mark-current-read-and-unread-as-read)
5964         (gnus-summary-mark-unread-as-ticked): Doc fix.
5965         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5966
5967 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5968
5969         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5970         Christoph Conrad <christoph.conrad@gmx.de>.
5971
5972 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5975         yes-or-no-p.
5976
5977 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * mm-decode.el (mm-add-meta-html-tag): New function.
5980         (mm-save-part-to-file, mm-pipe-part): Use it.
5981
5982         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5983         gnus-y-or-n-p instead of y-or-n-p.
5984         (gnus-article-browse-html-parts): Work with message/external-body; use
5985         mm-add-meta-html-tag.
5986
5987 2007-12-11  Glenn Morris  <rgm@gnu.org>
5988
5989         * gnus-cache.el: Require gnus-sum not just when compiling.
5990
5991         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5992
5993         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5994         definitions before use.
5995
5996         * mm-decode.el: Require gnus-util.
5997         (mm-remove-part): Only call delete-annotation on XEmacs.
5998
5999         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6000
6001         * nnmail.el: Require gnus-int.
6002
6003         * spam.el: Move `require's before `eval-when-compile's.
6004
6005         * gnus-ems.el (gnus-alive-p):
6006         * gnus-fun.el (message-goto-eoh):
6007         * gnus-util.el (gnus-group-name-decode):
6008         * mail-source.el (gnus-compress-sequence):
6009         * message.el (Info-goto-node, format-spec):
6010         * mm-bodies.el (message-options-get):
6011         * mm-decode.el (mm-view-pkcs7):
6012         * mm-util.el (gmm-write-region):
6013         * mml-smime.el (mml-compute-boundary)
6014         (gnus-completing-read-with-default):
6015         * mml.el (widget-button-press, gnus-make-hashtable):
6016         * mml1991.el (mm-decode-content-transfer-encoding)
6017         (mm-encode-content-transfer-encoding)
6018         (message-options-get, message-options-set):
6019         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6020         * nnfolder.el (gnus-request-group):
6021         * nnheader.el (ietf-drums-unfold-fws):
6022         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6023         * smime.el (gnus-run-mode-hooks):
6024         * spam-stat.el (gnus-message): Autoload.
6025
6026         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6027         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6028         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6029         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6030         Add declare-function compatibility definition.
6031
6032         * gnus-cache.el (nnvirtual-find-group-art):
6033         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6034         (gnus-add-image, gnus-add-wash-type):
6035         * gnus-group.el (nnkiboze-score-file):
6036         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6037         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6038         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6039         (message-tokenize-header, gnus-get-buffer-create)
6040         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6041         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6042         * gnus.el (gnus-group-decoded-name):
6043         * mail-source.el (imap-capability):
6044         * mm-bodies.el (message-options-set):
6045         * mm-decode.el (gnus-configure-windows):
6046         * mm-extern.el (message-goto-body):
6047         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6048         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6049         (epg-sub-key-validity, message-options-set):
6050         * mml.el (widget-event-point, gnus-configure-windows):
6051         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6052         * mml2015.el (epg-check-configuration, epg-configuration)
6053         (message-options-set):
6054         * nndb.el (nndb-request-article):
6055         * nnfolder.el (gnus-request-create-group):
6056         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6057         * nnmaildir.el (gnus-group-mark-article-read):
6058         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6059         * rfc1843.el (message-fetch-field):
6060         * spam.el (gnus-extract-address-components):
6061         Declare as functions.
6062
6063 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6066
6067         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6068
6069         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6070         bind show-trailing-whitespace for XEmacs.
6071
6072 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6073
6074         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6075         new no-op macro for backward compatibility.
6076
6077         * imap.el (imap-string-to-integer): New function.
6078
6079 2007-12-09  Glenn Morris  <rgm@gnu.org>
6080
6081         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6082
6083         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6084         * message.el, mm-view.el, sieve-manage.el, smime.el:
6085         Add declare-function compatibility definition.
6086
6087         * gnus-art.el (w3-region, w3m-region, Info-menu):
6088         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6089         * gnus-sum.el (gnus-get-predicate):
6090         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6091         * message.el (mail-abbrev-in-expansion-header-p):
6092         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6093         (w3m-detect-meta-charset, w3m-region):
6094         * sieve-manage.el (password-read, password-cache-add)
6095         (password-cache-remove):
6096         * smime.el (password-read-and-add): Declare as functions.
6097
6098 2007-12-08  David Kastrup  <dak@gnu.org>
6099
6100         * gnus-sum.el (gnus-summary-simplify-subject-query):
6101         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6102         `message'.
6103
6104 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6107         it to bind idna-program, installation-directory, defined-colors, and
6108         face-attribute for XEmacs of the version that compiles defcustom forms.
6109
6110 2007-12-07  Glenn Morris  <rgm@gnu.org>
6111
6112         * gnus-art.el (article-make-date-line): Revert previous change.
6113
6114 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6117
6118 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6119
6120         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6121         Call gnus-add-to-range ranges only once with a prepared article-list.
6122
6123 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6124
6125         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6126         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6127         group names with backslashes.  Reported by Tassilo Horn
6128         <tassilo@member.fsf.org>.
6129
6130 2007-12-06  Deepak Goel  <deego3@gmail.com>
6131
6132         * gnus-art.el (article-make-date-line):
6133         * gnus-start.el (gnus-load):
6134         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6135
6136 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-art.el (gnus-use-idna)
6139         * gnus-start.el (gnus-site-init-file)
6140         * message.el (message-use-idna)
6141         * mm-uu.el (mm-uu-hide-markers)
6142         * smiley.el (smiley-style): Revert changes that suppress warnings.
6143
6144 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6147         specify charset to html source.  Reported by Christoph Conrad
6148         <christoph.conrad@gmx.de>.
6149
6150 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6153         idna-program in order to suppress byte compile warning issued by XEmacs
6154         that came to byte compile the default value section of defcustom forms
6155         recently.
6156
6157         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6158         value of installation-directory.
6159
6160         * message.el (message-use-idna): Don't directly refer to the value of
6161         idna-program.
6162
6163         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6164
6165         * smiley.el (smiley-style): Don't directly call face-attribute.
6166
6167 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6168
6169         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6170
6171         * gnus-dired.el: Reduce Gnus dependencies.
6172         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6173         require.  Use autoloads instead.
6174         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6175         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6176         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6177         (gnus-dired-mode): Adjust doc string.
6178         (gnus-dired-mail-mode): New variable.
6179         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6180         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6181         (gnus-dired-mail-buffers): New function.  Return mail or message
6182         composition buffers.
6183         (gnus-dired-attach): Use it.
6184         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6185         NO-DECODE.
6186         (gnus-dired-print): Use `gnus-print-buffer' depending on
6187         `gnus-dired-mail-mode'.
6188
6189 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * rfc2047.el (rfc2047-encoded-word-regexp)
6192         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6193         explaining what regexp patterns are for.
6194
6195 2007-12-04  Glenn Morris  <rgm@gnu.org>
6196
6197         * password.el: Move to password-cache.el.
6198
6199         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6200         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6201         * mml-smime.el (password-read, password-cache-add)
6202         (password-cache-remove):
6203         No need to autoload, since mml-sec requires password.
6204
6205         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6206         * message.el (gnus-extract-address-components):
6207         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6208
6209         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6210         password.
6211
6212 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6213
6214         * mailcap.el: Reduce dependencies.
6215         (mail-header-parse-content-type): Autoload.
6216         (mailcap-delete-duplicates): New alias.
6217         (mailcap-mime-info): Add optional argument NO-DECODE.
6218         (mailcap-mime-types): Use mailcap-delete-duplicates.
6219
6220         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6221
6222 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6223
6224         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6225         (imap-parse-status): Upcase status-att for servers that sends them
6226         lower-case (e.g., MS Exchange 2007).
6227
6228 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6229
6230         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6231         function.
6232
6233         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6234         (gnus-uu-yenc-article): New function.
6235
6236         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6237
6238         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6239         buffer.
6240
6241 2007-12-02  Glenn Morris  <rgm@gnu.org>
6242
6243         * binhex.el (binhex): New custom group.
6244         (binhex-decoder-program, binhex-decoder-switches)
6245         (binhex-use-external): Move to the binhex custom group.
6246
6247         * uudecode.el (uudecode): New custom group.
6248         (uudecode-decoder-program, uudecode-decoder-switches)
6249         (uudecode-use-external): Move to the uudecode custom group.
6250
6251         * netrc.el (top-level): Don't load `encrypt' features.
6252         (netrc-parse): Don't use encrypt.
6253         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6254
6255         * encrypt.el: Remove file.
6256
6257 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6260         matches on patches.
6261
6262         * gnus-art.el (gnus-article-browse-html-article): Mention
6263         `mm-text-html-renderer' in the doc string.
6264
6265         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6266         string.  Add comments.
6267
6268         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6269         if rhs is ASCII.
6270
6271 2007-12-01  Glenn Morris  <rgm@gnu.org>
6272
6273         * mail-source.el (top-level): Require format-spec before
6274         eval-when-compile.
6275
6276 2007-11-30  Glenn Morris  <rgm@gnu.org>
6277
6278         * encrypt.el: Require password, rather than autoloading password-read.
6279
6280 2007-11-29  Glenn Morris  <rgm@gnu.org>
6281
6282         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6283         (sasl-make-client, sasl-next-step, sasl-step-data)
6284         (sasl-step-set-data): Declare as functions.
6285
6286 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6289
6290 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6291
6292         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6293         certs should be verified and what is to be done in the event of a
6294         verification failure.
6295
6296         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6297         caller can indicate whether the cache should be disregarded for this
6298         call.  This way the result of the call is reproducible at all times and
6299         can be considered a canonical server name for the supplied method.
6300         (gnus-agent-method-p): Canonicalize server names by pushing their
6301         method through `gnus-method-to-server' using the no-cache argument.
6302
6303         * gnus-srvr.el (gnus-server-insert-server-line): Call
6304         `gnus-method-to-server' with `no-cache' argument.
6305
6306         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6307         gnus-agent-possibly-synchronize-flags as this should be called when the
6308         server is actually being opened.
6309         (gnus-agent-possibly-synchronize-flags)
6310         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6311         flags file of an agentized server to the latter function.
6312
6313         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6314         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6315         after a connection has been established successfully.
6316
6317 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * gnus-art.el (article-display-face): Force to display face if called
6320         interactively; check if gnus-article-x-face-too-ugly matches author.
6321         (article-display-x-face): Display face even if From header is missing
6322         as article-display-face does.
6323
6324 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6325
6326         * hashcash.el (message-narrow-to-headers-or-head)
6327         (message-fetch-field, message-goto-eoh)
6328         (message-narrow-to-headers): Declare as functions.
6329
6330 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * mail-source.el (mail-sources): Default to fetch from file for
6333         compatibility with default of nnmail-spool-file.
6334
6335 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6338         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6339         to look for encoded word that should be encoded again.
6340         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6341         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6342         encoding pattern.
6343         (rfc2047-decode-region): Switch strict regexp and loose one according
6344         to rfc2047-allow-irregular-q-encoded-words.
6345
6346 2007-11-25  Romain Francoise  <romain@orebokech.com>
6347
6348         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6349
6350 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * tls.el (tls-program): Provide more custom choices from
6353         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6354         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6355
6356 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6357
6358         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6359         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6360
6361         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6362         `nnmail-spool-file'.
6363
6364         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6365         `nnmail-spool-file'.
6366
6367         * gnus-move.el (gnus-change-server): Ditto.
6368
6369         * gnus-kill.el (gnus-batch-score): Ditto.
6370
6371         * gnus-cache.el (gnus-jog-cache): Ditto.
6372
6373         * gnus-msg.el (gnus-summary-reply):
6374         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6375
6376 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6377
6378         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6379         version.  Minor improvement to doc strings.
6380         (tls-program): Add comment.
6381
6382 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6383
6384         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6385         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6386         mismatch between the hostname provided in the certificate and the name
6387         of the host connnecting to.
6388         (open-tls-stream): Use them.  Check certificates against trusted root
6389         certificates.
6390
6391 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6392
6393         * gnus-cache.el (gnus-cache-generate-nov-databases):
6394         Use nnml-generate-nov-databases-directory instead of
6395         nnml-generate-nov-databases-1.
6396
6397 2007-11-24  Glenn Morris  <rgm@gnu.org>
6398
6399         * message.el (message-tool-bar-retro): Update for rename
6400         mail_send.xpm->mail-send.xpm.
6401
6402 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6405         `smime-ldap-search' for Emacs 22 and up.
6406
6407 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6408
6409         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6410
6411         * message.el (message-send-mail-function): Fix error convention.
6412         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6413         (message-widen-reply, message-send-mail, message-talkative-question)
6414         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6415         (message-clone-locals, message-send-news): Use with-current-buffer.
6416         (message-insert-or-toggle-importance): Remove unused var `valid'.
6417         (message-make-references): Remove unused var `new-references'.
6418         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6419
6420 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6421
6422         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6423         (spam-split-symbolic-return-positive): Reflow docstring.
6424         (spam-backends, spam-summary-exit-behavior)
6425         (spam-mark-ham-unread-before-move-from-spam-group)
6426         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6427         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6428         (spam-clear-cache, spam-backend-check, spam-install-backend)
6429         (spam-install-statistical-backend, spam-list-of-processors)
6430         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6431         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6432         (spam-check-crm114, spam-initialize, spam-unload-hook):
6433         Fix typos in docstrings.
6434
6435 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6438         been checked if they have never been read and those group levels are
6439         higher than the one that a user specified.
6440
6441 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6444         foreign groups unless a group level is specified by a user.
6445         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6446
6447 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6448
6449         * message.el (message-send-mail-function): Require sendmail.
6450
6451 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6452
6453         * message.el (message-send-mail-function): Check for smtpmail too.
6454
6455         * utf7.el (utf7-encode, utf7-decode): Use coding system
6456         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6457
6458         * message.el (message-send-mail-function): New function.
6459         (message-send-mail-function): Set default using
6460         message-send-mail-function.  Adjust doc string.
6461         (message-send-mail-with-mailclient): New function.
6462
6463 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6464
6465         * smime.el (from):
6466         * rfc2047.el (message-posting-charset):
6467         * qp.el (mm-use-ultra-safe-encoding):
6468         * pop3.el (parse-time-months):
6469         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6470         * nnml.el (files):
6471         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6472         (jka-compr-compression-info-list, ange-ftp-path-format)
6473         (efs-path-regexp):
6474         * nndiary.el (files):
6475         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6476         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6477         (epg-digest-algorithm-alist, inhibit-redisplay)
6478         (password-cache-expiry):
6479         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6480         (pgg-output-buffer, password-cache-expiry):
6481         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6482         (efs-path-regexp):
6483         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6484         (inhibit-redisplay):
6485         * mm-uu.el (file-name, start-point, end-point, entry)
6486         (gnus-newsgroup-name, gnus-newsgroup-charset):
6487         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6488         (latin-unity-ucs-list):
6489         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6490         (mm-uu-binhex-decode-function):
6491         * message.el (gnus-message-group-art, gnus-list-identifiers)
6492         (rmail-enable-mime-composing, gnus-local-organization)
6493         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6494         (gnus-read-active-file, facemenu-add-face-function)
6495         (facemenu-remove-face-function, gnus-article-decoded-p)
6496         (tool-bar-mode):
6497         * mail-source.el (display-time-mail-function):
6498         * gnus-util.el (nnmail-pathname-coding-system)
6499         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6500         (gnus-original-article-buffer, gnus-user-agent)
6501         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6502         (xemacs-codename, sxemacs-codename, emacs-program-version):
6503         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6504         * gnus-start.el (gnus-agent-covered-methods)
6505         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6506         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6507         (gnus-newsgroup-headers, gnus-group-list-mode)
6508         (gnus-group-mark-positions, gnus-newsgroup-data)
6509         (gnus-newsgroup-unreads, nnoo-state-alist)
6510         (gnus-current-select-method, mail-sources)
6511         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6512         (nnmail-spool-file, gnus-cache-active-hashtb):
6513         * gnus-mh.el (mh-lib-progs):
6514         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6515         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6516         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6517         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6518         (gnus-group-buffer):
6519         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6520         (font-lock-set-defaults):
6521         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6522         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6523         (gnus-summary-post-menu, total-parts, type, condition, length):
6524         * gnus-agent.el (gnus-agent-read-agentview):
6525         * flow-fill.el (show-trailing-whitespace):
6526         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6527         eval-and-compile wrappers for byte compiler pacifiers.
6528
6529         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6530         (mm-display-inline-fontify): Check for featurep 'xemacs not
6531         extent-list.
6532
6533         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6534         itimer-list.
6535         (mm-create-image-xemacs): Only do something for XEmacs.
6536         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6537
6538         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6539
6540         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6541         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6542
6543 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6544
6545         * nnimap.el (nnimap-split-download-body):
6546         * gnus-demon.el (gnus-demon):
6547         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6548
6549 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6552         macros.
6553         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6554         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6555         copy data from unibyte buffer to multibyte current buffer.
6556         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6557         to copy data from unibyte current buffer to multibyte buffer.
6558         (nntp-make-process-buffer): Make process buffer unibyte.
6559
6560         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6561
6562 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6563
6564         * pop3.el (pop3-open-server): Accept and process data more robustly at
6565         connexion start to avoid spurious "POP SSL connexion failed" errors.
6566
6567 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6570         read group names.
6571
6572 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6573
6574         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6575
6576 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6579         (nnmail-save-active): Use a unibyte buffer when saving active file,
6580         which may contain non-ASCII group names.
6581
6582         * nnml.el (nnml-request-group): Decode group names in messages.
6583
6584 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6585
6586         * message.el (message-citation-line-function)
6587         (message-insert-formatted-citation-line): Fix spelling of
6588         `message-insert-formated-citation-line'.
6589
6590 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6591
6592         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6593
6594 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6597         nnmail-pathname-coding-system.
6598
6599         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6600         that a user enters; decode group names in messages.
6601
6602         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6603
6604 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6607
6608         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6609
6610         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6611         risky local variable.
6612
6613         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6614
6615 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6616
6617         * encrypt.el: Improve documentation to fix function name typo.
6618         Reported by Daiki Ueno <ueno@unixuser.org>.
6619
6620 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6623         even if the point is not in the last page of an article.
6624         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6625         back to the previous page.
6626
6627 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6630
6631 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6634
6635 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6636
6637         * message.el (message-check-news-body-syntax): Avoid
6638         mm-string-as-multibyte.
6639         (message-hide-headers): Don't assume (point-min)==1.
6640
6641 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * message.el (message-remove-blank-cited-lines): Fix if remove is
6644         given.
6645         (message-bogus-address-regexp): New variable.
6646         (message-bogus-recipient-p): New function.
6647         (message-check-recipients): New command.
6648         (message-syntax-checks): Add `bogus-recipient'.
6649         (message-fix-before-sending): Add `bogus-recipient'.
6650
6651         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6652         (gnus-treat-body-boundary): Don't test window-system.
6653
6654 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6655
6656         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6657
6658 2007-10-28  Miles Bader  <miles@gnu.org>
6659
6660         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6661         at compile-time too.
6662
6663 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * gnus-msg.el (gnus-message-setup-hook): Add
6666         `message-remove-blank-cited-lines' to options.
6667
6668 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6669
6670         * message.el (message-remove-blank-cited-lines): New function.
6671         Suggested by Karl Plästerer.
6672
6673 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6676         mapc.
6677
6678         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6679         (top-level): Use mapc to set functions to be traced for debugging.
6680
6681         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6682         called for effect with while loop.
6683
6684         * message.el (message-talkative-question): Replace mapcar called for
6685         effect with mapc.
6686
6687         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6688         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6689         called for effect with dolist.
6690
6691         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6692
6693         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6694         gnus-extra-headers and nnmail-extra-headers.
6695
6696         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6697         called for effect with dolist.
6698         (top-level): Use mapc to set functions to be traced for debugging.
6699
6700         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6701         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6702         dolist.
6703
6704         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6705         Replace mapcar called for effect with mapc.
6706         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6707         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6708         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6709         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6710
6711         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6712         remove-if that's a cl function.
6713
6714         * webmail.el (webmail-debug): Replace mapcar called for effect with
6715         dolist.
6716
6717         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6718         with mapc.
6719
6720 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6723         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6724         with while loop.
6725
6726         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6727         functions from article-* functions.
6728         (gnus-multi-decode-header): Replace mapcar called for effect with
6729         dolist.
6730
6731         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6732         (gnus-bookmark-show-details): Replace mapcar called for effect with
6733         while loop.
6734
6735         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6736         called for effect with while loop.
6737
6738         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6739         with dolist.
6740
6741         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6742         mapcar called for effect with dolist.
6743
6744         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6745
6746         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6747         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6748         Replace mapcar called for effect with dolist.
6749         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6750         mapc.
6751
6752         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6753         Replace mapcar called for effect with dolist.
6754         (gnus-topic-list): Replace mapcar called for effect with mapc.
6755
6756         * gnus.el: Use mapc instead of mapcar to add autoloads.
6757
6758 2007-10-23  Richard Stallman  <rms@gnu.org>
6759
6760         * gnus-group.el (gnus-group-highlight): Mark as risky.
6761
6762 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus.el (gnus-server-to-method): Return method found first in
6765         gnus-newsrc-alist.
6766
6767         * gnus-art.el (gnus-article-highlight-signature)
6768         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6769         button overlay without the front stickiness.
6770
6771 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6772
6773         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6774         overview buffer needed a catch to receive its throw.
6775         (gnus-agent-flush-cache): Declared as interactive to make this function
6776         easier to use.
6777
6778 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6781         `next-line'.
6782
6783 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6786         exclude address matching message-dont-reply-to-names.
6787
6788 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-util.el (gnus-string<): New function.
6791
6792         * gnus-sum.el (gnus-article-sort-by-author)
6793         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6794
6795 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6798         the frame-focus tag is set in gnus-buffer-configuration.
6799
6800 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6803         the front stickiness.
6804
6805 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6808         url pattern; remove duplicate one.
6809         (gnus-article-extend-url-button): New function.
6810         (gnus-article-add-buttons): Use it.
6811         (gnus-button-push): Use concatenated url that it makes.
6812
6813 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6814
6815         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6816
6817 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6818
6819         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6820         Don't hardcode point-min==1.
6821
6822 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6823
6824         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6825         Fix comment about "iso8859-1".
6826
6827 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6828
6829         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6830         ones returned from the verify-function.
6831
6832         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6833         mml2015-extract-cleartext-signature if extraction failed.
6834
6835 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6836
6837         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6838         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6839         failed.
6840
6841 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6844
6845 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6848         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6849         recommends to use EasyPG instead of PGG.
6850
6851         * pgg.el: Revert to revision 6.23.2.16.
6852
6853         * pgg-def.el: Revert to revision 6.6.2.14.
6854
6855         * pgg-gpg.el: Revert to revision 6.23.2.34.
6856
6857 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6860         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6861         thread for both the null and zero (kill/expire thread) universal prefix
6862         cases.
6863         (gnus-summary-expire-thread): Add new function to expire a thread,
6864         using gnus-summary-kill-thread.
6865         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6866         shortcuts for gnus-summary-expire-thread.
6867         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6868         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6869
6870 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6873         extras value, so an extras entry can be deleted.
6874         (gnus-registry-delete-extra-entry): Use it.
6875         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6876         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6877         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6878         storage through the gnus-registry, and provide an appropriate API for
6879         it.
6880
6881 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6884         Suggested by Leo <sdl.web@gmail.com>.
6885
6886         * gnus.el: Do.
6887
6888 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6891         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6892
6893         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6894
6895         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6896         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6897
6898 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6901         newline.
6902         (nnmbox-request-accept-article): Don't change article in source buffer;
6903         narrow to header to use message-fetch-field rather than
6904         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6905         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6906         as delimiters; make sure article ends with newline.
6907         (nnmbox-delete-mail): Correct last position of article to be deleted;
6908         ignore X-Gnus-Newsgroup header in article body.
6909         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6910         positions; make sure article ends with newline.
6911
6912         * message.el (message-display-abbrev): Don't infloop when a user
6913         inserts SPC in the beginning of header.
6914
6915         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6916         coding-system-for-read and coding-system-for-write for XEmacs having no
6917         file-coding feature.
6918
6919         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6920
6921 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6922
6923         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6924         list of groups not followed by default.  Fix type to be regexp.
6925         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6926
6927 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6928
6929         * hmac-def.el (define-hmac-function): Switch from old-style to
6930         new-style backquotes.
6931
6932         * md4.el (md4-make-step): Likewise.
6933
6934 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6937         raw-text coding system when saving .newsrc file, which may contain
6938         non-ASCII group names.
6939
6940 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-cus.el (gnus-score-extra): New widget.
6943         (gnus-score-extra-convert): New function.
6944         (gnus-score-customize): Use it for Extra.
6945
6946 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6947
6948         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6949         (mml2015-mailcrypt-clear-verify): Use it.
6950         (mml2015-gpg-clear-verify): Use it.
6951         (mml2015-pgg-clear-verify): Use it.
6952         (mml2015-epg-clear-verify): Replace the current part with the output
6953         from GnuPG; don't extract the plaintext by itself.
6954
6955         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6956         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6957         mml2015-clear-verify-function; don't touch the armor headers or
6958         dash-escaped text here.
6959
6960 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6963         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6964         parts, or application/octet-stream as a last resort.
6965         (gnus-mime-view-part-as-type): Don't toggle display.
6966         (gnus-mime-view-part-as-charset): Don't turn off display before
6967         querying charset.
6968
6969         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6970         stuff to undisplayer function in Emacs.
6971         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6972
6973         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6974         text/calendar parts.
6975
6976 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6979         decoding text/calendar parts.
6980
6981         * message.el (message-forward-make-body-mime): Always mark body as
6982         having no illegible text; remove signed-or-encrypted argument.
6983         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6984
6985         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6986         (mml-generate-mime-1): Don't encode body if it is specified to be in
6987         raw form; don't make buffer be unibyte when inserting multibyte string.
6988
6989 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6990
6991         * sha1.el: Fix up comment style.
6992         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6993         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6994
6995         * hex-util.el: Fix up comment style.
6996         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6997
6998         * gnus-salt.el: Use with-current-buffer.
6999         (gnus-pick-setup-message): Fix long-standing typo.
7000
7001 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * imap.el (imap-logout-timeout): New variable.
7004         (imap-logout, imap-logout-wait): New functions.
7005         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7006
7007         * nnimap.el (nnimap-logout-timeout): New server variable.
7008         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7009         nnimap-logout-timeout.
7010
7011         * gnus-art.el (gnus-article-summary-command-nosave)
7012         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7013
7014 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus.el (gnus-maximum-newsgroup): New variable.
7017
7018         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7019         according to gnus-maximum-newsgroup.
7020
7021         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7022         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7023         Limit the range of articles according to gnus-maximum-newsgroup.
7024
7025 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7026
7027         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7028         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7029         Don't perform gnus-configure-windows here; reuse existing sticky
7030         article buffer.
7031
7032         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7033         it doesn't exist in gnus-article-mode.
7034
7035 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7038         (gnus-agent-decoded-group-name): New function.
7039         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7040         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7041
7042 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7043
7044         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7045         Add binding for gnus-sticky-article.
7046         (gnus-summary-exit): Don't kill sticky article buffers.
7047
7048         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7049         article buffer.
7050         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7051         (gnus-kill-sticky-article-buffers): New commands.
7052
7053 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * nntp.el (nntp-xref-number-is-evil): New server variable.
7056         (nntp-find-group-and-number): If it is non-nil, don't trust article
7057         numbers in the Xref header.
7058
7059 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-agent.el (gnus-agent-read-group): New function.
7062         (gnus-agent-flush-group, gnus-agent-expire-group)
7063         (gnus-agent-regenerate-group): Use it.
7064         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7065         nnmail-pathname-coding-system.
7066
7067 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7070
7071         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7072         that are unread as unread, and also as selected so that information of
7073         marks having been changed by a user may be updated when exiting group.
7074
7075 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7078         calculated ignoring signature parts to gnus-treat-article.
7079
7080 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7083         a point here in order to keep the window start.
7084         (gnus-insert-mime-security-button): Make a button overlay without the
7085         front stickiness.
7086         (gnus-mime-display-security): Goto the end of a button.
7087
7088         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7089
7090 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7093         group-name-at-point.
7094         (gnus-group-completing-read): New function that offers decoded
7095         non-ASCII group names for completion.
7096         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7097         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7098         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7099         (gnus-group-fetch-control): Use it.
7100         (gnus-fetch-group): Use group-name-at-point for the initial value
7101         rather than the default value; use gnus-alive-p.
7102
7103         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7104         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7105         (gnus-summary-post-news): Use gnus-group-completing-read.
7106
7107         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7108         (gnus-read-move-group-name): Decode group name for completion.
7109
7110 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7113         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7114         Yamaoka slightly modified the code).
7115
7116 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7119         (nnmail-split-incoming): Bind it.
7120
7121         * nnml.el (nnml-group-name-charset): New function.
7122         (nnml-decoded-group-name): Use it; don't decode group name if
7123         nnmail-group-names-not-encoded-p is non-nil.
7124         (nnml-encoded-group-name): New function.
7125         (nnml-group-pathname): Inline nnml-decoded-group-name.
7126         (nnml-request-expire-articles): Decode group name in message.
7127         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7128         nnmail-pathname-coding-system.
7129         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7130         not decoded ones according to nnmail-group-names-not-encoded-p.
7131         (nnml-generate-active-info): Use nnml-encoded-group-name.
7132
7133 2007-08-08  Glenn Morris  <rgm@gnu.org>
7134
7135         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7136         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7137         doc-strings and comments.
7138
7139 2007-07-25  Glenn Morris  <rgm@gnu.org>
7140
7141         * Relicense all FSF files to GPLv3 or later.
7142
7143 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus-sum.el (gnus-summary-move-article): Make
7146         gnus-summary-respool-article work.
7147
7148 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7151         string.
7152
7153 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7154
7155         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7156         that should be ignored when comparing distant RSS articles with local
7157         ones.
7158         (nnrss-make-hash-index): New function.  Create a hash index according
7159         to the ignored fields.
7160         (nnrss-check-group): Use it.
7161
7162 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7165
7166         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7167
7168         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7169         the new optional argument ENCODED is non-nil.
7170         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7171         coding system for encoding group name.
7172         (gnus-group-make-rss-group): Pass un-encoded group name to
7173         gnus-group-make-group.
7174         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7175         encoded.
7176
7177         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7178         Encode group name to which articles are moved or copied.
7179         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7180         coding system for encoding Newsgroup, Followup-To and Xref headers.
7181
7182         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7183         marks; use nnheader-file-coding-system to write a file.
7184         (nnagent-retrieve-headers): Bind file-name-coding-system to
7185         nnmail-pathname-coding-system.
7186
7187         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7188
7189         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7190         (nnml-request-article, nnml-request-create-group)
7191         (nnml-request-rename-group, nnml-find-id)
7192         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7193         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7194         (nnml-save-marks): Use nnml-group-pathname instead of
7195         nnmail-group-pathname.
7196
7197         (nnml-request-create-group, nnml-request-expire-articles)
7198         (nnml-request-move-article, nnml-request-delete-group)
7199         (nnml-deletable-article-p, nnml-possibly-create-directory)
7200         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7201         (nnml-open-marks): Bind file-name-coding-system to
7202         nnmail-pathname-coding-system.
7203
7204         (nnml-request-article): Pass server argument to nnml-find-group-number.
7205         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7206         server argument to nnml-possibly-create-directory.
7207         (nnml-request-accept-article): Pass server argument to
7208         nnml-active-number and nnml-save-mail.
7209         (nnml-find-group-number): Pass server argument to nnml-find-id.
7210         (nnml-request-update-info): Pass server argument to
7211         nnml-marks-changed-p.
7212
7213         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7214         (nnml-save-mail, nnml-active-number): Add server argument.
7215
7216         (nnml-request-delete-group): Warn if group is missing.
7217         (nnml-get-nov-buffer): Decode group name.
7218         (nnml-generate-active-info): Encode group name.
7219         (nnml-open-marks): Decode group name in messages.
7220
7221 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7224         if it is not specified.
7225         (gnus-article-pipe-part, gnus-article-save-part)
7226         (gnus-article-interactively-view-part, gnus-article-copy-part)
7227         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7228         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7229         (gnus-article-replace-part, gnus-article-delete-part)
7230         (gnus-article-view-part-as-type): Pass raw prefix argument to
7231         gnus-article-part-wrapper.
7232
7233 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-agent.el (gnus-agent-save-active): Bind
7236         nnheader-file-coding-system to gnus-agent-file-coding-system.
7237
7238         * gnus-cache.el (gnus-cache-save-buffers)
7239         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7240         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7241         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7242         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7243         (gnus-cache-generate-active, gnus-cache-rename-group)
7244         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7245         (gnus-cache-update-overview-total-fetched-for): Bind
7246         file-name-coding-system to nnmail-pathname-coding-system.
7247         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7248         variables.
7249         (gnus-cache-decoded-group-name): New function.
7250         (gnus-cache-file-name): Use it.
7251         (gnus-cache-generate-active): Use non-decoded group name for active.
7252
7253         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7254         right place.
7255         (gnus-write-active-file): Don't break non-ASCII group names.
7256
7257         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7258         nnmail-pathname-coding-system.
7259
7260         * lpath.el: Bind default-file-name-coding-system,
7261         file-name-coding-system and language-info-alist for XEmacs.
7262
7263         * gnus-uu.el (gnus-uu-decode-save): Typo.
7264
7265 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7268
7269 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7272         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7273         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7274         (gnus-agent-flush-group, gnus-agent-flush-cache)
7275         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7276         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7277         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7278         (gnus-agent-regenerate-group)
7279         (gnus-agent-update-files-total-fetched-for)
7280         (gnus-agent-update-view-total-fetched-for): Bind
7281         file-name-coding-system to nnmail-pathname-coding-system.
7282         (gnus-agent-group-pathname): Don't encode file names by
7283         nnmail-pathname-coding-system.
7284         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7285         coding-system-for-write instead of buffer-file-coding-system to
7286         gnus-agent-file-coding-system.
7287
7288         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7289         Decode group name.
7290
7291         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7292
7293         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7294         (gnus-read-newsrc-el-file): Make group names unibyte.
7295
7296         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7297         nnmail-pathname-coding-system.
7298
7299         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7300         (nnrss-request-delete-group): Bind file-name-coding-system to
7301         nnmail-pathname-coding-system.
7302         (nnrss-read-server-data, nnrss-read-group-data): Bind
7303         file-name-coding-system correctly.
7304         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7305
7306         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7307         (nntp-server-to-method-cache): New variable.
7308         (nntp-group-pathname): New function that decodes non-ASCII group names.
7309         (nntp-possibly-create-directory, nntp-marks-changed-p)
7310         (nntp-save-marks, nntp-open-marks): Use it.
7311         (nntp-possibly-create-directory, nntp-open-marks):
7312         Bind file-name-coding-system to nnmail-pathname-coding-system.
7313         (nntp-open-marks): Decode group names when bootstrapping marks.
7314
7315         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7316         Newsgroups and Folowup-To headers.
7317
7318 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7321         (gnus-server-closed-face, gnus-server-denied-face)
7322         (gnus-server-offline-face): Remove variable.
7323         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7324
7325         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7326         of modifying message-stack directly for XEmacs.
7327
7328         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7329         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7330         if the coding-system argument is nil for XEmacs.
7331
7332         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7333         mm-charset-override-alist.
7334
7335         * rfc2047.el: Don't require base64; require rfc2045 for the function
7336         rfc2045-encode-string.
7337         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7338         to quote the parameter value.
7339
7340 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7343         form in gnus-group-name-charset-method-alist.
7344
7345         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7346         overrides the default layout edit-form.
7347
7348         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7349
7350         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7351
7352 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7355         as unfetched articles.
7356
7357 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7358
7359         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7360
7361 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7364         original back end that keeps marks in the local system.
7365
7366 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7369         arg of pop-to-buffer for XEmacs.
7370         (gnus-article-read-summary-keys): Ditto; don't restore window
7371         configuration if summary command ends up with neither article buffer
7372         nor summary buffer; describe bindings if summary keys end with C-h.
7373
7374 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * message.el (message-fix-before-sending): Skip raw message part to be
7377         forwarded while checking illegible text.
7378         (message-forward-make-body-mime, message-forward-make-body): Mark
7379         signed or encrypted raw message as having no illegible text.
7380
7381 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7384         (gnus-message-with-timestamp-1): New macro.
7385         (gnus-message-with-timestamp): New function.
7386         (gnus-message): Use them.
7387
7388         * nnheader.el (nnheader-message): Use them.
7389
7390 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7391
7392         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7393         .newsrc.eld file.
7394
7395 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * gnus-agent.el (gnus-agent-fetch-headers)
7398         (gnus-agent-retrieve-headers): Bind
7399         gnus-decode-encoded-address-function to identity.
7400
7401         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7402         available also when the server returns simply a dot.
7403
7404         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7405
7406 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7409
7410 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * gnus-ems.el (gnus-x-splash): Make it work.
7413
7414         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7415         from being used.
7416
7417         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7418
7419 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7422         4th and the 5th arguments.
7423
7424         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7425         the front stickiness.
7426         (gnus-article-summary-command-nosave): Correct the order of the
7427         arguments passed to pop-to-buffer.
7428         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7429         summary command ends up with the article buffer.
7430
7431         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7432         the same faces.
7433
7434 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7435
7436         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7437
7438 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7439
7440         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7441         * gnus-sum.el (gnus-summary-highlight):
7442         * pgg.el (pgg-sign-region, pgg-sign):
7443         * mail-source.el (mail-source-delete-old-incoming-confirm):
7444         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7445
7446 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-art.el (gnus-mime-view-part-externally)
7449         (gnus-mime-view-part-internally): Fix predicate function passed to
7450         completing-read.
7451
7452         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7453
7454         * gnus.el (gnus-update-message-archive-method): Add :version.
7455
7456 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus.el (gnus-update-message-archive-method): New variable.
7459
7460         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7461         according to gnus-message-archive-method if
7462         gnus-update-message-archive-method is non-nil.
7463
7464 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7467         by Loic Dachary <loic@dachary.org>.
7468         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7469
7470 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * message.el (message-pop-to-buffer): Add switch-function argument.
7473         (message-mail): Pass switch-function argument to it.
7474
7475 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7476
7477         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7478         Improve doc string.
7479
7480 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7483         (gnus-header-content)
7484         * gnus-cite.el (gnus-cite-10)
7485         * gnus-srvr.el (gnus-server-closed)
7486         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7487         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7488         (gnus-group-mail-3-empty, gnus-group-mail-low)
7489         (gnus-group-mail-low-empty, gnus-splash)
7490         * message.el (message-header-to, message-header-cc)
7491         (message-header-subject, message-header-other, message-header-name)
7492         (message-header-xheader, message-separator, message-cited-text)
7493         (message-mml): Lighten colors of faces used for dark background.
7494
7495 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7496
7497         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7498         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7499
7500 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * message.el (message-narrow-to-headers-or-head):
7503         Ignore mail-header-separator in the body.
7504
7505 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7508         same as window size.
7509
7510 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7511
7512         * message.el (message-font-lock-keywords): Use message-header-xheader
7513         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7514         ahead of the anything pattern, to get it recognised.
7515
7516 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7519         spam.el loads uses it in the compiled defadvice form.
7520
7521 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7522
7523         * gnus-sum.el (gnus-articles-to-read)
7524         (gnus-summary-insert-old-articles): Don't truncate group name for
7525         `read-string'.
7526
7527         * gnus-util.el (gnus-limit-string): Delete this function.
7528
7529         * gnus-sum.el (gnus-simplify-subject-fully): Use
7530         `truncate-string-to-width' instead.
7531
7532 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7533
7534         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7535         if, on summary exit, the next group has to be selected.
7536         (gnus-summary-exit): Use it.
7537
7538 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7541         non-break space.
7542
7543 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7546         Check if group is not a directory.
7547         (nnfolder-request-expire-articles): Don't delete articles if the target
7548         group is not available.
7549
7550         * nnml.el (nnml-request-create-group): Properly check if group is not a
7551         file.
7552         (nnml-request-expire-articles): Don't delete articles if the target
7553         group is not available.
7554
7555         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7556         Don't quote characters that are within parentheses.
7557
7558 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7561         (gnus-handle-ephemeral-exit): Select article according to it.
7562
7563 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * message.el (message-insert-formated-citation-line): Remove newline.
7566         (message-citation-line-format): Add final \n here so that the user can
7567         avoid a blank line.
7568
7569 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7570
7571         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7572         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7573         Update lanl/arXiv support.
7574
7575 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7576
7577         * gnus.el: Bump version number.
7578
7579 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7580
7581         * gnus.el (gnus-version-number): Bump version.
7582
7583 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7584
7585         * gnus.el: No Gnus v0.6 is released.
7586
7587 2007-04-27  Didier Verna  <didier@xemacs.org>
7588
7589         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7590         * gmm-utils.el (gmm-regexp-concat): here.
7591         * message.el: Don't require 'gnus-util.
7592         (message-dont-reply-to-names): Handle name change above.
7593         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7594
7595 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7598         since the initial value varies according to the system.
7599
7600 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7603
7604 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7605
7606         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7607
7608 2007-04-24  Didier Verna  <didier@xemacs.org>
7609
7610         Improve the type of gnus-ignored-from-addresses.
7611         * gnus-util.el (gnus-orify-regexp): New function.
7612         * message.el (gnus-util): Require it.
7613         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7614         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7615         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7616
7617 2007-04-24  Didier Verna  <didier@xemacs.org>
7618
7619         * gnus-sum.el:
7620         * gnus-utils.el: Fix some trailing whitespaces.
7621
7622 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7625         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7626         article's Message-ID; refer parent article in summary buffer.
7627
7628         * message.el (message-bounce): Call mime-to-mml.
7629
7630         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7631         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7632         optimize and/or forms properly.
7633
7634 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7637         URL.
7638
7639 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7642
7643 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7646         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7647         displayed of multipart/alternative part if it is invoked from summary
7648         buffer.
7649
7650         * mm-view.el (mm-inline-text-html-render-with-w3m)
7651         (mm-inline-text-html-render-with-w3m-standalone)
7652         (mm-inline-render-with-function): Use mail-parse-charset by default.
7653
7654 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7655
7656         * parse-time.el (parse-time-string-chars): Check if CHAR
7657         is less than the length of parse-time-syntax.
7658
7659 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7662         from gnus-newsgroup-processable.
7663
7664 2007-04-16  Didier Verna  <didier@xemacs.org>
7665
7666         * gnus-msg.el (gnus-configure-posting-styles): Handle
7667         message-signature-directory properly with :file syntax.  Reported by
7668         "Leo".
7669
7670 2007-04-11  Didier Verna  <didier@xemacs.org>
7671
7672         New user option: message-signature-directory.
7673         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7674         * message.el (message-insert-signature): Ditto.
7675         * message.el (message-signature-file): Doc update.
7676         * message.el (message-signature-directory): New.
7677
7678 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-msg.el (gnus-inews-yank-articles): Use
7681         message-exchange-point-and-mark instead of exchange-point-and-mark.
7682
7683 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * message.el (message-yank-original): Make sure cited text ends with
7686         newline; don't exchange point and mark.
7687
7688 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7689
7690         * tls.el (open-tls-stream): Properly handle case where there
7691         is no associated buffer.
7692
7693 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7694
7695         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7696         message-yank-original, make sure (< mark TEXT point).
7697
7698 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * message.el (message-fill-column): New variable.
7701         (message-mode): Use it.  Add comment on a possible new hook.
7702
7703         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7704         (nnmail-get-new-mail): Reformat.
7705
7706         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7707
7708         * gmm-utils.el: Fix Commentary.
7709         (gmm-tool-bar-from-list): Fix typo in doc string.
7710
7711 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7712
7713         * message.el (message-yank-original): Don't switch point and mark
7714         unnecessarily to put point and mark as documented.
7715
7716 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717
7718         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7719         from the message heads.
7720
7721 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7722
7723         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7724         article buffer does not have a window.  This may not be the best
7725         solution but is certainly better than setting the start of the null,
7726         that is the current, window.
7727
7728 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7731         (gnus-draft-setup): Run it.
7732
7733         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7734         gnus-score-fast-scoring.  Allow regexp.
7735         (gnus-score-headers): Use it.
7736
7737         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7738         XEmacs.
7739
7740         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7741         string.
7742         (gnus-button-alist): Also catch `<f1> k ...'.
7743         (gnus-treat-display-x-face): Fix doc string.
7744
7745 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7746
7747         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7748         evaluation of gnus-extended-version to ensure correct generation of the
7749         User-Agent header when message-generate-headers-first is used.
7750
7751 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7752
7753         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7754         hashcash-path is nil.  Don't call callback with incorrect number of
7755         parameters if val is 0.
7756
7757 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7758
7759         * message.el (message-required-news-headers):
7760         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7761
7762 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7763
7764         * tls.el (open-tls-stream): In handshake-waiting loop,
7765         don't wait more if there is output available to process.
7766
7767 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7768
7769         * tls.el (tls-program): Doc fix.
7770
7771 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * message.el (message-generate-new-buffers): Change the meaning of the
7774         nil value; add `standard' to the choices; treat t as `unique'; improve
7775         doc string.
7776         (gnus-select-frame-set-input-focus): Autoload.
7777         (message-buffer-name): Search for the existing message buffer if
7778         message-generate-new-buffers is nil or `standard'; treat the value t of
7779         message-generate-new-buffers as `unique'.
7780         (message-pop-to-buffer): Raise the frame already displaying the message
7781         buffer; clear the echo area after querying.
7782         (message-setup): Pass the `continue' argument to compose-mail.
7783         (message-mail): Prefer `switch-function' if it is given; search for the
7784         existing message buffer if the `continue' argument is non-nil; pass
7785         continue and switch-function arguments to compose-mail by way of
7786         message-setup.
7787         (message-mail-other-window): Adjust argument of message-setup.
7788         (message-mail-other-frame): Ditto.
7789
7790 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7793         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7794         to turn font-lock on when turning gnus-message-citation-mode on.
7795
7796 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7797
7798         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7799         (mml-smime-function-alist): New variable; add epg as the backend.
7800         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7801         mml-smime- functions instead.
7802         * mm-view.el: Require smime.
7803
7804 2007-03-05  Didier Verna  <didier@xemacs.org>
7805
7806         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7807         instead of just inheritance for posting styles.
7808         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7809
7810 2007-02-24  Chris Moore  <dooglus@gmail.com>
7811
7812         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7813         * pgg-pgp.el (pgg-pgp-encrypt-region):
7814         * pgg-gpg.el (pgg-gpg-encrypt-region):
7815         Check pgg-encrypt-for-me if no other recipients.
7816
7817 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7818
7819         * tls.el (tls-certtool-program): Fix custom type.
7820
7821 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7824         and point-at-eol instead of line-(beginning|end)-position.
7825
7826         * assistant.el (assistant-parse-buffer): Ditto.
7827
7828         * netrc.el (netrc-parse-services): Ditto.
7829
7830 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7831
7832         * mml2015.el (mml2015-epg-find-usable-key): New function.
7833         (mml2015-epg-sign): Use it.
7834         (mml2015-epg-encrypt): Use it.
7835
7836 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * message.el (message-make-in-reply-to): Quote name containing
7839         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7840         if there are special characters.  Reported by NAKAJI Hiroyuki
7841         <nakaji@jp.freebsd.org>.
7842
7843 2007-02-27  Didier Verna  <didier@xemacs.org>
7844
7845         Include the group parameters as well as the topic ones in the
7846         inheritance filter process.
7847         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7848         argument GROUP-PARAMS-LIST.
7849         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7850
7851 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * nntp.el (nntp-never-echoes-commands)
7854         (nntp-open-connection-functions-never-echo-commands): New variables.
7855         (nntp-send-command): Use them.
7856
7857 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7858
7859         * mml2015.el (mml2015-epg-verify): Simplified.
7860
7861 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * mml.el (mml-content-disposition-alist): New user option.
7864         (mml-content-disposition): New function.
7865         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7866         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7867
7868 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7869
7870         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7871         verification.
7872
7873 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7874
7875         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7876         articles posted in the last 24 hours.
7877
7878 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7879
7880         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7881
7882 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7883
7884         * nntp.el (nntp-send-command): Don't wait for echoes when
7885         nntp-open-ssl-stream is used.
7886
7887 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7890         (gnus-message-add-citation-keywords)
7891         (gnus-message-remove-citation-keywords): Remove.
7892         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7893         directly, make the variables in font-lock-defaults buffer-local, add
7894         gnus-message-citation-keywords to them and then update the value of
7895         font-lock-keywords.
7896
7897 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * message.el (message-cite-original-1): Don't call
7900         gnus-article-highlight-citation.
7901
7902         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7903         citations; fix line count.
7904
7905 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7908         (gnus-message-add-citation-keywords)
7909         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7910         versions of font-lock-add-keywords and font-lock-remove-keywords to
7911         work with XEmacs correctly.
7912
7913 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-cite.el (gnus-cite-face-list): Set the values of
7916         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7917         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7918         (gnus-message-cite-prefix-regexp): New variable.
7919         (gnus-message-search-citation-line): Use it; protect against long
7920         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7921         the 0th match data for Emacs.
7922         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7923         (gnus-message-add-citation-keywords): Append keywords rather than
7924         prepending; emulate font-lock-add-keywords if it is not available.
7925         (gnus-message-remove-citation-keywords): Emulate
7926         font-lock-remove-keywords if it is not available.
7927
7928         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7929
7930         * message.el (message-cite-prefix-regexp): Set the value of
7931         gnus-message-cite-prefix-regexp.
7932
7933 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7934
7935         * nnweb.el (nnweb-google-parse-1): Update parser.
7936
7937 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7938
7939         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7940
7941 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7942
7943         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7944         regexp.
7945
7946 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7949         string-to-multibyte.
7950         (uudecode-decode-region-internal): Use it.
7951
7952         * lpath.el: Fbind string-as-multibyte for XEmacs.
7953
7954 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7955
7956         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7957         custom choice.
7958
7959         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7960
7961 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7962
7963         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7964
7965         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7966         `write-region' to respect `mm-inhibit-file-name-handlers'.
7967
7968 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7971         Use gnus-home-directory instead of "~/" or "$HOME".
7972
7973 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7974
7975         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7976         to mention filename.
7977         Add comments at beginning regarding usage.
7978         (encrypt-write-file-contents): Change interactive so a string is
7979         acceptable.  If the file has no associated model, show an error instead
7980         of a nonsense prompt.
7981
7982 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7983
7984         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7985         Thanks to Yoshihiko Yamada for kind notification of this typo.
7986
7987 2007-01-12  Kenichi Handa  <handa@m17n.org>
7988
7989         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7990         multibyte buffer.
7991
7992 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * gnus-score.el (gnus-score-fast-scoring): New variable.
7995         (gnus-score-headers): Use it.
7996
7997         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7998
7999         * message.el (message-cite-original-1): Call
8000         gnus-article-highlight-citation if requested.
8001         (message-make-from): Allow name and address as optional arguments.
8002
8003         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8004
8005         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8006         bugs to doc string.
8007         (gnus-button-alist): Add mid\\|message-id.
8008         (gnus-button-fetch-group): Extend for use in
8009         `browse-url-browser-function'.
8010         (gnus-button-url-regexp): Try to catch paired parentheses like in
8011         Wikipedia URLs.
8012
8013         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8014         Suggested by Simon Krahnke <overlord@gmx.li>.
8015
8016 2007-01-13  Romain Francoise  <romain@orebokech.com>
8017
8018         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8019         Update copyright.
8020
8021 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8022
8023         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8024
8025 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8026
8027         * gnus-registry.el (gnus-registry-unfollowed-groups)
8028         (gnus-registry-split-fancy-with-parent): Fix documentation.
8029
8030 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8031
8032         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8033         from nnweb groups.
8034
8035 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8036
8037         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8038         Xref urls.  Erase buffer before requesting head.
8039
8040 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8041
8042         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8043         customizable.
8044
8045 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8046
8047         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8048         no signing key is found.
8049         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8050         no encrypting and/or signing key is found.
8051
8052 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8055
8056 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8057
8058         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8059         headers read from disk with the ones newly found in the current search.
8060         This should no longer cause problems, because the article numbers in
8061         Gmane's `nov.php' output are ignored since the previous change.
8062
8063 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8064
8065         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8066
8067 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8070         replace-regexp-in-string; bind url-version; fbind display-images-p and
8071         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8072         find-face and set-itimer-function for Emacs; bind itimer-list for
8073         Emacs.
8074
8075         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8076
8077 2007-01-01  Romain Francoise  <romain@orebokech.com>
8078
8079         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8080
8081 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8082
8083         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8084         `define-minor-mode' macro definition expanded properly.
8085         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8086         exclude it there.
8087
8088         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8089         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8090         `fboundp' test.
8091         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8092         This is OK to autoload in (S)XEmacs now.
8093
8094 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8095
8096         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8097         keystroke.
8098         (gnus-summary-limit-to-singletons): Fix typo.
8099
8100         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8101         else fails.
8102
8103 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8104
8105         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8106         docstring.
8107
8108         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8109         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8110         (gnus-summary-insert-dormant-articles): Fix typo in message.
8111
8112 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8115         nil for XEmacs.
8116         (gnus-message-citation-mode): Don't autoload in XEmacs.
8117
8118         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8119
8120 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8121
8122         * nnimap.el (nnimap-expunge-search-string): Mention
8123         nnimap-search-uids-not-since-is-evil in docstring.
8124
8125 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * spam.el: Revert to make-obsolete-variable because
8128         define-obsolete-variable-alias is not supported in Emacs 21.
8129
8130         * spam.el (spam-ifile-path, spam-ifile-database-path)
8131         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8132         make-obsolete-variable.
8133         (spam-bsfilter-path, spam-bsfilter-program)
8134         (spam-spamassassin-path, spam-spamassassin-program)
8135         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8136         use "path" inappropriately.
8137         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8138         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8139         variable names.
8140
8141 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8142
8143         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8144         summary buffer.
8145
8146         * password.el (password-cache-remove): Use clear-string to burn
8147         password, if available.
8148
8149 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8152
8153         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8154
8155         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8156         (gnus-message-highlight-citation): Move defcustom here from
8157         gnus-cite.el.
8158         (gnus-message-citation-mode): Autoload.
8159
8160         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8161         checks to make it compile with XEmacs.
8162         (gnus-message-citation-mode): New minor mode.
8163         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8164         (gnus-message-highlight-citation): New variables.
8165         (gnus-message-search-citation-line)
8166         (gnus-message-add-citation-keywords)
8167         (gnus-message-remove-citation-keywords)
8168         (turn-on-gnus-message-citation-mode)
8169         (turn-off-gnus-message-citation-mode): New functions.
8170
8171 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8172
8173         * gnus-cite.el: Enable highlighting of different citation levels in
8174         message-mode.
8175
8176 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * message.el (message-make-fqdn): Fix comment.
8179         (message-bogus-system-names): Add ".local".
8180
8181         * spam.el (spam-ifile-path, spam-ifile-program)
8182         (spam-ifile-database-path, spam-ifile-database)
8183         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8184         Don't use "path" inappropriately.
8185         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8186         strings.
8187         (spam-check-ifile, spam-ifile-register-with-ifile)
8188         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8189         new variable names.
8190
8191         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8192         (gnus-treat-display-smileys): Simplify using
8193         gnus-image-type-available-p.
8194
8195         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8196         available.
8197
8198         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8199         `display-images-p' if available.
8200
8201 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8204         one after turning on the buffer's multibyteness instead of decoding
8205         them directly in the unibyte buffer that causes unexpected conversion
8206         in Emacs 23 (unicode).
8207
8208 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8209
8210         * message.el (message-generate-hashcash): Fix custom type.
8211
8212 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8215
8216 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8219         disconnect icons.  Add help text.
8220
8221 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8222
8223         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8224         negated to be consistent with the others we handle.
8225
8226 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8227
8228         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8229         version of gnus-summary-buffer to something, so that we can use two
8230         article buffers at the same time.
8231
8232 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8233
8234         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8235         trigger all the extra headers.
8236         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8237         sorting.
8238
8239 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8240
8241         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8242         solid groups.
8243
8244 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8245
8246         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8247
8248 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * legacy-gnus-agent.el: Add Copyright notice.
8251
8252 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8253
8254         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8255
8256 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8259
8260         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8261         to make it work reliably in CVS Emacs.
8262         (gnus-summary-limit-strange-charsets-predicate)
8263         (gnus-summary-limit-to-predicate): New functions.
8264
8265 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8266
8267         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8268         specifying array size.
8269         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8270         array if it is too small.
8271         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8272         (gnus-sort-threads-loop): New function.
8273
8274 2006-12-06  Chris Moore  <dooglus@gmail.com>
8275
8276         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8277         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8278
8279 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8280
8281         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8282         options.
8283
8284 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8285
8286         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8287         DOS-ing the recipient.
8288
8289         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8290         the headers when creating the mapping to avoid mismappings.
8291         (nnweb-gmane-create-mapping): Always nix out old mapping.
8292
8293 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8296         and mm-verify-option to never.
8297
8298 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * message.el (message-signed-or-encrypted-p): New function.
8301         (message-forward-make-body): Use it.
8302
8303         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8304         Replace encode-coding-string with mm-encode-coding-string.
8305
8306 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * nneething.el (nneething-decode-file-name): Replace
8309         decode-coding-string with mm-decode-coding-string.
8310
8311         * gnus-int.el (gnus-open-server): Say failed server's name.
8312
8313 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8314
8315         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8316         strings to a single string.  Quote `errors-file-name'.
8317         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8318         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8319         Adjust calls.  Use `shell-quote-argument'.
8320
8321 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8322
8323         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8324         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8325
8326         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8327         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8328         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8329         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8330         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8331         (gnus-subscribe-newsgroup, gnus-1):
8332         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8333         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8334         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8335         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8336
8337 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8338
8339         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8340         keystroke.
8341         (gnus-summary-limit-to-bodies): Implement headersp.
8342
8343 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8344
8345         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8346
8347 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8350
8351 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8352
8353         * message.el (message-generate-hashcash): Expand range of values to
8354         include `opportunistic'.
8355         (message-send-mail): Use it.
8356
8357 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8358
8359         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8360         and comment it.
8361
8362         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8363
8364 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * gnus-util.el (gnus-extract-address-components): Improve comment.
8367
8368 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-util.el (gnus-extract-address-components): Work with address in
8371         which the name portion contains @.
8372
8373         * lpath.el: Fbind custom-autoload.
8374
8375 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * gnus.el (gnus-start): Move custom group up.
8378         (gnus-select-method): Don't autoload, but make it available for
8379         `customize-variable'.
8380         (gnus-getenv-nntpserver): Don't autoload.
8381
8382 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8383
8384         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8385
8386 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * message.el (message-sendmail-extra-arguments): New variable.
8389         (message-send-mail-with-sendmail): Use it.
8390
8391 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8394         mm-with-unibyte-current-buffer to make string unibyte.
8395
8396         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8397         mm-string-as-multibyte.
8398
8399 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8400
8401         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8402         Reported by Werner Koch <wk@gnupg.org>.
8403
8404 2006-11-14  Daiki Ueno  <ueno@p360>
8405
8406         * mml2015.el: Autoload epa-select-keys when compiling.
8407
8408 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8409
8410         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8411         message-options.
8412         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8413
8414 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8415
8416         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8417         EasyPG (< 0.0.6).
8418         (mml2015-always-trust): New user option.
8419         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8420         prompt.
8421
8422 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * nntp.el (nntp-authinfo-force): New variable.
8425         (nntp-send-authinfo): Use it.
8426
8427 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8430         decode encoded words.  Improve prompt.  Add comment about forwarding.
8431         (message-replacement-char): Move up.
8432
8433 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8434
8435         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8436         instead of gnus-intersection because arguments of gnus-sorted-nunion
8437         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8438
8439 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8442         (message-simplify-subject-functions): Enable
8443         message-strip-subject-encoded-words by default.
8444
8445 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8446
8447         * message.el (message-strip-subject-encoded-words): New function.
8448         (message-simplify-subject-functions): New variable.
8449         (message-simplify-subject): Use it.  Fix typo in doc string.
8450         Support message-strip-subject-encoded-words.
8451
8452 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8453
8454         * gnus-diary.el (gnus-diary-delay-format-function):
8455         * nndiary.el (nndiary-reminders):
8456         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8457
8458 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * gnus-art.el (article-hide-boring-headers): Fetch date from
8461         gnus-original-article-buffer to avoid problems with localized date
8462         strings.
8463
8464 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8467
8468 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8471         New variables.
8472         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8473         (mm-charset-synonym-alist): Move some entries to
8474         mm-codepage-iso-8859-list.
8475         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8476         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8477
8478 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8481
8482 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8485         with Emacs 21 and XEmacs.
8486
8487 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8488
8489         * spam.el (spam-parse-address): New function for better parsing,
8490         catching errors, etc.
8491         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8492
8493 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8494
8495         * mm-view.el: Add interactive arg to html2text autoload.
8496
8497 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8500
8501 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8504         variables.
8505         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8506         (mm-charset-synonym-alist): Move some entries to
8507         mm-codepage-iso-8859-list.
8508
8509         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8510
8511 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * message.el (message-citation-line-format)
8514         (message-insert-formated-citation-line): Fix implementation of %E, %N
8515         and %n according to the doc string.
8516
8517 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8518
8519         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8520         car-safe to avoid bad parses.
8521
8522 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8525         names.
8526
8527         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8528
8529 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8532         header.
8533
8534         * message.el (message-draft-headers): Add Date.
8535         (message-headers-to-generate): Fix typo in docstring.
8536
8537         * nndraft.el (nndraft-required-headers): New variable.
8538         (nndraft-generate-headers): Use it.
8539
8540         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8541
8542 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8543
8544         * gnus-registry.el (gnus-registry-wash-for-keywords)
8545         (gnus-registry-find-keywords): New functions to allow easy searching of
8546         articles that are in the registry.
8547
8548 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8549
8550         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8551         ietf-drums-parse-address instead of gnus-extract-address-components.
8552         Reported by Damien Elmes <damien@repose.cx>.
8553
8554 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8555
8556         * gnus.el (gnus-mime): Remove unused custom group.
8557
8558 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8559
8560         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8561         "blank line" when searching for end of armor headers.
8562
8563 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gmm-utils.el (gmm-write-region): Fix variable name.
8566
8567 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * gmm-utils.el (gmm-write-region): New function based on compatibility
8570         code from `mm-make-temp-file'.
8571
8572         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8573
8574         * nnmaildir.el (nnmaildir--update-nov)
8575         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8576         Use `gmm-write-region'.
8577
8578 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8581         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8582
8583         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8584
8585         * message.el (message-replacement-char): New variable.
8586         (message-fix-before-sending): Use it.
8587         (message-simplify-subject): New function to remove duplicate code.
8588         (message-reply, message-followup): Use it.
8589
8590         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8591         gnus-summary-limit-to-articles.
8592
8593 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-util.el (gnus-with-local-quit): New macro.
8596
8597         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8598
8599 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8600
8601         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8602         ignore non-string data.
8603
8604 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8605
8606         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8607         non-string data (needs to be done in the registry too).
8608
8609 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8610
8611         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8612         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8613         (gnus-registry-split-fancy-with-parent)
8614         (gnus-registry-fetch-simplified-message-subject-fast)
8615         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8616         Remove text properties on ingress into the registry and when it's saved.
8617         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8618         registry from entries with no groups.
8619
8620 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8621
8622         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8623         function to remove string properties.
8624
8625 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * gmm-utils.el (gmm): Adjust custom version.
8628
8629         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8630         custom version.
8631
8632         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8633
8634 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * gnus-art.el (gnus-insert-prev-page-button)
8637         (gnus-insert-next-page-button): Simplify.  Reformat.
8638
8639 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8640
8641         * gnus-art.el (gnus-insert-prev-page-button)
8642         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8643
8644 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8645
8646         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8647
8648 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8649
8650         * gnus-art.el (gnus-insert-mime-button)
8651         (gnus-insert-mime-security-button):
8652         Apply gnus-article-button-face to MIME and security buttons.
8653
8654 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8657         readable.
8658
8659 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8662
8663 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8664
8665         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8666         `browse-url-of-file' instead of `browse-url'.
8667
8668 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8669
8670         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8671         regexp.  Articles containing quotation were cut prematurely.
8672
8673 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * message.el (message-cite-original-1): Use nobody by default for the
8676         value of From header.
8677         (message-reply): Ditto.
8678
8679 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8680
8681         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8682         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8683         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8684
8685 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8688         mails in the doc string.  Add some URLs in comment.
8689         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8690
8691 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8694         backslashes handling and the way to find boundaries of quoted strings.
8695
8696 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8697
8698         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8699         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8700         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8701         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8702
8703 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8706         doc string.
8707         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8708
8709 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * lpath.el: Fbind epg-check-configuration.
8712
8713 2006-09-06  Simon Josefsson  <jas@extundo.com>
8714
8715         * mml2015.el (mml2015-use): Doc fix, mention epg.
8716
8717 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8718
8719         * mml2015.el (mml2015-use): Default to epg, if available.
8720
8721 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8722
8723         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8724         message-sender.
8725         (mml1991-epg-encrypt): Ditto.
8726         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8727         message-sender.
8728         (mml2015-epg-encrypt): Ditto.
8729
8730 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8731
8732         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8733         several common directories.
8734
8735 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8736
8737         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8738         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8739
8740 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-art.el (article-decode-encoded-words): Make it fast.
8743
8744 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8747
8748         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8749         in quoted string into `\'.
8750
8751 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8754         Use standard-syntax-table.
8755
8756 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-art.el (gnus-decode-address-function): New variable.
8759         (article-decode-encoded-words): Use it to decode headers which are
8760         assumed to contain addresses.
8761         (gnus-mime-delete-part): Remove useless `or'.
8762
8763         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8764         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8765         (gnus-nov-parse-line): Use it to decode From header.
8766         (gnus-get-newsgroup-headers): Ditto.
8767         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8768
8769         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8770         (mail-decode-encoded-address-string): New alias.
8771
8772         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8773         New function.
8774         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8775         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8776         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8777         (rfc2047-decode-string): Ditto.
8778         (rfc2047-decode-address-region): New function.
8779         (rfc2047-decode-address-string): New function.
8780
8781 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8782
8783         * message.el (message-caesar-buffer-body): Allow rotating headers.
8784
8785         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8786
8787         * message.el (message-insert-formated-citation-line): Fix %f.
8788         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8789
8790 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8793         (gnus-bookmark-mouse-available-p): New macro.
8794         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8795         (gnus-bookmark-bmenu-show-infos): Use it.
8796         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8797         (gnus-bookmark-bmenu-hide-infos): Ditto.
8798         (gnus-bookmark-remove-properties): New function.
8799         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8800         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8801         (gnus-bookmark-write-file): Bind coding-system-for-write.
8802         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8803         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8804         group before selecting it.
8805         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8806         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8807         quit-window if it is not available; use gnus-mouse-2 and bind it to
8808         gnus-bookmark-bmenu-select-by-mouse.
8809         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8810         (gnus-bookmark-bmenu-select-by-mouse): New function.
8811
8812 2006-08-13  Romain Francoise  <romain@orebokech.com>
8813
8814         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8815         space.
8816
8817 2006-08-10  Romain Francoise  <romain@orebokech.com>
8818
8819         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8820         (dns-mode-soa-auto-increment-serial): New user option.
8821         (dns-mode-soa-maybe-increment-serial): New function.
8822         (dns-mode): Add the latter to `write-contents-functions'.
8823
8824 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * compface.el (uncompface): Use binary rather than raw-text-unix.
8827
8828 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * compface.el (uncompface): Make sure the eol conversion doesn't take
8831         place when communicating with the external programs.  Reported by
8832         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8833
8834 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8837
8838 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8839
8840         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8841         Make it more robust by parsing author and date independently.
8842
8843 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8846
8847 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8848
8849         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8850         first matching secret key.
8851         (mml2015-epg-encrypt): Ditto.
8852
8853         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8854         first matching secret key.
8855         (mml1991-epg-encrypt): Ditto.
8856
8857         * mml2015.el (mml2015-encrypt-to-self): New user option.
8858         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8859         mml2015-epg-encrypt-to-self is set.
8860
8861         * mml1991.el (mml1991-encrypt-to-self): New variable.
8862         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8863         mml1991-epg-encrypt-to-self is set.
8864
8865         * mml2015.el (mml2015-signers): New user option.
8866         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8867         (mml2015-epg-encrypt): Allow to select signing keys.
8868
8869         * mml1991.el (mml1991-signers): New variable.
8870         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8871         (mml1991-epg-encrypt): Allow to select signing keys.
8872
8873 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * nnheader.el (nnheader-insert-head): Make it work even if the file
8876         uses CRLF for the line-break code.
8877
8878 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8879
8880         * mml2015.el: Require mml-sec instead of password.
8881         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8882         (mml2015-cache-passphrase): Inherit the default value from
8883         mml-secure-cache-passphrase.
8884         (mml2015-passphrase-cache-expiry): Inherit the default value from
8885         mml-secure-passphrase-cache-expiry.
8886
8887         * mml1991.el: Require mml-sec instead of password.
8888         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8889         (mml1991-cache-passphrase): Inherit the default value from
8890         mml-secure-cache-passphrase.
8891         (mml1991-passphrase-cache-expiry): Inherit the default value from
8892         mml-secure-passphrase-cache-expiry.
8893
8894         * mml-sec.el: Require password.
8895         (mml-secure-verbose): New user option.
8896         (mml-secure-cache-passphrase): New user option.
8897         (mml-secure-passphrase-cache-expiry): New user option.
8898
8899 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8900
8901         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8902         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8903         andreas@altroot.de (Andreas Vögele).
8904
8905         FIXME: Use `tiny change'?
8906
8907 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8908
8909         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8910         workaround for the url package included with Emacs.
8911
8912         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8913
8914 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8917         correctly.  This fixes a bug caused by the 2006-05-12 change.
8918
8919 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8920
8921         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8922         some information about the error when saying that the `bogus' mail
8923         group will be used.
8924
8925 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8928         string.
8929
8930 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8931
8932         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8933
8934 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8935
8936         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8937
8938 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8939
8940         * mml1991.el (mml1991-function-alist): Add epg.
8941         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8942         (mml1991-epg-encrypt): New functions.
8943
8944 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8945
8946         * mml2015.el (mml2015-verbose): New variable.
8947         (mml2015-cache-passphrase): Ditto.
8948         (mml2015-passphrase-cache-expiry): Ditto.
8949         (mml2015-function-alist): Add epg.
8950         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8951         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8952         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8953         functions.
8954
8955 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8956
8957         * message.el (message-cite-original-1): Preserve region when removing
8958         quoted text due to X-No-Archive in order to avoid bogus attribution
8959         when citing multiple messages.
8960
8961 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8962
8963         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8964         Kenneth Jacker <khj@be.cs.appstate.edu>.
8965
8966 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gnus-diary.el (gnus-user-format-function-d)
8969         (gnus-user-format-function-D): Autoload.
8970
8971         * imap.el (Commentary): Fix typo.
8972
8973         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8974         2006-04-22 contribution.
8975
8976 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8977
8978         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8979         It didn't really fix the bogosity I'm seeing with solid web groups.
8980
8981 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8982
8983         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8984         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8985         created using server names.  If we use the feature without declaring
8986         it, Gnus does not properly manage server and group state.
8987
8988         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8989         bound.
8990
8991 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8992
8993         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8994         looking up the method using GROUP's prefix before inventing a new one.
8995         It is used on killed/unknown groups in various places where returning
8996         an all-new method isn't expected by the caller.
8997
8998         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8999         and match semantics of gnus-group-real-prefix.
9000
9001 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * nnmail.el (nnmail-broken-references-mailers): New variable.
9004         (nnmail-ignore-broken-references): New function generalizing
9005         nnmail-fix-eudora-headers.
9006         (nnmail-fix-eudora-headers): Now obsolete.
9007
9008         * gnus-art.el (gnus-button-handle-custom): Support
9009         `customize-apropos*'.
9010
9011 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9012
9013         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9014
9015         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9016         articles.
9017
9018 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * message.el (message-cite-reply-above): New variable.
9021         (message-yank-original): Use it.
9022
9023 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9026
9027 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9030         as read.
9031
9032         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9033
9034 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9037         (gnus-bookmark-default-file): Use gnus-directory.
9038         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9039         Remove "*" in doc string.
9040         (gnus-bookmark-write-file): Simplify.
9041         (gnus-bookmark-maybe-sort-alist): Use `when'.
9042         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9043         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9044         FIXME about Emacs 21 and XEmacs compatibility.
9045         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9046         compatibility.
9047         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9048         compatibility.
9049         (gnus-bookmark-menu-heading): Fix version.
9050
9051 2006-06-19  Bastien Guerry  <bzg@altern.org>
9052
9053         * gnus-bookmark.el: New file.
9054
9055 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * message.el (message-syntax-checks): Doc fix.
9058
9059 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9060
9061         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9062         unsubscribed groups as if they were killed ones.  It causes duplicate
9063         entries in gnus-newsrc-alist.
9064
9065 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * message.el (message-syntax-checks): Doc fix.
9068         (message-send-mail): Add check for continuation headers.
9069         (message-check-news-header-syntax): Fix regexp used to check for
9070         continuation headers.
9071
9072 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9075
9076 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9079
9080 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9083         default-truncate-lines.
9084
9085 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9088         to fill the utf-8 entry.
9089
9090         * lpath.el: Fbind unicode-precedence-list.
9091
9092 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9093
9094         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9095
9096 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9097
9098         * gnus-agent.el (directory-files-and-attributes): Move all the way
9099         forward (the third and final move).
9100         (gnus-agent-read-agentview): Trap reconstruction errors due to
9101         nonexistant directory.  Handle by returning nil.
9102
9103 2006-05-30  Didier Verna  <didier@xemacs.org>
9104
9105         * message.el (message-dont-reply-to-names): Update the custom type.
9106         * message.el (message-dont-reply-to-names): New defsubst: potentially
9107         convert a list of regexps into a single one.
9108         * message.el (message-get-reply-headers): Use it.
9109         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9110
9111 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * gnus-agent.el (directory-files-and-attributes): Move forward.
9114
9115 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * gnus-ml.el (gnus-mailing-list-subscribe)
9118         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9119         (gnus-mailing-list-message): Fix doc strings.
9120
9121 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9122
9123         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9124         of doing it manually.
9125
9126 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9129         comment.
9130
9131 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9132
9133         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9134         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9135         (gnus-agent-read-local): All symbols allocated in my-obarray.
9136         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9137         (gnus-agent-regenerate-group): Check numeric names to see if they are
9138         messages or groups.
9139         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9140         better way of do this...)
9141
9142         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9143         'dummy.group' (there should be a better way of do this...)
9144
9145 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9148         (gnus-saved-headers): Ditto.
9149         (gnus-default-article-saver): Mention functions may have properties.
9150         (gnus-article-save): Override gnus-save-all-headers and
9151         gnus-saved-headers by :headers property which saver function may have.
9152         (gnus-summary-save-in-file): Add :headers property.
9153         (gnus-summary-write-to-file): Ditto.
9154
9155         * gnus-sum.el (gnus-summary-save-article): Bind
9156         gnus-prompt-before-saving to t when saving many articles in a file;
9157         always show all headers.
9158
9159         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9160
9161 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9162
9163         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9164         marks.
9165
9166         * message.el (message-indent-citation): Add optional arguments to allow
9167         using it outside of message buffers.
9168
9169         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9170         (gnus-article-treat-unfold-headers): Use it.
9171         (gnus-article-truncate-lines): New variable.
9172         (gnus-article-mode): Use it.
9173         (gnus-article-toggle-truncate-lines): New function.
9174
9175         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9176         gnus-article-toggle-truncate-lines.
9177
9178         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9179         coding system in XEmacs, use binary.
9180
9181 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9184         after-load-alist.
9185
9186         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9187         this function should save decoded articles.
9188         (gnus-summary-write-to-file): Use property to specify this function
9189         should save decoded articles and specify gnus-summary-save-in-file
9190         should be used to save articles other than the first one when saving
9191         many articles.
9192         (gnus-summary-save-body-in-file): Use property to specify this
9193         function should save decoded articles.
9194         (gnus-summary-write-body-to-file): Use property to specify this
9195         function should save decoded articles and specify
9196         gnus-summary-save-body-in-file should be used to save articles other
9197         than the first one when saving many articles.
9198
9199         * gnus-sum.el (gnus-summary-save-article): Simplify.
9200
9201 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * gnus-art.el (gnus-default-article-saver): Add
9204         gnus-summary-write-body-to-file.
9205         (gnus-article-save-coding-system): Don't use coding system object
9206         in XEmacs.
9207         (gnus-read-save-file-name): Add optional `dir-var' argument which
9208         specifies directory in which files are saved; work even if optional
9209         `variable' argument is not specified.
9210         (gnus-summary-write-to-file): Read file name.
9211         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9212         (gnus-summary-write-body-to-file): New function.
9213
9214         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9215         (gnus-summary-local-variables): Add it.
9216         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9217         (gnus-summary-save-article): Remove optional `decode' argument;
9218         determine whether to decode articles by the value of
9219         gnus-default-article-saver; when saving many files using
9220         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9221         it first and use gnus-summary-save-in-file or
9222         gnus-summary-save-body-in-file thereafter unless
9223         gnus-prompt-before-saving is always; move point to article which
9224         will be saved.
9225         (gnus-summary-save-article-file): Revert.
9226         (gnus-summary-write-article-file): Revert.
9227         (gnus-summary-save-article-body-file): Revert.
9228         (gnus-summary-write-article-body-file): New function.
9229
9230 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-art.el (gnus-default-article-saver): Doc fix.
9233         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9234         from gnus-summary-save-article-coding-system, and default to a
9235         certain coding system.
9236         (gnus-output-to-file): Add coding cookie and encode text according
9237         to gnus-article-save-coding-system; don't use mm-append-to-file.
9238
9239         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9240         gnus-art.el and rename to gnus-article-save-coding-system.
9241         (gnus-summary-save-article): Require gnus-art; don't show all
9242         headers if it decodes articles; don't add coding cookie here;
9243         don't bind mm-text-coding-system-for-write.
9244         (gnus-summary-save-article-file): Save decoded articles.
9245         (gnus-summary-write-article-file): When saving many files, use
9246         gnus-summary-write-to-file first and gnus-summary-save-in-file
9247         thereafter unless gnus-prompt-before-saving is always.
9248         (gnus-summary-save-article-body-file): Save decoded articles.
9249
9250         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9251
9252 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * nnrss.el (nnrss-check-group): Bind hash-index.
9255
9256 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9257
9258         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9259         its hash index.  Store this hash in `nnrss-group-data'.
9260         (nnrss-read-group-data): Update accordingly.
9261
9262 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9263
9264         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9265         entry.
9266
9267         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9268         gnus-article-browse-html-article.
9269
9270 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9271
9272         * gnus-sum.el (gnus-summary-mime-map): Add
9273         gnus-article-browse-html-article.
9274
9275         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9276
9277 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9280         suitable coding systems in customize.
9281
9282 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * mail-source.el (mail-sources): Fix custom type.
9285
9286 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9289         (gnus-summary-expire-articles-now): Shorten prompt.
9290
9291         * gmm-utils.el (wid-edit): Require.
9292         (defun-gmm): Renamed from `gmm-defun-compat'.
9293         (gmm-image-search-load-path): Use it.
9294         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9295
9296 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9299         variable.
9300         (gnus-summary-save-article): Add optional `decode' argument.  If
9301         it is set and gnus-summary-save-article-coding-system is non-nil,
9302         save decoded article.
9303         (gnus-summary-write-article-file): Save decoded article if
9304         gnus-summary-save-article-coding-system is non-nil.
9305
9306         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9307         type.
9308
9309 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9312
9313 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9316         first to test gnus-single-article-buffer which may be buffer-local.
9317
9318         * gnus-sum.el (gnus-summary-setup-buffer): Make
9319         gnus-single-article-buffer buffer-local and nil in ephemeral
9320         group; make gnus-article-buffer, gnus-article-current, and
9321         gnus-original-article-buffer always buffer-local.
9322         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9323         group.
9324         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9325
9326 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * nnml.el (nnml-request-compact-group): Compressed files might not
9329         have .gz extension.
9330
9331 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9332
9333         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9334         (mm-copy-to-buffer): Use with-current-buffer.
9335         (mm-display-part): Simplify.
9336         (mm-inlinable-p): Add optional arg `type'.
9337
9338 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9339
9340         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9341         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9342         Try harder to show the attachment internally or externally using
9343         gnus-mime-view-part-as-type.
9344
9345 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * message.el (message-from-style, message-signature-separator)
9348         (message-user-organization-file, message-send-mail-function)
9349         (message-citation-line-function, message-yank-prefix)
9350         (message-indent-citation-function, message-signature)
9351         (message-signature-file, message-signature-insert-empty-line):
9352         Remove autoloads.
9353
9354         * gnus-art.el (gnus-buttonized-mime-types): Remove
9355         "multipart/signed".  Revert 2006-04-26 change.
9356
9357 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * gnus.el (gnus-version-number): Bump version.
9360
9361 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9362
9363         * gnus.el: No Gnus v0.5 is released.
9364
9365 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9366
9367         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9368         fetching articles by message-id.
9369
9370 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9371
9372         * message.el (hashcash): Require hashcash as normal.
9373
9374         * ecomplete.el (ecomplete-highlight-match-line): Use
9375         point-at-eol.
9376         (ecomplete-highlight-match-line): Use `highlight', because that
9377         face exists in both Emacs and XEmacs.
9378
9379         * message.el (message-display-abbrev): Use point-at-bol.
9380
9381         * mail-source.el: Don't require timer/timer-funcs.
9382
9383         * gnus-async.el: Ditto.
9384
9385         * password.el: Ditto.
9386
9387         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9388
9389         * mm-url.el: Ditto.
9390
9391         * gnus-xmas.el: Don't require timer-funcs.
9392
9393         * mm-util.el: Require timer/timer-funcs.
9394
9395 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9396
9397         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9398         Close.
9399
9400 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9403         unibyte after clear-decrypt function runs.
9404
9405         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9406         returns as a unibyte string.
9407
9408 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * lpath.el: Revert.
9411
9412         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9413         (pgg-gpg-process-sentinel): Revert.
9414
9415         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9416         (pgg-pgp-lookup-key): Revert.
9417
9418         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9419         (pgg-pgp5-lookup-key): Revert.
9420
9421         * pgg.el (pgg-fetch-key): Revert.
9422
9423 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * lpath.el: Fbind string-as-multibyte for XEmacs.
9426
9427         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9428         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9429         (mml1991-pgg-encrypt): Ditto.
9430
9431         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9432         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9433         a multibyte buffer.
9434
9435         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9436         (pgg-pgp-lookup-key): Ditto.
9437
9438         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9439         (pgg-pgp5-lookup-key): Ditto.
9440
9441         * pgg.el (pgg-fetch-key): Ditto.
9442
9443 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * message.el (message-user-organization-file): Check several
9446         locations of the organization file.
9447
9448         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9449         Add gnus-article-view-part-as-type.
9450
9451         * gnus-art.el (gnus-article-view-part-as-type): New function.
9452
9453         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9454         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9455
9456         * mml.el: Simplify autoload.
9457         (mml-mode): defvar dnd-protocol-alist instead of using
9458         symbol-value.
9459         (mml-default-directory): New variable.
9460         (mml-minibuffer-read-file): Use it.
9461         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9462
9463         * message.el (message-citation-line-format): New variable.
9464         (message-insert-formated-citation-line): New function.
9465         (message-citation-line-function): Add
9466         `message-insert-formated-citation-line' to custom type.
9467
9468         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9469         to doc string.
9470
9471         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9472         depending on mm-verify-option.
9473
9474 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9477         binding pgg-* variables; reimplement the section which prevents
9478         MIME header from being signed.
9479         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9480         pgg-text-mode; remove a blank line at the top of body.
9481
9482         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9483         lines at the top of body; use gnus-newsgroup-charset if there's no
9484         Charset header.
9485
9486 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * message.el (message-self-insert-commands): Doc fix.
9489
9490         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9491         (mm-uu-pgp-encrypted-test): Ditto.
9492         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9493         between header and body; return application/pgp-encrypted handle
9494         if decryption failed; decode decrypted body by charset.
9495
9496         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9497         element match to application/pgp-*.
9498
9499 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9500
9501         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9502         HTML.
9503
9504 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * mail-source.el (mail-source-call-script): Message the error
9507         string.
9508
9509 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * gnus-util.el (gnus-byte-compile): Use it.
9512
9513 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9514
9515         * gnus-util.el (kill-empty-logs): New function.
9516
9517 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * message.el (message-mail-alias-type): Doc fix.
9520         (message-mail-alias-type-p): New function.
9521         (message-send): Use it.
9522         (message-mode): Ditto.
9523         (message-strip-forbidden-properties): Ditto.
9524
9525         * ecomplete.el (ecomplete-database-file-coding-system): New
9526         variable.
9527         (ecomplete-save): Use it.
9528         (ecomplete-setup): Use it.
9529
9530 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * message.el (message-self-insert-commands): New variable.
9533         (message-strip-forbidden-properties): Use it.
9534
9535 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536
9537         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9538         that doesn't make XEmacs choke.
9539
9540 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9541
9542         * gnus-util.el (gnus-replace-in-string):
9543         Prefer replace-regexp-in-string over of replace-in-string.
9544
9545 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * gnus-util.el (gnus-select-frame-set-input-focus):
9548         Use select-frame-set-input-focus if it is available in XEmacs; use
9549         definition defined in Emacs 22 for old Emacsen.
9550
9551         * dgnushack.el: Autoload unmorse-region for XEmacs.
9552
9553         * lpath.el: Bind cursor-in-non-selected-windows and
9554         select-frame-set-input-focus for XEmacs.
9555
9556 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9559
9560 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9561
9562         * gnus-registry.el (gnus-registry-cache-save): Remove text
9563         properties when saving via the temp buffer.
9564
9565 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * message.el (message-generate-hashcash): Honor custom type.
9568
9569 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9570
9571         * message.el (message-generate-hashcash): Default to non-nil when
9572         hashcash is found.
9573
9574         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9575         (gnus-refer-thread-limit): Increase default to 500.
9576
9577         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9578
9579         * flow-fill.el (fill-flowed): Allow delete-space.
9580
9581 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9584         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9585         Remove autoloads.
9586
9587 2006-04-18  Simon Josefsson  <jas@extundo.com>
9588
9589         * message.el (message-generate-hashcash): Default to.
9590
9591 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9594         concatenating segments rather than before concatenating them.
9595
9596 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9599
9600 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9603
9604         * message.el (message-forward-make-body-plain): Allow
9605         message-forward-ignored-headers to be a list.
9606         (message-remove-ignored-headers): Factor out into function.
9607         (message-forward-make-body-mml): Use it.
9608
9609         * imap.el (imap-quote-specials): New function.
9610         (imap-login-auth): Quote specials.
9611
9612         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9613         (rfc2231-parse-string): Allow concatanation of parameters that
9614         aren't contiguous.  The test case is
9615           (mail-header-parse-content-type "message/external-body;
9616             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9617             access-type=LOCAL-FILE;
9618             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9619
9620 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9621
9622         * nntp.el (nntp-accept-process-output): Return the value of
9623         `nnheader-accept-process-output'.
9624
9625 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9628         (gnus-button-alist): Recognize more diff formats.
9629         (gnus-button-patch): Strip directory.
9630
9631 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9634         Emacs 22 when setting focus.
9635
9636 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * gnus-art.el (gnus-article-treat-types): Do treatment of
9639         text/x-verbatim parts.
9640         (gnus-button-patch): New command.
9641
9642         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9643         addresses that contain invalid characters.
9644
9645 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9646
9647         * message.el (message-put-addresses-in-ecomplete): Use
9648         gnus-replace-in-string.
9649         (message-is-yours-p): Use the more correct
9650         mail-header-parse-address instead of
9651         mail-extract-address-components.
9652         (message-put-addresses-in-ecomplete): Fix typo.
9653
9654         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9655         keystroke.
9656
9657         * gnus-art.el (gnus-treatment-function-alist): Change order of
9658         newsgroups/generic header folding to avoid double-folding.
9659
9660         * message.el (message-hidden-headers): Add X-Draft-From.
9661
9662         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9663         command.
9664         (gnus-summary-repeat-search-article-backward): New command.
9665
9666         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9667         groups in the parent topic.
9668
9669 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9670
9671         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9672         (spam-extra-header-to-number): Return the CRM114 number as a
9673         number instead of a string.
9674
9675 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * gnus-art.el (gnus-face-properties-alist): Moved here from
9678         gnus-fun.
9679
9680         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9681
9682 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * message.el (message-strip-forbidden-properties): Only display on
9685         self-insert-command.
9686
9687         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9688         reindent.
9689         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9690
9691 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9692
9693         * smiley.el (smiley-style): Fix typo.
9694
9695 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * hashcash.el (hashcash-insert-payment-async-2): Use
9698         message-goto-eoh instead of doing it manually.
9699         (mail-add-payment): Use message-narrow-to-header instead of trying
9700         to do the same itself.
9701
9702         * message.el (message-hidden-headers): Add Face.
9703
9704         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9705         reparenting code.
9706         (gnus-summary-reparent-children): Refactored out code.
9707         (gnus-summary-thread-map): New keystroke.
9708         (gnus-summary-reparent-children): Make into command.
9709
9710         * smiley.el (smiley-style): Default to `medium' if using a large
9711         font.
9712
9713         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9714         does it itself.
9715
9716         * message.el (message-point-in-header-p): Simplify definition.
9717
9718 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9719
9720         * nnagent.el (nnagent-request-set-mark): Silence log file
9721         writing.
9722         (nnagent-request-set-mark): Use write-region instead of
9723         append-to-file.
9724
9725         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9726         strange select method.
9727
9728         * ecomplete.el (ecomplete-display-matches): Get highlightling
9729         right.
9730         (ecomplete-display-matches): Use literals.
9731         (ecomplete-display-matches): Disable message logging.
9732
9733         * message.el (message-display-abbrev): Small optimization.
9734
9735         * ecomplete.el (ecomplete-display-matches): Allow automatic
9736         display.
9737
9738         * message.el (message-strip-forbidden-properties): Display
9739         abbrevs.
9740         (message-display-abbrev): Get automatic display right.
9741
9742         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9743         keystrokes.
9744
9745 2006-04-13  Romain Francoise  <romain@orebokech.com>
9746
9747         TODO: Backport to v5-10!
9748
9749         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9750         Moved here (and renamed) from gnus-registry.el.
9751
9752         * gnus-registry.el: Require gnus-util.
9753         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9754
9755 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * gnus-group.el (gnus-group-catchup-current): Change
9758         if-then-else-if-then-else into cond.
9759         (gnus-group-catchup): Indent.
9760         (group-name-at-point): New function.
9761         (gnus-fetch-group): Provide default from thing at point.
9762
9763 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764
9765         * message.el (message-display-abbrev): Fix regexp.
9766
9767         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9768         choosing.
9769         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9770         dead variables.
9771
9772         * message.el (message-newline-and-indent): Remove debugging.
9773         (message-display-abbrev): Use new implementation.
9774
9775 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * gnus-art.el (gnus-article-mode): Set
9778         cursor-in-non-selected-windows to nil.
9779
9780         * smiley.el: Revert previous change.
9781         (smiley-data-directory): defvar it before using it in the
9782         defcustom of `smiley-style'.
9783
9784 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9785
9786         * message.el (message-newline-and-indent): New function.
9787
9788         * ecomplete.el: Implement more bits.
9789
9790         * message.el (message-put-addresses-in-ecomplete): Clean up the
9791         string.
9792
9793         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9794
9795         * gnus-sum.el (gnus-summary-save-parts): Bind
9796         gnus-summary-save-parts-counter and use it to make unique file
9797         names.
9798
9799         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9800
9801         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9802         parameter to say whether to actually parse the individual
9803         addresses.
9804
9805         * message.el (message-put-addresses-in-ecomplete): New function.
9806         (ecomplete): Require.
9807         (message-mail-alias-type): Add ecomplete as an option.
9808
9809 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9810
9811         * flow-fill.el (fill-flowed): Remove trailing space from blank
9812         quoted lines.
9813
9814 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * smiley.el (smiley-style): Move definition later to avoid a
9817         compilation warning.
9818
9819 2006-04-12  Kenichi Handa  <handa@m17n.org>
9820
9821         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9822         buffer and then decode the buffer text if necessary.
9823         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9824         first, and after mm-encode-body, change the buffer to unibyte.
9825         Use mm-disable-multibyte instead of set-buffer-multibyte.
9826
9827 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9830         Content-Type header instead of Content-Disposition header.
9831         (gnus-mime-inline-part): Ditto.
9832         (gnus-mime-view-part-as-charset): Ignore charset that the part
9833         specifies.
9834
9835         * mm-decode.el (mm-display-part): Work with external parts and
9836         usual parts similarly.
9837
9838         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9839         instead of gnus-display-mime.
9840
9841         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9842         instead of with-temp-buffer.
9843
9844         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9845         tag to summarized topics part in order to encode non-ASCII text.
9846
9847 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * smiley.el (smiley-style): New variable.
9850         (smiley-directory): New function.
9851         (smiley-data-directory): Derive from `smiley-style' using
9852         `smiley-directory'.
9853         (smiley-regexp-alist): Add new entries.
9854
9855         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9856         (gnus-article-browse-delete-temp): Add :version.
9857
9858 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9859
9860         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9861         the sieve region.
9862
9863 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * gnus.el (gnus-version-number): Bump version.
9866
9867 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * gnus.el: No Gnus v0.4 is released.
9870
9871 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9872
9873         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9874         layout.
9875
9876         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9877         unknown charset.
9878
9879         * message.el (message-header-synonyms): Add Original-To to the
9880         default.
9881
9882         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9883         optional parameter.
9884
9885 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * gnus-fun.el (gnus): Require it for gnus-directory.
9888
9889 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9892
9893 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9894
9895         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9896
9897 2006-04-05  Simon Josefsson  <jas@extundo.com>
9898
9899         * password.el (password-reset): New function.
9900
9901 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9902
9903         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9904         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9905
9906 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9907
9908         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9909         Some whitespace was matched into the url, which broke browsing hits
9910         > 100 when mm-url-use-external was nil.
9911
9912 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9915         gnus-extra-headers for 'Newsgroups.
9916
9917         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9918         bound.
9919
9920 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9921
9922         * pgg-gpg.el: Clean up process buffers every time gpg processes
9923         complete.
9924
9925 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9928         doc string.
9929
9930 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9931
9932         * pgg-gpg.el (pgg-gpg-process-filter)
9933         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9934
9935         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9936         lines, temporary fix.
9937
9938 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9939
9940         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9941
9942 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9943
9944         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9945         default-enable-multibyte-characters.  This reverts the change from
9946         revision 6.17 which is no longer necessary because the passphrase
9947         is sent separately now.  GnuPG messages are unreadable under
9948         multibyte locales with default-enable-multibyte-characters set to
9949         nil.
9950
9951 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * message.el (message-tool-bar-gnome): Move "spell".
9954
9955 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9956
9957         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9958         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9959         instead.
9960
9961 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9962
9963         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9964         newsgroups handling for NNTP overviews which don't include
9965         Newsgroups.
9966
9967 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9968
9969         * message.el (message-resend): Bind message-generate-hashcash to nil.
9970
9971 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9972
9973         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9974         when searching for already-paid recipients.
9975
9976 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9977
9978         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9979         passphrases when it is not needed.
9980         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9981         passphrase stuff from gpg, should only be necessary when you use
9982         gpg with a smartcard.
9983
9984 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * mml.el (mml-insert-mime): Ignore cached contents of
9987         message/external-body part.
9988
9989         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9990         (mm-insert-part): Ditto.
9991
9992 2006-03-23  Simon Josefsson  <jas@extundo.com>
9993
9994         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9995         Reiner.
9996         (pgg-gpg-use-agent-p): Use it again.
9997
9998 2006-03-23  Simon Josefsson  <jas@extundo.com>
9999
10000         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10001         older emacsen.
10002         (pgg-gpg-use-agent-p): Don't use it.
10003
10004 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10007         if we can.
10008
10009 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10010
10011         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10012         (pgg-gpg-update-agent): New function.
10013         (pgg-gpg-use-agent-p): New function.
10014         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10015         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10016         (pgg-gpg-sign-region): Use it.
10017
10018 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10021         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10022
10023 2006-03-21  Simon Josefsson  <jas@extundo.com>
10024
10025         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10026         <wilde@sha-bang.de>.
10027         (pgg-gpg-use-agent): New variable.
10028         (pgg-gpg-process-region): Use it.
10029         (pgg-gpg-encrypt-region): Likewise.
10030         (pgg-gpg-encrypt-symmetric-region): Likewise.
10031         (pgg-gpg-decrypt-region): Likewise.
10032         (pgg-gpg-sign-region): Likewise.
10033         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10034
10035 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10038
10039         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10040         Add comment on version.
10041
10042 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * smiley.el: Add missing test smiley.
10045
10046 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * mm-decode.el (mm-with-part): New macro.
10049         (mm-get-part): Use it; work with message/external-body as well.
10050         (mm-save-part): Treat name and filename equally.
10051
10052         * mm-extern.el (mm-extern-cache-contents): New function.
10053         (mm-inline-external-body): Use it; force the part to be displayed;
10054         move undisplayer added to the cached handle to the parent.
10055
10056         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10057         (gnus-mime-view-part-as-type): Work with message/external-body.
10058
10059         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10060
10061 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10064         images in image-load-path.  [Sync with image.el, revision 1.60, in
10065         Emacs.]
10066
10067 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10070         path rather than symbol.  Always return list of directories.
10071         Guarantee that image directory comes first.  [Sync with image.el,
10072         revision 1.59, in Emacs.]
10073
10074         * message.el (message-make-tool-bar): Adjust to new API of
10075         `gmm-image-load-path-for-library'.
10076
10077         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10078
10079         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10080
10081 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10082
10083         * gnus-art.el (gnus-article-only-boring-p):
10084         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10085         intangible text.
10086         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10087
10088 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10091         `defun' instead of `gmm-defun-compat'.
10092
10093 2006-03-14  Simon Josefsson  <jas@extundo.com>
10094
10095         * message.el (message-unique-id): Don't use message-number-base36
10096         if (user-uid) is a float.
10097         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10098
10099 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10102
10103         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10104         empty line between a part and a message part.
10105
10106 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * smiley.el: Add more test smileys.
10109         (smiley-data-directory, smiley-regexp-alist)
10110         (gnus-smiley-file-types): Fix doc strings.
10111         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10112         adding new elements.
10113         (smiley-mouse-map): Unused code.  Make it a comment.
10114
10115 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10118         scan latest NoCeM messages instead of old ones.
10119         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10120         delimiters that are recently used.
10121         (gnus-nocem-load-cache): Add autoload cookie.
10122
10123         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10124
10125         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10126         level which is larger than gnus-use-nocem is specified.
10127
10128         * gnus-group.el (gnus-group-get-new-news): Ditto.
10129
10130 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10131
10132         * gnus-util.el (gnus-tool-bar-update): New function.
10133
10134         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10135         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10136
10137         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10138
10139         * gnus-group.el (gnus-group-redraw-when-idle)
10140         (gnus-group-redraw-check): Remove.
10141         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10142
10143 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10146         if optional last element is specified in splits (FIELD VALUE...).
10147
10148 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10151         to gmm-image-load-path-for-library.  Call with no-error argument.
10152         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10153
10154         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10155
10156         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10157
10158         * gmm-utils.el (gmm-image-load-path): Remove alias.
10159
10160 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * gmm-utils.el (gmm-image-load-path): Add alias.
10163
10164         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10165         nnml-generate-nov-databases-1.
10166         (nnml-generate-nov-databases): Use it.
10167         (nnml-generate-nov-databases-directory): Document no-active
10168         argument.
10169
10170         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10171         directory if path is t.  Add no-error.
10172
10173         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10174         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10175
10176         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10177         resetting gnus-article-browse-html-temp-list.
10178
10179         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10180         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10181         Add example to docstring.  Rename local variables.  Move error
10182         checks to default case in cond and simplify.
10183
10184 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10187         handle is multipart when calling it recursively.
10188         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10189
10190 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10191
10192         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10193         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10194
10195 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10198         is loaded.
10199
10200         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10201         loaded.
10202
10203 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10206         to "Emacs 23 (unicode)" in doc string.
10207
10208         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10209         "Emacs 23 (unicode)" in comment.
10210
10211 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10214
10215         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10216         characters 160 through 255 in Emacs 23.
10217
10218 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10221         gnus-article-browse-html-temp.
10222         (gnus-article-browse-delete-temp): Make it customizable.  Add
10223         `file'.  Adjust doc string.
10224         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10225         query for each file.  Adjust doc string.
10226         (gnus-article-browse-html-parts): Add
10227         `gnus-article-browse-delete-temp-files' to
10228         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10229
10230 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10231
10232         * gnus-art.el (gnus-article-browse-html-temp)
10233         (gnus-article-browse-delete-temp): New variables.
10234         (gnus-article-browse-delete-temp-files): New function.
10235         (gnus-article-browse-html-parts): Use it.
10236
10237 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10240
10241         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10242         string.
10243
10244         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10245         gnus-summary-insert-new-articles when unplugged.  Remove
10246         gnus-summary-search-article-forward.
10247
10248         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10249         display-visual-class instead of display-color-cells.
10250
10251 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * dgnushack.el: Autoload customize-group for XEmacs.
10254
10255         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10256         message/* containing non-ASCII text properly.
10257
10258 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * message.el: Require gmm-utils, remove autoloads.
10261         (message-tool-bar): Set default based on
10262         gmm-tool-bar-style.
10263         (message-tool-bar-gnome): Add gmm-customize-mode.
10264
10265         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10266         gmm-tool-bar-style.
10267         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10268
10269         * gnus-group.el (gnus-group-tool-bar): Set default based on
10270         gmm-tool-bar-style.
10271         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10272
10273         * gmm-utils.el (gmm-image-directory): Rename variable from
10274         gmm-image-load-path.
10275         (gmm-image-load-path): Use gmm-image-directory.
10276         (gmm-customize-mode): New function.
10277         (gmm-tool-bar-style): New variable.
10278
10279         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10280         gnus-group-redraw-line-number.
10281         (gnus-group-redraw-check): Simplify.
10282         (gnus-group-tool-bar-update): Remove redraw check.
10283         (gnus-group-make-tool-bar): Add redraw check.
10284
10285 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10286
10287         * gnus-art.el (gnus-button): Add missing parentheses.
10288
10289 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * lpath.el: Fbind line-number-at-pos.
10292
10293 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10296
10297 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * gnus-art.el (gnus-button): New face.
10300         (gnus-article-button-face): Use it.
10301
10302         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10303         gnus-summary-next-page.  Re-order.
10304
10305         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10306         next-node are now included.
10307         (gnus-group-redraw-line-number): New internal variable.
10308         (gnus-group-redraw-check): Helper function for updating the tool
10309         bar.
10310         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10311
10312         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10313
10314         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10315         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10316         Use it to match format of Spamassassin 3.0 and later.  Reported by
10317         IRIE Tetsuya <irie@t.email.ne.jp>.
10318         (spam-check-bogofilter)
10319         (spam-bogofilter-register-with-bogofilter): Fix args of
10320         `gnus-error' calls.
10321
10322 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10325         unnecessary interaction when sending queued mails.  Reported by
10326         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10327
10328 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10331         first or last are nil.
10332
10333 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10334
10335         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10336
10337 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10338
10339         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10340
10341 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10342
10343         * dns.el (query-dns): Protect more against buggy tcp output.
10344
10345 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10348         nov.php.
10349
10350 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10351
10352         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10353         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10354         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10355         output on the server side.
10356         (nnweb-google-create-mapping): Update regexps and add some
10357         progress indication.
10358
10359 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10362         gnus-agent-toggle-plugged.  Re-order icons.
10363         (gnus-group-tool-bar-gnome): Add
10364         gnus-group-{prev,next}-unread-group.
10365         (gnus-group-tool-bar-gnome): Re-order icons.
10366
10367         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10368         gnus-summary-insert-new-articles.
10369
10370         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10371         comments.
10372
10373         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10374         also available in Emacs 21.3.
10375
10376         * message.el (message-fix-before-sending): Change "Emacs 22" to
10377         "Emacs 23 (unicode)" in comment.
10378
10379         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10380         "Emacs 23 (unicode)" in comment.
10381
10382         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10383         comment.
10384         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10385
10386         * mm-view.el (mm-fill-flowed): Add :version.
10387
10388 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10391         and load-path.
10392
10393 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * message.el: Autoload gmm-image-load-path.
10396         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10397         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10398         consitency.
10399
10400         * gmm-utils.el (gmm-image-load-path): Also search in
10401         "../etc/images".  Don't set gmm-image-load-path if we don't find
10402         the image.
10403
10404 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gmm-utils.el (gmm-image-load-path): Don't make
10407         `gmm-image-load-path' include subdirectories which the second arg
10408         `image' might specify.
10409
10410         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10411         subdirectory to icon file names.
10412
10413         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10414
10415 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10418         gmm-image-load-path calls.
10419
10420         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10421
10422         * message.el (message-make-tool-bar): Ditto.
10423
10424         * mml.el (mml-preview): Added comment concerning tool bar icons.
10425
10426         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10427         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10428
10429         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10430         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10431
10432         * message.el (message-tool-bar-gnome): Use new icon names.
10433         (message-make-tool-bar): Use `gmm-image-load-path'.
10434
10435         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10436         functions from MH-E.
10437         (gmm-image-load-path): New variable from MH-E.
10438         (gmm-image-load-path): New function from MH-E.  Added arguments
10439         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10440         *-image-load-path-called-flag.
10441
10442 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10443
10444         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10445
10446 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10447
10448         * nnimap.el (nnimap-request-move-article): Change folder back to
10449         source group before deleting.
10450
10451 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10454
10455         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10456         mm-url.
10457
10458         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10459
10460 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10463         coding system which mm-charset-to-coding-system returns for a
10464         given charset is valid.
10465
10466 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10467
10468         * html2text.el (html2text-remove-tag-list):
10469         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10470
10471 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10472
10473         * gnus-cus.el: Revert 2005-10-17 change.
10474
10475 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * gnus-art.el (article-strip-banner): Call
10478         article-really-strip-banner only when the regexp match is made.
10479
10480 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * gnus-art.el (article-strip-banner): Use
10483         gnus-extract-address-components instead of
10484         mail-header-parse-addresses to make it work with non-ASCII text;
10485         remove mail-encode-encoded-word-string.
10486
10487         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10488         values which are surrounded with \"...\"; make it never cause a
10489         Lisp error; give up parsing of parameters if it failed in
10490         extracting type.
10491
10492 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10493
10494         * smime.el (smime-cert-by-ldap-1): Fix bug where
10495         `smime-ldap-search' returns results without userCertificates.
10496
10497 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10500
10501 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * spam.el (spam-check-spamassassin-headers): Adapt format for
10504         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10505         <ari@mbf.ocn.ne.jp>.
10506         (spam-list-of-processors): Add spam-use-gmane.
10507
10508 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10511         make-temp-file; make it work with XEmacs as well.
10512
10513         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10514         mm-make-temp-file.
10515
10516         * mm-decode.el (mm-display-external): Use the 3rd arg of
10517         mm-make-temp-file.
10518         (mm-create-image-xemacs): Ditto.
10519
10520 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10523         with message-narrow-to-headers.
10524         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10525         (gnus-draft-check-draft-articles): New function.
10526         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10527
10528 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * gnus-art.el (gnus-article-browse-html-parts):
10531         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10532         Don't use suffix argument for mm-make-temp-file for Emacs 21
10533         compatibility.  Remove useless `format'.
10534
10535 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10536
10537         * nnweb.el (nnweb-google-wash-article): Update regexps.
10538         (nnweb-group-alist): Use defvoo instead of defvar.
10539
10540 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10543         re-loading nn* modules.
10544
10545 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10548         for `tool-bar-mode' and don't check it's default-value.
10549
10550         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10551
10552         * message.el (message-make-tool-bar): Ditto.
10553
10554         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10555         `substring'.  Shorten tmp-file name.
10556
10557         * gnus.el: Remove bogus comment.
10558
10559 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10560
10561         * gnus-art.el (gnus-article-browse-html-parts): New function.
10562         (gnus-article-browse-html-article): New function for viewing html
10563         articles with a browser.
10564
10565 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10566
10567         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10568         in elisp.
10569         (pgg-gpg-encrypt-symmetric-region): Ditto.
10570         (pgg-gpg-sign-region): Ditto.
10571
10572         * pgg-def.el (pgg-text-mode): New variable.
10573
10574         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10575         (mml2015-pgg-encrypt): Ditto.
10576
10577         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10578         (mml1991-pgg-encrypt): Ditto.
10579
10580 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10583         message-make-date instead of current-time-string.
10584
10585         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10586         to gnus-decoded which mm-uu might set.
10587
10588 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10591         don't decode quoted parameters; remove misimported Emacs code.
10592         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10593         (rfc2231-decode-encoded-string): Don't use split-string which
10594         behaves differently according to Emacs version; use
10595         mm-decode-coding-region to convert charset to coding-system.
10596         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10597         (rfc2231-encode-string): Remove misimported Emacs code.
10598
10599 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10602         when calling mail-header-parse-content-type.
10603         (article-de-quoted-unreadable): Ditto.
10604         (article-de-base64-unreadable): Ditto.
10605         (article-wash-html): Ditto.
10606
10607         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10608         calling mail-header-parse-content-type and
10609         mail-header-parse-content-disposition.
10610         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10611         mail-header-parse-content-type.
10612
10613         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10614         insert charset and format parameters; encode description after
10615         inserting it to buffer.
10616         (mml-insert-parameter): Fold lines properly even if a parameter is
10617         segmented into two or more lines; change the max column to 76.
10618
10619         * rfc1843.el (rfc1843-decode-article-body): Don't use
10620         ignore-errors when calling mail-header-parse-content-type.
10621
10622         * rfc2231.el (rfc2231-parse-string): Return at least type if
10623         possible; don't cause an error even if it fails in parsing of
10624         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10625         (rfc2231-encode-string): Don't break lines at the beginning, leave
10626         it to mml-insert-parameter.
10627
10628         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10629         calling mail-header-parse-content-type.
10630
10631 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * spam-report.el (spam-report-gmane-use-article-number):
10634         Improve doc string.
10635         (spam-report-gmane-internal): Check if a suitable header was found
10636         in the article.
10637
10638 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10641         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10642
10643 2006-02-05  Romain Francoise  <romain@orebokech.com>
10644
10645         Update copyright notices of all files in the gnus directory.
10646
10647 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10648
10649         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10650
10651 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10654         segmented lines of parameter value to cope with Thunderbird 1.5
10655         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10656         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10657         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10658
10659 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10660
10661         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10662         parts.
10663
10664 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10665
10666         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10667         there's only one active file for all servers.
10668         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10669         solid groups.  Gnus might have used a FAST request to select the group.
10670         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10671         and nnweb-search redundantly in the active file.
10672         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10673         (nnweb-request-create-group): Don't use ARGS.
10674         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10675         initialisations.  Let nnoo do the work.
10676
10677 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10680         Say the part has been decoded.
10681
10682         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10683
10684 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10685
10686         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10687         mailcap-viewer-test-cache when there's no 'test clause, since that
10688         will invert the meaning of a "nil" test previously determined by
10689         mailcap-mailcap-entry-passes-test.
10690
10691 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10694         compiling.
10695
10696         * gnus-sum.el: Ditto.
10697
10698         * message.el: Don't bind tool-bar-map when compiling.
10699
10700 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10703
10704 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10705
10706         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10707         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10708         current Google Groups.
10709
10710 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10713         and tool-bar-mode.
10714
10715         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10716         and tool-bar-mode.
10717
10718         * message.el (message-tool-bar-update): Simplify.
10719         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10720
10721         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10722         gnus-summary-buffer.
10723         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10724         gnus-summary-reply.
10725
10726         * gmm-utils.el (gmm): Add :version.
10727
10728 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * Makefile.in (clean): New rule.
10731         (distclean): Use it.
10732
10733 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10734
10735         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10736         autoload.
10737
10738 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * gmm-utils.el (gmm-verbose): Add :group.
10741
10742 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * message.el: Change some comments WRT tool-bars.
10745
10746         * gnus-sum.el (gnus-summary-tool-bar)
10747         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10748         (gnus-summary-tool-bar-zap-list): New variables.
10749         (gnus-summary-make-tool-bar): Complete rewrite using
10750         `gmm-tool-bar-from-list'.
10751
10752         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10753         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10754         variables.
10755         (gnus-group-make-tool-bar): Complete rewrite using
10756         `gmm-tool-bar-from-list'.
10757         (gnus-group-tool-bar-update): New function.
10758
10759         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10760
10761 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10764         is dissected into a single part of which the type is the same as
10765         the given one; decode charset.
10766
10767 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10768
10769         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10770         into alists as symbol not string, since that's what
10771         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10772         look for.
10773
10774 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10775
10776         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10777         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10778
10779         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10780
10781 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10784         (gnus-xmas-mime-security-button-menu): New function.
10785
10786         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10787         (gnus-mime-security-button-menu): New definition.
10788         (gnus-mime-security-button-map): Use them.
10789         (gnus-mime-security-button-menu): New function.
10790         (gnus-insert-mime-security-button): Addition to help echo.
10791         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10792         (gnus-mime-security-pipe-part): New functions.
10793
10794         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10795         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10796
10797         * mm-decode.el (mm-handle-set-disposition): Remove.
10798         (mm-handle-set-description): Remove.
10799
10800 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10803         (mm-w3m-standalone-supports-m17n-p): New function.
10804         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10805         w3m usage.
10806
10807         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10808         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10809
10810 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * message.el (message-tool-bar-zap-list): Use
10813         gmm-tool-bar-zap-list as custom type.
10814         (message-tool-bar-update): New function.
10815         (message-tool-bar, message-tool-bar-gnome)
10816         (message-tool-bar-retro): Add message-tool-bar-update.
10817         (message-tool-bar-gnome): Add flyspell-buffer.
10818
10819         * gnus-util.el (gnus-error): Describe `args'.
10820
10821         * gmm-utils.el (gmm-error): Describe `args'.
10822         (gmm-tool-bar-zap-list): New widget.
10823         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10824
10825 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10828         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10829         the number of recursive calls.
10830
10831         * mm-decode.el (mm-handle-set-disposition): New macro.
10832         (mm-handle-set-description): New macro.
10833
10834 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10837         encoding.
10838
10839 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * message.el (message-tool-bar-zap-list, message-tool-bar)
10842         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10843         (message-tool-bar-local-item-from-menu): Remove.
10844         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10845         (message-make-tool-bar): New function.
10846         (message-mode): Use `message-make-tool-bar'.
10847
10848         * gmm-utils.el: New file.
10849         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10850         (gmm-lazy): New widget copied from `nnmail.el'.
10851         (gmm-tool-bar-from-list): New function for creating customizable
10852         tool bars.
10853         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10854         output.
10855         (gmm): Add :prefix to defgroup.
10856
10857 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10858
10859         * gmm-utils.el (gmm-widget-p): New function.
10860
10861 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * mml.el (mml-attach-file): Describe `description' in doc string.
10864         (mml-menu): Add Emacs MIME manual and PGG manual.
10865
10866 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10867
10868         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10869
10870 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10871
10872         * nntp.el (nntp-end-of-line): Doc fix.
10873
10874 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10875
10876         * imap.el (imap-open): Handle case where buffer is a buffer
10877         object.
10878
10879 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10880
10881         * gnus-delay.el (gnus-delay): Don't autoload.
10882         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10883         to be re-loaded when customizing the `gnus-delay' group.
10884
10885 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10886
10887         * message.el (message-insert-citation-line): Use newlines.
10888
10889 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10890
10891         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10892         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10893         these routines, so the passphrase can be managed externally and
10894         passed in to the system.
10895         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10896         pgg-add-passphrase-to-cache function.
10897
10898         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10899         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10900         these routines, so the passphrase can be managed externally and
10901         passed in to the system.
10902         (pgg-pgp5-sign-region): Use new name of
10903         pgg-add-passphrase-to-cache function.
10904
10905 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10906
10907         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10908         part of the decoded armor to find the key-identifier.
10909         (pgg-gpg-lookup-key-owner): New function to return the
10910         human-readable identifier of a key owner.
10911         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10912         itself.
10913         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10914         the key value) if we have a key and can match it against a secret
10915         key.  Also, added a note pointing out fact that the prompt only
10916         indicates the first matching key.
10917
10918         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10919         pgg-decrypt-region.
10920         (pgg-add-passphrase-to-cache): Rename from
10921         `pgg-add-passphrase-cache' to reduce confusion (all callers
10922         changed).
10923         (pgg-remove-passphrase-from-cache): Rename from
10924         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10925         changed).
10926         (pgg-read-passphrase, pgg-add-passphrase-cache)
10927         (pgg-remove-passphrase-cache): Add informative docstrings.
10928         (pgg-decrypt): Convey provided passphrase in subordinate call to
10929         pgg-decrypt-region.
10930
10931 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10932
10933         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10934         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10935         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10936         'passphrase' argument, so the passphrase can be managed externally
10937         and then passed in to the system.
10938
10939         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10940         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10941         so the passphrase cache can be used reliably with identifiers
10942         besides a pgp packet's key id.
10943
10944         * pgg-gpg.el (pgg-gpg-encrypt-region)
10945         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10946         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10947         these routines, so the passphrase can be managed externally and
10948         passed in to the system.
10949
10950         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10951         'notruncate' argument, so the passphrase cache can be used
10952         reliably with identifiers besides a pgp packet's key id.
10953
10954 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10955
10956         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10957         symmetric encryption.
10958         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10959         encrypted session key.
10960         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10961         message ask for the passphrase in a proper way.
10962
10963         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10964         New user commands for symmetric encryption.
10965
10966 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10969
10970         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10971
10972 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10973
10974         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10975
10976 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * mm-decode.el (mm-inlined-types): Add application/pgp.
10979         (mm-automatic-display): Ditto.
10980
10981         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10982         part as text.
10983
10984 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * nnrss.el: Update copyright.
10987         (nnrss-opml-import): Query whether to subscribe to each entry.
10988
10989         * gnus-art.el:
10990         * gnus-sum.el:
10991         * gnus-xmas.el:
10992         * messagexmas.el:
10993         * mm-uu.el:
10994         * mm-view.el: Update copyright.
10995
10996 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * message.el (message-info): New function.
10999         (message-mode-menu): Add it.
11000         Update copyright.
11001
11002         * ChangeLog: Fix and update copyright.
11003
11004 2006-01-13  Romain Francoise  <romain@orebokech.com>
11005
11006         * message.el (message-forward-subject-name-subject): Prefer the
11007         address to 'nowhere' if the sender has no name.
11008         Fix typo.  Update copyright year.
11009
11010 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * gnus-art.el (article-wash-html): Use
11013         gnus-summary-show-article-charset-alist if a numeric arg is given.
11014         (gnus-article-wash-html-with-w3m-standalone): New function.
11015
11016         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11017         mm-inline-text-html-render-with-w3m-standalone.
11018         (mm-text-html-washer-alist): Map w3m-standalone to
11019         gnus-article-wash-html-with-w3m-standalone.
11020         (mm-inline-text-html-render-with-w3m-standalone): New function.
11021
11022 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11025         Improve LaTeX.
11026
11027 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11030         (nnrss-request-article): Render text/plain parts as HTML.
11031
11032         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11033         the buffer.
11034
11035 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11038         custom definition of `gnus-posting-styles'.
11039
11040         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11041         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11042
11043 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11046         Use nntp for bug archive.
11047
11048 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11051         parts.
11052         (nnrss-normalize-date): New function converts ISO 8601 date into
11053         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11054         (nnrss-check-group): Use it.
11055
11056 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11059
11060         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11061         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11062         (nnrss-insert-w3): Ditto.
11063
11064 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11067         the articles to be forwarded including the case where neither a
11068         number of articles nor a region is specified.
11069
11070 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * nnrss.el (nnrss-request-article): Fix last change; fill
11073         text/plain parts.
11074
11075 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11078         in text/plain part.
11079         (nnrss-check-group): Don't add excessive newline to dc:subject.
11080
11081 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11082
11083         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11084         article.
11085
11086 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11089         (nnml-use-compressed-files, nnml-save-mail): Support other
11090         comression programs such as bzip2.
11091
11092 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11093
11094         * dns.el (query-dns): Make sure we check the buffer size before
11095         removing tcp headers.
11096
11097 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11100         remove MIME buttons associated with multipart/alternative parts.
11101         (gnus-mime-display-alternative): Tag buttons using `article-type'
11102         text property.
11103
11104         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11105         associated with multipart/alternative parts.
11106
11107         * gnus-art.el (gnus-signature-separator): Fix custom type.
11108
11109         * mm-decode.el (mm-inlined-types): Fix custom type.
11110         (mm-keep-viewer-alive-types): Ditto.
11111         (mm-automatic-display): Ditto.
11112         (mm-attachment-override-types): Ditto.
11113         (mm-inline-override-types): Ditto.
11114         (mm-automatic-external-display): Ditto.
11115
11116 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * spam-report.el (spam-report-user-mail-address)
11119         (spam-report-user-agent): New variables.
11120         (spam-report-url-ping-plain): Use spam-report-user-agent.
11121
11122 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11123
11124         * gnus-art.el (gnus-button-handle-custom): Do not just use
11125         `customize-apropos' for any "M-x customize-*" button but the
11126         function called for.  Accept both the function name and its
11127         argument in order to achieve this.
11128         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11129         function name to `gnus-button-handle-custom' in case of "M-x
11130         customize-*" buttons.
11131
11132 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11135         multipart/alternative and add xref to mm-discouraged-alternatives
11136         in doc string.
11137
11138         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11139         gnus-buttonized-mime-types in doc string.
11140
11141 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11142
11143         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11144         Suggest image/.* in the doc string.
11145
11146 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11147
11148         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11149         message-marks (Debian bug #342521).
11150
11151 2005-12-12  Simon Josefsson  <jas@extundo.com>
11152
11153         * password.el (password-read-from-cache): Add.
11154         (password-read): Use it.
11155
11156 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11159         us-ascii as a MIME charset.
11160
11161         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11162         against the case where the 2nd arg TYPE is nil.
11163
11164 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11165
11166         * pop3.el (pop3-stream-type): Fix custom version.
11167
11168         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11169
11170 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11171
11172         * mm-decode.el (mm-display-external): Add missing cdr.
11173
11174 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11177         RFC1524) if it is in mailcap or add a suffix according to
11178         mailcap-mime-extensions when generating a temp filename; postpone
11179         deleting a temp file for 2 seconds for some wrappers, shell
11180         scripts, and so on, which might exit right after having started a
11181         viewer command as a background job.
11182
11183 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * nntp.el (nntp-marks-directory): Fix custom group.
11186
11187         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11188         steps when < 10.
11189
11190         * gnus-start.el (gnus-no-server-1): Mention
11191         `gnus-level-default-subscribed' in doc string.
11192
11193 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11194
11195         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11196         parens.
11197
11198 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * gnus-xmas.el (gnus-use-toolbar): Revert.
11201         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11202         gnus-use-toolbar is default.
11203
11204         * messagexmas.el (message-use-toolbar): Revert.
11205         (message-setup-toolbar): Use global default-toolbar if
11206         message-use-toolbar is default.
11207
11208 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11211         according to default-toolbar-visible-p.
11212
11213         * messagexmas.el (message-use-toolbar): Ditto.
11214
11215 2005-11-26  Dave Love  <fx@gnu.org>
11216
11217         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11218         (tls-program, tls-success): Provide openssl alternative.
11219
11220         * starttls.el: Doc fixes.
11221         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11222         SERVICE to PORT.
11223
11224         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11225         port null or service name.
11226         (starttls-negotiate): Autoload.
11227
11228 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * message.el (message-kill-to-signature): Fix interactive spec.
11231
11232 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * pop3.el (pop3-open-server): Recognize a string as a service name.
11235
11236 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11237
11238         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11239
11240 2005-11-23  Dave Love  <fx@gnu.org>
11241
11242         Add pop3s, pop3/starttls.
11243
11244         * pop3.el (pop3-authentication-scheme): Clarify doc.
11245         (open-tls-stream, starttls-open-stream): Autoload.
11246         (pop3-stream-type): New.
11247         (pop3-open-server): Use it.
11248
11249         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11250         for POP.
11251         (mail-source-keyword-map): Add :stream for POP.
11252         (mail-source-fetch-pop): Use pop3-stream-type.
11253
11254 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11257         of current-time-string.
11258
11259 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11260
11261         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11262         date header.
11263
11264 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11265
11266         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11267         it can seriously impact performance as it bypasses the agent's
11268         local caches.
11269
11270 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11271
11272         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11273         must be explicitly online rather than "not explicitly offline" for
11274         its flags to be synchronized.
11275
11276         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11277         that gnus-uu-unmark-thread will function correctly.
11278
11279         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11280         1024K is instead displayed as 1M.
11281
11282 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11285
11286 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11287
11288         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11289
11290 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11291
11292         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11293         error message to display actual error condition.
11294         (gnus-agent-save-local): Avoid saving symbols that are bound to
11295         nil as they simply result in a warning message in
11296         gnus-agent-read-local.
11297
11298 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11301         rather than make-variable-buffer-local for file-precious-flag.
11302
11303 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11304
11305         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11306         for duplicates which are removed.  The invalid sort check then
11307         triggers a rescan after the sort as sorting may have moved
11308         duplicate entries such that they can be cheaply detected.
11309
11310 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11313
11314 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11315
11316         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11317         internal variable to a custom variable.  Changed default value
11318         from compressed(2) to uncompressed(1).
11319         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11320         support for uncompressed agentview files.  Taken together, reading
11321         the agentview file should now be 6-7 times faster.
11322
11323 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11324
11325         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11326         as a buffer-local variable.  This avoids creating truncated
11327         dribble files as a result of a hang up, eg.
11328
11329 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11330
11331         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11332         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11333         XEmacs.
11334
11335 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * gnus-start.el (gnus-start-draft-setup): Enforce
11338         `gnus-draft-mode' for nndraft:drafts at startup.
11339
11340         * gnus.el (gnus-splash): Change custom group.
11341         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11342         allow-list argument.
11343
11344         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11345         string.
11346
11347 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * gnus-art.el (gnus-default-article-saver): Add user-defined
11350         `function' to custom type.
11351
11352 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11353
11354         * imap.el (imap-open): Handle case where buffer is a buffer
11355         object.
11356
11357 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11360         long lines.
11361         (gnus-cache-delete-group): Wrap doc strings.
11362
11363         * gnus-agent.el (gnus-agent-rename-group)
11364         (gnus-agent-delete-group): Wrap doc strings.
11365
11366 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * messagexmas.el (message-use-toolbar): Change the valid values
11369         into default, top, bottom, left, and right.
11370         (message-toolbar-thickness): New variable.
11371         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11372         well.
11373         (message-setup-toolbar): Make it work.
11374
11375         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11376         (gnus-use-toolbar): Change the valid values into default, top,
11377         bottom, left, and right.
11378         (gnus-toolbar-thickness): New variable.
11379         (gnus-xmas-setup-toolbar): New function.
11380         (gnus-xmas-setup-group-toolbar): Use it.
11381         (gnus-xmas-setup-summary-toolbar): Use it.
11382
11383 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11384
11385         * gnus-start.el (gnus-1): Add "native" to
11386         gnus-predefined-server-alist.
11387
11388         * gnus.el (gnus-method-to-server): Don't add "native" to the
11389         lists here, because that leads to problems when
11390         gnus-select-method is bound.
11391
11392 2005-11-09  Simon Josefsson  <jas@extundo.com>
11393
11394         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11395         use (not sort-by-date) instead.
11396
11397 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11398
11399         * gnus-delay.el (gnus-delay-group): Don't autoload.
11400         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11401         to be re-loaded when customizing the `gnus-delay' group.
11402
11403 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11404
11405         * message.el: Revert last changes.
11406         (message-insert-citation-line): Use newlines.
11407
11408 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11409
11410         * message.el (message-courtesy-message)
11411         (message-mark-insert-begin, message-mark-insert-end)
11412         (message-elide-ellipsis, message-cancel-message)
11413         (message-add-header, message-change-subject)
11414         (message-cross-post-followup-to-header)
11415         (message-cross-post-insert-note, message-reduce-to-to-cc)
11416         (message-widen-reply, message-delete-not-region)
11417         (message-kill-to-signature, message-insert-signature)
11418         (message-insert-importance-high, message-insert-importance-low)
11419         (message-insert-or-toggle-importance)
11420         (message-insert-disposition-notification-to)
11421         (message-indent-citation, message-yank-original)
11422         (message-cite-original-without-signature, message-cite-original)
11423         (message-insert-citation-line, message-position-on-field)
11424         (message-fix-before-sending, message-send-mail-partially)
11425         (message-send-mail, message-send-mail-with-sendmail)
11426         (message-send-mail-with-qmail, message-send-news)
11427         (message-check-news-header-syntax, message-generate-headers)
11428         (message-insert-courtesy-copy, message-fill-address)
11429         (message-fill-header, message-shorten-references)
11430         (message-setup-1, message-cancel-news)
11431         (message-forward-make-body-plain, message-forward-make-body-mime)
11432         (message-forward-make-body-mml, message-encode-message-body)
11433         (message-forward-make-body-digest-plain)
11434         (message-forward-make-body-digest-mime)
11435         (message-use-alternative-email-as-from): Insert `hard-newline'
11436         instead of ordinary newlines.
11437
11438 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * message.el (message-generate-headers): Downcase the argument
11441         given to message-check-element.
11442
11443 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11444
11445         * nntp.el (nntp-authinfo-rejected): New error condition.
11446         (nntp-wait-for): Use new error condition to signal authentication
11447         error.
11448         (nntp-retrieve-data): Rethrow new error condition to break out of
11449         recursive call to nntp-send-authinfo.
11450
11451 2005-11-08  Romain Francoise  <romain@orebokech.com>
11452
11453         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11454         (gnus-summary-exit-map): Bind to `Z p'.
11455         (gnus-summary-make-menu-bar): Add menu item.
11456
11457 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11460         (gnus-treat-*): Add `first' in all doc strings.
11461
11462         * gnus-group.el (gnus-group-compact-group): Fix typo.
11463
11464 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus.el (gnus-parameters-case-fold-search): New variable.
11467         (gnus-parameters-get-parameter): Use it.
11468
11469         * gnus-score.el (gnus-home-score-file): Doc fix.
11470
11471 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11472
11473         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11474
11475 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * mm-util.el (mm-special-display-p): New function.
11478
11479         * mml.el (mml-preview): Use it; doc fix.
11480
11481 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11482
11483         * imap.el (imap-open): Handle case where buffer is a buffer object.
11484
11485 2005-10-29  Romain Francoise  <romain@orebokech.com>
11486
11487         * message.el (message-fix-before-sending): Fix comment.
11488
11489 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11490
11491         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11492
11493 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11494
11495         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11496         Used in gnus-score.el.
11497
11498 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11501
11502 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11505         whitespace removed in revision 7.8.  Use concatenated string to
11506         protect trailing whitespace.
11507
11508 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11509
11510         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11511         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11512         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11513         Courier IMAP ("some version from 2004").  Mostly based on similar
11514         code in the same function.
11515
11516 2005-10-26  Didier Verna  <didier@xemacs.org>
11517
11518         * gnus-group.el (gnus-group-compact-group): Invalidate original
11519         article buffer.
11520         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11521         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11522         NOV database and in article itself.
11523         Invalidate article backlog.
11524
11525 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11528
11529 2005-10-26  Simon Josefsson  <jas@extundo.com>
11530
11531         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11532         part of 2004-07-25 change.
11533
11534 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * message.el (message-display-completion-list): New function.
11537         (message-expand-group): Use it; make sure the Completions buffer
11538         is modifiable.
11539 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11540
11541         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11542         user-mail-name is an empty string.
11543
11544 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11547         depending on gnus-score-decay-constant.
11548
11549         * encrypt.el (encrypt-insert-file-contents)
11550         (encrypt-write-file-contents): Don't use `gnus-message'.
11551
11552         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11553         arguments.
11554         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11555         arguments to mm-uu-verbatim-marks-extract.
11556         (mm-uu-hide-markers): New variable.
11557         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11558
11559         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11560         (gnus-convert-image-to-face-command): Use "convert" by default to
11561         allow other input image formats.
11562         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11563         accordingly.
11564
11565 2005-10-23  Simon Josefsson  <jas@extundo.com>
11566
11567         * imap.el (imap-gssapi-program): Align command line parameters
11568         with latest GNU SASL.
11569         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11570
11571 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11572
11573         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11574         HTML.
11575         (nnslashdot-request-article): Ditto.
11576
11577         * lpath.el (featurep): Add nobreak-char-display.
11578
11579 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11580
11581         * mail-source.el (mail-source-fetch-pop): Require pop3.
11582         (mail-source-check-pop): Ditto.
11583
11584 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11587         errors.
11588
11589 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11592         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11593
11594         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11595
11596         * mm-bodies.el (mm-decode-string): Call
11597         `mm-charset-to-coding-system' with allow-override argument.
11598
11599 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11602         (rfc2047-charset-to-coding-system): New function.
11603         (rfc2047-decode-encoded-words): New function.
11604         (rfc2047-decode-region): Use them.
11605         (rfc2047-decode-cte): Remove.
11606         (rfc2047-parse-and-decode): Remove.
11607         (rfc2047-decode): Remove.
11608
11609 2005-10-15  Kenichi Handa  <handa@m17n.org>
11610
11611         * rfc2047.el (rfc2047-decode-cte): New function.
11612         (rfc2047-decode-region): Change the way to decode successive
11613         encoded-words: decode B- or Q-encoding in each encoded-word,
11614         concatenate them, and decode it as charset.
11615
11616 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * lpath.el: Fbind codepage-setup for XEmacs.
11619
11620 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11621
11622         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11623         widget-move-and-invoke.
11624         (gnus-custom-mode): Use gnus-custom-map.
11625
11626 2005-10-15  Bill Wohler  <wohler@newt.com>
11627
11628         * message.el (message-tool-bar-map): Renamed image file from
11629         mail_send to mail/send.
11630
11631 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11632
11633         * message.el (message-expand-group): Pass the common
11634         prefix substring of completion to `display-completion-list'.
11635
11636 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * mml-sec.el (mml-secure-method): New internal variable.
11639         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11640         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11641         functions using mml-secure-method.
11642
11643         * mml.el (mml-mode-map): Add key bindings for those functions.
11644         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11645         Harder <harder@myrealbox.com>.
11646         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11647         end of message if point is the headers of the message.
11648
11649         * message.el (message-in-body-p): New function.
11650
11651         * assistant.el: Autoload gnus-util and netrc.
11652
11653         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11654         Use `mm-charset-override-alist' only when decoding.
11655
11656         * mm-bodies.el (mm-decode-body): Call
11657         `mm-charset-to-coding-system' with allow-override argument.
11658
11659         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11660         `filename' from Content-Disposition if Content-Type doesn't
11661         provide `name'.
11662         (gnus-mime-view-part-as-type): Set default instead of
11663         initial-input.
11664
11665 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11666
11667         * format-spec.el (format-spec): Propagate text properties of % spec.
11668
11669 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * gnus-art.el (gnus-treat-predicate): Add `first'.
11672
11673 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11676         (mm-charset-override-alist): New variable.
11677         (mm-charset-to-coding-system): Use it.
11678         (mm-codepage-setup): New helper function.
11679         (mm-charset-eval-alist): New variable.
11680         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11681         about unknown charsets.
11682
11683         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11684
11685 2005-10-04  David Hansen  <david.hansen@gmx.net>
11686
11687         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11688         (nnrss-check-group): Ditto.
11689
11690 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11693         Rename x-gnus-verbatim to x-verbatim.
11694         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11695
11696         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11697         x-verbatim.
11698
11699         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11700
11701         * gnus-util.el (gnus-remove-duplicates): Remove.
11702
11703         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11704         instead of gnus-remove-duplicates.
11705
11706         * message.el (message-remove-duplicates): Remove.
11707         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11708         message-remove-duplicates.
11709
11710         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11711         available, else use implementation from `delete-dups'.
11712
11713         * message.el (message-insert-expires): New function.
11714         (message-mode-map): Add key binding.
11715         (message-mode-field-menu): Add menu entry.
11716         (message-mode): Document it.
11717         (message-make-expires-date): Use `message-make-date'.
11718
11719 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11720
11721         * message.el (message-make-expires-date): New function.
11722
11723 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * Makefile.in (list-installed-shadows): New entry.
11726         (install): Use it.
11727         (remove-installed-shadows): New entry.
11728
11729         * dgnushack.el (dgnushack-default-load-path): New variable.
11730         (dgnushack-find-lisp-shadows): New function.
11731         (dgnushack-remove-lisp-shadows): New function.
11732
11733 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * Makefile.in (install-el-elc): New entry.
11736         (install): Use it so that .el files are necessarily installed.
11737
11738 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11741
11742 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11743
11744         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11745         function rather than the diff-mode.el package.
11746         (mm-display-external): Use with-current-buffer.
11747         (mm-viewer-completion-map, mm-viewer-completion-map):
11748         Move initialization inside declaration.
11749
11750 2005-09-29  Simon Josefsson  <jas@extundo.com>
11751
11752         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11753         autoload mail-check-payment.
11754         (spam-check-hashcash): Define unconditionally, since hashcash.el
11755         is part of Gnus now.  Ignore errors from payment checking.
11756
11757 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * message.el (message-bold-region, message-unbold-region): Rename
11760         from `bold-region' and `unbold-region'.
11761
11762         * message.el: Remove useless autoloads.
11763
11764 2005-09-28  Simon Josefsson  <jas@extundo.com>
11765
11766         * message.el (message-use-idna): Default to t.
11767         (message-use-idna): Test whether encoding works too.  Doc fix.
11768
11769 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * nntp.el (nntp-warn-about-losing-connection): Remove.
11772
11773 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11776         customizable.  Change default value.
11777         (mm-uu-diff-groups-regexp): Change default value.
11778         (mm-uu-type-alist): Add doc string.
11779         (mm-uu-configure): Add doc string.  Make it interactive.
11780         (mm-uu-tex-groups-regexp): New variable.
11781         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11782         (mm-uu-type-alist): Add LaTeX documents.
11783         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11784         of "text/verbatim".
11785         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11786
11787         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11788         instead of "text/verbatim".
11789
11790         * message.el (message-mark-inserted-region)
11791         (message-mark-insert-file): Use slrn style marks when called with
11792         prefix argument.
11793
11794 2005-09-27  Simon Josefsson  <jas@extundo.com>
11795
11796         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11797
11798 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11799
11800         * message.el (message-remove-duplicates): New function.
11801         Implementation borrowed from `gnus-remove-duplicates'.
11802         (message-idna-to-ascii-rhs): Also encode idna addresses in
11803         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11804         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11805         only ask about the same idna domain once per header and also tell
11806         in what header to replace the idna domain.
11807
11808         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11809         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11810         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11811         a header is decoded and not just the last one.
11812
11813 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11816         has been decoded.
11817
11818         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11819         (mm-insert-part): Don't modify text if it has been decoded.
11820
11821         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11822         decoded.
11823
11824         * mm-view.el (mm-inline-text): Don't strip text props unless
11825         decoding enriched or richtext parts.
11826
11827 2005-09-25  Romain Francoise  <romain@orebokech.com>
11828
11829         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11830         * gnus-start.el (gnus-subscribe-interactively):
11831         * gnus-uu.el (gnus-uu-grab-articles):
11832         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11833         space.
11834
11835 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11836
11837         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11838         * mm-view.el (mm-view-pkcs7-decrypt):
11839         * gnus-sum.el (gnus-summary-limit-to-extra)
11840         (gnus-summary-respool-article, gnus-read-move-group-name):
11841         * gnus-score.el (gnus-summary-increase-score):
11842         * gnus-util.el (gnus-completing-read-with-default):
11843         * gnus-art.el (gnus-read-save-file-name)
11844         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11845         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11846         * message.el (message-check-news-header-syntax):
11847         Follow convention for reading with the minibuffer.
11848
11849 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * spam-report.el (spam-report-url-ping-plain):
11852         Use gnus-extended-version as User-Agent.
11853
11854         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11855         default value is nil.
11856
11857         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11858         (mm-uu-verbatim-marks-extract): New function.
11859         (mm-uu-extract): New face.
11860         (mm-uu-copy-to-buffer): Use it.
11861
11862         * spam-report.el (spam-report-gmane-ham): Renamed from
11863         `spam-report-gmane-unspam'.
11864         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11865         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11866
11867         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11868         Autoload.
11869         (spam-report-gmane-unregister-routine): Renamed
11870         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11871
11872 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11873
11874         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11875         (spam-report-gmane-unregister-routine): Add support for gmane
11876         unregistration.
11877
11878         * spam-report.el (spam-report-gmane-unspam)
11879         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11880         (spam-report-gmane): Change to take a single article and do unspam
11881         registration.
11882
11883 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * mm-url.el (mm-url-decode-entities): Fix regexp.
11886
11887 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11888
11889         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11890         default to nil, to be able to use Gnus at all.  If the default
11891         switches to something else, then the function should be fixed not
11892         be exceedingly slow.
11893
11894 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11895
11896         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11897         fail hard.
11898
11899         * spam-report.el: Add better Keywords line.
11900
11901         * spam.el: Add Maintainer and better Keywords line.
11902
11903 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * gnus-art.el (gnus-article-replace-part)
11906         (gnus-mime-replace-part): New functions.
11907         (gnus-mime-action-alist, gnus-mime-button-commands)
11908         (gnus-mime-save-part-and-strip): Added file argument.
11909         (gnus-article-part-wrapper): Added interactive argument.
11910
11911         * gnus-sum.el (gnus-summary-mime-map): Add
11912         `gnus-article-replace-part'.
11913
11914 2005-09-19  Didier Verna  <didier@xemacs.org>
11915
11916         The nnml compaction feature:
11917         * nnml.el (nnml-request-compact-group): New function.
11918         * nnml.el (nnml-request-compact): New function.
11919         * gnus-int.el (gnus-request-compact-group): New function.
11920         * gnus-int.el (gnus-request-compact): New function.
11921         * gnus-group.el (gnus-group-compact-group): New function.
11922         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11923         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11924         * gnus-srvr.el (gnus-server-compact-server): New function.
11925         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11926         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11927
11928 2005-09-18  Deepak Goel  <deego@gnufans.org>
11929
11930         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11931         format spec.
11932
11933 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11936
11937 2005-09-15  Romain Francoise  <romain@orebokech.com>
11938
11939         * message.el (message-fill-paragraph): Clarify docstring.
11940
11941 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gnus-art.el (gnus-mime-display-part): Protect against broken
11944         MIME messages.
11945
11946 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11949         before parsing header.
11950
11951 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11952
11953         * html2text.el (html2text-replace-list): Add new entities.
11954
11955 2005-09-11  Romain Francoise  <romain@orebokech.com>
11956
11957         * message.el (message-alternative-emails): Improve docstring.
11958         (message-setup-1): Call `message-use-alternative-email-as-from'
11959         after `message-setup-hook' to give it precedence over posting
11960         styles, etc.
11961         (message-use-alternative-email-as-from): Add docstring.  Remove
11962         the original From header if present.
11963
11964         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11965         (nnml-save-mail): Use it.
11966
11967         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11968         articles.  Add new argument `silent'.
11969         (gnus-uu-mark-all): Report the total number of marked articles.
11970
11971 2005-09-10  Romain Francoise  <romain@orebokech.com>
11972
11973         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11974         (gnus-uu-mark-series): Likewise.
11975
11976 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * spam-report.el (spam-report-gmane): Fix generation of spam
11979         report URL.
11980
11981 2005-09-10  Simon Josefsson  <jas@extundo.com>
11982
11983         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11984         t, based on discussion on the ding list with Robert Epprecht
11985         <epprecht@solnet.ch>.
11986
11987 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * spam-report.el (spam-report-gmane): Make it work without
11990         X-Report-Spam header.  Gmane now only provides Archived-At.
11991         This is only used if `spam-report-gmane-use-article-number' is nil.
11992         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11993
11994         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11995         make `gnus-summary-sort-by-recipient' work with threading.
11996
11997         * nnweb.el (nnweb-google-wash-article): Print a message if article
11998         is not available.
11999
12000 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12001
12002         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12003         change.  Decode text/* parts content before displaying.
12004
12005 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12008
12009 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12012
12013         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12014         url-package-name, url-package-version,
12015         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12016         w3m-display-inline-images, and w3m-minor-mode-map.
12017
12018 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12019
12020         * message.el (message-tab-body-function): Fix mismatched custom type.
12021
12022         * gnus.el (gnus-group-change-level-function): Ditto.
12023
12024         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12025
12026         * gnus-art.el (gnus-signature-limit)
12027         (gnus-article-mime-part-function): Ditto.
12028
12029 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * mml.el (mml-mode): Silence the byte compiler.
12032
12033         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12034         using `(sit-for 0)' before moving the point to the specified part;
12035         skip unbuttonized parts.
12036         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12037         return to the summary window if gnus-auto-select-part is non-nil.
12038
12039 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12040
12041         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12042         variables.
12043         (mml-dnd-attach-file, mml-mode): Use them.
12044
12045         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12046         Make fetching article by MID work again for Google Groups.  Added
12047         FIXME concerning gnus-group-make-web-group.
12048
12049         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12050         Don't depend on Gnus by using mail-extract-address-components if
12051         gnus-extract-address-components is not bound.
12052
12053 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054
12055         * gnus-art.el (gnus-mime-display-security): Don't display the
12056         signature, but only the signed part.
12057
12058 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12061
12062         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12063         list, not listp.
12064
12065 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12066
12067         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12068         when encoding.
12069
12070         * mm-bodies.el (mm-decode-content-transfer-encoding):
12071         De-canonicalize CRLF for all text content types, not just
12072         text/plain.
12073
12074 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12077         valid article; point arrow and cursor at the MIME button.
12078
12079 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12082         Suggested by Dan Christensen <jdc@uwo.ca>.
12083
12084         * mm-decode.el (mm-save-part): Enable change of prompt.
12085
12086 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12087
12088         * gnus-msg.el (gnus-inews-add-send-actions): Made
12089         `message-post-method' lambda parameter ARG `&optional'.
12090
12091 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * gnus-sum.el (gnus-summary-mime-map): Added
12094         gnus-article-save-part-and-strip, gnus-article-delete-part and
12095         gnus-article-jump-to-part.
12096
12097         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12098         (gnus-article-edit-part): Use it.
12099         (gnus-article-part-wrapper): Added no-handle argument.
12100         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12101         functions.
12102
12103 2005-08-29  Romain Francoise  <romain@orebokech.com>
12104
12105         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12106         docstring.
12107         (gnus-face-from-file): Likewise.
12108
12109 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12110
12111         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12112         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12113         non-nil.
12114         (gnus-auto-select-part): New variable.
12115         (gnus-article-jump-to-part): New function.
12116         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12117         (gnus-mime-delete-part): Allow selecting specified part after
12118         deleting or stripping parts.
12119         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12120         part if argument is bogus.
12121
12122 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12123
12124         * gnus-art.el (w3m-minor-mode-map):
12125         * gnus-spec.el (gnus-newsrc-file-version):
12126         * gnus-util.el (nnmail-active-file-coding-system)
12127         (gnus-original-article-buffer, gnus-user-agent):
12128         * gnus.el (gnus-ham-process-destinations)
12129         (gnus-parameter-ham-marks-alist)
12130         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12131         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12132         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12133         * mm-decode.el (gnus-current-window-configuration):
12134         * mm-extern.el (gnus-article-mime-handles):
12135         * mm-url.el (url-current-object, url-package-name)
12136         (url-package-version):
12137         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12138         (smime-keys, w3m-cid-retrieve-function-alist)
12139         (w3m-current-buffer, w3m-display-inline-images)
12140         (w3m-minor-mode-map):
12141         * mml-smime.el (gnus-extract-address-components):
12142         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12143         (gnus-newsrc-hashtb, message-default-charset)
12144         (message-deletable-headers, message-options)
12145         (message-posting-charset, message-required-mail-headers)
12146         (message-required-news-headers):
12147         * mml1991.el (mc-pgp-always-sign):
12148         * mml2015.el (mc-pgp-always-sign):
12149         * nnheader.el (nnmail-extra-headers):
12150         * rfc1843.el (gnus-decode-encoded-word-function)
12151         (gnus-decode-header-function, gnus-newsgroup-name):
12152         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12153
12154 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12155
12156         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12157         the end of the date treatments.
12158
12159 2005-08-15  Simon Josefsson  <jas@extundo.com>
12160
12161         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12162         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12163         Capello and Romain Francoise.
12164         (pgg-fetch-key-function): Removed, not used?
12165         (pgg-insert-url-with-w3): Require url, to get
12166         url-insert-file-contents regardless of where it is defined.
12167
12168 2005-08-13  Romain Francoise  <romain@orebokech.com>
12169
12170         * message.el (message-cite-original-1): New function.
12171         (message-cite-original): Use it.
12172         (message-cite-original-without-signature): Ditto.
12173
12174 2005-08-08  Romain Francoise  <romain@orebokech.com>
12175
12176         * message.el (message-yank-empty-prefix): New variable.
12177         (message-indent-citation): Use it.
12178         (message-cite-original-without-signature): Respect X-No-Archive.
12179
12180 2005-08-08  Simon Josefsson  <jas@extundo.com>
12181
12182         * pgg.el: Autoload url-insert-file-contents instead of loading
12183         w3/url.
12184         (pgg-insert-url-with-w3): Don't load url here.
12185
12186 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12187
12188         * message.el (message-kill-to-signature): Don't insert newline at
12189         bol.
12190         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12191
12192 2005-08-06  Romain Francoise  <romain@orebokech.com>
12193
12194         * message.el (message-user-fqdn): Fix typo in docstring.
12195
12196 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12197
12198         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12199
12200         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12201
12202 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * mm-bodies.el (mm-encode-body): Use coding system rather than
12205         charset to encode text.
12206
12207         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12208         number of charsets if utf-8 is available (XEmacs).
12209
12210 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12213         taken from `gnus-button-mid-or-mail-regexp'.
12214         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12215         (gnus-button-alist): Improve regexp for domain part of the MIDs
12216         for news:localpart@domain buttons.
12217         (gnus-button-ctan-directory-regexp): Update.
12218
12219 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * sieve-manage.el (sieve-manage-interactive-login): Use
12222         make-local-variable rather than make-variable-buffer-local.
12223         (sieve-manage-open): Ditto.
12224         (sieve-manage-authenticate): Ditto.
12225
12226         * mml.el (mml-generate-mime-1): Make the content type default to
12227         text/plain if the filename is not specified.
12228
12229 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12232         instead of insert-buffer.
12233
12234         * message.el (message-yank-original): Ditto; set the mark at the
12235         end of the yanked message.
12236
12237 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12240         lines to scroll rather than to stop it.
12241
12242         * mml.el (mml-generate-default-type): Add doc string.
12243         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12244         default to application/octet-stream when determining the content
12245         type if it is not specified for the part or the mml contents; add
12246         a comment about mml-generate-default-type.
12247
12248 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12251         make it default to application/octet-stream when determining the
12252         content type if it is not specified for the external contents.
12253
12254 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12257         segmented parameter but also other parameters might be there.
12258
12259 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * mm-decode.el (mm-display-external): Delete temp file, directory
12262         and buffer immediately if the external process is exited.
12263
12264 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12267         fewer lines than that of scroll-margin.
12268         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12269
12270 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus-art.el (gnus-article-next-page): Revert.
12273         (gnus-article-beginning-of-window): New macro.
12274         (gnus-article-next-page-1): Use it.
12275         (gnus-article-prev-page): Ditto.
12276         (gnus-article-edit-part): Use insert-buffer-substring instead of
12277         insert-buffer.
12278         (gnus-article-edit-exit): Ditto.
12279
12280         * gnus-util.el (gnus-beginning-of-window): Remove.
12281         (gnus-end-of-window): Remove.
12282
12283         * lpath.el: Don't bind header-line-format and scroll-margin.
12284
12285 2005-07-25  Simon Josefsson  <jas@extundo.com>
12286
12287         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12288         to have the url package without w3.  Reported by Daiki Ueno
12289         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12290
12291 2005-07-20  Didier Verna  <didier@xemacs.org>
12292
12293         * gnus-diary.el: Remove the description comment (nndiary is now
12294         properly documented in the Gnus manual).
12295         Fix the spelling of "Back End".
12296         * nndiary.el: Ditto.
12297         Fix the copyright notice.
12298
12299 2005-07-18  Romain Francoise  <romain@orebokech.com>
12300
12301         * gnus-sum.el (gnus-summary-to-prefix)
12302         (gnus-summary-newsgroup-prefix): New variables.
12303         (gnus-summary-from-or-to-or-newsgroups): Use them.
12304
12305 2005-07-17  Romain Francoise  <romain@orebokech.com>
12306
12307         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12308         space as it's generally not especially interesting to the user.
12309
12310 2005-07-16  Romain Francoise  <romain@orebokech.com>
12311
12312         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12313         nil to avoid prompting and file modification if one of the
12314         messages at the top of the nnfolder file contains a copyright
12315         notice.
12316         Update copyright notice.
12317
12318         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12319         instead of `current-time-string' as the latter creates a time
12320         string that is not RFC 2822 compliant (it lacks the zone).
12321         Update copyright notice.
12322
12323 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12324
12325         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12326         for text/rtf.  Display default in prompt.  Pass default for M-n.
12327
12328         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12329
12330 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12331
12332         * gnus-msg.el (gnus-button-mailto): Remove
12333         save-selected-window-window hackery because it relies on
12334         save-selected-window internals.
12335
12336 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12339         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12340         (gnus-article-prev-page): Ditto.
12341
12342         * gnus-util.el (gnus-beginning-of-window): New function.
12343         (gnus-end-of-window): New function.
12344
12345         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12346
12347 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12348
12349         * gnus-score.el (gnus-score-edit-all-score): Set
12350         gnus-score-edit-exit-function to gnus-score-edit-done and call
12351         gnus-message.
12352
12353 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12354
12355         * gnus-msg.el (gnus-button-mailto): Remove
12356         save-selected-window-window hackery because it relies on
12357         save-selected-window internals.
12358
12359 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12362         add-minor-mode.
12363         (gnus-binary-mode): Ditto.
12364
12365         * gnus-topic.el (gnus-topic-mode): Ditto.
12366
12367 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12368
12369         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12370         (gnus-article-prev-page): Take scroll-margin into consideration.
12371
12372 2005-07-04  Lute Kamstra  <lute@gnu.org>
12373
12374         Update FSF's address in GPL notices.
12375
12376 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12377
12378         * gnus.el (gnus-exit):
12379         * gnus-group.el (gnus-group-icons):
12380         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12381
12382         * gnus-nocem.el (gnus-nocem):
12383         * message.el (message-various, message-buffers, message-sending)
12384         (message-interface, message-forwarding, message-insertion)
12385         (message-headers, message-news, message-mail):
12386         * pgg-gpg.el (pgg-gpg):
12387         * pgg-parse.el (pgg-parse):
12388         * pgg-pgp.el (pgg-pgp):
12389         * pgg-pgp5.el (pgg-pgp5):
12390         * pop3.el (pop3): Finish `defgroup' description with period.
12391
12392 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-art.el (article-display-face): Improve the efficiency.
12395         (article-display-x-face): Ditto; remove grey x-face stuff.
12396
12397 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-art.el (article-display-face): Correct the position in
12400         which Faces are inserted.
12401
12402 2005-06-29  Didier Verna  <didier@xemacs.org>
12403
12404         * gnus-art.el (article-display-face): Display faces in correct
12405         order.
12406
12407 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12410         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12411         (gnus-nocem-check-article): Fetch the Type header.
12412         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12413         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12414         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12415         make sure gnus-nocem-hashtb is initialized.
12416         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12417         (gnus-nocem-unwanted-article-p): Ditto.
12418
12419         * pgg.el (pgg-verify): Return the verification result.
12420
12421 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12422
12423         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12424         is ascii.
12425
12426 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12427
12428         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12429         `show-nonbreak-escape'.
12430
12431 2005-06-23  Lute Kamstra  <lute@gnu.org>
12432
12433         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12434
12435         * dig.el (dig-mode):
12436         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12437
12438 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12439
12440         * nnimap.el (nnimap-split-download-body): Fix spellings.
12441
12442 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12443
12444         * gnus-art.el (gnus-article-encrypt-body):
12445         * gnus-cus.el (gnus-score-customize):
12446         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12447         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12448
12449 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12450
12451         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12452         header by looking for magic "MII" at the beginnig.
12453
12454 2005-06-16  Miles Bader  <miles@gnu.org>
12455
12456         * gnus-xmas.el (gnus-xmas-group-startup-message):
12457         Use renamed gnus-splash face.
12458
12459         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12460         (assistant-field-face): New backward-compatibility alias for renamed
12461         face.
12462         (assistant-render-text): Use renamed assistant-field face.
12463
12464         * spam.el (spam): Remove "-face" suffix from face name.
12465         (spam-face): New backward-compatibility alias for renamed face.
12466         (spam-face, spam-initialize): Use renamed spam face.
12467
12468         * message.el (message-header-to, message-header-cc)
12469         (message-header-subject, message-header-newsgroups)
12470         (message-header-other, message-header-name)
12471         (message-header-xheader, message-separator, message-cited-text)
12472         (message-mml): Remove "-face" suffix from face names.
12473         (message-header-to-face, message-header-cc-face)
12474         (message-header-subject-face, message-header-newsgroups-face)
12475         (message-header-other-face, message-header-name-face)
12476         (message-header-xheader-face, message-separator-face)
12477         (message-cited-text-face, message-mml-face):
12478         New backward-compatibility aliases for renamed faces.
12479         (message-font-lock-keywords): Use renamed message faces.
12480
12481         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12482         (sieve-test-commands, sieve-tagged-arguments):
12483         Remove "-face" suffix from face names.
12484         (sieve-control-commands-face, sieve-action-commands-face)
12485         (sieve-test-commands-face, sieve-tagged-arguments-face):
12486         New backward-compatibility aliases for renamed faces.
12487         (sieve-control-commands-face, sieve-action-commands-face)
12488         (sieve-test-commands-face, sieve-tagged-arguments-face):
12489         Use renamed sieve faces.
12490
12491         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12492         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12493         (gnus-group-news-3-empty, gnus-group-news-4)
12494         (gnus-group-news-4-empty, gnus-group-news-5)
12495         (gnus-group-news-5-empty, gnus-group-news-6)
12496         (gnus-group-news-6-empty, gnus-group-news-low)
12497         (gnus-group-news-low-empty, gnus-group-mail-1)
12498         (gnus-group-mail-1-empty, gnus-group-mail-2)
12499         (gnus-group-mail-2-empty, gnus-group-mail-3)
12500         (gnus-group-mail-3-empty, gnus-group-mail-low)
12501         (gnus-group-mail-low-empty, gnus-summary-selected)
12502         (gnus-summary-cancelled, gnus-summary-high-ticked)
12503         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12504         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12505         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12506         (gnus-summary-low-undownloaded)
12507         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12508         (gnus-summary-low-unread, gnus-summary-normal-unread)
12509         (gnus-summary-high-read, gnus-summary-low-read)
12510         (gnus-summary-normal-read, gnus-splash):
12511         Remove "-face" suffix from face names.
12512         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12513         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12514         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12515         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12516         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12517         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12518         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12519         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12520         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12521         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12522         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12523         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12524         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12525         (gnus-summary-normal-ticked-face)
12526         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12527         (gnus-summary-normal-ancient-face)
12528         (gnus-summary-high-undownloaded-face)
12529         (gnus-summary-low-undownloaded-face)
12530         (gnus-summary-normal-undownloaded-face)
12531         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12532         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12533         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12534         (gnus-splash-face):
12535         New backward-compatibility aliases for renamed faces.
12536         (gnus-group-startup-message): Use renamed gnus faces.
12537
12538         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12539         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12540         (gnus-server-agent): Remove "-face" suffix from face names.
12541         (gnus-server-agent-face, gnus-server-opened-face)
12542         (gnus-server-closed-face, gnus-server-denied-face)
12543         (gnus-server-offline-face):
12544         New backward-compatibility aliases for renamed faces.
12545         (gnus-server-agent-face, gnus-server-opened-face)
12546         (gnus-server-closed-face, gnus-server-denied-face)
12547         (gnus-server-offline-face): Use renamed gnus faces.
12548
12549         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12550         Remove "-face" suffix from face names.
12551         (gnus-picon-xbm-face, gnus-picon-face):
12552         New backward-compatibility aliases for renamed faces.
12553
12554         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12555         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12556         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12557         (gnus-cite-11): Remove "-face" suffix from face names.
12558         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12559         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12560         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12561         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12562         New backward-compatibility aliases for renamed faces.
12563         (gnus-cite-attribution-face, gnus-cite-face-list)
12564         (gnus-article-boring-faces): Use renamed gnus faces.
12565
12566         * gnus-art.el (gnus-signature, gnus-header-from)
12567         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12568         (gnus-header-content): Remove "-face" suffix from face names.
12569         (gnus-signature-face, gnus-header-from-face)
12570         (gnus-header-subject-face, gnus-header-newsgroups-face)
12571         (gnus-header-name-face, gnus-header-content-face):
12572         New backward-compatibility aliases for renamed faces.
12573         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12574
12575         * gnus-sum.el (gnus-summary-selected-face)
12576         (gnus-summary-highlight): Use renamed gnus faces.
12577         * gnus-group.el (gnus-group-highlight): Likewise.
12578
12579 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12580
12581         * gnus-sieve.el (gnus-sieve-article-add-rule):
12582         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12583         * spam-stat.el (spam-stat-buffer-change-to-spam)
12584         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12585
12586         * message.el (message-is-yours-p):
12587         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12588
12589 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * mm-view.el (mm-inline-text): Withdraw the last change.
12592
12593 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12596         executing enriched-decode.
12597
12598 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12601         charset of tar files.
12602
12603 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12604
12605         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12606
12607 2005-06-04  Lute Kamstra  <lute@gnu.org>
12608
12609         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12610         information is never recorded.
12611
12612 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12613
12614         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12615
12616 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * pop3.el (pop3-apop): Run md5 in the binary mode.
12619
12620         * starttls.el (starttls-set-process-query-on-exit-flag):
12621         Use eval-and-compile.
12622
12623 2005-05-31  Simon Josefsson  <jas@extundo.com>
12624
12625         * smime.el (smime-replace-in-string): Define.
12626         (smime-cert-by-ldap-1): Use it.
12627
12628 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * gnus-art.el (article-display-x-face): Replace
12631         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12632
12633         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12634         set-process-query-on-exit-flag or process-kill-without-query.
12635
12636         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12637         loop instead of replace-regexp.
12638
12639         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12640         instead of process-kill-without-query if it is available.
12641
12642         * lpath.el: Fbind ldap-search-entries.
12643
12644         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12645         instead of find-file-hooks if it is available.
12646
12647         * mml1991.el: Bind pgg-default-user-id when compiling.
12648
12649         * mml2015.el: Bind pgg-default-user-id when compiling.
12650
12651         * nndraft.el (nndraft-request-associate-buffer):
12652         Use write-contents-functions instead of write-contents-hooks if it is
12653         available.
12654
12655         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12656         instead of find-file-hooks if it is available.
12657
12658         * nntp.el (nntp-open-connection): Replace
12659         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12660         (nntp-open-ssl-stream): Ditto.
12661         (nntp-open-tls-stream): Ditto.
12662
12663         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12664         set-process-query-on-exit-flag or process-kill-without-query.
12665         (starttls-open-stream-gnutls): Use it instead of
12666         process-kill-without-query.
12667         (starttls-open-stream): Ditto.
12668
12669 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12670
12671         * smime.el (smime-cert-by-ldap-1): Don't use
12672         replace-regexp-in-string.
12673
12674 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12675
12676         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12677
12678         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12679         in PEM format.  Adjust to the XEmacs compability.
12680
12681 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12684         by `string-to-number'.
12685         * gnus-agent.el (gnus-agent-regenerate-group)
12686         (gnus-agent-fetch-articles): Ditto.
12687         * gnus-art.el (gnus-button-fetch-group): Ditto.
12688         * gnus-cache.el (gnus-cache-generate-active)
12689         (gnus-cache-articles-in-group): Ditto.
12690         * gnus-group.el (gnus-group-set-current-level)
12691         (gnus-group-insert-group-line): Ditto.
12692         * gnus-score.el (gnus-score-set-expunge-below)
12693         (gnus-score-set-mark-below, gnus-summary-score-effect)
12694         (gnus-summary-score-entry): Ditto.
12695         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12696         (gnus-soup-pack): Ditto.
12697         * gnus-spec.el (gnus-xmas-format): Ditto.
12698         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12699         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12700         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12701         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12702         * nndb.el (nndb-get-remote-expire-response): Ditto.
12703         * nndiary.el (nndiary-parse-schedule-value)
12704         (nndiary-string-to-number, nndiary-request-replace-article)
12705         (nndiary-request-article): Ditto.
12706         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12707         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12708         * nneething.el (nneething-make-head): Ditto.
12709         * nnfolder.el (nnfolder-request-article)
12710         (nnfolder-retrieve-headers): Ditto.
12711         * nnheader.el (nnheader-file-to-number): Ditto.
12712         * nnkiboze.el (nnkiboze-request-article): Ditto.
12713         * nnmail.el (nnmail-process-unix-mail-format)
12714         (nnmail-process-babyl-mail-format): Ditto.
12715         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12716         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12717         (nnmh-request-create-group, nnmh-request-list-1)
12718         (nnmh-request-group, nnmh-request-article): Ditto.
12719         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12720         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12721         * nnsoup.el (nnsoup-make-active): Ditto.
12722         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12723         * nntp.el (nntp-find-group-and-number)
12724         (nntp-retrieve-headers-with-xover): Ditto.
12725         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12726         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12727         (pgg-format-key-identifier): Ditto.
12728         * pop3.el (pop3-last, pop3-stat): Ditto.
12729         * qp.el (quoted-printable-decode-region): Ditto.
12730
12731         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12732         of concat.
12733
12734 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12737
12738         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12739
12740         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12741
12742         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12743
12744         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12745
12746         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12747
12748         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12749         (gnus-carpal-mode): Ditto.
12750
12751         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12752         (gnus-browse-mode): Ditto.
12753
12754         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12755
12756         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12757
12758 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12759
12760         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12761
12762 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-util.el (gnus-run-mode-hooks): New function.
12765
12766         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12767
12768         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12769         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12770
12771 2005-05-27  Lute Kamstra  <lute@gnu.org>
12772
12773         * dns-mode.el (dns-mode): Specify customization group.
12774
12775 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12776
12777         * gnus-agent.el (gnus-agent-make-mode-line-string):
12778         Use mode-line-highlight as mouse-face.
12779
12780 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * canlock.el (canlock): Change the parent group to news.
12783
12784         * deuglify.el (gnus-outlook-deuglify): Add :group.
12785
12786         * dig.el (dig): Add :group.
12787
12788         * dns-mode.el (dns-mode): Add :group.
12789
12790         * encrypt.el (encrypt): Add :group.
12791
12792         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12793         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12794         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12795         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12796         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12797
12798         * gnus-diary.el (gnus-diary): Add :group.
12799
12800         * gnus.el (gnus-group-news-1-face): Add :group.
12801         (gnus-group-news-1-empty-face): Ditto.
12802         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12803         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12804         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12805         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12806         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12807         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12808         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12809         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12810         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12811         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12812         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12813         (gnus-summary-high-ticked-face): Ditto.
12814         (gnus-summary-low-ticked-face): Ditto.
12815         (gnus-summary-normal-ticked-face): Ditto.
12816         (gnus-summary-high-ancient-face): Ditto.
12817         (gnus-summary-low-ancient-face): Ditto.
12818         (gnus-summary-normal-ancient-face): Ditto.
12819         (gnus-summary-high-undownloaded-face): Ditto.
12820         (gnus-summary-low-undownloaded-face): Ditto.
12821         (gnus-summary-normal-undownloaded-face): Ditto.
12822         (gnus-summary-high-unread-face): Ditto.
12823         (gnus-summary-low-unread-face): Ditto.
12824         (gnus-summary-normal-unread-face): Ditto.
12825         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12826         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12827
12828         * hashcash.el (hashcash): New custom group.
12829         (hashcash-default-payment): Add :group.
12830         (hashcash-payment-alist): Ditto.
12831         (hashcash-default-accept-payment): Ditto.
12832         (hashcash-accept-resources): Ditto.
12833         (hashcash-path): Ditto.
12834         (hashcash-extra-generate-parameters): Ditto.
12835         (hashcash-double-spend-database): Ditto.
12836         (hashcash-in-news): Ditto.
12837
12838         * message.el (message-minibuffer-local-map): Add :group.
12839
12840         * netrc.el (netrc): Add :group.
12841
12842         * sieve-manage.el (sieve-manage-log): Add :group.
12843         (sieve-manage-default-user): Diito.
12844         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12845         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12846         (sieve-manage-authenticators): Ditto.
12847         (sieve-manage-authenticator-alist): Ditto.
12848         (sieve-manage-default-port): Ditto.
12849
12850         * sieve-mode.el (sieve-control-commands-face): Add :group.
12851         (sieve-action-commands-face): Ditto.
12852         (sieve-test-commands-face): Ditto.
12853         (sieve-tagged-arguments-face): Ditto.
12854
12855         * smime.el (smime): Add :group.
12856
12857         * spam-report.el (spam-report): Add :group.
12858
12859         * spam.el (spam, spam-face): Add :group.
12860
12861 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12862
12863         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12864         return \n.\n.\n at the end of articles.  Protect against that.
12865         (nntp-with-open-group): Allow debugging.
12866
12867         * nnheader.el (mail-header-set-extra): Make into a function
12868         because I just could't understand how to quote the list properly.
12869
12870         * dns.el (query-dns-cached): New function.
12871
12872 2005-05-26  Lute Kamstra  <lute@gnu.org>
12873
12874         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12875
12876 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12879
12880         * gnus-art.el: Don't autoload mail-extract-address-components.
12881
12882         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12883         eval-and-compile to evaluate it.
12884
12885         * hashcash.el: Don't autoload executable-find.
12886
12887         * nndb.el: Don't declare the nndb back end two or more times; don't
12888         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12889
12890         * nntp.el: Autoload format-spec instead of format; use
12891         eval-and-compile to evaluate autoload forms.
12892
12893 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12894
12895         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12896
12897 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12898
12899         * gnus.el (gnus-version-number): Bump version.
12900
12901 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12902
12903         * gnus.el: No Gnus v0.3 is released.
12904
12905 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12906
12907         * lpath.el (featurep): Bind show-nonbreak-escape.
12908
12909 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * gnus-art.el (gnus-article-edit-part): Disable undo.
12912
12913 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12916         gnus-article-date-lapsed-new-header is t if date timer is active;
12917         skip headers in which the original date value is empty.
12918         (gnus-article-save-original-date): Redefine it as a macro.
12919         (gnus-display-mime): Use it.
12920
12921 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * gnus-art.el (article-date-ut): Support converting date in
12924         forwarded parts as well.
12925         (gnus-article-save-original-date): New function.
12926         (gnus-display-mime): Use it.
12927
12928 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12929
12930         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12931         enclosure element of <item>.
12932
12933 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * message.el (message-kill-buffer-query): Renamed from
12936         `message-kill-buffer-query-if-modified'.  Added :version.
12937
12938 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12941         window layout.
12942
12943 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * mml.el: Autoload dnd when compiling.
12946
12947 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12950         x-dnd-*.
12951
12952 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * qp.el (quoted-printable-encode-region): Save excursion.
12955
12956 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12957
12958         * message.el (message-kill-buffer-query-if-modified): Add new variable
12959         so the user can kill a modified message buffer quickly.
12960         (message-kill-buffer): Use it.
12961
12962 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * lpath.el: Fbind display-time-event-handler; don't fbind
12965         string-to-multibyte.
12966
12967         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12968
12969 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12972         contained in text because xml.el decodes entities) with LFs.
12973
12974 2005-04-11  Lute Kamstra  <lute@gnu.org>
12975
12976         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12977         differently.
12978
12979 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12980
12981         * mm-util.el (mm-detect-coding-region): Typo.
12982
12983 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12986
12987 2005-04-06  Deepak Goel  <deego@gnufans.org>
12988
12989         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12990         user-function allow user modifications of the scores.
12991         (spam-stat-score-buffer-user): New function, to allow
12992         user-computed modifications to the score.
12993         (spam-stat-score-buffer-user-functions): List of additional
12994         scoring functions.
12995         (spam-stat-error-holder): Global temporary error holder.
12996         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12997         variable.
12998
12999 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13000
13001         * gnus-registry.el (gnus-registry-clean-empty-function)
13002         (gnus-registry-trim, gnus-registry-fetch-groups)
13003         (gnus-registry-delete-group): Groups that match
13004         `gnus-registry-ignored-groups' are removed from the registry
13005         entries, not just ignored for splitting.  This helps clean up the
13006         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13007         to get all the groups a message ID is in.
13008
13009         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13010         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13011         (spam-stat-score-buffer-user-functions): Add :number custom type.
13012
13013 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13016         argument in XEmacs.
13017
13018         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13019         (nnrss-request-group): Decode group name first.
13020         (nnrss-request-article): Make a text/plain article if mml-to-mime
13021         failed.
13022         (nnrss-get-encoding): Return a compatible encoding according to
13023         nnrss-compatible-encoding-alist.
13024         (nnrss-find-el): Use consp instead of listp.
13025         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13026
13027 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13030         which Emacs 20 doesn't support.
13031         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13032
13033 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13034
13035         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13036         silence the byte compiler inside the defun.
13037
13038         * gnus-demon.el (parse-time-string): Add autoload.
13039
13040         * gnus-delay.el (parse-time-string): Add autoload.
13041
13042         * gnus-art.el (parse-time-string): Add autoload.
13043
13044         * nnultimate.el (parse-time): Require for `parse-time-string'.
13045
13046 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13047
13048         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13049
13050         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13051
13052         * smime.el (smime-ldap-host-list): Add :version.
13053
13054 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13057         pass it to `gnus-browse-read-group'.
13058         (gnus-browse-read-group): Add NUMBER argument and pass it to
13059         `gnus-group-read-ephemeral-group'.
13060
13061         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13062         argument and pass it to `gnus-group-read-group'.
13063
13064 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13065
13066         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13067         mm-xemacs-find-mime-charset-1 if we have the mule feature
13068         available at runtime.
13069
13070 2005-03-25  Werner Lemberg  <wl@gnu.org>
13071
13072         * nnmaildir.el: Replace `illegal' with `invalid'.
13073
13074 2005-03-23  Lute Kamstra  <lute@gnu.org>
13075
13076         * time-date.el: Add comment on time value formats.
13077         Don't require parse-time.
13078         (with-decoded-time-value): New macro.
13079         (encode-time-value): New function.
13080         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13081         (days-to-time): Return a valid time value when arg is huge.
13082         (time-since): Use time-subtract.
13083         (time-to-number-of-days): Use time-to-seconds.
13084
13085 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13086
13087         * gnus-start.el (gnus-display-time-event-handler):
13088         Check display-time-timer at runtime rather than only at load time
13089         in case display-time-mode is turned off in the mean time.
13090
13091 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13092
13093         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13094         used.
13095
13096         * nneething.el (nneething-map-file-directory): Derive from
13097         `gnus-directory'.
13098
13099         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13100         the To/Cc button.
13101
13102 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * nnmaildir.el (nnmaildir-request-accept-article):
13105         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13106
13107 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13108
13109         * gnus-async.el: Require timer-funcs at compile time when in
13110         XEmacs for `run-with-idle-timer'.
13111
13112 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13113
13114         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13115         autoloaded function.
13116
13117 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13118
13119         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13120
13121 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13122
13123         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13124
13125 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13126
13127         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13128         gnus-expert-user to default.
13129
13130 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13131
13132         * nnimap.el (nnimap-open-server): Ditto.
13133
13134         * imap.el (imap-authenticate): Fix typo.
13135
13136 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13137
13138         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13139         buffer (since IMAP server might return FETCH response out of
13140         order, and the nntp buffer must be sorted).
13141
13142 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13143
13144         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13145         comparison on string.
13146
13147         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13148         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13149         (gnus-agent-summary-fetch-series): Modified to protect against
13150         gnus-agent-summary-fetch-group clearing processable flags.
13151         (gnus-agent-synchronize-group-flags): Update live group buffer as
13152         synchronization may occur due to the user toggle the plugged
13153         status.
13154         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13155         successfully downloaded.
13156         (gnus-agent-expire-group-1): Avoid using markers when the overview
13157         is in ascending order; greatly improves performance.
13158         (gnus-agent-regenerate-group): Use
13159         gnus-agent-synchronize-group-flags to reset read status in both
13160         gnus and server.
13161         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13162
13163 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * message.el: Don't autoload former message-utils variables.
13166         (message-strip-subject-trailing-was): Change doc string.
13167
13168         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13169         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13170         (nnweb-google-search): Add "hl=en" here.
13171         (nnweb-google-parse-1, nnweb-google-create-mapping):
13172         Don't hardcode URL.
13173
13174 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * message.el (message-get-reply-headers, message-followup):
13177         Mention related variables `message-use-followup-to' and
13178         `message-use-mail-followup-to', in the information buffer.
13179
13180         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13181         of broken groups(-beta).google.com.
13182
13183 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13184
13185         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13186         parameter to invoked gnus-request-move-article; remove the
13187         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13188         all at once instead of once per article.
13189         (gnus-summary-remove-process-mark): Accept a list of articles as
13190         well as a single article for processing.
13191
13192         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13193         parameter.
13194
13195         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13196
13197         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13198
13199         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13200         parameter.
13201
13202         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13203         parameter.
13204
13205         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13206         parameter and remove the gnus-sum-hint-move-is-internal variable.
13207
13208         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13209         parameter.
13210
13211         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13212         parameter.
13213
13214         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13215         parameter.
13216
13217         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13218
13219         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13220         parameter.
13221
13222         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13223         parameter.
13224
13225 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13226
13227         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13228         a more conservative way.
13229
13230 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13231
13232         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13233         buffer, so it moves the window's cursor.
13234
13235 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13236
13237         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13238         `mm-dissect-multipart' and receive the from field as an (optional)
13239         argument from `mm-dissect-multipart'.
13240         (mm-dissect-multipart): Receive the from field as an argument and
13241         pass it on when we call `mm-dissect-buffer' on MIME parts.
13242         Fixes verification/decryption of signed/encrypted MIME parts.
13243
13244 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13245
13246         * gnus-sum.el (gnus-summary-move-article): Set
13247         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13248         whatever it calls (right now, only nnimap-request-move article
13249         respects it).
13250
13251         * nnimap.el (nnimap-request-move-article): When
13252         gnus-sum-hint-move-is-internal is set, don't do the extra
13253         nnimap-request-article.
13254
13255 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13256
13257         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13258
13259         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13260         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13261
13262         * gnus-sum.el (gnus-summary-caesar-message):
13263         Apply `gnus-treat-article' after rotation.
13264
13265         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13266         doc string.
13267
13268 2005-02-22  Simon Josefsson  <jas@extundo.com>
13269
13270         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13271         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13272         <arne@arnested.dk>.
13273         (encrypt): Add password-cache and password-cache-expiry as group
13274         members.
13275
13276 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13277
13278         * smime.el (smime-ldap-host-list): Doc fix.
13279         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13280         cache) password.
13281         (smime-sign-region): Use it.
13282         (smime-decrypt-region): Use it.
13283         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13284         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13285         fails.
13286         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13287         certificate from DER to PEM format rather than calling openssl.
13288
13289         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13290
13291         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13292         for signing/encryption.
13293
13294         * mml.el (mml-parse-1): Use them.
13295
13296 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13297
13298         * nnrss.el (nnrss-verbose): Removed.
13299         (nnrss-request-group): Use `nnheader-message' instead.
13300
13301 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13302
13303         * nnrss.el (nnrss-verbose): New variable.
13304         (nnrss-request-group): Make it say nnrss is requesting a group.
13305
13306 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13309         Handle news URL with given port correctly.
13310
13311 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13314         containing special characters.
13315
13316         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13317
13318         * mml.el (mime-to-mml): Ditto.
13319
13320         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13321         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13322         (rfc2047-decode-region): Quote decoded words containing special
13323         characters when rfc2047-quote-decoded-words-containing-tspecials
13324         is non-nil.
13325
13326 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13327
13328         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13329
13330         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13331
13332 2005-02-15  Simon Josefsson  <jas@extundo.com>
13333
13334         * nnimap.el (nnimap-debug): Doc fix.
13335
13336         * imap.el (imap-debug): Doc fix.
13337
13338 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13341
13342 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13343
13344         * gnus.el (spam-contents): Improve docs for spam-contents
13345         parameter in its variable incarnation.
13346
13347 2005-02-14  Simon Josefsson  <jas@extundo.com>
13348
13349         * smime-ldap.el: Use require instead of load-library for ldap.
13350         (smime-ldap-search): Indent.
13351         (smime-ldap-search-internal): Shorten line.
13352
13353         * smime.el (smime-cert-by-dns): Add doc-string.
13354         (smime-cert-by-ldap-1): Indent.
13355
13356         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13357         mml-smime-get-dns-ldap.
13358         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13359
13360 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13361
13362         * smime.el: Require smime-ldap.
13363         (smime-ldap-host-list): New variable.
13364         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13365
13366         * mml-smime.el (mml-smime-encrypt-query): New function.
13367         (mml-smime-encrypt-query): Use it.
13368
13369         * smime-ldap.el: New file.
13370
13371 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13374
13375 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13378         argument in doc string.  Make query for type more clear.
13379
13380 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * gnus.el (gnus-group-startup-message): Search for gnus images in
13383         etc/images/gnus.
13384         * mm-util.el (mm-image-load-path): Likewise.
13385         * smiley.el (smiley-data-directory): Search for smilies in
13386         etc/images/smilies.
13387
13388 2005-02-09  Kim F. Storm  <storm@cua.dk>
13389
13390         Change Emacs release version from 21.4 to 22.1 throughout.
13391         Change Emacs development version from 21.3.50 to 22.0.50.
13392
13393 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13396
13397         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13398         non-Mule XEmacs as well.
13399         (mm-decompress-buffer): Signal an error intentionally if it does
13400         not decompress compressed data because auto-compression-mode is
13401         disabled.
13402
13403 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13404
13405         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13406         an ID in the registry even if it has no groups.
13407
13408 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13411         merge it into mm-decompress-buffer.
13412         (gnus-mime-copy-part): Use the MIME part charset, the value which
13413         a user specified or gnus-newsgroup-charset for decoding, like
13414         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13415         save-buffer what was used.  Suggested by Kevin Ryde
13416         <user42@zip.com.au>.
13417         (gnus-mime-inline-part): Allow the name parameter as well as the
13418         filename parameter; force decompressing of compressed data; always
13419         display contents being not decoded as unibyte.
13420
13421         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13422         as well as the filename parameter.
13423
13424         * mm-util.el (mm-decompress-buffer): Merge
13425         gnus-mime-jka-compr-maybe-uncompress.
13426         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13427         of compressed data.
13428
13429 2005-02-08  Simon Josefsson  <jas@extundo.com>
13430
13431         * imap.el (imap-log): Doc fix.
13432
13433 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13436         the coding cookies; decompress compressed parts.
13437
13438         * mml.el (mml-generate-mime-1): Add the charset parameter according
13439         to the value which a user specified manually or the coding cookie.
13440
13441         * mm-util.el (mm-string-to-multibyte): New function.
13442         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13443         (mm-coding-system-to-mime-charset): New function.
13444         (mm-decompress-buffer): New function.
13445         (mm-find-buffer-file-coding-system): New function.
13446
13447         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13448         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13449         parts.
13450
13451 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13452
13453         * mm-view.el (mm-display-inline-fontify): Decode a part according
13454         to the charset parameter.
13455
13456 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13459         prefix arg is neither nil nor a number, as info specifies.
13460
13461 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13464         timestamps.
13465
13466 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13467
13468         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13469         groups error checking and notify user.
13470
13471 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13472
13473         * message.el (message-send-mail-function): Check existence of
13474         sendmail-program first before using default value
13475         `message-send-mail-with-sendmail'.  Otherwise use more generic
13476         `smtpmail-send-it'.
13477
13478 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * nntp.el (nntp-request-update-info): Always return nil.
13481
13482 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13483
13484         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13485
13486 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13487
13488         * message.el (message-beginning-of-line): Change the behavior when
13489         invoked between BOL and : so that it first moves backward.
13490
13491 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13494         article buffer when editing of the article is discarded.
13495         (gnus-article-prepare): Revert.
13496
13497 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-art.el (gnus-article-prepare):
13500         Remove message-strip-forbidden-properties from the local hook.
13501
13502 2005-01-27  Simon Josefsson  <jas@extundo.com>
13503
13504         * password.el (password-cache-add): Only start one timer per key.
13505         Reported by Derek Atkins <warlord@MIT.EDU>.
13506
13507 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13508
13509         * run-at-time.el: Removed.  It is no longer needed as
13510         timer-funcs.el in the xemacs-base package has a working version of
13511         `run-at-time'.
13512
13513         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13514
13515         * password.el: Require timer-funcs instead of run-at-time in
13516         XEmacs.
13517         Remove `password-run-at-time' macro.
13518         (password-cache-add): Use `run-at-time' instead of
13519         `password-run-at-time'.
13520
13521         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13522         Remove `nnheader-cancel-function-timers' alias,
13523         `cancel-function-timers' exists in XEmacs in timer-funcs.
13524
13525         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13526         for `run-with-idle-timer'.
13527
13528         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13529         for `run-at-time'.
13530
13531         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13532         for `with-timeout'.
13533
13534         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13535         the same as for XEmacs 21.4.
13536         No need to ignore `run-with-idle-timer', this function exists in
13537         XEmacs now in timer-funcs.el in the xemacs-base package.
13538         (dgnushack-compile): No need to delete
13539         run-at-time.el from the list of files to compile because it
13540         doesn't exist anymore.
13541
13542 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13545         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13546
13547 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13548
13549         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13550         sensitively.
13551
13552 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13553
13554         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13555
13556 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13559         which will be inserted according to the multibyteness of a buffer
13560         rather than the type of contents.  Suggested by ARISAWA Akihiro
13561         <ari@mbf.ocn.ne.jp>.
13562
13563         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13564         of string which old xml.el may return rather than a string.
13565
13566 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13569
13570 2005-01-16  Simon Josefsson  <jas@extundo.com>
13571
13572         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13573         idn/idna.el isn't available.
13574         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13575         <michael@waxrat.com>.
13576
13577         * hashcash.el: Remove non-FSF copyright header.
13578
13579         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13580         (hashcash-generate-payment): Use it.
13581         (hashcash-generate-payment-async): Use it.
13582
13583 2005-01-15  Simon Josefsson  <jas@extundo.com>
13584
13585         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13586         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13587
13588         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13589         gnus-summary-idna-message.
13590         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13591         (gnus-summary-idna-message): New function.
13592
13593 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13596         gnus-novice-user.
13597
13598 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * nnrss.el (nnrss-request-delete-group): Delete entries in
13601         nnrss-group-alist as well.
13602         (nnrss-save-server-data): Insert newline.
13603
13604 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13605
13606         * gnus.el (gnus-user-agent): Use list of symbols instead of
13607         symbols.  Display full version number for (S)XEmacs.  Optionally
13608         display (S)XEmacs codename.
13609
13610         * gnus-util.el (gnus-emacs-version): Update for new
13611         `gnus-user-agent'.
13612
13613         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13614         Gnus version.
13615
13616 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13617
13618         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13619         which is unreadable in some setups.
13620
13621 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * gnus-spec.el (gnus-update-format-specifications): Flush the
13624         group format spec cache if it doesn't support decoded group names.
13625
13626 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13627
13628         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13629         Allow to apply decay on score files matching a regexp.
13630
13631 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13634         compatibility in %g and %c.
13635
13636 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13639         name for only %g and %c.
13640         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13641         of gnus-tmp-group to decoded group name.
13642         (gnus-group-make-rss-group): Exclude `/'s from group names.
13643
13644 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * nnrss.el (nnrss-get-encoding): Fix regexp.
13647
13648 2004-12-27  Simon Josefsson  <jas@extundo.com>
13649
13650         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13651         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13652         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13653
13654 2004-12-17  Kim F. Storm  <storm@cua.dk>
13655
13656         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13657
13658         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13659
13660 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13661
13662         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13663
13664 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * nnrss.el: Require rfc2047 and mml.
13667         (nnrss-file-coding-system): New variable.
13668         (nnrss-format-string): Redefine it as an inline function.
13669         (nnrss-decode-group-name): New function.
13670         (nnrss-string-as-multibyte): Remove.
13671         (nnrss-retrieve-headers): Decode group name; don't use
13672         nnrss-format-string.
13673         (nnrss-request-group): Decode group name.
13674         (nnrss-request-article): Decode group name; allow a Message-ID as
13675         well as an article number; don't use nnrss-format-string; encode a
13676         Message-ID string which may contain non-ASCII characters; use
13677         mml-to-mime to compose a MIME article.
13678         (nnrss-request-expire-articles): Decode group name.
13679         (nnrss-request-delete-group): Decode group name.
13680         (nnrss-fetch): Clarify error message.
13681         (nnrss-read-server-data): Use insert-file-contents instead of load;
13682         bind file-name-coding-system; use multibyte buffer.
13683         (nnrss-save-server-data): Bind coding-system-for-write to the
13684         value of nnrss-file-coding-system; bind file-name-coding-system;
13685         add coding cookie.
13686         (nnrss-read-group-data): Use insert-file-contents instead of load;
13687         bind file-name-coding-system; use multibyte buffer.
13688         (nnrss-save-group-data): Bind coding-system-for-write to the
13689         value of nnrss-file-coding-system; bind file-name-coding-system.
13690         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13691         make it work with non-ASCII text.
13692         (nnrss-find-el): Make it work with old xml.el as well.
13693
13694 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13695
13696         * nnrss.el (nnrss-get-encoding): New function.
13697         (nnrss-fetch): Use unibyte buffer initially; bind
13698         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13699         decode contents according to the encoding attribute.
13700         (nnrss-save-group-data): Add coding cookie.
13701         (nnrss-mime-encode-string): New function.
13702         (nnrss-check-group): Use it to encode subject and author.
13703
13704 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13705
13706         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13707         imaginary variable.
13708
13709 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13712         correctly even if there are wide characters.
13713
13714 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13715
13716         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13717         downcased symbol names; make a new cache instead of reusing
13718         bbdb-hashtable.
13719
13720 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13723         concatenating segments rather than before concatenating them.
13724         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13725
13726         * message.el (message-get-reply-headers): Bind `extra'.
13727
13728 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13729
13730         * message.el (message-extra-wide-headers): New variable.
13731         (message-get-reply-headers): Use it.
13732
13733 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13736         (gnus-agent-group-pathname): Ditto.
13737
13738         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13739
13740         * gnus-group.el (gnus-group-make-group): Decode group name.
13741         (gnus-group-make-rss-group): Register the group data after opening
13742         the nnrss group.
13743
13744 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13745
13746         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13747         by expiry now get marked as read.
13748
13749 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13752
13753 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13754
13755         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13756         unify Latin characters in XEmacs.
13757         (mm-find-mime-charset-region): Use it.
13758
13759 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * gnus-util.el (gnus-delete-directory): New function.
13762
13763         * gnus-agent.el (gnus-agent-delete-group): Use it.
13764
13765         * gnus-cache.el (gnus-cache-delete-group): Use it.
13766
13767 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13770         names.
13771
13772 2004-12-16  Simon Josefsson  <jas@extundo.com>
13773
13774         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13775
13776 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13779
13780         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13781         (gnus-group-set-current-level): Decode group name.
13782
13783 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13784
13785         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13786         failed.
13787
13788 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-group.el (gnus-group-delete-group): Decode group name.
13791         (gnus-group-make-rss-group): Encode group name.
13792         (gnus-group-catchup-current): Decode group name.
13793         (gnus-group-kill-group): Decode group name.
13794
13795 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13796
13797         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13798
13799 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * gnus-group.el (gnus-group-make-rss-group):
13802         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13803
13804         * gnus-start.el (gnus-setup-news): Honor user's setting to
13805         gnus-message-archive-method.  Suggested by Lute Kamstra
13806         <lute@gnu.org>.
13807
13808 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13809
13810         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13811         global counterparts of the buffer-local variables.
13812
13813 2004-11-16  Romain Francoise  <romain@orebokech.com>
13814
13815         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13816         counterparts of the buffer-local variables.
13817
13818 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13819
13820         * message.el (message-forbidden-properties): Fixed typo in doc
13821         string.
13822
13823 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * gnus-util.el (gnus-replace-in-string): Added doc string.
13826
13827         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13828         to avoid problems when splitting mails with many recipients.
13829
13830 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13831
13832         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13833         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13834
13835 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13836
13837         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13838         if there is no hashtable in memory or file modification time is
13839         newer than cached timestamp.
13840
13841 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13844         not-matching option.
13845
13846 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13849         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13850         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13851         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13852         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13853         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13854
13855 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * message.el (message-forward-make-body-mml): Remove headers
13858         according to message-forward-ignored-headers if a message is decoded.
13859
13860 2004-12-02  Romain Francoise  <romain@orebokech.com>
13861
13862         * message.el (message-forward-make-body-plain): Always remove
13863         headers according to message-forward-ignored-headers.
13864
13865 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13866
13867         * spam.el (spam-summary-prepare-exit): Remove the
13868         gnus-summary-limit pop for now, it has problems with ham marks for
13869         me.
13870
13871 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13872
13873         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13874         correctly.
13875
13876 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13877
13878         * format-spec.el (format-spec): Message the char.
13879
13880 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13881
13882         * gnus-art.el (gnus-split-methods): Reformat comments.
13883
13884         * spam.el (spam-summary-prepare-exit): Remove article limits
13885         before exiting the summary buffer.
13886
13887 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13890         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13891
13892         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13893         order to silence the byte compiler.
13894
13895         * spam.el: Fix the way to silence the byte compiler, which
13896         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13897         bbdb-search-simple, spam-BBDB-register-routine,
13898         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13899         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13900         spam-stat-buffer-is-spam, spam-stat-load,
13901         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13902         spam-stat-save and spam-stat-split-fancy.
13903
13904 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13907         which may confuse users.
13908         (canlock-password-for-verify): Ditto.
13909
13910         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13911
13912         * gnus-art.el (gnus-emphasis-alist): Ditto.
13913
13914         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13915
13916         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13917
13918         * gnus-start.el (gnus-save-killed-list): Ditto.
13919
13920         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13921         (gnus-sum-thread-tree-root): Ditto.
13922         (gnus-sum-thread-tree-false-root): Ditto.
13923         (gnus-sum-thread-tree-single-indent): Ditto.
13924
13925         * message.el (message-courtesy-message): Ditto.
13926         (message-archive-note): Ditto.
13927         (message-subscribed-address-file): Ditto.
13928         (message-user-fqdn): Ditto.
13929
13930         * spam-report.el (spam-report-gmane-regex): Ditto.
13931
13932         * spam.el (spam-blackhole-good-server-regex): Ditto.
13933
13934 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * mml.el (mml-preview): Widen the message buffer before copying
13937         the contents to the preview buffer; sort headers before previewing.
13938
13939         * message.el (message-hidden-headers): Fix the way to avoid a bug
13940         in the `repeat' widget in Emacs 21.3 or earlier.
13941
13942 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * message.el (message-hidden-headers): Default to "^References:".
13945         Improve customization type.  Suggested by Reiner Steib
13946         <Reiner.Steib@gmx.de>.
13947
13948 2004-11-25  Romain Francoise  <romain@orebokech.com>
13949
13950         * message.el (message-strip-forbidden-properties): Remove check for
13951         obsolete `message-hidden' text property, hidden headers are not
13952         accessible in the buffer anymore.
13953
13954 2004-11-22  Romain Francoise  <romain@orebokech.com>
13955
13956         * message.el (message-header-format-alist): Add `From' in list
13957         so that it can be sorted.
13958         (message-fix-before-sending): Widen and sort headers before
13959         sending.
13960         (message-hide-headers): Use narrowing to hide headers by moving
13961         them to the top of the buffer and narrowing to the region
13962         underneath.
13963
13964 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13965
13966         * message.el (message-strip-forbidden-properties): Bind
13967         buffer-read-only (etc) to nil.
13968
13969 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13972         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13973
13974 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13975
13976         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13977
13978 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13979
13980         * dns.el (query-dns): Use sit-for to time instead of
13981         accept-process-output, since that doesn't seem to work on udp
13982         sockets.
13983
13984 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13987
13988 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13989
13990         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13991         doc string.  Improve doc string.
13992
13993 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * nntp.el (nntp-request-update-info): Return nil if
13996         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13997         may not call gnus-activate-group which uselessly issues the GROUP
13998         commands for all nntp groups and wastes time.  Reported by Romain
13999         Francoise <romain@orebokech.com>.
14000
14001         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14002
14003 2004-11-15  Simon Josefsson  <jas@extundo.com>
14004
14005         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14006         headers separately.
14007         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14008         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14009
14010 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * gnus-start.el (gnus-convert-old-newsrc):
14013         Assign legacy-gnus-agent to 5.10.7.
14014
14015 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14016
14017         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14018         start of the lines.
14019
14020 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14021
14022         * hashcash.el (hashcash-default-payment): Change default to 20.
14023         (hashcash-default-accept-payment): Change default to 20.
14024         (hashcash-process-alist): New variable.
14025         (hashcash-generate-payment-async): Add.
14026         (hashcash-already-paid-p): Add.
14027         (hashcash-insert-payment): Don't generate payments twice.
14028         (hashcash-insert-payment-async): Add.
14029         (hashcash-insert-payment-async-2): Add.
14030         (hashcash-cancel-async): Add.
14031         (hashcash-wait-async): Add.
14032         (hashcash-processes-running-p): Add.
14033         (hashcash-wait-or-cancel): Add.
14034         (mail-add-payment): New optional argument.  Conditionally start
14035         asynchronous calculation.
14036         (mail-add-payment-async): Add.
14037
14038         * message.el (message-send-mail): Wait for asynchronous hashcash
14039         results.  Don't clobber existing X-Hashcash headers.
14040         (message-setup-1): Call mail-add-payment-async when
14041         message-generate-hashcash is non-nil.
14042
14043 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14044
14045         * message.el (message-use-alternative-email-as-from): Examine the
14046         From header as well; use message-make-from in order to include a
14047         user's full name.
14048
14049 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14052         default; improve customization type.
14053         (gnus-emphasis-custom-with-format): New macro.
14054         (gnus-emphasis-custom-value-to-external): New function.
14055         (gnus-emphasis-custom-value-to-internal): New function.
14056
14057 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14058
14059         * dns.el (query-dns): Resolve reverse addresses.
14060
14061 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14062
14063         * gnus-group.el (gnus-group-get-new-news): Use it.
14064
14065         * gnus-start.el (gnus-check-reasonable-setup): New function.
14066
14067 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14070         "Args out of range" error.  Reported by Arnaud Giersch
14071         <arnaud.giersch@free.fr>.
14072
14073 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14074
14075         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14076
14077 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14078
14079         * spam.el (spam group): Add :version.
14080
14081         * pgg-def.el (pgg group): Add :version.
14082
14083 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * gnus-art.el (gnus-article-edit-article): Don't associate the
14086         article buffer with a draft file.  This is a temporary measure
14087         against the 2004-08-22 change to gnus-article-edit-mode.
14088
14089 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14092         (html2text-format-tags): Remove unused variable `attr'.
14093
14094 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14097
14098         * tls.el (tls-process-connection-type, tls-success)
14099         (tls-certtool-program): Add :version.
14100
14101         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14102         (starttls-extra-arguments, starttls-process-connection-type)
14103         (starttls-connect, starttls-failure, starttls-success): Add :version.
14104
14105         * spam-stat.el (spam-stat): Add :version.
14106
14107         * sieve.el (sieve): Add :version.
14108
14109         * sha1.el (sha1): Add :version.
14110         (sha1-use-external): Remove redundant version.
14111
14112         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14113         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14114         (nnmail-split-fancy-match-partial-words)
14115         (nnmail-split-lowercase-expanded): Add :version.
14116
14117         * nndiary.el (nndiary): Add :version.
14118
14119         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14120
14121         * mml-sec.el (mml-default-sign-method)
14122         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14123         Add :version.
14124
14125         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14126
14127         * mm-url.el (mm-url-use-external, mm-url-program)
14128         (mm-url-arguments): Add :version.
14129
14130         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14131         (mm-attachment-file-modes, mm-decrypt-option)
14132         (mm-w3m-safe-url-regexp): Add :version.
14133
14134         * message.el (message-cite-prefix-regexp)
14135         (message-sendmail-envelope-from, message-minibuffer-local-map)
14136         (message-user-fqdn, message-completion-alist): Add :version.
14137
14138         * gnus-win.el (gnus-configure-windows-hook)
14139         (gnus-use-frames-on-any-display): Add :version.
14140
14141         * gnus-art.el (gnus-article-address-banner-alist)
14142         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14143         (gnus-treat-from-picon, gnus-treat-mail-picon)
14144         (gnus-treat-x-pgp-sig): Add :version.
14145
14146         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14147         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14148         (gnus-summary-article-delete-hook)
14149         (gnus-summary-display-while-building): Add :version.
14150
14151         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14152         (gnus-get-top-new-news-hook): Add :version.
14153
14154         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14155         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14156
14157         * gnus-registry.el (gnus-registry): Add :version.
14158
14159         * gnus-spec.el (gnus-use-correct-string-widths)
14160         (gnus-make-format-preserve-properties): Add :version.
14161
14162         * gnus.el (gnus-group-charter-alist)
14163         (gnus-group-fetch-control-use-browse-url)
14164         (gnus-install-group-spam-parameters): Add :version.
14165
14166         * gnus-diary.el (gnus-diary): Add :version.
14167
14168         * gnus-delay.el (gnus-delay): Add :version.
14169
14170         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14171         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14172         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14173         Add :version.
14174
14175         * gnus-agent.el (gnus-agent-max-fetch-size)
14176         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14177         (gnus-agent-prompt-send-queue): Add :version.
14178
14179         * deuglify.el (gnus-outlook-deuglify): Add :version.
14180
14181         * html2text.el: Beautify code.  Improve doc strings.  Some
14182         checkdoc cleanup.
14183         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14184
14185 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14186
14187         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14188
14189 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14190
14191         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14192         when package is loaded.
14193
14194         * spam.el (spam-summary-score-preferred-header): Add global preference
14195         for people who want to override the default SpamAssassin over
14196         Bogofilter preference (when both are set).
14197         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14198         (spam-user-format-function-S): Check
14199         spam-summary-score-preferred-header.
14200         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14201         (spam-user-format-function-S): Format the score correctly.
14202
14203 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14206         signature file.  Suggested by Manoj Srivastava
14207         <srivasta@golden-gryphon.com>.
14208
14209         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14210         iso-2022-jp even in the Japanese language environment.
14211         Suggested by Jason Rumney <jasonr@gnu.org>.
14212
14213 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14216         use the same characters as the dummy marks; make it free from
14217         getting affected by the language environment.
14218         (gnus-summary-read-group-1): Update mark positions only when the
14219         format spec is updated.
14220
14221         * gnus-spec.el (gnus-update-format-specifications): Return a list
14222         of updated types.
14223
14224 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14227         of boundp to check if display-warning is available.
14228
14229 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14230
14231         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14232
14233 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * nnspool.el (nnspool-spool-directory): Use news-path if the
14236         news-directory variable is not bound.
14237
14238         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14239         function instead of display-warning if it is not available.
14240
14241 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14244         v5-10: Use `point-at-bol'.
14245
14246 2004-10-26  Simon Josefsson  <jas@extundo.com>
14247
14248         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14249         <chenggao@gmail.com>.
14250
14251 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14252
14253         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14254         instead.
14255
14256 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14257
14258         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14259         to remove a server from the nnimap-server-buffer-alist.
14260         (nnimap-open-connection, nnimap-close-server): Use it.
14261
14262         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14263
14264 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14267         running the major-mode function.
14268
14269 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14272         dummy marks in the right way.
14273
14274 2004-10-18  David Edmondson  <dme@dme.org>
14275
14276         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14277         excessively.
14278
14279 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14280
14281         * gnus-util.el (gnus-split-references): Accept a nil references
14282         string and go on blissfully.
14283
14284         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14285         cases where the references string is non-nil but has no references.
14286
14287         * encrypt.el: Add autoload tags.
14288
14289         * spam.el (spam-resolve-registrations-routine): Remove article
14290         from unregistration list too.  Reported by David Hanak
14291         <dhanak@isis.vanderbilt.edu>
14292
14293 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14296         nil.  Changed custom type.
14297
14298 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14299
14300         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14301
14302         * gnus-sum.el (gnus-summary-move-article): Use it.
14303
14304 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14305
14306         * encrypt.el: Add autoload cookies.
14307
14308         * spam.el (spam-backend-article-list-property)
14309         (spam-backend-get-article-todo-list)
14310         (spam-backend-put-article-todo-list)
14311         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14312         Resolve registrations separately.
14313         (spam-register-routine): Format comments.
14314         (spam-unregister-routine, spam-register-routine): Always call with
14315         specific-articles, no default list.
14316         (spam-summary-prepare-exit): Use the spam-classifications function.
14317
14318         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14319         gnus-encrypt.el.
14320
14321         * encrypt.el: Copied from gnus-encrypt.el.
14322
14323         * gnus-encrypt.el: Commented that it's obsolete.
14324
14325 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14328         (gnus-score-save): Use it.
14329
14330         * message.el (message-bury): Use `window-dedicated-p'.
14331
14332 2004-10-15  Simon Josefsson  <jas@extundo.com>
14333
14334         * pop3.el (top-level): Don't require nnheader.
14335         (pop3-read-timeout): Add.
14336         (pop3-accept-process-output): Add.
14337         (pop3-read-response, pop3-retr): Use it.
14338
14339 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14340
14341         * spam.el (spam-register-routine): Move comment.
14342         (spam-verify-bogofilter): Use 'unknown for the initial
14343         spam-bogofilter-valid state, not 'never.
14344
14345         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14346         for netrc-machine.
14347
14348         * nnimap.el (nnimap-open-connection): Use
14349         netrc-machine-user-or-password.
14350
14351 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14352
14353         * gnus-registry.el (gnus-registry-unload-hook):
14354         Set as a variable with add-hook.
14355
14356         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14357         of news-path.
14358
14359         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14360
14361         * spam.el: Delete duplicate `provide'.
14362         (spam-unload-hook): Set as a variable with add-hook.
14363
14364 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14365
14366         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14367         in the doc string.
14368
14369         * message.el (message-ignored-news-headers)
14370         (message-ignored-supersedes-headers)
14371         (message-ignored-resent-headers)
14372         (message-forward-ignored-headers): Improve custom type.
14373
14374 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * message.el (message-tokenize-header): Fix 2004-09-06 change
14377         which used point-min in the wrong place.
14378
14379 2004-10-12  Simon Josefsson  <jas@extundo.com>
14380
14381         * tls.el (tls-certtool-program): New variable.
14382         (tls-certificate-information): New function, based on
14383         ssl-certificate-information.
14384
14385 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * compface.el: Move the version of ELisp-based uncompface program
14388         to the contrib directory because of the copyright problem.
14389
14390 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14391
14392         * message.el (message-kill-buffer): Raise the current frame.
14393
14394 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14395
14396         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14397
14398         * gnus.el (message-y-or-n-p): Autoload.
14399
14400         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14401         (pop3-password-required, pop3-authentication-scheme)
14402         (pop3-leave-mail-on-server): Made customizable.
14403         (pop3): New custom group.
14404         (pop3-retr): Remove `sleep-for' statements.
14405         Suggested by Dave Love <fx@gnu.org>.
14406
14407         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14408         Windows/DOS.
14409
14410         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14411         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14412         Dave Love <fx@gnu.org>.
14413
14414         * mml.el (mml-minibuffer-read-disposition): Require match.
14415         Suggested by Dave Love <fx@gnu.org>.
14416
14417 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14418
14419         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14420         doc string.
14421
14422 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14425
14426 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14427
14428         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14429         instead of calling `mm-insert-inline', to decode text/* parts
14430         before displaying them.
14431
14432 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * mm-uu.el (mm-uu-text-plain-type): New variable.
14435         (mm-uu-pgp-signed-extract-1): Use it.
14436         (mm-uu-pgp-encrypted-extract-1): Use it.
14437         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14438         bind mm-uu-text-plain-type with that value.
14439         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14440         mm-uu-dissect.
14441
14442 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * gnus-group.el (gnus-update-group-mark-positions):
14445         * gnus-sum.el (gnus-update-summary-mark-positions):
14446         * message.el (message-check-news-body-syntax):
14447         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14448         of string-as-multibyte.
14449
14450 2004-10-05  Juri Linkov  <juri@jurta.org>
14451
14452         * gnus-group.el (gnus-update-group-mark-positions):
14453         * gnus-sum.el (gnus-update-summary-mark-positions):
14454         * message.el (message-check-news-body-syntax):
14455         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14456         8-bit unibyte values to a multibyte string for search functions.
14457
14458 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14461         (mm-uu-dissect-text-parts): New function.
14462
14463         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14464         dissect text parts.
14465
14466         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14467         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14468
14469         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14470
14471         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14472         gnus-current-topics instead of gnus-current-topic.
14473
14474 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14475
14476         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14477
14478 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14479
14480         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14481         where approriate.
14482
14483         * nnml.el (nnml-generate-active-info): do.
14484
14485         * nndiary.el (nndiary-generate-active-info): do.
14486
14487         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14488         (gnus-topic-move): do.
14489
14490         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14491         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14492
14493         * gnus-srvr.el (gnus-server-prepare)
14494         (gnus-server-open-all-servers): do.
14495
14496         * gnus-msg.el (gnus-summary-cancel-article)
14497         (gnus-summary-resend-message)
14498         (gnus-summary-mail-crosspost-complaint): do.
14499
14500         * gnus-move.el (gnus-change-server): do.
14501
14502         * gnus-group.el (gnus-group-unmark-all-groups)
14503         (gnus-group-set-current-level): do.
14504
14505 2004-10-04  Simon Josefsson  <jas@extundo.com>
14506
14507         * message.el (message-generate-hashcash): Doc fix.
14508
14509 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14510
14511         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14512         avoid infinite recursion via gnus-get-function.
14513
14514 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14515
14516         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14517
14518         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14519
14520         * nnmail.el (nnmail-split-history): do.
14521
14522         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14523         (nnml-request-delete-group): do.
14524
14525         * nnslashdot.el (nnslashdot-read-groups): do.
14526
14527         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14528         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14529
14530         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14531         (nnspool-sift-nov-with-sed): Use last.
14532         (nnspool-retrieve-headers-with-nov): Use mapc.
14533         (nnspool-request-newgroups): Use dolist.
14534         (nnspool-request-group): Use last.
14535
14536         * nntp.el (nntp-read-server-type): Use dolist.
14537
14538         * nnvirtual.el (nnvirtual-create-mapping)
14539         (nnvirtual-update-read-and-marked): Use dolist.
14540         (nnvirtual-convert-headers): Simplify.
14541
14542 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14543
14544         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14545         support for sync'ing tick marks.
14546
14547 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14550         there's no visible header.
14551
14552 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14553
14554         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14555         necessary, pass full group name to gnus-request-set-marks.
14556
14557 2004-10-01  Simon Josefsson  <jas@extundo.com>
14558
14559         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14560         acroread.
14561
14562 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14563
14564         * spam-report.el (spam-report-gmane): Fix interactive.
14565
14566         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14567
14568         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14569         when writing file.
14570         (gnus-agent-synchronize-flags): Don't default to being
14571         interactive.
14572
14573 2004-09-30  Simon Josefsson  <jas@extundo.com>
14574
14575         * message.el (message-generate-hashcash): Add.
14576         (message-send-mail): Use it, call mail-add-payment.
14577
14578 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14579
14580         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14581
14582 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14583
14584         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14585         gnus-requst-update-info with explicit code to sync the in-memory
14586         info read flags with the marks being sync'd to the backend.
14587
14588         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14589
14590 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14591
14592         * spam.el (spam-verify-bogofilter): Add new function.
14593         (spam-check-bogofilter)
14594         (spam-bogofilter-register-with-bogofilter): Use it.
14595         (spam-verify-bogofilter): Add small fixes.
14596
14597 2004-09-28  Simon Josefsson  <jas@extundo.com>
14598
14599         * hashcash.el (hashcash-generate-payment): Revert.
14600
14601 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14602
14603         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14604         gnus-extract-references instead of gnus-split-references.
14605
14606         * gnus-util.el (gnus-extract-references): Add new function, analogous
14607         to gnus-split-references but extracts only the message-ID without
14608         anything extra.
14609
14610         * hashcash.el (hashcash-generate-payment)
14611         (hashcash-check-payment): Do the right thing if hashcash-path is
14612         nil (because the hashcash program could not be found).
14613
14614         * spam.el (spam-use-hashcash): Remove comment.
14615
14616 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14617
14618         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14619         (gnus-cache-enter-article, gnus-cache-remove-article)
14620         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14621
14622         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14623
14624         * gnus-art.el (article-hide-boring-headers)
14625         (article-translate-strings, article-display-face)
14626         (gnus-article-mime-match-handle-first)
14627         (gnus-article-highlight-headers)
14628         (gnus-article-add-buttons-to-head): do.
14629
14630 2004-09-27  Simon Josefsson  <jas@extundo.com>
14631
14632         * hashcash.el: New version, from
14633         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14634         ../contrib/.
14635
14636 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14639
14640 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14641
14642         * gnus-dup.el (gnus-dup-open): Use mapc.
14643         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14644
14645         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14646         Reported by Stefan Wiens <s.wi@gmx.net>.
14647
14648         * gnus.el (gnus-shutdown): Use dolist.
14649
14650         * gnus-undo.el (gnus-undo): Use mapc.
14651
14652         * nnrss.el (nnrss-generate-active): do.
14653
14654         * message.el (message-cite-original-without-signature)
14655         (message-cite-original): Use mapc.
14656         (message-do-actions, message-make-forward-subject): Use dolist.
14657
14658 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14659
14660         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14661         deletion to remove entire duplicate line.  Fixes merged article
14662         number bug.
14663
14664 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14665
14666         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14667         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14668         first ask if you want to open a server and then, even when you
14669         responded with no, asking if you want to synchronize the server's
14670         flags.
14671         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14672         multi-line expressions.
14673         (gnus-agent-synchronize-group-flags): New internal function.
14674         Updates marks in memory (in the info structure) AND in the
14675         backend.
14676
14677         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14678
14679         * nnagent.el (nnagent-request-set-mark): Use
14680         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14681         method, to ensure that synchronization updates marks in the
14682         backend and in the info (in memory) structure.
14683
14684 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14687         convention fully; don't miss the root article of a thread; make
14688         the X-Draft-From header with correct article numbers.
14689
14690 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14691
14692         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14693         unless plugged.  Disable the agent so that an open failure causes
14694         an error.
14695
14696         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14697         Reverted 2004-09-21 change.  The backend must be opened while
14698         synchronizing flags even when the backend stores the flags
14699         locally.
14700
14701 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14704         in `header' match.  Reported by Svend Tollak Munkejord.
14705
14706         * message.el (message-cite-original): Fix use of
14707         `message-cite-articles-with-x-no-archive'.
14708
14709 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14712         (gnus-window-to-buffer): Ditto.
14713
14714         * mml.el (mml-preview-buffer): New variable.
14715         (mml-preview): Manage window layout with gnus-buffer-configuration.
14716
14717         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14718         X-Draft-From header even if those articles aren't quoted.
14719
14720 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14721
14722         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14723         (gnus-request-set-mark, gnus-request-update-mark): Use new
14724         g-s-t-u-l-m to decide to use backend even when unplugged.
14725
14726 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14729         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14730
14731 2004-09-20  Simon Josefsson  <jas@extundo.com>
14732
14733         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14734         "utf-16-le".
14735
14736 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14737
14738         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14739
14740 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14741
14742         * uudecode.el (uudecode-use-external): Add :version.
14743
14744         * smime.el (smime-CA-file, smime-encrypt-cipher)
14745         (smime-dns-server): Add :version.
14746
14747         * smiley.el (gnus-smiley-file-types): Add :version.
14748
14749         * sha1.el (sha1-use-external): Add :version.
14750
14751         * pgg-def.el (pgg-query-keyserver): Add :version.
14752
14753         * nnmail.el (nnmail-fancy-expiry-targets)
14754         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14755         Add :version.
14756
14757         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14758         (nnimap-retrieve-groups-asynchronous): Add :version.
14759         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14760
14761         * mml.el (mml-content-disposition-parameters)
14762         (mml-insert-mime-headers-always): Add :version.
14763
14764         * mm-util.el (mm-coding-system-priorities): Add :version.
14765
14766         * mm-decode.el (mm-inline-text-html-with-images)
14767         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14768         (mm-verify-option): Add :version.
14769         (mm-text-html-renderer): Change :version.
14770
14771         * message.el (message-fcc-externalize-attachments)
14772         (message-required-headers, message-draft-headers)
14773         (message-subject-trailing-was-query)
14774         (message-subject-trailing-was-ask-regexp)
14775         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14776         (message-mark-insert-end, message-archive-header)
14777         (message-archive-note, message-cross-post-default)
14778         (message-cross-post-note, message-followup-to-note)
14779         (message-cross-post-note-function, message-use-mail-followup-to)
14780         (message-subscribed-address-functions)
14781         (message-subscribed-address-file, message-subscribed-addresses)
14782         (message-subscribed-regexps, message-allow-no-recipients)
14783         (message-yank-cited-prefix, message-signature-insert-empty-line)
14784         (message-hidden-headers, message-hierarchical-addresses)
14785         (message-mail-user-agent, message-use-idna)
14786         (message-valid-fqdn-regexp)
14787         (message-strip-special-text-properties, message-header-synonyms)
14788         (message-beginning-of-line, message-tab-body-function): Add :version.
14789         (message-insert-canlock, message-wide-reply-confirm-recipients):
14790         Change :version.
14791
14792         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14793         and :version.
14794         (mail-source-delete-old-incoming-confirm)
14795         (mail-source-movemail-program): Add :version.
14796
14797         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14798         (gnus-agent-cache, gnus-agent): Change :version.
14799
14800         * gnus-util.el (gnus-use-byte-compile): Change :version.
14801
14802         * gnus-sum.el (gnus-summary-make-false-root-always)
14803         (gnus-summary-default-high-score)
14804         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14805         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14806         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14807         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14808         (gnus-sum-thread-tree-single-indent)
14809         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14810         (gnus-sum-thread-tree-leaf-with-other)
14811         (gnus-sum-thread-tree-single-leaf): Add :version.
14812         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14813         (gnus-article-loose-mime): Change :version.
14814
14815         * gnus-start.el (gnus-backup-startup-file)
14816         (gnus-save-startup-file-via-temp-buffer): Add :version.
14817
14818         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14819         (gnus-server-offline-face): Add :version.
14820
14821         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14822
14823         * gnus-msg.el (gnus-gcc-externalize-attachments)
14824         (gnus-debug-files, gnus-debug-exclude-variables)
14825         (gnus-discouraged-post-methods): Change :version.
14826         (gnus-confirm-mail-reply-to-news)
14827         (gnus-confirm-treat-mail-like-news): Add :version.
14828
14829         * gnus-int.el (gnus-server-unopen-status): Add :version.
14830
14831         * gnus-group.el (gnus-group-jump-to-group-prompt)
14832         (gnus-large-ephemeral-newsgroup)
14833         (gnus-fetch-old-ephemeral-headers): Add :version.
14834
14835         * gnus-fun.el (gnus-x-face-directory)
14836         (gnus-convert-pbm-to-x-face-command)
14837         (gnus-convert-image-to-x-face-command)
14838         (gnus-convert-image-to-face-command): Add :version.
14839
14840         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14841
14842         * gnus-cite.el (gnus-cite-blank-line-after-header)
14843         (gnus-article-boring-faces): Add :version.
14844
14845         * gnus-art.el (gnus-buttonized-mime-types)
14846         (gnus-inhibit-mime-unbuttonizing)
14847         (gnus-treat-display-face)
14848         (gnus-treat-body-boundary): Change :version.
14849         (gnus-body-boundary-delimiter, gnus-picon-databases)
14850         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14851         (gnus-treat-date-english, gnus-treat-fold-headers)
14852         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14853         (gnus-treat-mail-picon, gnus-treat-wash-html)
14854         (gnus-article-encrypt-protocol)
14855         (gnus-use-idna, gnus-article-over-scroll)
14856         (gnus-mime-display-multipart-alternative-as-mixed)
14857         (gnus-mime-display-multipart-related-as-mixed)
14858         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14859         (gnus-ctan-url, gnus-button-ctan-handler)
14860         (gnus-button-handle-ctan-bogus-regexp)
14861         (gnus-button-ctan-directory-regexp)
14862         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14863         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14864         (gnus-button-man-level, gnus-button-emacs-level)
14865         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14866
14867         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14868         (gnus-agent-go-online): Change :version.
14869         (gnus-agent-expire-unagentized-dirs)
14870         (gnus-agent-auto-agentize-methods): Add :version.
14871
14872         * flow-fill.el (fill-flowed-display-column)
14873         (fill-flowed-encode-column): Add :version.
14874
14875         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14876         (gnus-outlook-deuglify-unwrap-max)
14877         (gnus-outlook-deuglify-cite-marks)
14878         (gnus-outlook-deuglify-unwrap-stop-chars)
14879         (gnus-outlook-deuglify-no-wrap-chars)
14880         (gnus-outlook-deuglify-attrib-cut-regexp)
14881         (gnus-outlook-deuglify-attrib-verb-regexp)
14882         (gnus-outlook-deuglify-attrib-end-regexp)
14883         (gnus-outlook-display-hook): Add :version.
14884
14885         * binhex.el (binhex-use-external): Add :version.
14886
14887 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14888
14889         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14890         and `invisible'.
14891
14892 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14893
14894         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14895         in gnus-registry-trim.
14896
14897 2004-09-13  Simon Josefsson  <jas@extundo.com>
14898
14899         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14900
14901         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14902
14903         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14904         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14905         <yamaoka@jpl.org>.
14906         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14907         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14908         <yamaoka@jpl.org>.
14909
14910         * sieve.el (sieve-manage-mode): Ditto.
14911
14912 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14913
14914         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14915
14916 2004-09-11  Simon Josefsson  <jas@extundo.com>
14917
14918         * dns-mode.el: Add.
14919
14920         * mm-view.el (mm-display-dns-inline): Add.
14921
14922         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14923         (mm-automatic-display): Ditto.
14924
14925         * mailcap.el (mailcap-mime-data): Add text/dns.
14926         (mailcap-mime-extensions): Map .soa to text/dns.
14927
14928 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14929
14930         * gnus-art.el (article-decode-mime-words, article-babel)
14931         (gnus-article-highlight-signature, gnus-article-add-buttons)
14932         (gnus-signature-toggle): Remove unnecessary bindings of
14933         `inhibit-read-only' inherited from v5.10 merge.
14934
14935 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14936
14937         * nntp.el (nntp): New customization group.
14938         (nntp-authinfo-file): Add customization group.
14939
14940         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14941
14942         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14943
14944         * gnus.el (to-address, to-list, subscribed)
14945         (large-newsgroup-initial): Ditto.
14946
14947         * flow-fill.el (fill-flowed-display-column)
14948         (fill-flowed-encode-column): Ditto.
14949
14950 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14951
14952         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14953         Use point-min rather than 1.
14954         (message-send-mail): Use buffer-size rather than point-max.
14955
14956         * gnus-sum.el (gnus-summary-search-article-forward):
14957         Signal a specific `search-failed' rather than a generic `error'.
14958
14959         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14960         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14961         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14962
14963 2004-09-10  Simon Josefsson  <jas@extundo.com>
14964
14965         * nndb.el (require): Remove tcp and duplicate cl.
14966
14967 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * gnus-agent.el (directory-files-and-attributes): Move forward.
14970
14971 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14972
14973         * gnus-agent.el (directory-files-and-attributes): Optionally
14974         defined to support XEmacs.
14975
14976 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14977
14978         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14979         to avoid run-time CL dependencies.
14980         (gnus-agent-unfetch-articles): New function.
14981         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14982         article numbers even when local .overview file is missing.
14983         (gnus-agent-read-article-number): New function.  Only accepts
14984         27-bit article numbers.
14985         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14986         gnus-agent-read-article-number.
14987         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14988         from backend while recognizing that article numbers in .overview
14989         must be valid.
14990         (gnus-agent-update-files-total-fetched-for): Use
14991         directory-files-and-attributes to improve performance.
14992         * gnus-int.el (gnus-request-move-article): Use
14993         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14994         improve performance.
14995
14996         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14997         some users confused by references to .newsrc when they only have a
14998         .newsrc.eld file.
14999         (gnus-convert-mark-converter-prompt)
15000         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15001         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15002         New function.  Used internally to only display 'gnus converting
15003         files' message when actually necessary.
15004
15005         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15006         methods now autoloaded.
15007
15008 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15011         identifiers.
15012
15013 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * gnus-picon.el: Fix indentation and closing parenthesis.
15016
15017 2004-09-01  Simon Josefsson  <jas@extundo.com>
15018
15019         * message.el (message-canlock-generate): Require sha1, not
15020         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15021         to require within a function.  Sadly, if sha1.el isn't loaded, the
15022         let binding in m-c-g will hide the defcustom definition, which is
15023         bad.)
15024
15025         * canlock.el: Require sha1, not sha1-el.
15026
15027         * message.el: Don't autoload sha1 (there is a autoload cookie in
15028         sha1.el).
15029
15030         * sha1-el.el: Renamed to sha1.el.
15031
15032 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15033
15034         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15035
15036 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15037
15038         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15039
15040 2004-08-30  Kim F. Storm  <storm@cua.dk>
15041
15042         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15043
15044         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15045         Add :group 'nnimap.
15046
15047 2004-08-30  Andreas Schwab  <schwab@suse.de>
15048
15049         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15050         ?* and ?\;.
15051
15052         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15053         and ?\' to symbol instead of whitespace.
15054
15055 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15058
15059         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15060         instead of re-search-forward.
15061
15062         * gnus-uu.el (gnus-uu-save-article): Ditto.
15063         (gnus-uu-post-encode-uuencode): Ditto.
15064
15065         * html2text.el (html2text-clean-list-items): Ditto.
15066         (html2text-clean-dtdd): Ditto.
15067         (html2text-format-tags): Ditto.
15068
15069         * message.el (message-send-mail-with-sendmail): Fix regexp.
15070         (message-fill-field-general): Use search-forward instead of
15071         re-search-forward.
15072         (unbold-region): Ditto.
15073
15074         * nnrss.el (nnrss-request-article): Ditto.
15075
15076         * nnslashdot.el (nnslashdot-request-article): Ditto.
15077
15078         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15079
15080         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15081         "Unrecognized menu descriptor" error in XEmacs.
15082
15083 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15084
15085         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15086         parent article of a sparse article in the thread hashtb.
15087
15088 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15089
15090         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15091         (nnmail-expand-newtext): Lowercase expanded entries if
15092         nnmail-split-lowercase-expanded is non-nil.
15093
15094 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15097
15098         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15099         of gnus-tmp-news-method into string under XEmacs.  It will be
15100         passed to gnus-correct-length which takes only a string argument.
15101
15102 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-util.el (gnus-bind-print-variables): New macro.
15105         (gnus-prin1): Use it.
15106         (gnus-prin1-to-string): Use it.
15107         (gnus-pp): New function.
15108         (gnus-pp-to-string): New function.
15109
15110         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15111         Replace pp-to-string with gnus-pp-to-string.
15112         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15113         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15114         * gnus-msg.el (gnus-debug): Ditto.
15115         * gnus-score.el (gnus-score-save): Ditto.
15116         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15117         gnus-pp-to-string.
15118         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15119         with gnus-pp.
15120         * score-mode.el (gnus-score-pretty-print): Ditto.
15121         * webmail.el (webmail-debug): Ditto.
15122
15123 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * gnus-art.el (article-display-face, article-display-x-face):
15126         Use buffer-read-only.
15127
15128 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * gnus-art.el (article-hide-list-identifiers):
15131         Bind inhibit-read-only as t.
15132
15133 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15136
15137 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15138
15139         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15140         (gnus-narrow-to-page): Don't assume point-min == 1.
15141         (gnus-article-edit-mode): Derive from message-mode.
15142
15143         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15144         point-min == 1.
15145
15146         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15147         Disable incorrect use of `assert'.
15148
15149         * message.el (message-mode): Set comment-start-skip.
15150
15151
15152 2004-08-22  Sam Steingold  <sds@gnu.org>
15153
15154         * pop3.el (pop3-leave-mail-on-server): New user variable.
15155         (pop3-movemail): Delete mail only when it is nil.
15156
15157 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15160
15161         * mml.el (mml-preview): Use `pop-to-buffer'.
15162
15163         * message.el (message-goto-mail-followup-to): Insert after "To".
15164         (message-carefully-insert-headers): Add comment.
15165
15166         * gnus.el: Remove unused variable `gnus-article-check-size'.
15167
15168         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15169
15170         * gnus-art.el (gnus-button-alist): Improve
15171         `gnus-button-handle-library' entry.
15172
15173 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15174
15175         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15176         downcase, since XEmacs capitalizes error messages differently.
15177
15178 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15179
15180         * nntp.el: Add (require 'gnus) due to reference to
15181         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15182
15183 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15184
15185         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15186         `mm-fill-flowed'.
15187
15188         * mm-decode.el (mm-dissect-singlepart): Check it.
15189
15190 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15191
15192         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15193         'imap' for netrc parsing.
15194
15195 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15196
15197         * mailcap.el (mailcap-mime-data): Mark as risky.
15198
15199 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15202         may be included in the encoded word.
15203         (rfc2047-encode): Don't append a space if the encoded word
15204         includes close parenthesis.
15205
15206 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15209         of text within parentheses.
15210
15211 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15212
15213         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15214         (gnus-encrypt-write-file-contents): Make the password key the file
15215         name PLUS the cipher, not just the cipher.  Also remove failed
15216         passwords from the cache.
15217
15218 2004-08-06  Simon Josefsson  <jas@extundo.com>
15219
15220         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15221         fix.
15222
15223 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15226         LWSP.
15227
15228 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15229
15230         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15231         to append in-reply-to: data to the references: header.
15232
15233         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15234         (netrc-parse): Use gnus-encrypt.el functions.
15235
15236         * gnus-encrypt.el: Add new file for encryption support; currently
15237         does only a few GPG ciphers and an internal XOR cipher.
15238
15239         * password.el: Add comments on using password-read-and-add.
15240         (password-read-and-add): Add function to read and add the
15241         password to the cache at once.
15242
15243 2004-07-28  Simon Josefsson  <jas@extundo.com>
15244
15245         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15246         parameter (but don't use it, for now).
15247
15248         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15249         instead of hard coding to nil.
15250
15251 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15254         as mm-inline-image-xemacs does.
15255
15256 2004-07-26  Simon Josefsson  <jas@extundo.com>
15257
15258         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15259         Revert part of 2004-07-17 change below.
15260
15261 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15264         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15265
15266 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15267
15268         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15269         quotes that actually start with ">" at the beginning of the
15270         lines.
15271
15272 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * rfc2047.el (rfc2047-encode-region): Fix last change.
15275         (rfc2047-encode-parameter): Remove useless concat.
15276
15277 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15280         encode special characters; fix some kind of misconfigured headers;
15281         signal a real error if debug-on-quit or debug-on-error is non-nil.
15282         (rfc2047-encode-max-chars): New variable.
15283         (rfc2047-encode-1): Use it.
15284         (rfc2047-encode-parameter): New function.
15285
15286         * mml.el (mml-insert-parameter): Remove an excessive space.
15287
15288 2004-07-17  Simon Josefsson  <jas@extundo.com>
15289
15290         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15291         Kai Grossjohann <kai@emptydomain.de>.
15292         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15293         (gnus-group-make-menu-bar): Ditto.
15294
15295         * gnus-util.el (gnus-group-server): Add.
15296
15297 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15298
15299         * message.el (message-clone-locals): Clone sendmail and smtp
15300         variables.
15301
15302 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * rfc2047.el (rfc2047-encode-region): Fix last change.
15305
15306 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15309         characters as non-special.
15310
15311 2004-07-09  Simon Josefsson  <jas@extundo.com>
15312
15313         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15314         Users will lose all flag changes made while unplugged with
15315         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15316         good default.  See numerous reports on ding mailing list.
15317
15318 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15321         add generate-head-function and generate-article-function to the
15322         rfc822-forward entry.
15323         (nndoc-rfc822-forward-generate-article): New function.
15324         (nndoc-rfc822-forward-generate-head): New function.
15325
15326         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15327
15328 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15329
15330         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15331         respect display group parameter and gnus-summary-expunge-below.
15332         (gnus-articles-to-read): Remove unused reference to display group
15333         parameter.
15334
15335 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15336
15337         * nnheader.el (nnheader-uniquify-message-id): New experimental
15338         variable.
15339         (nnheader-nov-read-message-id): Use it.
15340
15341         * spam-report.el (spam-report-gmane): Add interactive.
15342
15343 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15346         qp-or-base64 for the application/* types.
15347
15348 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15349
15350         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15351
15352 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15353
15354         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15355         trim value.
15356
15357 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15358
15359         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15360         New macro and function.
15361         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15362
15363 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15366         after-load-alist.
15367
15368 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15369
15370         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15371         update info that isn't there.
15372
15373 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15374
15375         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15376         entry.
15377
15378 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * mm-view.el (mm-inline-render-with-function): Use multibyte
15381         buffer; decode html source by charset.
15382
15383         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15384
15385         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15386         Mule-UCS is loaded under XEmacs.
15387         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15388
15389 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15390
15391         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15392
15393 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * mm-util.el (mm-coding-system-p): Return a coding-system.
15396         (mm-mime-mule-charset-alist): Use shift_jis instead of
15397         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15398         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15399         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15400         instead of japanese-shift-jis and iso-latin-1 respectively in
15401         order to share the default value with both Emacs and XEmacs-mule.
15402         (mm-mule-charset-to-mime-charset): Make
15403         mm-coding-system-priorities effective.
15404         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15405         while predicating of candidates upon the priorities.
15406
15407 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15408
15409         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15410         gnus-uu-invert-processable.
15411
15412         * gnus.el: Autoload gnus-uu-invert-processable.
15413
15414 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * mm-util.el (mm-with-multibyte-buffer): New macro.
15417
15418         * rfc2047.el (rfc2047-encode-string): Use it.
15419         (rfc2047-encode-region): Move point to the end of the region after
15420         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15421
15422 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15425         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15426
15427 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15430         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15431         Karl Chen <quarl@nospam.quarl.org>.
15432
15433 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15434
15435         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15436         invalid addresses.
15437
15438 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15439
15440         * spam.el: Change section markers, revise TODO list.
15441         (spam-backends): Make new master list of all installed backends.
15442         (spam-summary-exit-behavior): Add new variable to determine how
15443         messages moves are done at summary exit.
15444         (spam-move-spam-nonspam-groups-only)
15445         (spam-process-ham-in-nonham-groups)
15446         (spam-process-ham-in-spam-groups): Remove variables, the
15447         spam-summary-exit-behavior variable should be used to manage this
15448         behavior.
15449         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15450         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15451         and spam-old-spam-articles.
15452         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15453         Add empty variables, placeholders for the backends they represent.
15454         (spam-set-difference): Move, unchanged.
15455         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15456         unless the user has a processor variable.
15457         (spam-classifications, spam-classification-valid-p)
15458         (spam-backend-properties, spam-backend-property-valid-p)
15459         (spam-backend-function-type-valid-p)
15460         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15461         (spam-report-articles-gmane, spam-report-articles-resend):
15462         Remove functions, they are not needed.
15463         (spam-install-backend-super, spam-backend-list)
15464         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15465         (spam-backend-function, spam-backend-ham-registration-function)
15466         (spam-backend-spam-registration-function)
15467         (spam-backend-ham-unregistration-function)
15468         (spam-backend-spam-unregistration-function)
15469         (spam-backend-statistical-p, spam-backend-mover-p)
15470         (spam-install-backend-alias, spam-install-checkonly-backend)
15471         (spam-install-mover-backend, spam-install-nocheck-backend)
15472         (spam-install-backend, spam-install-statistical-backend)
15473         (spam-install-statistical-checkonly-backend): Add backend installation
15474         support.
15475         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15476         (spam-group-processor-p): Use the new backend code and respect the
15477         summary exit behavior.
15478         (spam-mark-spam-as-expired-and-move-routine): Remove.
15479         (spam-summary-prepare): Change to use the new spam-old-articles
15480         variable.
15481         (spam-copy-or-move-routine, spam-copy-spam-routine)
15482         (spam-move-spam-routine, spam-copy-ham-routine)
15483         (spam-move-ham-routine): Add code to copy/move ham or spam.
15484         (spam-fetch-field-fast): Improve doc and code, plus allow the
15485         'number request.
15486         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15487         variables.
15488         (spam-split, spam-find-spam): Use the new backend code.
15489         (spam-registration-functions): Remove variable.
15490         (spam-unregister-routine): Add convenience wrapper.
15491         (spam-log-undo-registration, spam-register-routine)
15492         (spam-log-processing-to-registry)
15493         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15494         where possible.
15495         (spam-check-gmane-xref, spam-check-regex-headers)
15496         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15497         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15498         (spam-check-bogofilter-headers, spam-check-spamoracle)
15499         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15500         (spam-check-crm114-headers): Use the spam-split-group that
15501         spam-split prepares, no need to determine it every time.
15502
15503         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15504         to the nnheader-parse-naked-head call.
15505
15506         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15507
15508         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15509         the nnheader-nov-read-message-id call.
15510
15511 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15514         gnus-activate-group twice.  Suggested by Markus Peter
15515         <warp@spin.de>.
15516
15517 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * gnus-art.el (gnus-article-time-format): Exchange the order of
15520         day and month in the default value; fix customization type.
15521         (article-date-ut): Use add-text-properties.
15522         (article-make-date-line): Use message-make-date instead of
15523         current-time-string.
15524
15525         * message.el (message-fetch-field): Don't use set-text-properties.
15526         (message-make-date): Simplify.
15527
15528         * messagexmas.el (message-xmas-make-date): New function.
15529         (message-xmas-redefine): Defalias message-make-date to it.
15530
15531 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15534         (rfc2047-encode-region): Treat text within parentheses as special;
15535         show the original text when error has occurred.
15536
15537         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15538         already-computed method to gnus-activate-group.
15539
15540         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15541         same select-methods identical Lisp objects.
15542
15543         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15544         object when modifying the info.
15545
15546 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15549         gnus-opened-servers since it has never been opened with the new
15550         configuration yet.
15551
15552 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15555         arg to nnheader-generate-fake-message-id.
15556
15557 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15558
15559         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15560         number and build a fake message ID localized to a group and
15561         article number (so it's repeatable from that point on).
15562         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15563         ID format.
15564
15565         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15566         nnheader-generate-fake-message-id with the article number.
15567
15568 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15569
15570         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15571         end-of-buffer.
15572
15573 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15574
15575         * message.el (message-ignored-supersedes-headers): Add Approved.
15576
15577 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15580         goto-char.
15581         (rfc2047-encode): Fold the line before encoding.
15582
15583 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15584
15585         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15586         folding -- not all headers can be folded, and this should be done
15587         by the message composition mode.  Probably.  I think.
15588
15589 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15592         fast.
15593
15594         * gnus-ems.el (gnus-remove-image): Don't use
15595         message-text-with-property; remove only the image found first.
15596
15597         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15598         found first.
15599
15600 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15601
15602         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15603
15604 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * message.el (message-text-with-property): Make it fast and accept
15607         optional arguments.
15608         (message-strip-forbidden-properties): Use it.
15609         (message-fix-before-sending): Follow the m-t-w-p change.
15610
15611         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15612
15613 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * gnus-art.el (article-hide-headers): Don't change the buffer
15616         mistakenly when performing mml-preview even if
15617         gnus-single-article-buffer is nil.
15618
15619 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15620
15621         * message.el (message-expand-name-databases): New user option.
15622         (message-expand-name): Use it.
15623
15624 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15625
15626         * spam.el (spam-report-articles-resend)
15627         (spam-report-resend-register-routine): Allow ham reporting.
15628         (spam-report-resend-register-ham-routine): Add wrapper.
15629         (spam-registration-functions): Add ham resending functions.
15630         (spam-list-of-processors): Add ham resend processor.
15631
15632         * gnus.el (ham-resend-to): Add new group parameter.
15633         (spam-process): Add ham resend option.
15634
15635         * spam-report.el (spam-report-resend): Allow reporting ham.
15636         (spam-report-resend-ham): Add wrapper.
15637
15638 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15639
15640         * message.el (message-cite-articles-with-x-no-archive): New
15641         variable.
15642         (message-cite-original): Use it.
15643
15644 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15645
15646         * message.el (message-cite-original): Respect X-No-Archive.
15647
15648 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * gnus-art.el (article-hide-headers): Refer to the values for
15651         gnus-ignored-headers and gnus-visible-headers in the summary
15652         buffer since a user may have set them as group parameters.
15653
15654 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15655
15656         * assistant.el (assistant-node-name): Add convenience function.
15657         (assistant-render-text, assistant-render-node): Add error handling,
15658         plus handle multiple next nodes.
15659         (assistant-find-next-node): Comment out for now.
15660         (assistant-find-next-nodes): Add function, returns list of next
15661         nodes.
15662
15663 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15664
15665         * mail-source.el (mail-source-directory): Fix doc-string.
15666
15667 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15668
15669         * assistant.el (assistant-render-text, assistant-eval): Add :set
15670         widget type, which is different because it takes and returns a
15671         list.  Much hilarity ensues.
15672
15673 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15676
15677         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15678         doc-string.
15679
15680         * gnus-start.el (gnus-activate-group): Added doc-string.
15681
15682 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15685
15686 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15687
15688         * assistant.el (assistant-render-text): Try to add a :set
15689         widget, more to come.
15690
15691         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15692         strings.
15693         (spam-report-articles-resend)
15694         (spam-register-routine): Do registration iff any articles warrant
15695         it.
15696         (spam-summary-prepare-exit): Change log message for nil group
15697         destinations.
15698
15699 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15700
15701         * spam.el (spam-report-resend-register-routine): Allow
15702         spam-report-resend-to to be a group parameter or a global value.
15703
15704 2004-05-26  Simon Josefsson  <jas@extundo.com>
15705
15706         * starttls.el: Merge with my GNUTLS based starttls.el.
15707         (starttls-gnutls-program, starttls-use-gnutls)
15708         (starttls-extra-arguments, starttls-process-connection-type)
15709         (starttls-connect, starttls-failure, starttls-success): New
15710         variables.
15711         (starttls-program, starttls-extra-args): Doc fix.
15712         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15713         functions.
15714         (starttls-negotiate, starttls-open-stream): Check
15715         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15716         function if it is set.
15717
15718 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15721         structured fields.
15722
15723 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15726
15727 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15728
15729         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15730         variable.
15731         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15732         assigning the spam-mark to new messages.
15733
15734 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15735
15736         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15737
15738 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15741
15742         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15743         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15744         default.
15745
15746 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15747
15748         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15749         correct data.
15750
15751 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15752
15753         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15754         (spam-group-processor-p): Fix function.
15755         (spam-group-processor-multiple-p)
15756         (spam-group-spam-processor-report-gmane-p)
15757         (spam-group-spam-processor-report-resend-p)
15758         (spam-group-spam-processor-bogofilter-p)
15759         (spam-group-spam-processor-blacklist-p)
15760         (spam-group-spam-processor-ifile-p)
15761         (spam-group-ham-processor-ifile-p)
15762         (spam-group-spam-processor-spamoracle-p)
15763         (spam-group-spam-processor-crm114-p)
15764         (spam-group-ham-processor-bogofilter-p)
15765         (spam-group-spam-processor-stat-p)
15766         (spam-group-ham-processor-stat-p)
15767         (spam-group-ham-processor-whitelist-p)
15768         (spam-group-ham-processor-BBDB-p)
15769         (spam-group-ham-processor-spamoracle-p)
15770         (spam-group-ham-processor-copy-p): Remove functions with some
15771         prejudice against unneeded code.
15772         (spam-report-articles-resend)
15773         (spam-report-resend-register-routine): Allow the group/topic
15774         spam-resend-to value to override spam-report-resend-to.
15775         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15776         properly now.
15777
15778         * gnus.el (spam-resend-to): Add group/topic parameter.
15779         (spam-process): Move the OBSOLETE processors to the end of the
15780         choices.
15781
15782 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15783
15784         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15785         with resend-to set to nil, and then ask the user if necessary.
15786         (spam-report-resend): spam-report-resend takes a list of articles, not
15787         separate article numbers.
15788
15789 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15792         addition to emacs-w3m.
15793
15794 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795
15796         * assistant.el (assistant-authinfo-data): New function.
15797         (assistant-eval): Eval for entire assistant.
15798
15799         * netrc.el (netrc-services-file): New variable.
15800         (netrc-parse-services): New function.
15801         (netrc-find-service-name): New function.
15802         (netrc-find-service-number): New function.
15803         (netrc-port-equal): New function.
15804         (netrc-machine): Use it.
15805
15806         * nnimap.el (nnimap-open-connection): Use netrc.
15807
15808         * gnus-util.el (gnus-netrc-get): Remove aliases.
15809
15810         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15811
15812         * assistant.el (wid-edit): Fix compilation.
15813
15814         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15815
15816 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15817
15818         * gnus-util.el (gnus-set-file-modes): New function.  (small
15819         patch).
15820
15821 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15822
15823         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15824
15825         * assistant.el (assistant-render-node): Fix up rendering and
15826         read-only text.
15827         (assistant-render-node): Reset.
15828         (assistant-make-read-only): Not sticky.
15829
15830 2004-05-20  Danny Siu  <dsiu@adobe.com>
15831
15832         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15833         centered even when gnus-auto-center-summary is t.
15834
15835 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15836
15837         * dns.el (dns-get-txt-answer): New function.
15838         (dns-read-txt): Ditto.
15839         (query-dns): Use it.
15840
15841 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15844         active for foreign groups even if the group level is higher than
15845         the specified value.
15846
15847 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15848
15849         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15850         non-active groups.
15851
15852         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15853
15854 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15855
15856         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15857
15858 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15859
15860         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15861         (spam-crm114-header, spam-crm114-spam-switch)
15862         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15863         (spam-crm114-positive-spam-header)
15864         (spam-crm114-database-directory, spam-list-of-processors)
15865         (spam-group-spam-processor-crm114-p)
15866         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15867         (spam-generic-score, spam-list-of-checks)
15868         (spam-list-of-statistical-checks, spam-registration-functions)
15869         (spam-check-crm114-headers, spam-crm114-score)
15870         (spam-check-crm114, spam-crm114-register-with-crm114)
15871         (spam-crm114-register-spam-routine)
15872         (spam-crm114-unregister-spam-routine)
15873         (spam-crm114-register-ham-routine)
15874         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15875         asjo@koldfront.dk (Adam Sjøgren).
15876
15877         * gnus.el: Add spam-use-crm114.
15878
15879         * spam.el (spam-list-of-processors, spam-registration-functions):
15880         Add spam-use-resend.
15881         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15882         (spam-report-articles-gmane): Add doc fix.
15883         (spam-report-articles-resend, spam-report-resend-register-routine):
15884         Add wrappers around spam-report-resend-to.
15885
15886         * spam-report.el (spam-report-resend-to, spam-report-resend):
15887         Add support for resending spam.
15888         (spam-report-gmane): Fix line length >80.
15889
15890         * gnus.el (spam-process): Add spam-use-resend.
15891
15892 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15893
15894         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15895         number of processed spam messages.
15896         (spam-ham-copy-or-move-routine): Return the number of processed
15897         ham messages.
15898         (spam-summary-prepare-exit): Use the above values to decide
15899         whether status messages shouled be displayed.
15900
15901 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15904         `rfc2047-encoding-function-alist' in order to avoid conflicting
15905         with the old version.
15906         (rfc2047-encode-region): Concatenate words containing non-ASCII
15907         characters in structured fields; don't encode space-delimited
15908         ASCII words even in unstructured fields; don't break words at
15909         char-category boundaries.
15910         (rfc2047-encode-1): New function.
15911         (rfc2047-encode): Use it; encode text so that it occupies the
15912         maximum width within 76-column; work correctly on Q encoding for
15913         iso-2022-* charsets.
15914         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15915         sure not to break a line just after the header name.
15916         (rfc2047-b-encode-region): Removed.
15917         (rfc2047-b-encode-string): New function.
15918         (rfc2047-q-encode-region): Removed.
15919         (rfc2047-q-encode-string): New function.
15920
15921         * mm-util.el (mm-replace-in-string): New function.
15922
15923 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15924
15925         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15926         get it right.
15927         (gnus-inews-make-draft): Really.
15928
15929 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15930
15931         * nnmh.el (nnmh-request-list-1): Don't check the link count
15932         before descending.  (small patch)
15933
15934 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15935
15936         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15937         stuff.
15938
15939         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15940         on real group name.
15941
15942         * gnus-art.el (gnus-signature-limit): Doc fix.
15943
15944         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15945
15946         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15947
15948 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15949
15950         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15951         isn't a string.
15952
15953 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15954
15955         * gnus-draft.el (gnus-draft-send): Bind
15956         rfc2047-encode-encoded-words.
15957
15958         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15959         (rfc2047-encodable-p): Say that =? needs encoding.
15960         (rfc2047-encode-encoded-words): New variable.
15961
15962         * gnus-group.el (gnus-group-select-group): Doc fix.
15963
15964         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15965
15966         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15967         to nil.
15968
15969         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15970
15971         * nnheader.el (nnheader-get-lines-and-char): New function.
15972
15973 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * gnus-msg.el (gnus-summary-followup-with-original): Document
15976         yanking of region when active.
15977
15978 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15981         groups if the group level is higher than the specified value.
15982
15983 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15984
15985         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15986         (gnus-group-jump-to-group): Added prefix argument using
15987         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15988         non-active group.
15989
15990         * compface.el (uncompface): Be verbose when changing
15991         `uncompface-use-external'.
15992
15993         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15994         handle manual section.
15995
15996 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15997
15998         * gnus-art.el (gnus-button-alist): Revert previous change.
15999
16000 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16001
16002         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16003
16004 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16005
16006         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16007         whether backend can accept message.
16008
16009         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16010
16011 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16012
16013         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16014         Avoid creating directory when nntp-marks-is-evil is true.
16015         Reported by Reiner Steib.
16016
16017 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * gnus-picon.el (gnus-picon-style): New variable.
16020         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16021         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16022         Jesper Harder <harder@ifa.au.dk>.
16023
16024 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16025
16026         * message.el (message-fill-field): Return point.
16027         (message-generate-headers): Go to end of field.
16028
16029         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16030         stuff for non-living groups.
16031
16032 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16033
16034         * gnus-art.el (gnus-article-followup-with-original)
16035         (gnus-article-reply-with-original): gnus-mark-active-p ->
16036         gnus-region-active-p.
16037
16038 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16039
16040         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16041         only when there is spam or ham to be processed.
16042
16043 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16044
16045         * mail-source.el (mail-source-delete-crash-box): Refactor.
16046         (mail-source-fetch): Use it.
16047         (mail-source-fetch-file): Ditto.
16048         (mail-source-fetch-directory): Run postscript in loop.
16049         (mail-source-fetch-pop): Delete.
16050         (mail-source-fetch-maildir): Ditto.
16051         (mail-source-fetch-imap): Ditto.
16052
16053         * imap.el (imap-authenticators): Comment out sasl.
16054
16055         * message.el (message-skip-to-next-address): New function.
16056         (message-fill-header-address): Refactor.
16057         (message-fill-address): Use it.
16058         (message-delete-address): Use it.
16059         (message-fill-header-general): Refactor.
16060         (message-fill-field-address): Rename.
16061         (message-narrow-to-field): Find the start of the header.
16062         (message-header-format-alist): Don't pre-fill.
16063         (message-fill-header): Removed.
16064         (message-insert-header): New function.
16065         (message-shorten-references): Use it.
16066
16067         * rfc2047.el (rfc2047-field-value): Strip props.
16068
16069         * mail-parse.el (mail-header-make-address): New alias.
16070
16071         * ietf-drums.el (ietf-drums-make-address): New function.
16072
16073         * imap.el: Add compiler directives.
16074
16075         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16076
16077         * gnus-art.el (article-decode-idna-rhs): Don't use
16078         message-idna-inside-rhs-p.
16079
16080 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16081
16082         * message.el (message-idna-inside-rhs-p): Removed.
16083         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16084
16085         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16086         false positives.
16087
16088 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16089
16090         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16091
16092 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16093
16094         * nneething.el (nneething-file-name): Don't create spurious
16095         files.
16096
16097         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16098         (gnus-inews-do-gcc): Remove sleep.
16099
16100         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16101         part under point.
16102
16103         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16104         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16105
16106 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16107
16108         * spam.el (spam-summary-prepare-exit): Fixed (length).
16109
16110 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16111
16112         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16113         as expired without moving it" message when there are spam
16114         messages left.
16115
16116 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16117
16118         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16119         header is not nil.
16120
16121 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16122
16123         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16124         nntp-possibly-create-directory, not nntp-possibly-change-group.
16125         (nntp-marks-changed-p): New arg SERVER.
16126         (nntp-request-update-info): Adjust caller.
16127
16128 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16129
16130         * nntp.el (nntp-save-marks): Pass missing arg.
16131
16132 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16133
16134         * nntp.el: Support marks.
16135         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16136         (nntp-marks-modtime, nntp-marks-directory): New variables.
16137         (nntp-request-set-mark, nntp-request-update-info)
16138         (nntp-possibly-create-directory, nntp-marks-changed-p)
16139         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16140         functions.
16141
16142 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16143
16144         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16145         (gnus-xmas-redefine): Rename.
16146
16147         * gnus-score.el (gnus-score-insert-help): Use
16148         gnus-select-lowest-window.
16149
16150         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16151         appt-select-lowest-window and rename to gnus-select-lowest-window.
16152
16153         * gnus.el: do.
16154
16155 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16156
16157         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16158         encodings of MIME-encoded words, in order to improve
16159         interoperability with several broken MUAs.
16160
16161 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16162
16163         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16164         tags, only when charsets are not specified in headers.
16165         (mm-inline-text-html-render-with-w3m): Ditto.
16166
16167         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16168         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16169
16170 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16171
16172         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16173         instead of MIME-decoded from fields when checking
16174         `gnus-article-address-banner-alist'.
16175
16176 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16177
16178         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16179         description rather than subject.
16180
16181 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16182
16183         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16184
16185 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16186
16187         * gnus.el (gnus-version-number): Bump.
16188
16189 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16190
16191         * gnus.el: No Gnus v0.2 is released.
16192
16193 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16194
16195         * gnus-agent.el (gnus-agent-read-agentview): Inline
16196         gnus-uncompress-range.
16197
16198 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16199
16200         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16201         `exec-installed-p'.
16202
16203 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16204
16205         * gnus.el (spam-process, spam-autodetect-methods): Add
16206         bsfilter and bsfilter-headers.
16207
16208         * spam.el (spam-bsfilter): New customize group.
16209         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16210         (spam-bsfilter-header, spam-bsfilter-probability-header)
16211         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16212         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16213         (spam-bsfilter-database-directory): New options.
16214         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16215         (spam-list-of-statistical-checks, spam-registration-functions):
16216         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16217         (spam-bsfilter-score): New command.
16218         (spam-check-bsfilter-headers, spam-check-bsfilter)
16219         (spam-bsfilter-register-with-bsfilter)
16220         (spam-bsfilter-register-spam-routine)
16221         (spam-bsfilter-unregister-spam-routine)
16222         (spam-bsfilter-register-ham-routine)
16223         (spam-bsfilter-unregister-ham-routine): New functions.
16224         (spam-generic-score): Support bsfilter; Accept an optional argument
16225         to recalcurate spam score even if scoring header has already been
16226         added.
16227         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16228         optional argument to recalcurate spam score even if scoring header
16229         has already been added.
16230
16231 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16232
16233         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16234         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16235         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16236         link is missing.
16237
16238 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16239
16240         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16241         (html2text-get-attr): Rewrite.
16242
16243         * message.el (message-setup-1): Remove redundant put-text-property
16244         on mail-header-separator.
16245
16246 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16247
16248         * gnus-registry.el (gnus-registry-cache-whitespace)
16249         (gnus-registry-action, gnus-registry-spool-action)
16250         (gnus-registry-split-fancy-with-parent): Change message levels
16251         from 5 to 3 or 7, as needed.
16252
16253         * spam.el (spam-summary-prepare-exit)
16254         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16255         (spam-split, spam-find-spam, spam-log-undo-registration)
16256         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16257         level from 5 to 6.
16258
16259 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16262         2004-03-04 change).
16263
16264 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16265
16266         * sieve-manage.el (sieve-manage-open):
16267         * nnweb.el (nnweb-insert-html):
16268         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16269         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16270         * nnspool.el (nnspool-request-group):
16271         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16272         * nnml.el (nnml-request-update-info):
16273         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16274         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16275         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16276         (nnimap-request-set-mark):
16277         * nnfolder.el (nnfolder-request-update-info):
16278         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16279         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16280         * gnus-uu.el (gnus-uu-find-articles-matching):
16281         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16282         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16283         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16284         * gnus-nocem.el (gnus-nocem-scan-groups):
16285         * gnus-int.el (gnus-start-news-server):
16286         * gnus-group.el (gnus-group-make-kiboze-group)
16287         (gnus-group-browse-foreign-server):
16288         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16289         Use mapc when appropriate.
16290
16291 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16292
16293         FIXME: Make separate entries for each person.
16294
16295         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16296         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16297         <shields@msrl.com>:
16298
16299         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16300         may need for spam sorting and scoring.
16301         (spam-user-format-function-S): Add user format function suitable for
16302         general use.
16303         (spam-article-sort-by-spam-status): Add sorting function for summary
16304         sorting.
16305         (spam-extra-header-to-number): Add function to get a score from a
16306         header.
16307         (spam-summary-score): Add function to get a numeric score from the
16308         headers.
16309         (spam-generic-score): Fix function doc, was in wrong place.
16310         (spam-initialize): Take symbols when it's run, and install the
16311         extra headers that spam-necessary-extra-headers thinks we need.
16312
16313 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16314
16315         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16316         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16317
16318 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16319
16320         * gnus-sum.el (gnus-set-global-variables)
16321         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16322         (gnus-article-get-xrefs, gnus-summary-best-group)
16323         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16324         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16325         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16326         Use with-current-buffer.
16327
16328 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16329
16330         * spam.el (spam-summary-prepare-exit): Simplify logic.
16331         (spam-fetch-article-header): Read the article header if it's not
16332         available.
16333         (spam-list-articles): Simplify logic.
16334         (spam-filelist-register-routine): Fix bug with unregister-list.
16335
16336         * gnus-registry.el: Fix comments at beginning.
16337
16338 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16339
16340         * message.el (message-cater-to-broken-inn): Remove.
16341         (message-shorten-references): Make sure the total folded length of
16342         References is shorter than 998 characters to cater to a bug in INN
16343         2.3.  Also, don't pretend that references aren't folded -- this
16344         hasn't worked for a while.
16345
16346 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16347
16348         * gnus-agent.el (gnus-agentize):
16349         gnus-agent-send-mail-real-function no longer set to current value
16350         of message-send-mail-function but rather a lambda that calls
16351         message-send-mail-function.  The change makes the agent real-time
16352         responsive to user changes to message-send-mail-function.
16353
16354 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16355
16356         * legacy-gnus-agent.el
16357         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16358         help from Florian Weimer <fw@deneb.enyo.de>
16359
16360 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * nnmail.el (nnmail-cache-insert): Revert last change.
16363
16364 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * nnmail.el (nnmail-cache-insert): Always check whether
16367         nnmail-cache-ignore-groups matches a group name.
16368
16369 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16370
16371         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16372         (spam-find-spam, spam-log-processing-to-registry)
16373         (spam-log-registered-p, spam-log-unregistration-needed-p)
16374         (spam-log-undo-registration): Use gnus-message instead of
16375         gnus-error, none of these errors are fatal.
16376
16377         * gnus-registry.el (gnus-registry-clean-empty-function)
16378         (gnus-registry-clean-empty): Remove only empty entries without
16379         extra data.
16380
16381 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16382
16383         * spam-stat.el (spam-stat-buffer-change-to-spam)
16384         (spam-stat-buffer-change-to-non-spam): Change (error) to
16385         (gnus-message 8) invocation.
16386
16387 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * nntp.el (nntp-via-netcat-command): New variable.
16390         (nntp-via-netcat-switches): New variable.
16391         (nntp-open-via-rlogin-and-netcat): New function.
16392         (nntp-open-connection-function): Doc fix.
16393         (nntp-telnet-command): Doc fix.
16394         (nntp-end-of-line): Doc fix.
16395         (nntp-via-rlogin-command): Doc fix.
16396         (nntp-via-user-name): Doc fix.
16397         (nntp-via-address): Doc fix.
16398
16399 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16402         error in Emacs 21.1.
16403
16404 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16407
16408 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16409
16410         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16411         (gnus-agent-with-refreshed-group): New macro.
16412         (gnus-agent-rename-group): New function.
16413         (gnus-agent-delete-group): New function.
16414         (gnus-agent-save-group-info): Use gnus-command-method when
16415         `method' parameter is nil.  Don't write nil entries into the
16416         active file.
16417         (gnus-agent-get-group-info): New function.
16418         (gnus-agent-fetch-articles): Use
16419         gnus-agent-update-files-total-fetched-for to increment disk space
16420         used.
16421         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16422         gnus-agent-update-view-total-fetched-for to increment disk space
16423         used.
16424         (gnus-agent-get-local): Added optional parameters to avoid calling
16425         gnus-group-real-name and gnus-find-method-for-group.
16426         (gnus-agent-set-local): Delete stored entry if either min, or max,
16427         are nil.
16428         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16429         quit, use gnus-agent-regenerate-group to record existance of any
16430         articles fetched to disk before the quit occurred.
16431         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16432         gnus-agent-update-view-total-fetched-for, and
16433         gnus-agent-update-files-total-fetched-for to decrement disk space
16434         used.
16435         (gnus-agent-retrieve-headers): Use
16436         gnus-agent-update-view-total-fetched-for to increment disk space
16437         used.
16438         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16439         with gnus-agent-update-files-total-fetched-for to decrement disk
16440         space and fresh group buffer.
16441         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16442         (gnus-agent-need-update-total-fetched-for): New variable.
16443         (gnus-agent-update-files-total-fetched-for): New function.
16444         (gnus-agent-update-view-total-fetched-for): New function.
16445         (gnus-agent-total-fetched-for): New function.
16446
16447         * gnus-cache.el (gnus-cache-save-buffers): Use
16448         gnus-cache-update-overview-total-fetched-for to change disk space
16449         used by this group.
16450         (gnus-cache-possibly-enter-article): Use
16451         gnus-cache-update-file-total-fetched-for to increment disk space
16452         used by this group.
16453         (gnus-cache-possibly-remove-article): Use
16454         gnus-cache-update-file-total-fetched-for to decrement disk space
16455         used by this group.
16456         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16457         (gnus-cache-rename-group): New function.
16458         (gnus-cache-delete-group): New function.
16459         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16460         (gnus-cache-need-update-total-fetched-for): New variable.
16461         (gnus-cache-with-refreshed-group): New macro.
16462         (gnus-cache-update-file-total-fetched-for): New function.
16463         (gnus-cache-update-overview-total-fetched-for): New function.
16464         (gnus-cache-rename-group-total-fetched-for): New function.
16465         (gnus-cache-delete-group-total-fetched-for): New function.
16466         (gnus-cache-total-fetched-for): New function.
16467
16468         * gnus-group.el: Require gnus-sum and autoload functions to
16469         resolve warnings when gnus-group.el compiled alone.
16470         (gnus-group-line-format): Documented new %F.
16471         (size of Fetched data) group line format; identifies disk space
16472         used by agent and cache.
16473         (gnus-group-line-format-alist): Defined new F format.
16474         (gnus-total-fetched-for): New function.
16475         (gnus-group-delete-group): No longer update
16476         gnus-cache-active-altered as gnus-request-delete-group now keeps
16477         the cache in sync.
16478         (gnus-group-list-active): Let the agent store a server's active
16479         list if currently plugged.
16480
16481         * gnus-int.el (gnus-request-delete-group):
16482         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16483         local disk in sync with the server.
16484         (gnus-request-rename-group):
16485         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16486         local disk in sync with the server.
16487
16488         * gnus-start.el (gnus-get-unread-articles):
16489         Cosmetic simplification to logic.
16490
16491         * gnus-util.el (gnus-rename-file): New function.
16492
16493 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16494
16495         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16496
16497 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16498
16499         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16500         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16501
16502 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16503
16504         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16505         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16506
16507 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16508
16509         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16510
16511 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16512
16513         * spam.el (spam-set-difference): Add function to replace
16514         gnus-set-difference in spam.el.
16515         (spam-summary-prepare-exit): Use spam-set-difference.
16516
16517 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16518
16519         * gnus-registry.el (gnus-registry-cache-file): Update to use
16520         gnus-dribble-directory OR gnus-home-directory OR ~.
16521         (gnus-registry-split-fancy-with-parent): Fix doc.
16522
16523 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * message.el (message-exchange-point-and-mark): Use
16526         message-mark-active-p.  Suggested by Jesper Harder
16527         <harder@ifa.au.dk>.
16528
16529 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * message.el (message-exchange-point-and-mark): Don't activate
16532         region if it was inactive.  Suggested by Hiroshi Fujishima
16533         <pooh@nature.tsukuba.ac.jp>.
16534
16535 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * gnus-art.el (article-display-face): Display Faces in the same
16538         order as X-Faces.
16539
16540 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16541
16542         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16543
16544 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16547         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16548         (gnus-article-mime-hierarchy): Remove.
16549         (gnus-article-mime-hierarchy-next): Remove.
16550         (gnus-article-mode): Revert 2004-03-19 change.
16551         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16552         (gnus-insert-mime-button): Revert 2004-03-19 change.
16553         (gnus-mime-accumulate-hierarchy): Remove.
16554         (gnus-mime-enter-multipart): Remove.
16555         (gnus-mime-leave-multipart): Remove.
16556         (gnus-mime-display-part): Revert 2004-03-19 change.
16557         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16558
16559         * mml.el (mml-preview): Revert 2004-03-19 change.
16560
16561 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16562
16563         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16564
16565 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16568         t while entering a file name using the mm-with-multibyte macro.
16569         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16570
16571         * mm-util.el (mm-with-multibyte): New macro.
16572
16573 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16576         user option.
16577         (gnus-mime-multipart-functions): Doc and customization fix.
16578         (gnus-article-mime-hierarchy): New variable.
16579         (gnus-article-mime-hierarchy-next): New variable.
16580         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16581         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16582         gnus-article-mime-hierarchy-next to nil.
16583         (gnus-insert-mime-button): Show hierarchy numbers.
16584         (gnus-mime-accumulate-hierarchy): New function.
16585         (gnus-mime-enter-multipart): New function.
16586         (gnus-mime-leave-multipart): New function.
16587         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16588         (gnus-mime-display-alternative): Show hierarchy numbers.
16589
16590         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16591         gnus-article-mime-hierarchy-next to nil.
16592
16593 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16594
16595         * dns.el: Don't require gnus-xmas.
16596
16597 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16598
16599         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16600         inline PGP.
16601         (mml-menu): Disable mml-quote-region if mark is inactive.
16602
16603 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16606         when the group's active is not available.
16607
16608 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16611         error.
16612
16613 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16614
16615         * imap.el (imap-store-password): New variable.
16616         (imap-interactive-login): Use it.
16617         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16618
16619 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16622         window-start and hscroll to summary window.
16623
16624 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16625
16626         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16627         conversion message to newsrc-dribble when an actual conversion is
16628         performed.
16629
16630 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16631
16632         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16633
16634 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * mm-decode.el (mm-complicated-handles): New function reviving
16637         former definition of mm-multiple-handles.
16638
16639         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16640         (gnus-mime-delete-part): Use it.
16641
16642 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16643
16644         * gnus-agent.el (gnus-agent-read-local): Bind
16645         nnheader-file-coding-system to gnus-agent-file-coding-system to
16646         avoid the implicit assumption that they will always be equal.
16647         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16648         coding-system-for-write, as the with-temp-file macro first prints
16649         to a buffer then saves the buffer.
16650
16651 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * gnus-art.el (gnus-article-edit-part): New function.
16654         (gnus-mime-save-part-and-strip): Use it; do query instead of
16655         signaling an error; don't use mm-multiple-handles.
16656         (gnus-mime-delete-part): Ditto.
16657
16658 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16659
16660         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16661         old file versions.
16662         (gnus-group-prepare-hook): Removed function that converted list
16663         form of gnus-agent-expire-days to group properties.
16664
16665         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16666         (gnus-request-accept-article): Re-indented.
16667
16668         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16669         converters to handle old agent file formats.  Added logic for a
16670         "backup before upgrading warning".
16671         (gnus-convert-mark-converter-prompt): Developers can mark
16672         functions as needing (default), or not needing,
16673         gnus-convert-old-newsrc's "backup before upgrading warning".
16674         (gnus-convert-converter-needs-prompt): Tests whether the user
16675         should be protected from potentially irreversable changes by the
16676         function.
16677
16678         * legacy-gnus-agent.el: New.  Provides converters that are only
16679         loaded when gnus-convert-old-newsrc needs to call them.
16680
16681 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * mail-source.el (mail-source-touch-pop): Doc fix.
16684
16685         * message.el (message-smtpmail-send-it): Doc fix.
16686
16687 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16688
16689         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16690
16691         * nnmail.el (nnmail-split-fancy): do.
16692
16693         * gnus-kill.el (gnus-kill, gnus-execute): do.
16694
16695 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16696
16697         * gnus-sum.el (gnus-widget-reversible-match)
16698         (gnus-widget-reversible-to-internal)
16699         (gnus-widget-reversible-to-external): New functions.
16700         (gnus-widget-reversible): New widget.
16701         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16702
16703 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16704
16705         * gnus-sum.el (gnus-thread-sort-functions)
16706         (gnus-article-sort-functions): Document `(not F)' items.
16707
16708 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16709
16710         * spam.el (spam-use-gmane-xref): Add new backend.
16711         (spam-gmane-xref-spam-group): Add variable to control the name of the
16712         Gmane spam group.
16713         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16714         (spam-regex-headers-spam, spam-regex-headers-ham)
16715         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16716         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16717         backends and checks.
16718         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16719
16720         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16721         an autodetect method.
16722
16723 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16724
16725         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16726         articles are being added to a group.
16727         (gnus-request-replace-article): Inform the agent that articles
16728         need to be uncached as the cached contents are no longer valid.
16729
16730 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * binhex.el: Don't autoload executable-find.
16733
16734         * canlock.el: Don't autoload mail-fetch-field.
16735
16736         * dgnushack.el: Autoload c-mode for XEmacs.
16737
16738         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16739
16740         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16741         rmail-dont-reply-to and rmail-output.
16742
16743         * gnus-score.el: Don't autoload ffap-string-at-point.
16744
16745         * gnus-setup.el: Don't autoload sc-cite-original.
16746
16747         * imap.el: Don't autoload base64-decode-string,
16748         base64-encode-string and md5.
16749
16750         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16751         and rmail-msg-restore-non-pruned-header.
16752
16753         * mm-decode.el: Don't autoload executable-find.
16754
16755         * mm-url.el: Don't autoload executable-find.
16756
16757         * mm-view.el: Don't autoload diff-mode.
16758
16759         * nndb.el: Don't autoload news-reply-mode, news-setup,
16760         cancel-timer and telnet.
16761
16762         * password.el: Don't autoload run-at-time for Emacs.
16763
16764         * sha1-el.el: Don't autoload executable-find.
16765
16766         * sieve-mode.el: Don't autoload c-mode.
16767
16768         * uudecode.el: Don't autoload executable-find.
16769
16770 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16771
16772         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16773         (gnus-agent-possibly-alter-active): Avoid null in numeric
16774         comparison.
16775         (gnus-agent-set-local): Refuse to save null in local object table.
16776         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16777         list of articles that will be marked as unread.
16778
16779 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16782
16783 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16784
16785         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16786         language tags.
16787
16788 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16789
16790         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16791         Don't bind "obarray".
16792
16793         * gnus-sum.el (gnus-thread-sort-functions): Added
16794         `gnus-thread-sort-by-most-recent-number' and
16795         `gnus-thread-sort-by-most-recent-date'.
16796         Reported by Kai Grossjohann <kai@emptydomain.de>.
16797
16798 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16801
16802 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16803
16804         * gnus-cus.el (gnus-agent-customize-category): Removed
16805         ignore-errors macro reference that required cl to be loaded at
16806         run-time.
16807
16808         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16809         single-interval range of the form (min . max).  Previously the
16810         range had to look like ((min . max)).  Likewise, return
16811         (min . max) rather than ((min . max)).
16812         (gnus-range-map): Use gnus-range-normalize to accept
16813         single-interval range.
16814
16815         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16816         the cache, but not the agent, now appear with their usual face.
16817
16818         * dgnushack.el (loaddir): New variable that is bound to the
16819         directory containing the dgnushack.el file. Use loaddir, rather
16820         than srcdir, to update load-path. Change lets dgnushack compile
16821         code in directories other than GNUS/lisp.
16822
16823 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * lpath.el: Don't bind w3m-safe-url-regexp.
16826
16827         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16828         w3m-safe-url-regexp variable buffer-local.
16829
16830         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16831
16832 2004-02-27  Simon Josefsson  <jas@extundo.com>
16833
16834         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16835         gnus-group-real-prefix.
16836         (gnus-summary-move-article): Use it, instead of
16837         gnus-group-real-prefix.
16838
16839 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * lpath.el: Bind w3m-safe-url-regexp.
16842
16843         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16844         w3m-safe-url-regexp variable buffer-local and set it as the value
16845         of mm-w3m-safe-url-regexp.
16846
16847         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16848
16849         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16850         parsing gnus-posting-styles when the message is not for replying.
16851
16852         * dgnushack.el: Autoload sgml-mode for XEmacs.
16853
16854         * nnrss.el (nnrss-opml-export): Use
16855         mm-set-buffer-file-coding-system instead of
16856         set-buffer-file-coding-system.
16857
16858 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16859
16860         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16861         of checkdoc.el).
16862         * nnrss.el: do.
16863         * gnus-mlspl.el: do.
16864         * gnus-ml.el: do.
16865         * gnus-srvr.el: do.
16866
16867         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16868
16869 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16870
16871         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16872         Corrections to custom-manual links.
16873
16874         * gnus-art.el (gnus-article): Ditto.
16875
16876         * mm-decode.el (mime-display, mime-security): Ditto.
16877
16878 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16879
16880         * flow-fill.el: Typo.
16881
16882 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16883
16884         * spam-wash.el: New file.
16885
16886 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16887
16888         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16889
16890 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16891
16892         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16893         to be run with new-articles as LIST1, not LIST2.
16894         (spam-registration-functions): Add spam-use-ham-copy as a nil
16895         registration backend.
16896
16897 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16898
16899         * spam-stat.el (spam-stat-washing-hook): New option.
16900         (spam-stat-buffer-words): Use it.
16901         (spam-stat-process-directory, spam-stat-test-directory): Use
16902         insert-file-contents-literally.
16903         (spam-stat-coding-system): New variable.
16904         (spam-stat-load, spam-stat-save): Use it.
16905
16906 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * spam-report.el (spam-report-plug-agent): Quote
16909         spam-report-url-to-file and spam-report-url-ping-plain.
16910
16911 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16912
16913         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16914         / in mailto URLs.
16915
16916 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16917
16918         * spam-report.el (spam-report-process-queue): Fix interactive use.
16919         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16920         (spam-report-unplug-agent): Doc fixes.
16921         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16922         (spam-report-agentize, spam-report-deagentize): Autoload.
16923
16924 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16927
16928         * message.el (message-setup-fill-variables): Add mml tags to
16929         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16930         <ajk@iu.edu>.
16931         (message-mode): Don't modify paragraph-separate there.
16932
16933 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * compface.el (uncompface-use-external): Default to undecided.
16936         (uncompface-use-external-threshold): New variable.
16937         (uncompface-float-time): New macro.
16938         (uncompface): Determine whether to use the external decoder if
16939         uncompface-use-external is undecided.
16940
16941 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16942
16943         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16944         after images.
16945
16946         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16947
16948 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16949
16950         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16951
16952         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16953
16954         * gnus-sum.el (gnus-summary-limit-to-age)
16955         (gnus-summary-limit-children): do.
16956
16957         * gnus-int.el (gnus-request-scan): do.
16958
16959         * gnus-group.el (gnus-group-suspend): do.
16960
16961         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16962
16963         * gnus-cite.el (gnus-cite-parse-attributions): do.
16964
16965         * gnus-agent.el (gnus-summary-set-agent-mark)
16966         (gnus-agent-regenerate-group): do.
16967
16968         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16969
16970         * binhex.el (binhex-decode-region-internal): do.
16971
16972 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * gnus-fun.el (gnus-face-properties-alist): New user option.
16975         (gnus-display-x-face-in-from): Use it.
16976
16977         * gnus-art.el (article-display-face): Ditto.
16978
16979         * compface.el (uncompface-use-external): Default to nil.
16980
16981 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16982
16983         * nntp.el (nntp-erase-buffer): New function.
16984         (nntp-retrieve-data, nntp-send-command)
16985         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16986         (nntp-possibly-change-group): Use it.
16987
16988         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16989         with-current-buffer.
16990
16991 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16992
16993         * compface.el: Merge the ELisp-based uncompface program.
16994         (compface): New customization group.
16995         (uncompface-use-external): New user option.
16996         (uncompface): Call uncompface-internal if uncompface-use-external
16997         is nil.
16998         (uncompface-internal): New function.  Note that there are also
16999         some other functions and variables added for this function.
17000
17001 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17002
17003         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17004         if necessary.
17005
17006 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17007
17008         * spam-report.el (spam-report-unplug-agent)
17009         (spam-report-plug-agent, spam-report-deagentize)
17010         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17011         Add support for the Agent in spam-report: when unplugged, report to a
17012         file; when plugged, submit all the requests.
17013
17014         * spam.el (spam-register-routine): Fix message about
17015         registration.
17016
17017 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17018
17019         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17020         dependencies.
17021         (rfc2047-encode): Use it.
17022
17023         * gnus-art.el (gnus-button-marker-list): Move before first
17024         reference.
17025
17026         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17027         (imap-parse-body): Fix format string mismatch.
17028
17029         * gnus-score.el (gnus-summary-increase-score): do.
17030
17031         * nnrss.el (nnrss-close): New function.
17032
17033 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17034
17035         * nnrss.el (nnrss-make-filename): New function.
17036         (nnrss-request-delete-group, nnrss-read-server-data)
17037         (nnrss-save-server-data, nnrss-read-group-data)
17038         (nnrss-save-group-data): Use it.
17039         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17040         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17041         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17042
17043 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17044
17045         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17046
17047 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17048
17049         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17050         files.
17051
17052         * message.el (message-generate-headers-first): Don't quote nil
17053         and t in docstrings.
17054
17055         * imap.el (imap-id): do.
17056
17057         * gnus-agent.el (gnus-agent-consider-all-articles)
17058         (gnus-agent-queue-mail): do.
17059
17060 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17061
17062         * spam-report.el (spam-report-process-queue): New function.
17063         Process requests from `spam-report-requests-file'.
17064         (spam-report-process-queue): Doc fix.
17065
17066 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17067
17068         * spam.el (spam-register-routine)
17069         (spam-log-processing-to-registry, spam-log-registered-p)
17070         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17071         Change "check" to "spam-check" for semi-clarity.
17072
17073 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17074
17075         * pop3.el: Require nnheader.
17076
17077         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17078
17079         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17080
17081         * gnus-picon.el: Require cl.
17082
17083         * gnus-fun.el: Require gnus-ems and gnus-util.
17084
17085         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17086
17087         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17088
17089         * gnus-art.el (gnus-article-edit-mode): Define before first
17090         reference.
17091
17092 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17093
17094         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17095         (gnus-uu-post-encoded): Use point-at-bol.
17096
17097         * gnus-topic.el (gnus-group-active-topic-p): do.
17098
17099         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17100
17101         * gnus-group.el (gnus-group-kill-region): do.
17102
17103         * gnus-art.el (article-date-ut): do.
17104
17105         * message.el (message-fetch-field): Remove redundant
17106         case-fold-search binding.
17107         (message-narrow-to-field): Simplify.
17108
17109 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17110
17111         * spam.el (spam-directory): Derive from `gnus-directory'.
17112
17113         * spam-report.el (spam-report-url-to-file)
17114         (spam-report-requests-file): New function and variable for offline
17115         reporting.
17116         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17117         and user defined function.
17118         (spam-report-url-ping-mm-url): Remove doubled slash.
17119
17120 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17121
17122         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17123
17124 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17125
17126         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17127         format string mismatch.
17128
17129         * sieve.el (sieve-deactivate-all): do.
17130
17131         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17132
17133         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17134
17135         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17136
17137         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17138
17139 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17140
17141         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17142         the list of checks.
17143
17144 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17145
17146         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17147         padding.
17148
17149 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17150
17151         * mm-view.el (mm-fill-flowed): New variable.
17152         (mm-inline-text): Use it.
17153
17154 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17155
17156         * spam.el (spam-spamassassin-register-ham-routine)
17157         (spam-spamassassin-register-spam-routine): Fix function names.
17158
17159 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * gnus.el (gnus-tmp-grouplens): Remove.
17162         (gnus-summary-line-format): Remove grouplens.
17163
17164         * gnus-group.el (gnus-group-line-format): Ditto.
17165
17166         * gnus-spec.el (gnus-format-specs): Ditto.
17167         (gnus-update-format-specifications): Flush the group format spec
17168         cache if there's the grouplens stuff.
17169         (gnus-parse-simple-format): Replace %l with the empty string.
17170
17171 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17172
17173         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17174         omission.
17175
17176 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17179         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17180
17181 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17182
17183         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17184         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17185         New macros and functions.
17186         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17187         Handle > NLINK_MAX messages.
17188         * nnmaildir.el (nnmaildir-request-set-mark): Use
17189         nnmaildir--emlink-p and nnmaildir--eexist-p.
17190
17191 2004-01-25  Alex Schroeder  <alex@gnu.org>
17192
17193         * spam-stat.el (spam-stat-process-directory-age): New option.
17194         (spam-stat-process-directory): Use it.
17195
17196 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17197
17198         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17199         (spam-stat-save): Accept prefix argument.
17200
17201 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17202
17203         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17204         links" error.
17205
17206 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17209         the rest of the and/or forms.
17210
17211 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17212
17213         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17214         compatibility with old .newsrc.eld files.
17215
17216         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17217
17218         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17219
17220         * gnus-start.el (gnus-1): do.
17221
17222         * gnus-group.el (gnus-group-line-format-alist): do.
17223
17224         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17225
17226         * gnus-gl.el: Remove.
17227
17228 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17229
17230         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17231         marks consisting of a single range {for example, (3 . 5)} rather
17232         than a list of a single range { ((3 . 5)) }.
17233
17234 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17235
17236         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17237         with-current-buffer.
17238         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17239         avoid consing a string.
17240
17241         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17242         Remove obsolete entries for big5 and gb2312.
17243
17244 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17245
17246         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17247         uncompressed list.
17248
17249 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17250
17251         * spam-stat.el (spam-stat-strip-xref): New function.
17252         (spam-stat-process-directory): Use it.
17253
17254         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17255         here -- it's done in message-fetch-field.
17256
17257 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17258
17259         * gnus-agent.el (gnus-agent-queue-mail)
17260         (gnus-agent-prompt-send-queue): New variables.
17261         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17262         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17263         "nndraft:queue" along to gnus-draft-send.  Use
17264         gnus-agent-prompt-send-queue.
17265         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17266         is "nndraft:queue".  Suggested by Gaute Strokkenes
17267         <gs234@srcf.ucam.org>
17268
17269         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17270         (agent-enable-undownloaded-faces): Added.
17271         (gnus-agent-cat-groups): Use eval-and-compile, not
17272         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17273         method of gnus-agent-cat-groups even when the buffer has been
17274         evaled.
17275         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17276         delete gnus-agent-save-active-1.
17277         (gnus-agent-save-groups): Deleted.  Identical to
17278         gnus-agent-save-active.
17279         (gnus-agent-write-active): No longer adjust agent's copy of active
17280         file as agent's adjustments are now stored in their own
17281         file.  Removed optional parameter.
17282         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17283         servers.  Add use of min/max range limits from server's local
17284         file.
17285         (gnus-agent-save-alist): Removed unused optional argument.
17286         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17287         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17288         (gnus-agent-set-local): A per-server file that keeps min/max range
17289         limits for articles known to the agent.  Provides a fast mechanism
17290         for altering many active ranges.
17291         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17292         active file (local makes it unnecessary).
17293         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17294
17295         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17296         (agent-enable-undownloaded-faces): Added.
17297
17298         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17299         disable it when sending to "nndraft:queue".
17300         (gnus-group-send-queue): Add safety check to avoid sending queue
17301         when unplugged.
17302
17303         * gnus-group.el (gnus-group-catchup): Use new
17304         gnus-sequence-of-unread-articles, not
17305         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17306         numbers of articles.  Use gnus-range-map to avoid having to
17307         uncompress the unread list.
17308         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17309         Fixed invalid ange-ftp reference.
17310
17311         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17312         (gnus-sorted-range-intersection): Intersection of two ranges
17313         without requiring that they first be uncompressed.
17314
17315         * gnus-start.el (gnus-activate-group): Unless blocked by the
17316         caller, possibly expand the active range to include both cached
17317         and agentized articles.
17318         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17319         multiple version-dependent converters.
17320         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17321         gnus-agent-save-active.
17322         (gnus-save-newsrc-file): Save dirty agent range limits.
17323
17324         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17325         gnus-agent-possibly-alter-active.
17326         (gnus-adjust-marked-articles): Faster handling of simple lists.
17327
17328 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17329
17330         * spam-stat.el (spam-stat-test-directory): New optional argument
17331         displays a list of files detected.  Suggested by Andrew Cohen
17332         <cohen@andy.bu.edu>.
17333         (spam-stat-buffer-words-with-scores): Don't narrow and change
17334         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17335
17336 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17337
17338         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17339         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17340         (spam-spamassassin-arguments)
17341         (spam-spamassassin-spam-flag-header)
17342         (spam-spamassassin-positive-spam-flag-header)
17343         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17344         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17345         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17346         (spam-list-of-processors, spam-list-of-checks)
17347         (spam-list-of-statistical-checks, spam-registration-functions)
17348         (spam-check-spamassassin-headers, spam-check-spamassassin)
17349         (spam-spamassassin-score)
17350         (spam-spamassassin-register-with-sa-learn)
17351         (spam-spamassassin-register-spam-routine)
17352         (spam-spamassassin-register-ham-routine)
17353         (spam-assassin-register-spam-routine)
17354         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17355         (spam-bogofilter-score): Fix to show article before scoring.
17356
17357 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17358
17359         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17360         default scoring function.
17361         (spam-generic-score): Call spam-spamassassin-score if
17362         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17363         spam-bogofilter-score otherwise.
17364
17365         * gnus.el (spam-process, spam-autodetect-methods): Add
17366         spamassassin and spamassassin-headers.
17367
17368 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17369
17370         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17371         Suppress unnecessary messages.
17372
17373 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17374
17375         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17376         make-hash-table.
17377
17378 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * canlock.el (base64-encode-string): Don't autoload it.
17381
17382 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * run-at-time.el: Remove useless (require 'itimer),
17385         eval-and-compile and (featurep 'xemacs).
17386
17387 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17388
17389         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17390         GROUP is a virtual group.
17391
17392 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17393
17394         * gnus.el: Autoload `message-y-or-n-p'.
17395
17396 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * pgg-parse.el: Remove unnecessary (require 'custom).
17399
17400         * pgg-def.el: do.
17401
17402         * nnmail.el: do.
17403
17404         * gnus-undo.el: do.
17405
17406         * gnus-picon.el: do.
17407
17408         * gnus-util.el: do.
17409
17410 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17411
17412         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17413
17414 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17417         handle, as well as a list.
17418
17419         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17420         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17421         (mm-w3m-cid-retrieve): Simplify.
17422
17423 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17424
17425         * message.el (message-kill-to-signature): Allow prefix arg to
17426         specify number of lines to keep before signature.
17427
17428 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17429
17430         * message.el (message-kill-to-signature): Change docstring.
17431
17432 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * canlock.el: Always require sha1-el.
17435         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17436
17437         * message.el: Autoload sha1 only when compiling.
17438
17439         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17440         eudc-expand-inline for XEmacs.
17441
17442 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * message.el (message-canlock-generate): Require sha1-el.
17445
17446 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17447
17448         * message.el (message-expand-name): Silence the byte compiler.
17449
17450         * lpath.el: Add detect-coding-system.
17451
17452         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17453         cus-edit.
17454
17455 2004-01-13  Simon Josefsson  <jas@extundo.com>
17456
17457         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17458         Invoke gnus-score-mode.  Reported by
17459         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17460
17461         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17462         Jim Blandy <jimb@redhat.com> (tiny change).
17463
17464 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17465
17466         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17467
17468 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17469
17470         * spam.el (spam-get-article-as-string): Update to use
17471         gnus-request-article-this-buffer, much simpler.
17472         (spam-get-article-as-buffer): Remove.
17473
17474 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17475
17476         * message.el (message-expand-name): Use EUDC if the user uses that.
17477
17478 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17479
17480         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17481         character for the encoding to avoid consing a string.
17482
17483         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17484         unnecessarily.
17485
17486         * mm-util.el (mm-replace-chars-in-string): Remove.
17487
17488         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17489         of mm-replace-chars-in-string.
17490
17491 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17492
17493         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17494
17495         * mm-util.el (mm-subst-char-in-string): Support inplace.
17496
17497         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17498         a new string in every iteration.  Use shy groups.
17499
17500 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17501
17502         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17503         * gnus-soup.el (gnus-soup-group-brew):
17504         * gnus-msg.el (gnus-put-message):
17505         * gnus-move.el (gnus-group-move-group-to-server):
17506         * gnus-kill.el (gnus-batch-score):
17507         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17508         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17509         (gnus-group-update-group, gnus-group-read-group)
17510         (gnus-group-make-group, gnus-group-make-help-group)
17511         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17512         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17513         (gnus-group-sort-by-unread, gnus-group-catchup)
17514         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17515         (gnus-group-yank-group, gnus-group-set-info)
17516         (gnus-group-list-groups):
17517         * gnus.el (gnus-generate-new-group-name):
17518         * gnus-delay.el (gnus-delay-send-queue):
17519         * nnvirtual.el (nnvirtual-catchup-group):
17520         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17521         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17522         (gnus-group-prepare-topics, gnus-topic-check-topology):
17523         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17524         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17525         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17526         (gnus-group-make-articles-read):
17527         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17528         (gnus-group-change-level, gnus-kill-newsgroup)
17529         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17530         (gnus-get-unread-articles, gnus-make-articles-unread)
17531         (gnus-make-ascending-articles-unread): Use accessor
17532         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17533         to get group information for improved readability.
17534
17535
17536 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17537
17538         * gnus-art.el (article-decode-mime-words, article-babel)
17539         (gnus-article-highlight-signature, gnus-article-add-buttons)
17540         (gnus-signature-toggle): Use gnus-with-article-buffer.
17541
17542         * gnus-art.el (gnus-article-highlight-headers)
17543         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17544
17545         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17546         (gnus-article-set-globals, gnus-request-article-this-buffer)
17547         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17548         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17549         (gnus-mime-display-alternative): Use with-current-buffer.
17550
17551 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17552
17553         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17554         also under 80 char limit, and call gnus-error if needed.
17555         (spam-fetch-article-header): Fix - it was a
17556         buffer-local variable (gnus-newsgroup-data).
17557         (spam-find-spam): Use spam-generate-fake-headers, forget about
17558         spam-insert-fake-headers.
17559         (spam-insert-fake-headers): Remove.
17560
17561 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17562
17563         * deuglify.el (gnus-article-outlook-unwrap-lines)
17564         (gnus-outlook-rearrange-article)
17565         (gnus-outlook-repair-attribution-outlook)
17566         (gnus-outlook-repair-attribution-block)
17567         (gnus-outlook-repair-attribution-other): Remove redundant
17568         save-excursion.
17569
17570 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17571
17572         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17573         (spam-fetch-field-subject-fast)
17574         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17575         (spam-fetch-article-header): Add functions to deal with Gnus
17576         internals for fast retrieval of article header data.
17577         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17578
17579 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17580
17581         * pop3.el (pop3-md5): Remove.
17582         (pop3-apop): Replace pop3-md5 with md5.
17583
17584         * mm-bodies.el: base64 is always built-in.
17585
17586         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17587         with-current-buffer.
17588
17589 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * canlock.el (canlock-insert-header): Remove excessive grouping in
17592         regexp.
17593
17594         * gnus-sum.el (gnus-summary-read-document): Ditto.
17595
17596         * gnus-uu.el (gnus-uu-part-number): Ditto.
17597
17598         * html2text.el (html2text-remove-tags): Ditto.
17599         (html2text-format-tags): Ditto.
17600         (html2text-format-single-elements): Ditto.
17601
17602         * mml.el (mml-parse-1): Ditto.
17603
17604 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17605
17606         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17607
17608         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17609
17610         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17611
17612         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17613
17614 2003-11-15  Simon Josefsson  <jas@extundo.com>
17615
17616         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17617         (pgg-gpg-lookup-key): Use regexp match instead of
17618         split-string (split-string is different between emacs 21.2 and
17619         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17620
17621 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17622
17623         * gnus-art.el (gnus-mime-view-all-parts)
17624         (gnus-article-part-wrapper, gnus-article-view-part): Use
17625         with-current-buffer.
17626
17627 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17628
17629         * spam.el (spam-disable-spam-split-during-ham-respool)
17630         (spam-spamoracle-database, spam-cache-lookups)
17631         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17632         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17633         (spam-group-ham-marks, spam-group-spam-marks)
17634         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17635         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17636         also add spam-use-blackholes to the statistical checks.
17637         (spam-fetch-field-fast): Add interface to fetching fields, may
17638         become a macro.
17639         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17640         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17641         (spam-insert-fake-headers): Fake an article when needed.
17642         (spam-find-spam): Fake article when possible.
17643         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17644         (spam-check-bogofilter-headers): Use message-fetch-field instead
17645         of nnmail-fetch-field.
17646
17647 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17648
17649         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17650
17651 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17652
17653         * spam.el (spam-split): Do not require spam-use-CHECK to be
17654         enabled if that check is passed to spam-split explicitly; also
17655         fix so 'spam doesn't get converted to spam-split-group when
17656         spam-split-symbolic-return is t.
17657         (spam-find-spam): Find registrations of the article and use those
17658         instead of re-running spam-split to find the spam/ham
17659         classification of the article.
17660         (spam-log-processing-to-registry, spam-log-registered-p)
17661         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17662         Use gnus-error instead of gnus-message.
17663         (spam-log-registration-type): Add function to determine the
17664         classification of a message based on registry entries; will
17665         return nil if both 'spam and 'ham are found.
17666         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17667         a reasonably fast local cache without the loading errors.
17668         (spam-cache-lookups): Set to t by default.
17669         (spam-find-spam): Don't try to guess spam-cache-lookups.
17670         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17671         spam-caches entry.
17672         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17673         caching of whitelist/blacklist entries.
17674         (spam-check-whitelist, spam-check-blacklist): Invoke
17675         spam-from-listed-p with a type, not a cache variable.
17676         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17677
17678 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17679
17680         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17681
17682         * nnmail.el (nnmail-split-fancy): do.
17683
17684         * mml.el (mml-parse): do.
17685
17686         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17687         (gnus-score-adaptive): do.
17688
17689 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17692         (gnus-mime-button-map): Don't set keymap parent.
17693         (gnus-button-ctan-directory-regexp): Use shy grouping.
17694         (gnus-prev-page-map): Don't set keymap parent.
17695         (gnus-prev-page-map): Remove duplicated one.
17696         (gnus-next-page-map): Don't set keymap parent.
17697         (gnus-mime-security-button-map): Ditto.
17698
17699         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17700         version number.
17701
17702         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17703
17704 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * canlock.el (canlock-sha1-function): Remove.
17707         (canlock-sha1-function-for-verify): Remove.
17708         (canlock-openssl-program): Remove.
17709         (canlock-openssl-args): Remove.
17710         (canlock-ignore-errors): Remove.
17711         (canlock-sha1-with-openssl): Remove.
17712         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17713         (canlock-verify): Don't use canlock-ignore-errors.
17714
17715         * sha1-el.el (sha1-string-external): Make it can return a string
17716         in binary form.
17717         (sha1-region-external): Ditto.
17718         (sha1-string-internal): Ditto.
17719         (sha1-region-internal): Ditto.
17720         (sha1-region): Ditto.
17721         (sha1-string): Ditto.
17722         (sha1): Ditto.
17723
17724 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17725
17726         * spam.el (spam-report-articles-gmane): New command.
17727
17728 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17731
17732         * run-at-time.el (run-at-time-saved): Remove.
17733         (run-at-time): Doc fix.
17734
17735 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17736
17737         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17738         (gnus-summary-limit-map): Add it.
17739         (gnus-summary-make-menu-bar): do.
17740
17741 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17742
17743         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17744         Make attempt at some caching support (done for BBDB only now).
17745         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17746         addresses to be checked.
17747         (spam-clear-cache-BBDB): Add function, to be invoked by
17748         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17749         (spam-check-BBDB): Check and use the caches, if
17750         spam-cache-lookups is on, remove superfluous (provide).
17751
17752 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17753
17754         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17755
17756 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17757
17758         * run-at-time.el (run-at-time-saved): Move to after the definition
17759         of `run-at-time'.
17760
17761         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17762
17763 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17766         mm-w3m-local-map-property.
17767
17768         * mm-view.el (mm-w3m-mode-map): Remove.
17769         (mm-w3m-local-map-property): Remove.
17770         (mm-inline-text-html-render-with-w3m): Don't use
17771         mm-w3m-local-map-property.
17772
17773 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17774
17775         * run-at-time.el: New file.
17776
17777         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17778         under Emacs.
17779
17780         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17781         of gnus-set-text-properties.
17782
17783         * gnus-uu.el (gnus-uu-save-article): Ditto.
17784
17785         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17786
17787         * gnus-cite.el (gnus-cite-parse): Ditto.
17788
17789         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17790         of gnus-.
17791
17792         * gnus-xmas.el (run-at-time): Require run-at-time.
17793
17794         * gnus.el: Changed calls to nnheader-run-at-time and
17795         password-run-at-time throughout to use run-at-time directly.
17796
17797         * password.el: Removed definition of run-at-time.
17798
17799         * nnheaderxm.el: Remove definition of run-at-time.
17800
17801 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17802
17803         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17804         in prompt.
17805
17806 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17807
17808         * messagexmas.el (message-xmas-redefine): Alias
17809         `message-make-caesar-translation-table' to
17810         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17811         version.
17812
17813         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17814         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17815         `gnus-xmas-set-text-properties'.
17816         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17817         `gnus-xmas-completing-read'.
17818         (gnus-xmas-completing-read): Removed.
17819         (gnus-xmas-open-network-stream): Removed.
17820
17821         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17822         XEmacs version.
17823
17824         * dns.el (dns-make-network-process): Use `open-network-stream'
17825         instead of `gnus-xmas-open-network-stream'.
17826
17827         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17828
17829         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17830
17831 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17832
17833         * gnus-art.el (gnus-mime-display-alternative)
17834         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17835         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17836         Don't use gnus-local-map-property.
17837
17838         * gnus-util.el (gnus-local-map-property): Remove.
17839
17840         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17841         gnus-completing-read-maybe-default with completing-read.
17842
17843         * gnus-util.el (gnus-completing-read): do.
17844         (gnus-completing-read-maybe-default): Remove.
17845
17846 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17847
17848         * password.el: Only autoload `run-at-time' if not XEmacs.
17849         Only autoload the itimer functions if XEmacs.
17850
17851 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17854         XEmacsen.
17855
17856         * dgnushack.el: Autoload executable-find for XEmacs.
17857
17858 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17859
17860         * gnus-art.el (gnus-read-string): Remove.
17861         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17862         read-string.
17863
17864 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17865
17866         * netrc.el: Autoload password-read.
17867         (netrc): Add configuration group.
17868         (netrc-encoding-method, netrc-openssl-path): Add
17869         variables for encoding and decoding of files with symmetric
17870         ciphers.
17871         (netrc-encode): Add assistant function to encode a file with
17872         netrc-encoding-method.
17873         (netrc-parse): Add interactive parameter, added optional
17874         decoding if netrc-encoding-method is non-nil but otherwise
17875         behavior is standard.
17876         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17877         Do s/encode/encrypt/ everywhere.
17878
17879         * spam.el: Remove executable-find autoload.
17880
17881 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17882
17883         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17884
17885         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17886
17887 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17888
17889         * gnus-art.el (gnus-treat-ansi-sequences)
17890         (article-treat-ansi-sequences): New variable and function.
17891         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17892
17893         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17894         Use it.
17895
17896 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17897
17898         * mm-util.el (mm-quote-arg): Remove.
17899
17900         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17901         shell-quote-argument.
17902
17903         * gnus-uu.el (gnus-uu-command): do.
17904
17905         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17906
17907         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17908         with make-char.
17909
17910         * mm-util.el (mm-make-char): Remove.
17911
17912         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17913         add-minor-mode.
17914
17915         * gnus-undo.el (gnus-undo-mode): do.
17916
17917         * gnus-topic.el (gnus-topic-mode): do.
17918
17919         * gnus-sum.el (gnus-dead-summary-mode): do.
17920
17921         * gnus-start.el (gnus-slave-mode): do.
17922
17923         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17924
17925         * gnus-ml.el (gnus-mailing-list-mode): do.
17926
17927         * gnus-gl.el (gnus-grouplens-mode): do.
17928
17929         * gnus-draft.el (gnus-draft-mode): do.
17930
17931         * gnus-dired.el (gnus-dired-mode): do.
17932
17933         * gnus-ems.el (gnus-add-minor-mode): Remove.
17934
17935         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17936         Replace gnus-char-width with char-width.
17937
17938         * gnus-ems.el (gnus-char-width): Remove.
17939
17940         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17941         Replace gnus-char-width with char-width.
17942
17943         * gnus-ems.el (gnus-char-width): Remove.
17944
17945         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17946         definition.
17947         Remove Emacs 20 hash table compatibility code.
17948
17949         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17950         20 compatibility code.
17951
17952         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17953
17954         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17955
17956         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17957         with point-at-{eol,bol}.
17958
17959         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17960
17961         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17962
17963         * flow-fill.el (fill-flowed-point-at-bol)
17964         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17965
17966         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17967         Replace with point-at-{eol,bol} throughout all files.
17968
17969 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * ntlm.el (ntlm-string-as-unibyte): New macro.
17972         (ntlm-build-auth-response): Use it.
17973
17974         Remove Emacs 20 stuff:
17975         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17976         (butlast, mapc, remove): Remove the compiler macros.
17977         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17978         of delq and copy-sequence.
17979         * gnus-art.el (popup-menu): Remove the compiler macro.
17980         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17981         Emacs 20.
17982
17983 2004-01-05  Simon Josefsson  <jas@extundo.com>
17984
17985         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17986         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17987         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17988         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17989         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17990         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17991         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17992         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17993         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17994         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17995         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17996         string-xor into ntlm-string-xor.  Suggested by
17997         Jesper Harder <harder@myrealbox.com>.
17998
17999         * ntlm.el: Don't include poem.
18000
18001         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18002         Jesper Harder <harder@myrealbox.com>.
18003
18004         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18005
18006         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18007         probably breaks emacs with DL patch, but do we care? Is anyone
18008         still using the DL stuff?)
18009
18010         * sieve-manage.el: Use the password package.
18011         (sieve-manage-read-passwd): Remove.
18012         (sieve-manage-interactive-login): Use password.  Re-add
18013         condition-case around loop.
18014
18015         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18016         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18017         the password package.
18018
18019 2003-02-19  Simon Josefsson  <jas@extundo.com>
18020
18021         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18022         token.
18023
18024 2002-08-07  Simon Josefsson  <jas@extundo.com>
18025
18026         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18027         (sieve-manage-authenticators):
18028         (sieve-manage-authenticator-alist): Add some SASL mechs.
18029         (sieve-sasl-auth): New function.
18030         (sieve-manage-cram-md5-auth):
18031         (sieve-manage-plain-auth): Rewrite using SASL library.
18032         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18033         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18034         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18035         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18036
18037 2004-01-05  Simon Josefsson  <jas@extundo.com>
18038
18039         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18040         New files.
18041
18042 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18043
18044         * gnus-group.el (gnus-no-groups-message): Update.
18045
18046         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18047
18048 2003-11-09  Simon Josefsson  <jas@extundo.com>
18049
18050         * imap.el: Support for ID IMAP extension (RFC 2971).
18051         (imap-local-variables): Add imap-id.
18052         (imap-id): New variable.
18053         (imap-id): New function.
18054         (imap-parse-response): Parse untagged ID response.
18055         * nnimap.el (nnimap-id): New variable.
18056         (nnimap-open-connection): Use it.
18057
18058 2003-12-28  Simon Josefsson  <jas@extundo.com>
18059
18060         * gnus-score.el (gnus-score-edit-all-score): New.
18061         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18062
18063 2004-01-04  Simon Josefsson  <jas@extundo.com>
18064
18065         * password.el: Add.
18066
18067 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18068
18069         * dns.el (dns-query-types): Fix typo.
18070         (dns-query-types): New function.
18071         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18072         PTR and SOA replies, see RFC 1035.
18073
18074 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18075
18076         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18077
18078         * Moved to Changelog.2.
18079
18080 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18081
18082         * gnus.el (gnus-version-number): Bump version.
18083
18084 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18085
18086         * gnus.el: No Gnus v0.1 is released.
18087
18088 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18089
18090         * gnus.el: No Gnus v0.0 is released.
18091
18092 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18093
18094         * gnus.el (gnus-version-number): Bump.
18095         (gnus-version): No.
18096
18097 See ChangeLog.2 for earlier changes.
18098
18099     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18100       Free Software Foundation, Inc.
18101
18102   This file is part of GNU Emacs.
18103
18104   GNU Emacs is free software: you can redistribute it and/or modify
18105   it under the terms of the GNU General Public License as published by
18106   the Free Software Foundation, either version 3 of the License, or
18107   (at your option) any later version.
18108
18109   GNU Emacs is distributed in the hope that it will be useful,
18110   but WITHOUT ANY WARRANTY; without even the implied warranty of
18111   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18112   GNU General Public License for more details.
18113
18114   You should have received a copy of the GNU General Public License
18115   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18116
18117 ;; Local Variables:
18118 ;; coding: utf-8
18119 ;; fill-column: 79
18120 ;; add-log-time-zone-rule: t
18121 ;; End: