Start thinking about breaking CJVK text.
[gnus] / lisp / ChangeLog
1 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-current-column): New function.
4         (shr-find-fill-point): New function.
5
6 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7
8         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9         numbers.
10
11 2010-10-11  Julien Danjou  <julien@danjou.info>
12
13         * shr.el (shr-hr-line): Add.
14         (shr-tag-hr): Use shr-hr-line to specify which character to use to
15         display hr lines.
16         (shr-max-columns): Do not change state to nil if we just inserting
17         spaces.
18
19 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * gnus-topic.el (gnus-topic-read-group): If after the last group,
22         select the last group.
23
24 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
25
26         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
27
28 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
29
30         * dig.el (dig-mode-map): Declare and define in one step.
31
32 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
35         for Gnus.
36         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
37         (nnimap-update-qresync-info): Mark \Seen articles as read.
38
39         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
40         non-variable, too.
41
42         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
43         available.
44         (nnimap-update-info): Rely more on the current active than the param
45         active to avoid marking articles as read too much.
46
47         * auth-source.el (auth-source-create): Use (user-login-name) for the
48         user name default.
49
50         * nnimap.el (nnimap-update-info): If the server doesn't return any
51         useful info, just use the previous info.
52         (nnimap-update-info): Prefer old info over start-article.
53         (nnimap-update-qresync-info): Finish implementing QRESYNC.
54
55 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
56
57         * nnir.el (autoload): Clean up autoloads.
58         (nnir-imap-default-search-key): Renamed from
59         nnir-imap-search-field. Use key rather than value.
60         (nnir-imap-search-other): New variable.
61         (nnir-read-parm): Use it.
62         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
63         (gnus-summary-nnir-goto-thread): Modify to work with imap.
64
65 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
66
67         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
68         the process, too.
69
70 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
73         Allbery.
74
75         * shr.el: Rework the way things are indented by <li> slightly.
76
77         * gnus.el (gnus-group-set-parameter): Fix typo.
78
79         * nnimap.el: Start implementing QRESYNC support.
80
81 2010-10-09  Julien Danjou  <julien@danjou.info>
82
83         * nnir.el (nnir-engines): Fix too many arguments.
84
85 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
88         group is the "last", so that the backends like nnfolder actually save
89         their folders.
90
91         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
92         try to use that for the tls stream.
93         (nnimap-retrieve-group-data-early): Rework the marks code to heed
94         UIDVALIDITY and find out which groups are read-only and not.
95         (nnimap-get-flags): Use the same marks parsing code as the rest of
96         nnimap.
97
98 2010-10-09  Julien Danjou  <julien@danjou.info>
99
100         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
101
102         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
103         retrieving gravatars.
104
105         * shr.el (shr-table-corner): Add.
106         (shr-table-line): Add.
107         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
108
109 2010-10-08  Julien Danjou  <julien@danjou.info>
110
111         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
112
113 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
114
115         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
116
117         * gnus-sum.el (gnus-mark-article-as-unread)
118         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
119         (gnus-summary-set-bookmark): Use it.
120
121         * gnus-msg.el (gnus-setup-message): Use it.
122
123         * gnus-demon.el (gnus-demon-remove-handler): Use it.
124
125         * gnus.el (gnus-group-remove-parameter): Use it.
126
127         * gnus-group.el (gnus-group-make-web-group): Use it.
128
129         * gnus-demon.el (gnus-demon-remove-handler): Use it.
130
131         * nnregistry.el: Update docs to mention manual.
132
133         * gnus-registry.el: Update docs to mention nnregistry.el.
134         (gnus-registry-initialize): Don't install nnregistry refer method
135         automatically.
136         (gnus-registry-install-nnregistry): Remove it.
137
138 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * shr.el (shr-insert): Don't insert double spaces.
141
142 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * gnus-gravatar.el (gnus-treat-from-gravatar)
145         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
146         called interactively.
147
148         * gnus-art.el (gnus-mime-view-part-externally)
149         (gnus-mime-view-part-internally): Make predicate function passed to
150         gnus-mime-view-part-as-type assume argument is a mime type, not a list
151         of a mime type.
152
153         * shr.el (shr-table-widths): Don't use cl function `reduce'.
154
155 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * shr.el (require): Require cl when compiling.
158         (shr-tag-hr): New function.
159
160         * nnimap.el (nnimap-update-info): Remove double setting of high.
161         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
162         makes nnimap work properly on Courier again.
163
164         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
165         the variable for backwards compatability.
166
167         * mm-decode.el (mm-save-part): If given a non-directory result, expand
168         the file name before using to avoid setting mm-default-directory to
169         nil.
170
171         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
172         bidning gnus-agent variables.
173
174         * shr.el (shr-render-td): Use a cache for the table rendering function
175         to avoid getting an exponential rendering behaviour in nested tables.
176         (shr-insert): Rework the line-breaking algorithm.
177         (shr-insert): Don't leave trailing spaces.
178         (shr-insert-table): Also insert empty TDs.
179         (shr-tag-blockquote): Ensure paragraphs after </ul>.
180
181 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
182
183         * gnus-sum.el (gnus-number): Rename from `number'.
184         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
185         (gnus-summary-limit-children): Update uses correspondingly.
186
187 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
190         (gnus-gravatar-transform-address): Don't show avatars of people of
191         which mail addresses match gnus-gravatar-too-ugly.
192
193 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * shr.el (shr-table-widths): Expand TD elements to fill available
196         space.
197
198 2010-10-07  Julien Danjou  <julien@danjou.info>
199
200         * nnimap.el (nnimap-request-rename-group): Add this method.
201
202 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
205         name from XEmacs' function-arglist.
206
207         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
208         gravatar under XEmacs.
209
210 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
211
212         * auth-source.el: Update docs with TODO items.
213
214         * gnus-sync.el: Update docs to explain state and plans.
215
216         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
217         Hooks for mark updates.
218         (gnus-request-set-mark, gnus-request-update-mark): Use them.
219
220         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
221         hooks with arguments, which is needed for mark update hooks.
222
223 2010-10-06  Julien Danjou  <julien@danjou.info>
224
225         * gnus.el (gnus-expand-group-parameter): Only return and act on what
226         was matched.
227
228         * sieve-manage.el: Update example in `Commentary'.
229
230         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
231
232         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
233         not 2000.
234         (sieve-manage-authenticate): Re-add function.
235
236 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * shr.el (shr-insert): Get 'space transition right.
239         (shr-render-td): Only delete space at the end of the TD.
240
241         * nnimap.el (nnimap-open-connection): Prepare to support
242         open-gnutls-stream.
243
244         * shr.el: Rearrange function order to be more logical.
245
246 2010-10-06  Julien Danjou  <julien@danjou.info>
247
248         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
249         (nnrss-discover-feed): Remove 404 URL in docstring.
250
251         * nnir.el: Fix Swish-E URL.
252         Fix Namazu URL.
253
254         * message.el (message-change-subject): Remove 404 URL in a comment.
255
256 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
259         called interactively.
260
261         * gnus-util.el (gnus-remove-if): Allow hash table.
262         (gnus-remove-if-not): New function.
263
264         * gnus-art.el (gnus-mime-view-part-as-type)
265         * gnus-score.el (gnus-summary-score-effect)
266         * gnus-sum.el (gnus-read-move-group-name):
267         Replace remove-if-not with gnus-remove-if-not.
268
269         * gnus-group.el (gnus-group-completing-read):
270         Regard collection as a hash table if it is not a list.
271
272 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * shr.el (shr-render-td): Allow blank/missing <TD>s.
275
276         * shr.el: Document the table-rendering algorithm.
277
278 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
281         for Emacsen having no `libxml-parse-html-region' support.
282
283 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
286         invalid URLs.
287
288         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
289         line-broken.
290         (shr-tag-img): Ignore image fetching errors.
291         (shr-overlays-in-region): Compute overlay positions correctly.
292
293         * mm-decode.el (mm-shr): Require shr.
294
295         * gnus-art.el (gnus-blocked-images): Move variable here.
296
297         * shr.el (shr-insert-table): Bind free variable.
298
299         * mm-decode.el (mm-shr): Bind shr-content-function.
300
301         * shr.el (shr-content-function): New variable.
302
303         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
304         added for symmetry.
305
306         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
307
308         * gnus-group.el (gnus-group-make-group): Doc fix.
309
310         * nnimap.el (nnimap-request-newgroups): Return success.
311
312         * shr.el (shr-find-elements): New function.
313         (shr-tag-table): Put all the images after the table.
314         (shr-tag-table): Really inhibit images inside the table.
315         (shr-collect-overlays): Copy over overlays from the TD elements to the
316         main document.
317
318         * mm-decode.el (mm-shr): Bind shr-blocked-images to
319         gnus-blocked-images.
320
321 2010-10-05  Julien Danjou  <julien@danjou.info>
322
323         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
324
325         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
326         (gnus-html-maximum-image-size): Add this function.
327         (gnus-html-put-image): Use gnus-html-maximum-image-size.
328
329         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
330         server-value of the capability is nil.
331
332 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * shr.el (shr-tag-em): Add <EM> tag.
335
336 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
337
338         * sieve-manage.el (sieve-manage-default-stream): Make default stream
339         customizable.
340
341         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
342         handing broken links to browse-url.
343
344 2010-10-05  Julien Danjou  <julien@danjou.info>
345
346         * gnus-util.el (gnus-emacs-completing-read)
347         (gnus-iswitchb-completing-read): Use autoload rather than require.
348
349 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
352         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
353         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
354         iswitchb-temp-buflist for XEmacs.
355
356         * gnus-util.el (gnus-completing-read-function): Exclude
357         gnus-icompleting-read and gnus-ido-completing-read from candidates for
358         XEmacs since iswitchb.el is very old and ido.el is unavailable in
359         XEmacs.
360
361         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
362         not to use `delete-dups' that is unavailable in XEmacs 21.4.
363
364         * gnus-html.el: Don't require help-fns under XEmacs.
365         (gnus-html-schedule-image-fetching): Work for XEmacs.
366
367         * mm-decode.el (mm-shr): Decode contents by charset.
368
369 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
372         unknown.
373
374         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
375         (shr-get-image-data): Ensure against the cache file missing.
376
377         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
378         for data.
379
380         * spam-report.el (spam-report-url-ping-plain): Don't query about
381         killing the process.
382
383         * shr.el (shr-render-td): Protect against too-wide text.
384
385 2010-10-04  Julien Danjou  <julien@danjou.info>
386
387         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
388         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
389
390         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
391         retrieved.
392
393 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * shr.el (browse-url): Required.
396         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
397         lines.
398         (shr-show-alt-text, shr-browse-image): New commands.
399         (shr-browse-url, shr-copy-url): New commands.
400
401         * gnus-sum.el (gnus-widen-article-window): New variable.
402         (gnus-summary-select-article-buffer): Use it.
403
404         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
405         without @ signs.
406
407 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
408
409         * nnir.el (nnir-run-imap): Remove spurious space in search string.
410
411 2010-10-04  Julien Danjou  <julien@danjou.info>
412
413         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
414         for XEmacs.
415
416 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
419
420         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
421         (nnimap-close-server): Implement.
422
423         * dgnushack.el (iswitchb): Require to shut up the compiler.
424
425         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
426         (shr-insert): Tweak line breaking.
427         (shr-insert): Handle <pre> better.
428         (shr-tag-li): Get <li> indentation right.
429         (shr-tag-li): Get <li> indentation even righter.
430         (shr-tag-blockquote): Ensure paragraph start.
431         (shr-make-table): Tweak table generation.
432         (shr-make-table): Fix typo.
433
434         * shr.el: Implement table rendering.
435
436 2010-10-04  Julien Danjou  <julien@danjou.info>
437
438         * gnus-html.el (gnus-html-put-image): Fix resize image code.
439
440 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * shr.el (shr-insert): Use string anchors instead of line anchors.
443
444 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445
446         * shr.el: Add headings.
447         (shr-ensure-paragraph): Actually work.
448         (shr-tag-li): Make <ul> prettier.
449         (shr-insert): Get white space at the beginning/end of elements right.
450         (shr-tag-p): Collapse subsequent <p>s.
451         (shr-ensure-paragraph): Don't insert double line feeds after blank
452         lines.
453         (shr-insert): \t is also space.
454         (shr-tag-s): Fix "s" tag name function.
455         (shr-tag-s): Fix face prop name.
456
457 2010-10-03  Julien Danjou  <julien@danjou.info>
458
459         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
460
461         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
462         gnus-window-inside-pixel-edges.
463
464         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
465         gnus-ems.
466
467         * mm-view.el (mm-inline-image-emacs): Support image resizing.
468
469         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
470         function.
471
472         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
473         resize choice.
474
475 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
478         beginning of the buffer.
479
480         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
481         article buffer again.
482
483         * shr.el (shr-tag-p): Don't insert newlines at the start of the
484         buffer.
485
486         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
487         when it's at the start of the buffer.
488
489         * shr.el (shr-tag-blockquote): Convert name.
490         (shr-rescale-image): Use the right image-size variant.
491
492         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
493         buffer isn't shown, then select the current article first instead of
494         bugging out.
495         (gnus-summary-select-article-buffer): Show both the article and summary
496         buffers again.
497
498         * shr.el (shr-fontize-cont): Protect against regions with no text.
499         Rename tag functions to shr-tag-* for enhanced security.
500         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
501
502 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
503
504         * shr.el (shr-insert):
505         * pop3.el (pop3-movemail):
506         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
507         loaded.
508
509 2010-10-03  Glenn Morris  <rgm@gnu.org>
510
511         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
512
513         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
514
515         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
516
517         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
518
519         * gnus-util.el (gnus-make-local-hook): Simplify.
520
521 2010-10-02  Julien Danjou  <julien@danjou.info>
522
523         * gnus-util.el (gnus-iswitchb-completing-read): New function.
524         (gnus-ido-completing-read): New function.
525         (gnus-emacs-completing-read): New function.
526         (gnus-completing-read): Use gnus-completing-read-function.
527         Add gnus-completing-read-function.
528
529 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * shr.el (shr-insert-document): Autoload.
532         (shr-img): Be silent.
533         (shr-insert): Add a newline after every picture before text.
534         (shr-add-font): Use overlays for combining faces.
535         (shr-insert): Pass upwards the text start point.
536
537         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
538         possible.
539         (mm-shr): New function.
540
541 2010-10-02  Julien Danjou  <julien@danjou.info>
542
543         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
544         should go backward.
545
546 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
547
548         * shr.el (shr): Fix typo in provide call.
549
550 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * shr.el: New file.
553
554         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
555
556         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
557         completing read.
558
559 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
562         we're being queried about.  Suggested by Dan Jacobson.
563
564         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
565         by Jason Eisner.
566
567         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
568         table, too.  Suggested by Stefan Wiens.
569         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
570         the table unnecessary.  Suggested by Stefan Wiens.
571
572         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
573         longer needed, and probably doesn't work either, as pointed out by
574         Stefan Wiens.
575         (gnus-summary-exit): Remove call to the clearing function.
576         (gnus-summary-exit-no-update): Ditto.
577
578         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
579         instead of gnus-eval-in-buffer-window to avoid popping up frames.
580         Reported by Stefan Monnier.
581         (gnus-summary-save-in-rmail): Ditto.
582
583         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
584         article buffer, instead of both the article buffer and the summary
585         buffer.  Sort of suggested by Dan Jacobson.
586
587         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
588
589         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
590         Suggested by Dan Jacobson.
591
592         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
593         documentation clearer.
594
595         * message.el (message-shorten-references): Comment on the number "21".
596         Suggested by Stefan Monnier.
597
598         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
599         Suggested by Dan Jacobson.
600
601         * gnus.el (gnus-large-newsgroup): Mention
602         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
603
604         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
605         externalize attachments.  Bug reported by Steve Wen.
606
607         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
608         really message anything to the user.
609
610         * nnmail.el (nnmail-article-group): Allow using the fancy split method
611         directly.
612
613         * nnimap.el (nnimap-request-group): Low higher than high to signal no
614         messages in empty groups.
615
616 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
617
618         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
619         non-UIDNEXT group.
620
621 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
624         not the value from the collection.
625
626         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
627         values.  This sometimes happens on some groups that have no info.
628         (nnimap-request-newgroups): New function.
629
630 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
633         check into `gnus-registry-initialize'.
634         (gnus-registry-initialize): Ditto.
635         Fix and extend header docs.
636
637 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
640         regexp backtrace overflows.
641
642         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
643         for starttls that tls.el implements; i.e. openssl.
644
645         * tls.el (tls-starttls-switches): Give up on using starttls with
646         gnutls-cli.
647         (tls-program): Add --insecure to be consistent with the defaults from
648         openssl s_client.  Now all three commands are insecure.
649
650 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * lpath.el: Bind completion-styles-alist for XEmacs.
653
654         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
655         (gravatar-create-image): New function that's an alias to
656         gnus-xmas-create-image, gnus-create-image, or create-image.
657         (gravatar-data->image): Use it.
658
659 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
660
661         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
662         install the nnregistry refer method.
663         (gnus-registry-install-hooks): Use it.
664         (gnus-registry-unfollowed-groups): Add nnmairix to the default
665         unfollowed groups.
666
667 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
668
669         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
670         expanding threads.
671
672 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * nnir.el: Use the server names without suffixes (bug #7009).
675
676         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
677         unencrypted to STARTTLS, if possible.
678
679 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
680
681         * message.el (message-ignored-supersedes-headers): Strip Injection-*
682         headers before superseding.
683
684 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * nnrss.el (nnrss-use-local): Add documentation.
687
688         * nnimap.el (nnimap-extend-tls-programs): New function.
689         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
690         (nnimap-wait-for-connection): Accept the greeting from the stupid
691         output from openssl s_client -starttls, too.
692
693         * tls.el (tls-starttls-switches): New variable.
694         (tls-find-starttls-argument): Use it.
695         (open-tls-stream): Ditto.
696
697         * netrc.el (netrc-credentials): Return the value of the "default"
698         entry.
699         (netrc-machine): Ditto.
700
701         * nnimap.el (nnimap-find-article-by-message-id): Really return the
702         article number.
703         (nnimap-split-fancy): New variable.
704         (nnimap-split-incoming-mail): Use it.
705
706         * nntp.el (nntp-server-list-active-group): Document.
707
708         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
709         SELECT to get the message-id.
710
711         * mail-source.el (mail-sources): Removed webmail support.
712         (defvar): Ditto.
713         (mail-source-fetcher-alist): Ditto.
714         (mail-source-fetch-webmail): Removed.
715
716         * webmail.el: Removed -- doesn't seem relevant any more.
717
718         * gnus.el: Fix up make-obsolete-variable declarations throughout.
719
720         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
721         the \r.
722
723 2010-09-30  Julien Danjou  <julien@danjou.info>
724
725         * gnus-agent.el (gnus-agent-add-group): Fix call to
726         gnus-completing-read.
727
728 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729
730         * nndoc.el (nndoc-retrieve-groups): New function.
731
732         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
733         `default', use nnmail-split-methods.
734         (nnimap-request-article): Downcase the NILs so that they are nil.
735
736         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
737         symbol.
738
739         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
740         code, since if the user has requested network, that's what they ought
741         to get.
742         (nnimap-request-set-mark): Erase the buffer before issuing commands.
743         (nnimap-split-rule): Mark as obsolete.
744
745         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
746         variable.
747
748         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
749         correct slot, too.
750
751 2010-09-29  Julien Danjou  <julien@danjou.info>
752
753         * gnus.el (gnus-local-domain): Declare variable obsolete.
754
755         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
756         computing.
757         (gnus-ido-completing-read): Require ido.
758
759 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-registry.el: Don't prompt on load, which makes it impossible to
762         build Gnus.
763
764         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
765         when interpreting the structures.
766         (nnimap-request-accept-article): Add \r\n to the lines to make this
767         work with Cyrus.
768
769         * nndraft.el (nndraft-request-expire-articles): Use the group name
770         instead if "nndraft".  Fix found by Nils Ackermann.
771
772 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
773
774         * nnregistry.el: Added.
775
776 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
777
778         * nnmail.el (group, group-art-list, group-art):
779         Remove unneeded directives.
780
781 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
784         (mm-mime-charset)
785         * rfc2047.el (rfc2047-syntax-table)
786         * utf7.el (utf7-utf-16-coding-system): Comment fix.
787
788         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
789         rather than `insert-file-contents' and `eval-region'.
790
791         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
792         construction.
793
794         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
795
796         * time-date.el: No need to require cl for Emacs 21.
797
798 2010-09-29  Julien Danjou  <julien@danjou.info>
799
800         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
801         replacement of `gnus-gravatar-relief' to mimic
802         `gnus-faces-properties-alist'.
803         Add :version property.
804
805 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * mail-source.el (mail-source-report-new-mail)
808         * message.el (message-default-mail-headers)
809         * mm-decode.el (mm-valid-image-format-p): Comment fix.
810
811         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
812
813 2010-09-28  Julien Danjou  <julien@danjou.info>
814
815         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
816         mail-address contains the same string as real-name.
817
818         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
819         non-blank in header, otherwise it'll get stripped.
820
821         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
822         real-name, and then for mail address rather than doing : or , search.
823
824 2010-09-27  Julien Danjou  <julien@danjou.info>
825
826         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
827         (gnus-server-goto-server): Use gnus-completing-read.
828
829         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
830
831         * mm-util.el (defalias): Use gnus-completing-read.
832         (mm-codepage-setup): Use gnus-completing-read.
833
834         * smime.el (smime-sign-buffer): Use gnus-completing-read.
835         (smime-decrypt-buffer): Use gnus-completing-read.
836
837         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
838
839         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
840         (mml-minibuffer-read-disposition): Use gnus-completing-read.
841         (mml-insert-multipart): Use gnus-completing-read.
842
843         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
844
845         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
846
847         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
848
849         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
850
851         * gnus.el (gnus-read-method): Use gnus-completing-read.
852
853         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
854
855         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
856         (gnus-mime-action-on-part): Use gnus-completing-read.
857         (gnus-article-encrypt-body): Use gnus-completing-read.
858
859         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
860         (gnus-topic-move-matching): Use gnus-completing-read.
861         (gnus-topic-copy-matching): Use gnus-completing-read.
862         (gnus-topic-sort-topics): Use gnus-completing-read.
863         (gnus-topic-move): Use gnus-completing-read.
864
865         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
866         (gnus-agent-add-group): Use gnus-completing-read.
867
868         * nnmairix.el (nnmairix-create-server-and-default-group): Use
869         gnus-completing-read.
870         (nnmairix-update-groups): Use gnus-completing-read.
871         (nnmairix-get-server): Use gnus-completing-read.
872         (nnmairix-backend-to-server): Use gnus-completing-read.
873         (nnmairix-goto-original-article): Use gnus-completing-read.
874         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
875
876         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
877
878         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
879         (gnus-group-make-useful-group): Use gnus-completing-read.
880         (gnus-group-make-web-group): Use gnus-completing-read.
881         (gnus-group-add-to-virtual): Use gnus-completing-read.
882         (gnus-group-browse-foreign-server): Use gnus-completing-read.
883
884         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
885         (gnus-summary-limit-to-extra): Use gnus-completing-read.
886         (gnus-summary-execute-command): Use gnus-completing-read.
887         (gnus-summary-respool-article): Use gnus-completing-read.
888         (gnus-read-move-group-name): Use gnus-completing-read.
889
890         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
891         (gnus-summary-score-effect): Use gnus-completing-read.
892
893         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
894
895         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
896         right completing-read function.
897         (gnus-use-ido): New variable
898         (gnus-completing-read-with-default): Remove.
899
900 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
903         x-focus-frame.
904
905         * nnimap.el (auth-source-forget-user-or-password)
906         (auth-source-user-or-password): Autoload.
907
908         * message.el (message-from-style, message-interactive)
909         (message-cite-prefix-regexp, message-sendmail-envelope-from)
910         (message-yank-prefix, message-indentation-spaces, message-signature)
911         (message-signature-file): Add comment.
912
913 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
916         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
917         new articles.
918
919         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
920         parts.
921         (nnimap-request-article): Work with the t setting, too.
922
923         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
924         that you don't get flashes of other buffers.
925         (gnus-summary-show-complete-article): Intern before setting.
926
927 2010-09-27  David Engster  <dengste@eml.cc>
928
929         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
930         well as HEADERS.
931         (nnmairix-retrieve-headers): Provide new argument for the above.
932
933 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-sum.el (gnus-summary-move-article): Don't alter
936         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
937         group.
938
939         * nnimap.el (nnimap-update-info): Don't destructively alter active.
940
941         * message.el (message-cite-prefix-regexp): Revert my last edit.
942
943         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
944         variable instead of the Gnus variable.
945
946         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
947
948         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
949         again.
950
951         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
952         since some servers don't like it.
953         (nnimap-open-connection): Forget credentials if the server says the
954         password was wrong.
955         (nnimap-parse-line): Protect against invalid data.
956
957         * gnus-sum.el (gnus-summary-move-article): Add comment.
958         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
959         nothing alters it while scanning for new messages.
960
961         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
962         which may or may not help.
963         (nnimap-open-connection): If we're doing a stream connection, and then
964         discover we're on a STARTTLS-capable server, then open a STARTTLS
965         connection instead.
966
967 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * nnimap.el (utf7): Required.
970
971         * message.el (message-cite-prefix-regexp): Remove "}" from citation
972         prefix.
973
974 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
975
976         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
977
978 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * nnimap.el (nnimap-request-accept-article): Message the error on
981         error.
982
983 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
986
987 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * nndoc.el (nndoc-request-list): Return success always.
990
991         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
992         `fetch-old' -- we only want to fetch the articles we've requested.  The
993         rest are in the agent, probably.
994         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
995         disappeared server" to something low.  It's not important.
996
997         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
998         arrived before the FETCH data.
999
1000         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1001         target here, because we don't know the Gnus name of the group.
1002
1003         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1004         for the correct group.
1005
1006         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1007
1008         * gnus.el (gnus): Give a final warning after startup.
1009
1010         * gnus-util.el (gnus-action-message-log): New variable.
1011         (gnus-message): Use it.
1012         (gnus-final-warning): New function.
1013
1014         * nnimap.el (nnimap-open-connection): Record the greeting.
1015         (nnimap): Add greeting.
1016
1017 2010-09-26  Julien Danjou  <julien@danjou.info>
1018
1019         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1020         arguments.
1021         (gnus-html-wash-images): Fix spec computing to include start/end.
1022
1023         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1024
1025 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1028         deletion.
1029         (nnimap-retrieve-headers): Don't select the group, because that's
1030         already done by nnimap-possibly-change-group.
1031
1032         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1033         (gnus-picon-transform-address): Use it.
1034
1035         * mail-source.el (mail-source-value): Revert previous patch.
1036
1037         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1038         on failure.
1039         (nnimap-open-connection): Look up both virtual and physical server name
1040         credentials.
1041
1042         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1043
1044 2009-02-07  Dave Love  <fx@gnu.org>
1045
1046         * tls.el (open-tls-stream): Don't query killing process.
1047
1048 2009-02-08  Dave Love  <fx@gnu.org>
1049
1050         * gnus-win.el (gnus-window-to-buffer-helper,
1051         gnus-all-windows-visible-p): Function needn't be a symbol.
1052
1053         * mail-source.el (mail-source-value): Function needn't be a symbol.
1054
1055 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * message.el (message-cite-prefix-regexp): Remove } from the cite
1058         prefix.
1059
1060         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1061         highlight again, so that the highlight is correct.
1062
1063         * gnus-picon.el (gnus-picon): Remove again.
1064         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1065
1066         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1067         doing the header highlightling, so that the background colour of the
1068         picon is correct.
1069
1070         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1071         (gnus-picon): Ditto.
1072         (gnus-picon): Reinstate.  The background colour for picons is white.
1073         (gnus-picon-insert-glyph): Make the background white.
1074
1075         * nnml.el (nnml-open-nov): Don't return dead buffers.
1076
1077         * auth-source.el (auth-source-create): Query the user for whether to
1078         store the credentials.
1079
1080         * netrc.el (netrc-store-data): New function.
1081
1082         * auth-source.el (auth-source-user-or-password): Use the existing auth
1083         sources, if any, for creation.
1084
1085         * gnus.el (gnus-group-fast-parameter): Return the last matching
1086         parameter instead of the first matching parameter.
1087
1088 2010-09-26  Julien Danjou  <julien@danjou.info>
1089
1090         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1091
1092 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * mml2015.el (mml2015-use): Remove gpg support.
1095
1096         * mml1991.el (mml1991-function-alist): Remove gpg function.
1097         (mml1991-gpg-sign): Removed.
1098
1099 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1100
1101         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1102         (gnus-browse-unsubscribe-current-group): Document it.
1103         (gnus-browse-unsubscribe-group): Use it.
1104
1105 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1108         address to the To list for easier response.
1109
1110         * gnus.el (gnus-play-startup-jingle): Removed.
1111         (gnus-splash): Don't play jingle.
1112         (gnus): Silence gnus-load message.
1113
1114         * gnus-art.el (gnus-treat-play-sounds): Removed.
1115
1116         * gnus.el (gnus-play-jingle): Remove audio support.
1117
1118         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1119
1120         * earcon.el: Removed -- no users.
1121
1122         * gnus-audio.el: Removed -- no users of this package.
1123
1124         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1125
1126         * gnus-start.el (gnus-setup-news): Remove nocem support.
1127
1128         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1129
1130         * gnus.el (gnus-use-nocem): Removed.
1131
1132         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1133         Removed.
1134
1135         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1136         uses NoCeM any more.
1137
1138         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1139         (gnus-button-ctan-handler): Ditto.
1140         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1141         (gnus-button-ctan-directory-regexp): Ditto.
1142         (gnus-button-handle-ctan): Ditto.
1143         (gnus-button-tex-level): Ditto.
1144         (gnus-button-alist): Removed CTAN stuff.
1145
1146 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1149         nnimap-streaming test.
1150
1151         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1152         servers twice.
1153
1154         * nnimap.el (nnimap-open-connection): Add more error reporting when
1155         nnimap fails early.
1156
1157         * nnheader.el (nnheader-get-report-string): New function.
1158         (nnheader-get-report): Use it.
1159
1160         * gnus-int.el (gnus-check-server): Say what the error was when opening
1161         failed.
1162
1163         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1164         using streaming.
1165
1166 2010-09-25  Julien Danjou  <julien@danjou.info>
1167
1168         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1169         gnus-window-inside-pixel-edges.
1170
1171 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1174
1175         * mm-decode.el (mm-save-part): Allow saving to other directories the
1176         normal Emacs way.
1177
1178         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1179         by Jay Berkenbilt.
1180
1181         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1182         there isn't a single byte.
1183
1184         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1185         just do it.  It doesn't really seem to matter what the user responds
1186         here, I think, so it's just a confusing question.
1187
1188         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1189         non-streaming case.
1190
1191         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1192         (gnus-article-encrypt-body): Use it.
1193
1194         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1195         keystroke.
1196
1197         * nnimap.el (nnimap-find-wanted-parts-1): Use
1198         gnus-fetch-partial-articles.
1199
1200         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1201
1202         * nnimap.el (nnimap-insert-partial-structure): New function.
1203         (nnimap-get-partial-article): New function.
1204         (nnimap-request-article): Use it.
1205         (nnimap-wait-for-response): Return whether the wait was successful.
1206         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1207         retrieval wasn't successful.
1208         (nnimap-retrieve-group-data-early): Allow throttling servers.
1209         (nnimap-streaming): New variable.
1210         (nnimap-fetch-partial-articles): Removed.
1211
1212         * mm-decode.el (mm-with-part): Protect against killed buffers.
1213
1214         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1215         for prettier summary display.
1216
1217 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1218
1219         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1220         directly.
1221
1222 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1225         apparently third-party libraries depend on it.
1226
1227         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1228         before starting negotiation.
1229
1230         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1231         privacy reasons.
1232         (gnus-treat-mail-gravatar): Ditto.
1233
1234         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1235         buffer when inserting images.  Inserting text into the headers, for
1236         instance, can make them invalid.
1237
1238 2010-09-25  Julien Danjou  <julien@danjou.info>
1239
1240         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1241         variables.
1242
1243         * nnheader.el: Remove useless variables news-reply-yank-from and
1244         news-reply-yank-message-id.
1245
1246         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1247         variables.
1248
1249         * mml1991.el: Remove useless mml1991-verbose.
1250
1251         * gnus.el: Remove useless variable gnus-use-generic-from.
1252         Remove obsolete variable gnus-topic-indentation.
1253
1254         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1255
1256         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1257
1258         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1259
1260         * gnus-group.el: Remove useless gnus-group-icon-cache.
1261         Remove useless gnus-ephemeral-group-server.
1262
1263         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1264
1265         * mml2015.el: Remove useless mml2015-verbose.
1266
1267         * mml-smime.el: Remove useless mml-smime-verbose.
1268
1269         * gnus.el: Remove useless gnus-local-domain.
1270
1271         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1272         gnus-gravatar-size.
1273
1274         * gnus-art.el: Remove useless gnus-treat-translate.
1275
1276 2010-09-24  Julien Danjou  <julien@danjou.info>
1277
1278         * gnus-sum.el: Add support for Gravatars.
1279
1280         * gnus-art.el: Add support for Gravatars.
1281
1282         * gnus-gravatar.el: Add this file.
1283
1284         * gravatar.el: Add this file.
1285
1286 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1289
1290         * gnus-group.el (gnus-group-fetch-faq): Removed.
1291
1292         * gnus.el (gnus-group-faq-directory): Removed.
1293
1294         * gnus-group.el (gnus-group-fetch-charter): Removed.
1295
1296         * gnus.el (gnus-group-charter-alist): Removed.
1297
1298         * gnus-group.el (gnus-group-archive-directory): Removed.
1299         (gnus-group-recent-archive-directory): Ditto.
1300         (gnus-group-make-archive-group): Removed.
1301
1302         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1303
1304         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1305         use the same article number for all the cached articles.
1306
1307         * nnimap.el (nnimap-command): Register the last command time so
1308         that we can use it for idling NOOPs.
1309         (nnimap-open-connection): Start the keeplive timer.
1310         (nnimap-make-process-buffer): Store all the process buffers.
1311         (nnimap-keepalive): New function.
1312
1313         * starttls.el: (starttls-open-stream): Add autoload cookie.
1314
1315 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1316
1317         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1318         handling.
1319
1320 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1323         its data structures.
1324
1325         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1326         instead of the cl.el copy-list.
1327         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1328         equalp.
1329
1330 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1333         and tool-bar-local-item-from-menu.
1334
1335         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1336         mode-line-highlight face for Emacs.
1337
1338         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1339         loading gnus-sum.elc; fix comment for canlock-verify.
1340         (gnus-article-jump-to-part): Use read-number.
1341         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1342         Emacs pre-21 compatible code for help-echo.
1343         (gnus-article-next-page-1): No need to adjust the number of lines.
1344         (gnus-article-describe-bindings): Always use help-buffer.
1345
1346         * gnus-audio.el (gnus-audio-inline-sound)
1347         * gnus-cus.el (gnus-custom-mode)
1348         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1349
1350         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1351
1352         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1353         compatible code.
1354
1355 2010-09-24  Glenn Morris  <rgm@gnu.org>
1356
1357         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1358         visiting the fcc file in rmail-mode.
1359
1360         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1361
1362 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * nnir.el: Silence the byte compiler.
1365
1366         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1367         alias to browse-url-url-encode-chars if any.
1368         (gnus-html-encode-url): Use it.
1369
1370 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * gnus-start.el (gnus-use-backend-marks): New variable.
1373         (gnus-get-unread-articles-in-group): Use it.
1374
1375         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1376         makeover.
1377
1378 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1379
1380         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1381
1382 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1383
1384         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1385         Removed.
1386         (gnus-setup-news-hook): Removed
1387         gnus-fixup-nnimap-unread-after-getting-new-news.
1388
1389         * gnus-int.el (gnus-request-update-info): Protect against backends not
1390         having the function.
1391
1392         * nnimap.el (nnimap-stream): Mention starttls.
1393         (nnimap-open-connection): Add starttls support.
1394
1395 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1396
1397         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1398
1399 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1402         BODYSTRUCTUREs.
1403         (nnimap-transform-headers): Unfold quoted {42} headers.
1404
1405         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1406         the info.
1407         (gnus-get-unread-articles): Only call updatep on backends that support
1408         it.
1409
1410         * nnweb.el (nnweb-request-update-info): NOOP.
1411
1412         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1413
1414         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1415         since it only deals with marks.
1416
1417         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1418         gnus-request-marks, and make a new gnus-request-update-info.
1419
1420         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1421         the active instead of the high number, which is usually too low.
1422
1423 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1426         * encrypt.el: Removed.
1427
1428 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1431         server in symbolic form.
1432
1433         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1434         0.9.
1435
1436 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1439         (nnimap-update-info): Fix up code slightly.
1440
1441         * gnus-int.el (gnus-open-server): Add tracing for performance
1442         debugging.
1443
1444         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1445         (gnus-group-insert-group-line): Pass the real group name so that it
1446         gets the right data.
1447
1448         * gnus-start.el (gnus-get-unread-articles): Don't have
1449         `gnus-get-unread-articles-in-group' update info, since that can be
1450         really slow and doesn't seem to be needed?
1451
1452 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1453
1454         * time-date.el (date-to-time): Try using parse-time-string first before
1455         using the slower timezone-make-date-arpa-standard.
1456
1457 2010-09-22  Julien Danjou  <julien@danjou.info>
1458
1459         * gnus-group.el (gnus-group-insert-group-line): Call
1460         gnus-group-highlight-line.
1461         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1462         default hook list.
1463         (gnus-group-update-eval-form): Add new function.
1464         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1465         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1466
1467 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1470         immediate, then expire all articles.
1471         (nnimap-update-info): Fix off-by-one errors.
1472         (nnimap-flags-to-marks): Would return no marks lists for group with no
1473         flags.  Instead return the other data.
1474
1475 2010-09-22  Julien Danjou  <julien@danjou.info>
1476
1477         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1478         Only return an icon.
1479         (gnus-group-insert-group-line): Compute icon to return.
1480
1481         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1482         variable.
1483         (gnus-html-image-fetched): Only cache if
1484         gnus-html-image-automatic-caching is set.
1485         (gnus-html-image-fetched): Check for errors.
1486
1487 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1490         once per method on `g'.  This ensures that backends like nnfolder don't
1491         open all their folders.
1492
1493         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1494         (nnimap-request-list): Nix out group in the correct buffer.
1495         (nnimap-parse-flags): Implement by using `read' instead of
1496         hand-parsing.
1497         (nnimap-flags-to-marks): Pass on permanent-flags.
1498         (nnimap-make-process-buffer): Record the server name.
1499         (nnimap-parse-flags): Fix typo.
1500         (nnimap-request-scan): Run split on the server in general, not just a
1501         single group.
1502
1503         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1504         parameter, and propagate this downwards.
1505
1506         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1507         since EXAMINE changes it on the server.
1508
1509         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1510         this command might take a while.
1511
1512 2010-09-22  Julien Danjou  <julien@danjou.info>
1513
1514         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1515         harmful if you have 2 images side-by-side, they can't be properly
1516         update on text deletion.  Using text-property is safer here.
1517         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1518         data.
1519
1520 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * nnimap.el (nnimap-expunge-inbox): Removed.
1523         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1524         (nnimap-expunge): Flip default to t.
1525
1526         * gnus.el (gnus-method-to-server): Don't push things to the cache
1527         unless it's unique.
1528         (gnus-server-to-method): Ditto.
1529
1530 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1531
1532         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1533
1534 2010-09-22  Julien Danjou  <julien@danjou.info>
1535
1536         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1537         get the start of data.
1538         (gnus-html-encode-url): Add this function to encode special chars in
1539         URL.
1540         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1541         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1542
1543         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1544         default.
1545         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1546
1547         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1548         images alt-text.
1549         (gnus-html-put-image): Put alt-text as help-echo.
1550
1551 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1554         * mm-util.el (mm-decompress-buffer)
1555         * nnir.el (nnir-run-find-grep)
1556         * pop3.el (pop3-list): Use 3rd arg of split-string.
1557
1558         * time-date.el (format-seconds): Comment fix.
1559
1560         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1561         and byte-optimize-form-code-walker.
1562         (dgnushack-make-auto-load): Don't advise make-autoload.
1563
1564         * lpath.el: Remove Emacs 21 stuff.
1565
1566 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1569         outside the active range.  Suggested by Dan Christensen.
1570
1571         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1572         slightly later to avoid double-getting it.
1573
1574         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1575         previous patch.
1576
1577         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1578
1579 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1580
1581         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1582
1583 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * gnus-int.el (gnus-open-server): Give a better error message in the
1586         "go offline" case.
1587
1588         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1589         marks for nnimap, which is seldom the right thing to do.
1590
1591         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1592         (gnus-same-method-different-name): New function.
1593
1594         * nnimap.el (parse-time): Require.
1595
1596         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1597         method in the presence of many similar methods.
1598
1599         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1600
1601         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1602         nnml-inhibit-expiry.
1603
1604         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1605         find out whether methods are equal.
1606
1607         * nnimap.el (nnimap-find-expired-articles): New function.
1608         (nnimap-process-expiry-targets): New function.
1609         (nnimap-request-move-article): Request the article before looking at
1610         what the Message-ID is.  Fix found by Andrew Cohen.
1611         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1612
1613         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1614         for oldness in addition to being a predicate.
1615
1616         * nnimap.el (nnimap-request-group): When we have zero articles, return
1617         the right data to Gnus.
1618         (nnimap-request-expire-articles): Only delete articles immediately if
1619         the target is 'delete.
1620
1621         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1622         method, this would bug out.
1623
1624         * gnus-group.el (gnus-group-expunge-group): Renamed from
1625         gnus-group-nnimap-expunge, and implemented as a normal interface
1626         function.
1627
1628         * gnus-int.el (gnus-request-expunge-group): New function.
1629
1630         * nnimap.el (nnimap-request-create-group): Implement.
1631         (nnimap-request-expunge-group): New function.
1632
1633 2010-09-21  Julien Danjou  <julien@danjou.info>
1634
1635         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1636         (gnus-html-cache-expired): Add new function.
1637         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1638         wethever we should display image for fetch it.
1639         Compute alt-text earlier to pass it to the fetching function too.
1640         (gnus-html-schedule-image-fetching): Change function argument to only
1641         get one image at a time, not a list.
1642         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1643         cache.
1644         (gnus-html-get-image-data): New function to retrieve image data from
1645         cache.
1646         (gnus-html-put-image): Change buffer argument to use image data rather
1647         than file, and place image above region rather than inserting a new
1648         one. Do not take alt-text as argument, since it's useless now: we place
1649         the image above alt-text.
1650         (gnus-html-prune-cache): Remove.
1651         (gnus-html-show-images): Start to fetch image when we find one, do not
1652         push into a temporary list.
1653         (gnus-html-prefetch-images): Only fetch image if they have expired.
1654         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1655         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1656
1657 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1660
1661 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1664         spec inser "*" if the group isn't active instead of 0.
1665
1666         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1667         opening the server.
1668         (nnimap-request-delete-group): Implement group deletion.
1669         (nnimap-transform-headers): Return the size of the entire message in
1670         the Bytes header, not just the size of the first part.
1671         (nnimap-request-move-article): When moving an article from nnimap,
1672         request the article first so the accepting form has an article to
1673         accept.  Reported by Dan Christensen.
1674         (nnimap-command): Make sure that the error message doesn't error out.
1675
1676 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1677
1678         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1679         we haven't requested anything.
1680
1681 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1684         "".  Fix found by Andrew Cohen.
1685
1686         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1687         instead of -encode-string.
1688
1689 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1692
1693         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1694         by mm-subst-char-in-string.
1695
1696 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1699         waiting for the connection string.
1700
1701         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1702         arriving.
1703
1704         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1705         bogus characters.  This allows selecting certain Gmail groups.
1706
1707         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1708         (nnimap-fetch-partial-articles): New variable.
1709         (nnimap-open-connection): When looking for credentials, also use the
1710         nnimap-server-port.
1711         (nnimap-request-article): Return the group/article number, so that Gnus
1712         `^' works as expected.
1713         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1714         them.
1715
1716         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1717         comments.
1718         (gnus-methods-sloppily-equal): New function.
1719         (gnus): When using the development version of Gnus, load the gnus-load
1720         file.
1721
1722         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1723         `gnus-open-server' on each method before trying to scan them etc.  This
1724         ensures that all the backend parameters are set correctly.
1725
1726         * nnimap.el (nnimap-authenticator): New variable.
1727         (nnimap-open-connection): Allow anonymous login.
1728         (nnimap-transform-headers): The chars header is called Chars not
1729         Bytes.
1730         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1731         drops.
1732
1733         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1734         patch, found by Knut Anders Hatlen.
1735
1736 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1737
1738         * gnus-agent.el (gnus-agent-batch-confirmation)
1739         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1740         to gnus-message.
1741         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1742         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1743         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1744         * gnus-int.el (gnus-open-server): Likewise.
1745         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1746         (gnus-score-check-syntax): Likewise.
1747         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1748         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1749         Likewise.
1750         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1751
1752 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1755         calling conventions so that prefetch doesn't bug out.
1756
1757 2010-09-19  Julien Danjou  <julien@danjou.info>
1758
1759         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1760         rather than `subst-char-in-region' in order to be able to replace ASCII
1761         char by UTF-8 ones.
1762
1763         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1764         than curl.
1765         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1766         the right URL and ALT text on images.
1767         (gnus-html-wash-tags): Fix tag case.
1768         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1769         (gnus-article-html): Add -o display_ins_del=2 option.
1770         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1771
1772 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1775         the extra mail headers, which sometimes seem to happen for unknown
1776         reasons.
1777
1778         * mail-parse.el (mail-header-encode-parameter): Define as
1779         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1780         (or most, perhaps?) mail readers don't understand the latter, but do
1781         understand the former.
1782
1783         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1784         to nil, so that no methods are automatically agentized.  I think this
1785         is probably what most users want.
1786
1787         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1788         from url-retrieve, for instance about invalid URLs.
1789
1790         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1791         groups that have no articles.
1792         (nnimap-request-article): Check that we really got an article when we
1793         requested one.
1794
1795         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1796         doesn't exist.
1797
1798         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1799         nntp buffer so the agent can save it.
1800         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1801         that CRLF doesn't get translated to \n.
1802         (nnimap-open-connection): Don't make 'shell commands only send \n.
1803
1804 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1805
1806         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1807         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1808         Update var name.
1809         (nnml-generate-nov-file): Use dolist.
1810         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1811         Use with-current-buffer.
1812
1813 2010-09-18  Julien Danjou  <julien@danjou.info>
1814
1815         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1816         parallel.
1817
1818 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1821         the range update right.
1822         (nnimap-request-group): Don't make `M-g' bug out on group with no
1823         marks.
1824         (nnoo): Required, so that other packages can require nnimap.
1825         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1826         command we're looking for.  This helps when the server sends more
1827         responses after we've gotten everything we expected.
1828         (nnimap): Add a `newlinep' field to keep track of end-of-line
1829         conventions.
1830         Don't send CRLF to things that don't want it.
1831         (nnimap-request-accept-article): Ditto.
1832
1833 2010-09-18  Julien Danjou  <julien@danjou.info>
1834
1835         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1836         than curl to retrieve images.
1837
1838 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1841         the marks.
1842         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1843         (nnimap-wait-for-connection): New function.
1844         (nnimap-open-connection): If we have PREAUTH, don't query for login
1845         credentials.
1846         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1847         when doing a partial update.
1848
1849 2010-09-18  Julien Danjou  <julien@danjou.info>
1850
1851         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1852         tags.
1853
1854 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * nnimap.el (nnimap-credentials): New function.
1857         (nnimap-open-connection): Use the new function to look for credentials
1858         also on the numeric equivalents of "imap" and "imaps".
1859
1860         * gnus-start.el (gnus-activate-group): Send the info to
1861         gnus-request-group.
1862
1863         * nnimap.el (nnimap-request-group): Have the "check" version of the
1864         function parse flags and update the info, so that a `M-g' get a total
1865         resync of all flags from the group.
1866
1867         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1868         to allow backends to alter the info on group selection.  Also alter all
1869         the backend -request-group functions to take the parameter.
1870
1871         * nnimap.el (nnimap-store-info): New function.
1872         (nnimap-update-info): Store the info for later usage.
1873         (nnimap-request-group): Use the stored info for the dont-check case, so
1874         that we don't retrieve all marks when we enter a group.
1875
1876         * nnimap.el: Use deffoo instead of defun for interface functions.
1877
1878         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1879         update the group info.  This makes the nndraft groups, for instance, go
1880         back to their old behaviour.
1881
1882         * gnus-sum.el (gnus-select-newsgroup): Indent.
1883
1884         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1885         in.
1886         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1887         nothing.
1888
1889         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1890         from methods that are denied.
1891
1892         * gnus-int.el (gnus-method-denied-p): New function.
1893
1894         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1895         store the password instead of netrc.
1896         (nnimap-open-connection): Don't error out when we can't make a
1897         connections.
1898
1899         * auth-source.el (auth-source-create): In the password prompt, say what
1900         we're querying for.  Also prompt for user name if that hasn't been
1901         given.
1902
1903         * nnimap.el (nnimap-with-process-buffer): Removed.
1904
1905 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1908         method when we're reading from the agent.
1909
1910         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1911
1912         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1913         that's probably most useful for users.
1914
1915         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1916         "failed" all the time.
1917
1918         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1919         ...)) with (with-current-buffer ... ).
1920
1921         * nntp.el (nntp-open-server): Return whether the open was successful or
1922         not.
1923
1924         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1925         select an unread unseen article first.
1926
1927         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1928         /etc/services, supply some sensible port defaults.
1929
1930         * dgnushack.el: Define netrc-credentials.
1931
1932 2010-09-17  Julien Danjou  <julien@danjou.info>
1933
1934         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1935
1936 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1937
1938         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1939         doesn't have any parameters.
1940
1941 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1944         only upcased checks.
1945
1946         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1947
1948         * nnimap.el (nnimap-open-shell-stream): New function.
1949         (nnimap-open-connection): Use it.
1950         (nnimap-transform-headers): Get the number of lines in each message.
1951         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1952         number of lines.
1953         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1954         problem.
1955
1956         * utf7.el (utf7-encode): Autoload.
1957
1958         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1959         to allow the mail splitting to not return a default group.  This is
1960         useful for nnimap, which will leave unmatched mail in the inbox.
1961
1962         * nnimap.el: Rewritten.
1963
1964         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1965         nnimap usage.
1966
1967         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1968         if the move is internal, so that nnimap can do fast internal moves.
1969
1970         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1971         data.
1972         (gnus-read-active-for-groups): Support finishing the early retrieval of
1973         data.
1974
1975         * gnus-range.el (gnus-range-nconcat): New function.
1976
1977         * gnus-int.el (gnus-finish-retrieve-group-infos)
1978         (gnus-retrieve-group-data-early): New functions.
1979
1980 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1981
1982         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1983         (nnrss-retrieve-groups):
1984         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1985         (pop3-quit): Use with-current-buffer.
1986
1987 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1990         instead of nnheader-accept-process-output.
1991
1992         * dgnushack.el (dgnushack-compile): Add comment.
1993
1994         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1995
1996         * gnus-html.el (gnus-html-schedule-image-fetching)
1997         (gnus-html-prefetch-images): Replace process-kill-without-query by
1998         gnus-set-process-query-on-exit-flag.
1999
2000 2010-09-16  Romain Francoise  <romain@orebokech.com>
2001
2002         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2003
2004 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2007         parameter to unintern is mandatory-ish in Emacs 24.
2008
2009         * gnus-html.el (gnus-html-schedule-image-fetching)
2010         (gnus-html-prefetch-images): Check for curl before using it.
2011
2012         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2013         depend on curl, which isn't essential.
2014
2015         * imap.el: Revert back to version
2016         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2017         seem problematic.
2018
2019 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2020
2021         * gnus-registry.el (gnus-registry-install-shortcuts):
2022         Explicitly pass `obarray' to `unintern' to avoid a warning.
2023
2024 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2027         change.
2028
2029         * nnrss.el (nnrss-request-list): Removed this function and related
2030         functions, including the moreover stuff.
2031
2032 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * nnrss.el (nnrss-retrieve-groups): New function.
2035
2036 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2037
2038         * .dir-locals.el: Add no-byte-compile cookie.
2039
2040 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * time-date.el (format-seconds): Comment fix.
2043
2044         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2045         for back end that doesn't support request-scan.
2046
2047 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2050         then do request scans from the backends.
2051
2052         * netrc.el (netrc-credentials): New conveniency function.
2053
2054         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2055         avoid running a hook per line, since this takes a lot of time,
2056         profiling shows.
2057         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2058         directly if gnus-visual-p is true.
2059
2060 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2063         groups; replace mapcar with dolist which is a bit faster; pass groups
2064         info to gnus-read-active-file-1.
2065         (gnus-read-active-file-1): Scan only specified groups if the new
2066         optional arg `infos' is given.
2067
2068 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2071
2072         * pop3.el (pop3-movemail): Removed.
2073         (pop3-streaming-movemail): Renamed to pop3-movemail.
2074
2075         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2076         don't restrict end-tag searches to the end of the line.
2077
2078 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2081         articles of every unchecked group to t, which means unknown since the
2082         server has never been opened.
2083
2084 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-html.el (gnus-html-show-alt-text): New command.
2087         (gnus-html-browse-image): Ditto.
2088         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2089         to browse the image directly.
2090         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2091         better.
2092
2093         * gnus-async.el (gnus-async-article-callback): Call
2094         `gnus-html-prefetch-images' unconditionally.
2095
2096         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2097         before feeding URLs to curl.
2098
2099 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2102         internal images as deletable by `W D D'.
2103
2104         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2105         (gnus-async-article-callback): Fix typo.
2106
2107 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2110         current line to work around bugs in the output from w3m.
2111
2112         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2113         for groups that want that.
2114
2115         * nntp.el (nntp-wait-for-string): Supply a timeout for
2116         accept-process-output to ensure progress.
2117
2118         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2119         level to get unread articles from, then use that for foreign groups,
2120         too.
2121
2122         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2123         confuses the rest of the function.
2124
2125         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2126         for the methods that support -retrieve-groups, too.
2127
2128         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2129
2130 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2133         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2134
2135         * pop3.el: Require cl when compiling.
2136         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2137
2138 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2141         that aren't going to be activated.
2142         (gnus-get-unread-articles): Fix up the last commit.
2143
2144         * gnus-html.el (gnus-article-html): Allow calling without specifying
2145         the handle.  In that case, dissect the buffer first.
2146
2147         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2148
2149         * nnimap.el (nnimap-open-connection): Revert the change that would look
2150         into authinfo for imaps instead of imap.
2151
2152         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2153         say that you don't want to call gnus-request-group with don-check, but
2154         do check the reponse.  This is for virtual groups only.
2155         (gnus-get-unread-articles): Count the archive groups as secondary, so
2156         that they're activated the same way as before.
2157
2158         * imap.el (imap-message-map): Removed optional buffer parameter, since
2159         no callers use it.
2160         (imap-message-get): Ditto.
2161         (imap-message-put): Ditto.
2162         (imap-mailbox-map): Ditto.
2163         (imap-mailbox-put): Ditto.
2164         (imap-mailbox-get): Ditto.
2165         (imap-mailbox-get): Revert last change for this function.
2166
2167         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2168         case-insensitively.
2169         (nnimap-debug): Removed.
2170
2171         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2172         to use `imap-fetch' instead.  According to the comments, this should be
2173         safe, since all other IMAP clients use the 1:* syntax.
2174         (imap-enable-exchange-bug-workaround): Removed.
2175         (imap-debug): Removed -- doesn't seem very useful.
2176
2177         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2178         mail from a file, and the file doesn't exist.
2179
2180         * imap.el (imap-log): New convenience function used throughout instead
2181         of repeating the same code all over the place.
2182
2183         * pop3.el (pop3-streaming-movemail): Return t for success.
2184
2185         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2186         .authinfo if we're using ssl connection.
2187
2188         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2189         already have if we're in a main Gnus `g' run.
2190
2191         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2192
2193 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2196
2197         * nnmh.el (nnmh-request-list-1): Bind `file'.
2198
2199         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2200         alias to set-process-query-on-exit-flag or process-kill-without-query.
2201         (pop3-open-server): Use it.
2202
2203 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2206         box to the Incoming file.  Fixes mistake in previous checkin.
2207
2208         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2209         request loop (for debugging purposes) removed.
2210
2211         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2212         culprit is more visible.
2213         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2214         (nnml-add-incremental-nov): New functions to do "incremental" nov
2215         updates, where we just append to the end of the existing nov files
2216         without reading/writing them in full.
2217
2218         * mail-source.el (mail-source-delete-crash-box): Really only check the
2219         incoming files once in a while.
2220
2221         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2222
2223         * mail-source.el (mail-source-delete-crash-box): Only check the
2224         incoming files for deletion once per day to save a lot of file
2225         accesses.
2226
2227         * pop3.el (pop3-logon): Fix up unbound variable typo.
2228
2229         * mail-source.el (pop3-streaming-movemail): Autoload.
2230
2231         * pop3.el (pop3-streaming-movemail): Respect
2232         pop3-leave-mail-on-server.
2233
2234         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2235         retrieval.
2236
2237         * pop3.el (pop3-process-filter): Removed unused function.
2238         (pop3-streaming-movemail, pop3-send-streaming-command)
2239         (pop3-wait-for-messages, pop3-write-to-file)
2240         (pop3-number-of-responses): New functions for streaming pop3
2241         retrieval.
2242
2243         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2244         come from no known methods.
2245         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2246         list.
2247
2248         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2249         message sizes.
2250         (pop3-movemail): Use erase-buffer instead of looping and deleting
2251         regions, which seems rather odd.
2252
2253         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2254         file once per `g' run.
2255
2256         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2257         directories.  This makes the draft queue directory work.
2258
2259         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2260         data from the backends, so that we only request the list of groups from
2261         each method once.  This should speed things up considerably.
2262
2263         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2264         detect that it's not implemented.
2265
2266         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2267         we actually do recurse down into the tree, but don't stat all leaf
2268         nodes.
2269
2270         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2271         then say so instead of bugging out.
2272
2273         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2274         files exist before trying to read them.
2275
2276         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2277         around <pre_int>.
2278
2279         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2280
2281         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2282
2283 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * mm-util.el (mm-image-load-path): Just return the image directories,
2286         not all directories in the path in addition to the image directories.
2287         (mm-image-load-path): Maintain a cache of the image directories so that
2288         the `g' command in Gnus doesn't have to stat dozens of directories each
2289         time.
2290
2291         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2292         (gnus-html-wash-tags): Add a new `i' command to insert images.
2293         (gnus-html-insert-image): New command and keystroke.
2294         (gnus-html-redisplay-with-images): New command and keystroke.
2295         (gnus-html-show-images): Renamed command.
2296         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2297         spacers.
2298         (gnus-html-wash-tags): Decode entities at the end, so that entities
2299         inside the tags don't mess up the rest of the "parsing".
2300
2301         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2302         so that nnimap methods aren't agentized by default.  There's apparently
2303         many problems related to agent/imap behaviour.
2304
2305         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2306
2307         * gnus-html.el: Doc fix.
2308
2309 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2312         specifier-spec-list for Emacs 21.
2313
2314         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2315         glyph-width and glyph-height instead of display-graphic-p and
2316         image-size; make avoidance of displaying small images work for XEmacs.
2317
2318         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2319         for XEmacs.
2320
2321         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2322         of symbol that holds plist data.
2323         (gnus-process-plist): Remove plist of process after getting it.
2324
2325 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * message.el (message-generate-hashcash): Change default to
2328         'opportunistic if hashcash is installed.
2329
2330         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2331         (gnus-html-put-image): Only call image-size once, since it's somewhat
2332         time-consuming on remote X servers.
2333
2334 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2337         type on data, not a file name.
2338
2339         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2340         window-pixel-edges for Emacs 21.
2341
2342         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2343         decoded contents.
2344         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2345
2346 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2349         group line format, since it isn't very interesting.
2350
2351         * gnus-agent.el (gnus-agent-short-article),
2352         (gnus-agent-long-article): Increase values for these two variables,
2353         since most people are likely to have more network connection and
2354         storage than before.
2355
2356         * gnus.el (gnus-refer-article-method): Change default to 'current.
2357         When referring an article, the common behaviour is to refer it from the
2358         current select method, not the native select method.  The chances of
2359         the native select method having the message in question is rather slim
2360         these days.
2361
2362         * gnus-sum.el (gnus-auto-select-subject): Change default to
2363         `unseen-or-unread'.  I think it's likely that most people want to
2364         select an unseen article over a previously seen, but unread one.
2365
2366         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2367         means that in the article buffer none of the minor mode elements will
2368         be shown, usually, and this is not desirable in most cases.
2369
2370         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2371         that commands like `d' (and the like) go to the next line in the
2372         buffer, instead of the next unread article.  I think this is the
2373         behaviour that is most natural for most users.
2374         (gnus-single-article-buffer): Change default to nil, so that people can
2375         have as many article buffers open as they have summary buffer.  I think
2376         this is the most natural way for the groups to behave.
2377
2378         * message.el (message-generate-new-buffers): Change default to
2379         `unsent', so that all new message buffers start their names with the
2380         string "*unsent", and it's easier to find the buffers if you move from
2381         them.
2382
2383 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2386         small.  They're probably tracking images.
2387         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2388         (gnus-html-rescale-image): Yet another try at getting the image sizing
2389         right.
2390
2391         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2392         nntp-marks-file-name is nil.
2393
2394 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2395
2396         * gnus-html.el (gnus-html-wash-tags)
2397         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2398         Better logging.
2399
2400 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2403
2404         * gnus-html.el (gnus-html-wash-tags): Check the value of
2405         gnus-blocked-images in the summary buffer.
2406
2407 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2408
2409         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2410
2411 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2414         like "a", it seems like.
2415         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2416         since it needs to be picked from the correct buffer.
2417
2418         * nnwfm.el: Removed.
2419
2420         * nnlistserv.el: Removed.
2421
2422 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2423
2424         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2425         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2426
2427 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * nnkiboze.el: Removed.
2430
2431         * nndb.el: Removed.
2432
2433         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2434         alt text.
2435         (gnus-html-rescale-image): Try to get the rescaling logic right for
2436         images that are just wide and not tall.
2437
2438         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2439         overshadow variable bindings.
2440
2441 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2442
2443         * gnus-html.el (gnus-html-wash-tags)
2444         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2445         extra logging.
2446
2447 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2450         (gnus-max-image-proportion): New variable.
2451         (gnus-html-rescale-image): New function.
2452         (gnus-html-put-image): Rescale images.
2453
2454 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2455
2456         Fix up some byte-compiler warnings.
2457         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2458         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2459         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2460         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2461         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2462         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2463         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2464
2465 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * gnus-html.el (gnus-article-html): Decode contents by charset.
2468
2469 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2472         (gnus-html-frame-width, gnus-blocked-images)
2473         * message.el (message-prune-recipient-rules): Add custom version.
2474         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2475
2476         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2477         functions.
2478
2479         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2480         gnus-process-get.
2481
2482 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2483
2484         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2485         instead of lsub directly.
2486
2487 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * nnwarchive.el: Removed.
2490
2491         * gnus-soup.el: Removed.
2492
2493         * nnsoup.el: Removed.
2494
2495         * nnultimate.el: Removed.
2496
2497         * gnus-html.el (gnus-blocked-images): New variable.
2498
2499         * message.el (message-prune-recipients): New function.
2500         (message-prune-recipient-rules): New variable.
2501
2502         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2503         guess whether a long line is natural text or not.
2504
2505         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2506         gnus-process-plist and friends for compatibility.
2507
2508 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2509
2510         * gnus-html.el: Require packages that define macros used in this file.
2511         (gnus-article-mouse-face): Declare to silence byte-compiler.
2512         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2513         process-get.
2514         (gnus-html-put-image): Use plist-get to avoid getf.
2515         (gnus-html-prefetch-images): Use with-current-buffer.
2516
2517 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * gnus-ems.el: Provide compatibility functions for
2520         gnus-set-process-plist.
2521
2522         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2523         header-line-format for XEmacs 21.4.
2524
2525         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2526         * gnus.el (gnus-valid-select-methods)
2527         * message.el (message-send-mail-partially-limit)
2528         * mm-decode.el (mm-text-html-renderer)
2529         * mml.el (mml-insert-mime-headers-always)
2530         * smiley.el (smiley-regexp-alist): Bump custom version.
2531
2532 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2533
2534         * gnus-html.el: require mm-url.
2535         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2536         with the url to `url'.
2537         (gnus-html-wash-tags): Support cid: URLs/images.
2538
2539 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2542         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2543         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2544
2545         * gnus-move.el: Removed file, since it doesn't really work.
2546
2547         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2548         UTF-8.  This seems to fix problems with some German web feeds.
2549
2550         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2551         at the top so that the proper colours are applied.
2552
2553         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2554         don't have dots in their names.
2555
2556         * gnus-art.el (gnus-article-view-part): Doc fix.
2557
2558         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2559         XEmacs-compatible.
2560         (gnus-html-put-image): Don't do images on non-graphic displays.
2561
2562         * nnslashdot.el: Removed this unused backend.
2563
2564         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2565         actions.
2566         (gnus-undo-register-1): Revert last change.
2567
2568         * gnus-group.el (gnus-group-completing-read): Protect against not
2569         having completion-styles bound.
2570
2571         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2572         make broken recipients happier.
2573
2574         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2575
2576         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2577         point parameter.
2578
2579         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2580
2581         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2582         completion-styles for group selection.
2583
2584 2009-02-04  Andreas Schwab  <schwab@suse.de>
2585
2586         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2587         headers and regexp-quote the match if necessary.
2588
2589 2009-03-24  Miles Bader  <miles@gnu.org>
2590
2591         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2592         the blinking smiley.
2593
2594 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2595
2596         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2597         blink smiley.
2598
2599 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2602         where the dribbel file lives exists.
2603
2604         * message.el (message-send-mail-partially-limit): Change the default to
2605         nil, since most people don't want this.
2606
2607         * mm-url.el (mm-url-decode-entities): Also decode entities like
2608         &#x3212.
2609
2610 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2611
2612         * gnus-sum.el (gnus-summary-idna-message):
2613         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2614         Hyperlink urls in docstrings with URL `...'.
2615
2616 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2617
2618         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2619         functions.
2620
2621 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2624         say what the mouseover text should be.
2625
2626         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2627         version of the mm-w3m-safe-url-regexp variable to only download images
2628         in the groups where we want that to happen.
2629
2630         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2631
2632         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2633         easier debugging.
2634         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2635         big pictures in the article buffer.
2636
2637         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2638         gnus-article-html.
2639         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2640         w3m.
2641
2642         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2643
2644 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2647         which doesn't exist.
2648
2649         * message.el (message-inhibit-ecomplete): New variable to allow some
2650         function to inhibit ecomplete address storage.
2651         (message-resend): Disable ecomplete message storage when resending
2652         messages.
2653
2654         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2655
2656 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2659         Save excursion while copying, moving, and deleting articles in order to
2660         prevent the cursor from jumping to unforeseen place.
2661
2662 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * lpath.el: No need to bind bookmark-current-buffer,
2665         bookmark-yank-point and bookmark-make-record-function.
2666
2667 2010-08-17  Glenn Morris  <rgm@gnu.org>
2668
2669         * gnus-sync.el: Require gnus components whose functions are used.
2670
2671         * gnus-art.el (bookmark-make-record-function):
2672         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2673         Declare for compiler.
2674
2675         * mm-url.el (mml-compute-boundary): Autoload.
2676
2677 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2680
2681 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2682
2683         Typo fix "hoo4a" -> "hook".
2684
2685         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2686
2687 2010-08-14  Glenn Morris  <rgm@gnu.org>
2688
2689         * gnus-sync.el (gnus-sync): Fix defgroup version.
2690
2691 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2692
2693         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2694
2695         * gnus-sync.el: Fix docs.
2696         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2697         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2698
2699 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2700
2701         Optimizations for gnus-sync.el.
2702
2703         * gnus-sync.el: Add docs about gnus-sync-backend
2704         possibilities.
2705         (gnus-sync-save): Remove unnecessary message.
2706         (gnus-sync-read): Optimize and show what groups were skipped.
2707
2708 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2709
2710         Minor bug fixes for gnus-sync.el.
2711
2712         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2713         read the sync on get-new-news.
2714
2715         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2716         quiet.
2717
2718         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2719
2720 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2721
2722         Make saving and restoring of hidden threads work with overlays.
2723         Patch applied by Ted Zlatanov.
2724
2725         * gnus-sum.el (gnus-hidden-threads-configuration)
2726         (gnus-restore-hidden-threads-configuration): Update to deal with text
2727         properties, rather than searching for a magic character.
2728
2729 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2730
2731         New gnus-sync.el library for synchronization of marks.
2732
2733         * gnus-sync.el: New library for synchronization of marks.
2734
2735         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2736         renamed from `gnus-registry-grep-in-list'.
2737
2738         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2739
2740         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2741
2742 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2745         determining charset of text fails.
2746
2747 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * nnmail.el (nnmail-get-new-mail-1): Revert.
2750
2751         * nnml.el (nnml-active-number): Make sure names of newly created groups
2752         in nnml-group-alist are encoded.
2753
2754 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2757         containing non-ASCII characters in active file for nnml back end.
2758
2759 2010-07-24  David Engster  <dengste@eml.cc>
2760
2761         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2762         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2763
2764 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2765
2766         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2767         tag (Bug#6654).
2768
2769 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2772         the article buffer, not the summary buffer.
2773
2774 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2777         Emacs 23 as well.
2778
2779 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2782         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2783
2784 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2785
2786         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2787         Patch applied by Karl Fogel.
2788
2789         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2790         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2791
2792 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2793
2794         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2795         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2796         C-w still not working correctly from Article buffers; Thierry's
2797         patch to fix that will be applied after this.
2798
2799         * gnus-art.el (bookmark-make-record-function): New local variable.
2800
2801         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2802         article buffer.
2803         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2804
2805 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2806
2807         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2808         on changes in bookmark.el.
2809
2810 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2813         `no-log' instead of message not to log prompt string.
2814
2815 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2816
2817         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2818         the *other* type of HTML form submission.
2819
2820 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2821
2822         * auth-source.el (auth-source-pick): If choice does not contain a
2823         questioned keyword, set the check to t.
2824
2825 2010-06-12  Romain Francoise  <romain@orebokech.com>
2826
2827         * gnus-util.el (gnus-date-get-time): Move up before first use.
2828
2829 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2832         (gnus-article-edit-part): Bind it to make last part that is substituted
2833         or deleted visible.
2834         (gnus-mime-display-single): Buttonize part of which id equals to
2835         gnus-mime-buttonized-part-id.
2836
2837 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2838
2839         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2840         (gnus-dd-mmm): Use gnus-date-get-time.
2841         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2842         simplify logic.
2843         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2844         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2845
2846 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2847
2848         * auth-source.el (top): Autoload `secrets-list-collections',
2849         `secrets-create-item', `secrets-delete-item'.
2850         (auth-sources): Fix tag string.
2851         (auth-get-source, auth-source-retrieve, auth-source-create)
2852         (auth-source-delete): New defuns.
2853         (auth-source-pick): Rewrite in order to avoid 2 passes.
2854         (auth-source-forget-user-or-password): New parameter USERNAME.
2855         (auth-source-user-or-password): New parameters CREATE-MISSING and
2856         DELETE-EXISTING.  Retrieve password interactively, if needed.
2857
2858 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2859
2860         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2861         deleting unused directories when gnus-expert-user is t.
2862
2863 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2866         for each temp file when gnus-article-browse-delete-temp is ask.
2867
2868 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2869
2870         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2871         Lisp calls to delete-backward-char by calls to delete-char.
2872
2873 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2874
2875         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2876
2877 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2878
2879         * password-cache.el (password-cache-remove): Fix docstring.
2880
2881 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2884         article unless decoding article to be saved.
2885
2886 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2889         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2890         generated within the mm-with-unibyte-current-buffer macro.
2891
2892 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2895         to nil when we're in a mml-preview buffer and no group is selected.
2896
2897 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2898
2899         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2900         when catching the `C-g'.  Reported by "Leo".
2901
2902 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * message.el (message-forward-make-body-plain)
2905         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2906         multibyte-string-p.
2907
2908         * lpath.el: Revert.
2909
2910 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * message.el (message-forward-make-body-mml): Assume original message
2913         is multibyte string; error on unibyte.
2914         (message-forward-make-body-plain): Ditto; don't add excessive newline
2915         in body end.
2916
2917         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2918
2919 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2920
2921         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2922         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2923
2924 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * mm-extern.el (mm-extern-url): Don't use
2927         mm-with-unibyte-current-buffer.
2928         (mm-extern-cache-contents): Use with-current-buffer instead of
2929         save-excursion + set-buffer.
2930
2931 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * mm-util.el (mm-emacs-mule): Remove.
2934
2935 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2936
2937         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2938         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2939         change.
2940
2941 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2944         bind the default value of enable-multibyte-characters to nil.
2945
2946 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * message.el (message-forward-make-body-plain)
2949         (message-forward-make-body-mml):
2950         Don't use mm-with-unibyte-current-buffer.
2951
2952 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2953
2954         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2955
2956 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2957
2958         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2959         (Bug#5592).
2960
2961 2010-05-07  Julien Danjou  <julien@danjou.info>
2962
2963         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2964         it to mm-pipe-part.
2965
2966         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2967         it is given.
2968
2969 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * binhex.el (binhex-decode-region-internal)
2972         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2973         (dns-query)
2974         * nnweb.el (nnweb-gmane-search)
2975         * pgg-parse.el (pgg-parse-armor)
2976         * pgg.el (pgg-verify-region)
2977         * sha1.el (sha1-string-external)
2978         * uudecode.el (uudecode-decode-region-internal)
2979         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2980         XEmacs.
2981
2982         * gnus-art.el (gnus-article-browse-html-parts)
2983         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2984         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2985         make-temp-file.
2986
2987         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2988         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2989         compiling.
2990
2991         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2992         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2993         XEmacs when compiling.
2994
2995         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2996         gnus-pick-mode-off-hook for XEmacs when compiling.
2997         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2998         gnus-binary-mode-off-hook for XEmacs when compiling.
2999
3000         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3001         nil if char-charset is not available.
3002
3003         * imap.el (imap-disable-multibyte)
3004         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3005         macros.
3006
3007         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3008         instead of encode-coding-string.
3009
3010         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3011         'xemacs) instead of mm-emacs-mule to switch function definitions.
3012         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3013
3014         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3015         bind temporary-file-directory for XEmacs;
3016         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3017         timer-set-function for XEmacs 21.4 and SXEmacs;
3018         bind timer-list for XEmacs 21.4 and SXEmacs;
3019         fbind char-charset and find-charset-region for non-Mule XEmacs;
3020         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3021         encode-coding-region and encode-coding-string for XEmacs having no
3022         file-coding feature.
3023
3024 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3025
3026         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3027
3028 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3031         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3032
3033 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3034
3035         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3036         alias `jka-compr-delete-temp-file' no longer exists.
3037
3038 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3039
3040         Use define-minor-mode in Gnus where applicable.
3041         * mml.el (mml-mode): Use define-minor-mode.
3042         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3043         (gnus-undo-mode): Use define-minor-mode.
3044         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3045         (gnus-dead-summary-mode): Use define-minor-mode.
3046         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3047         Initialize in declaration.
3048         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3049         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3050         (gnus-mailing-list-mode): Use define-minor-mode.
3051         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3052         (gnus-draft-mode): Use define-minor-mode.
3053         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3054         (gnus-dired-mode): Use define-minor-mode.
3055
3056 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3057
3058         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3059         handles on recursive mml-to-mime translation and check them for
3060         boundary delimiter collisions.  Reported by Greg Troxel.
3061
3062 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3065
3066 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3067
3068         * mm-util.el (mm-find-buffer-file-coding-system):
3069         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3070
3071 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3072
3073         * message.el (message-generate-headers): Record insertion of optional
3074         headers as well.  Otherwise the check to prevent repeated insertion of
3075         optional headers is a no-op.
3076
3077 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3078
3079         * smime.el: Don't mention CVS.
3080
3081         * nnrss.el (nnrss-fetch): Don't mention CVS.
3082
3083         * nnir.el: Don't mention CVS.
3084
3085 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3086
3087         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3088
3089 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * lpath.el: Fbind bookmark-default-handler,
3092         bookmark-get-bookmark-record, bookmark-make-record-default,
3093         bookmark-prop-get for Emacs <23 and XEmacs.
3094
3095 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3096
3097         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3098         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3099         Use with-current-buffer to silence the byte-compiler.
3100         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3101         bother to require `gnus'.
3102         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3103
3104 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3105
3106         * gnus-sum.el (gnus-summary-bookmark-make-record)
3107         (gnus-summary-bookmark-jump): New functions.
3108         (gnus-summary-mode): Setup bookmark support.
3109
3110 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3111
3112         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3113         if set.
3114
3115 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3118         gnus-article-browse-html-save-cid-image; make it work recursively for
3119         forwarded messages as well.
3120         (gnus-article-browse-html-parts): Work when prefix arg is given.
3121         (gnus-article-browse-html-article): Doc fix.
3122
3123 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3124
3125         * message.el (message-default-mail-headers):
3126         (message-default-headers): Carry the value mail-default-headers over
3127         into message-default-mail-headers, rather than message-default-headers.
3128
3129 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3130
3131         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3132         charset.
3133
3134         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3135         charset into the <meta> tag when the article is encoded to utf-8.
3136
3137 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3140         directories as well.
3141         (gnus-article-browse-html-parts): Work for images that do not specify
3142         file names; delete temp directory when quitting; insert header at the
3143         right place; use file: scheme for image files.
3144
3145 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3146
3147         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3148         (gnus-article-browse-html-parts): Use it to make temporary cid image
3149         files in addition to html file so that browser may display them.
3150
3151 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3154
3155 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3156
3157         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3158
3159 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3160
3161         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3162         about Secret Service API sources.  Improve Customize options.
3163         (auth-source-pick): Change to accept any number of search parameters.
3164         Implement fallbacks iteratively, not recursively.  Add scoring on the
3165         second pass and sort by score.  Call Secret Service API when needed.
3166         (auth-source-user-or-password): Use it.  Call Secret Service API
3167         directly when needed to get the user name and the password.
3168
3169 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3170
3171         * message.el (message-interactive): Doc fix.
3172         (message-qmail-inject-args): Reflow.
3173         (message-kill-to-signature): Fix typo in docstring.
3174
3175         * smiley.el (smiley-buffer): Fix typo in docstring.
3176
3177 2010-03-24  Glenn Morris  <rgm@gnu.org>
3178
3179         * mail-source.el (gnus-message): Declare.
3180         (mail-source-delete-old-incoming): Require gnus-util.
3181
3182 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3185
3186         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3187
3188         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3189         password-cache's default if it is not bound.
3190         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3191         password-cache-expiry's default if it is not bound.
3192
3193         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3194         available in Emacs 21.
3195
3196         * lpath.el: Suppress compiler warnings for:
3197         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3198         XEmacs;
3199         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3200         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3201         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3202
3203 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3204
3205         * auth-source.el (auth-sources): Fix up definition so extra parameters
3206         are always inline.
3207
3208 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3209
3210         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3211         wasn't updated after mismatch.  Clear cached mailbox info correctly
3212         when uidvalidity changes.
3213         (nnimap-group-prefixed-name): New function to avoid some code
3214         duplication.
3215         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3216         (nnimap-request-group): Use it.
3217         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3218         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3219         with many imap folders.  This is done by caching the group status from
3220         the imap server persistently in a group parameter `imap-status'.  (This
3221         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3222         but not persistently, so every Gnus startup was still very slow.)
3223
3224 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3225
3226         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3227         delete the extra newline.  Otherwise editing of :string and :number
3228         types don't work.
3229
3230 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3231
3232         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3233         secrets.el dependency.
3234         (auth-sources): Add optional user name.  Add secrets.el configuration
3235         choice (unused right now).
3236
3237 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3238
3239         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3240         `gnus-registry-install-shortcuts' fill in the functions.
3241
3242         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3243         warnings.
3244         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3245         (gnus-registry-install-shortcuts): Populate and use it in a
3246         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3247
3248 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3249
3250         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3251         In-place substitutions for the group name encoding/decoding.
3252         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3253         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3254         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3255         (nnimap-update-unseen, nnimap-request-list)
3256         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3257         (nnimap-request-set-mark, nnimap-split-to-groups)
3258         (nnimap-split-articles, nnimap-request-newgroups)
3259         (nnimap-request-create-group, nnimap-request-accept-article)
3260         (nnimap-request-delete-group, nnimap-request-rename-group)
3261         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3262         `encoded-mbx' for consistency.
3263         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3264         variable `imap-current-mailbox'.
3265
3266         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3267         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3268
3269 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3270
3271         * pop3.el (pop3-display-message-size-flag): Display message size byte
3272         counts during POP3 download.
3273         (pop3-movemail): Use it.
3274         (pop3-list): Implement listing of available messages.
3275
3276 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3277
3278         * nnir.el (nnir-get-article-nov-override-function): New function to
3279         override the normal NOV retrieval.
3280         (nnir-retrieve-headers): Use it.
3281
3282 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3283
3284         * auth-source.el (netrc-machine-user-or-password): Autoload.
3285
3286 2010-03-19  Glenn Morris  <rgm@gnu.org>
3287
3288         Stop message.el from loading about 40 libraries it doesn't always need.
3289         The general approach is to autoload rather than require, and to
3290         require in the specific functions rather than the file.  (Bug#5642)
3291
3292         * gmm-utils.el: Don't require wid-edit.
3293         (widget-create-child-value, widget-convert, widget-default-get):
3294         Autoload.
3295
3296         * gnus-util.el: Don't require time-date, netrc.
3297         (message-fetch-field, gnus-group-name-decode): Declare rather than
3298         autoloading.
3299         (gnus-fetch-field): Require message.
3300         (gnus-decode-newsgroups): Require gnus-group.
3301
3302         * ietf-drums.el: Don't require time-date.
3303
3304         * message.el: Don't require hashcash, canlock, ecomplete.
3305         Do require mail-utils.  Require nnheader only when compiling.
3306         (smtpmail-default-smtp-server): Remove declaration.
3307         (message-send-mail-function): Check smtpmail-default-smtp-server
3308         is bound rather than requiring smtpmail.
3309         (message-auto-save-directory, message-insert-signature): Use
3310         expand-file-name rather than nnheader-concat.
3311         (nnheader-insert-file-contents): Autoload.
3312         (hashcash-wait-async): Declare.
3313         (message-send-mail): Only call gnus-setup-posting-charset if
3314         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3315         (message-send-mail-with-sendmail): Require sendmail.
3316         (canlock-password, canlock-password-for-verify): Declare.
3317         (message-canlock-password): Require canlock.
3318         (nnheader-get-report): Autoload.
3319         (gnus-setup-posting-charset): Declare.
3320         (message-send-news): Require gnus-msg.
3321         (message-make-references, message-make-in-reply-to): Use mail-header-id
3322         rather than the alias mail-header-message-id.
3323         (ecomplete-add-item, ecomplete-save): Declare.
3324         (message-put-addresses-in-ecomplete): Require ecomplete.
3325         (ecomplete-display-matches): Autoload.
3326
3327         * mm-decode.el: Don't require mailcap, gnus-util.
3328         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3329         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3330         Autoload.
3331         (mailcap-mime-extensions): Declare.
3332
3333         * mm-encode.el: Don't require mailcap.
3334         (mailcap-extension-to-mime): Autoload.
3335
3336         * mml-sec.el: Don't require password-cache.
3337
3338         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3339         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3340         (mml-minibuffer-read-type): Require mailcap.
3341         (mml-preview): Require gnus-msg.
3342
3343         * mml1991.el: Require password-cache.
3344         (password-cache-expiry): Remove declaration.
3345
3346         * mml2015.el: Require password-cache.
3347         (password-cache-expiry): Remove declaration.
3348
3349         * nneething.el (mailcap): Require mailcap.
3350
3351         * nnheader.el (declare-function): Add compatibility stub.
3352         (message-remove-header): Declare rather than autoload.
3353         (nnheader-replace-header): Require message.
3354
3355         * nnimap.el (declare-function): Add compatibility stub.
3356         (netrc-parse, netrc-machine-user-or-password): Declare.
3357         (nnimap-open-connection): Require netrc.
3358
3359         * nntp.el (declare-function): Add compatibility stub.
3360         (netrc-parse, netrc-machine, netrc-get): Declare.
3361         (nntp-send-authinfo): Require netrc.
3362
3363         * rfc2047.el: Don't require qp.
3364         (quoted-printable-encode-region, quoted-printable-decode-string):
3365         Autoload.
3366
3367         * sieve-mode.el: Don't require easymenu.
3368         (easy-menu-add-item): Autoload it.
3369
3370         * spam-stat.el (time-to-number-of-days): Autoload it.
3371
3372 2010-03-19  Glenn Morris  <rgm@gnu.org>
3373
3374         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3375
3376 2010-03-18  Glenn Morris  <rgm@gnu.org>
3377
3378         * hashcash.el (declare-function): Remove duplicate definition.
3379
3380 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3381
3382         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3383         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3384         value if any backslash escapes).
3385
3386 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3389         if it is available.  (bug#5647)
3390
3391         * lpath.el: Suppress compiler warning for coding-system-from-name for
3392         Emacs 21 and XEmacs.
3393
3394 2010-03-14  Juri Linkov  <juri@jurta.org>
3395
3396         * hmac-def.el:
3397         * hmac-md5.el:
3398         * netrc.el: Fix keywords.
3399
3400 2010-02-26  Glenn Morris  <rgm@gnu.org>
3401
3402         * message.el (message-send-mail-function): Change the default, so that
3403         it inherits from a customized send-mail-function.  (Bug#5643)
3404
3405 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3406
3407         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3408         shell-command-to-string signals an error (bug#5299).
3409
3410 2010-02-24  Glenn Morris  <rgm@gnu.org>
3411
3412         * message.el (message-smtpmail-send-it)
3413         (message-send-mail-with-mailclient): Doc fixes.
3414
3415 2010-02-16  Glenn Morris  <rgm@gnu.org>
3416
3417         * message.el (message-default-mail-headers): Change the default value
3418         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3419
3420 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3423         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3424
3425 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3426
3427         * time-date.el (date-to-time): Doc fix (Bug#5408).
3428
3429 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3430
3431         * message.el (message-mail): Just pass yank-action on to message-setup.
3432         (message-setup): Handle (FUN . ARGS) form of yank-action.
3433         (message-with-reply-buffer, message-widen-reply)
3434         (message-yank-original): Handle non-buffer values of
3435         message-reply-buffer (Bug#4080).
3436         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3437
3438 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3439
3440         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3441         Fix typo in docstring.
3442
3443 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3444
3445         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3446         response.
3447
3448 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3451
3452         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3453
3454         * message.el (message-check-news-header-syntax): Protect against a
3455         string that `rfc822-addresses' returns when parsing fails.
3456
3457 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3460         (gnus-previous-char-property-change): New functions.
3461
3462         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3463
3464 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3465
3466         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3467         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3468
3469 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3470
3471         * message.el (message-exchange-point-and-mark): Rework last change to
3472         avoid using optional arg of exchange-point-and-mark, for backward
3473         compatibility.
3474
3475 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3476
3477         * message.el (message-exchange-point-and-mark): Call
3478         exchange-point-and-mark with an argument rather than setting
3479         mark-active by hand (Bug#5175).
3480
3481 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * nntp.el (nntp-service-to-port): Work for service expressed with
3484         numeric string; replace [:digit:] with [0-9] for XEmacs.
3485
3486 2009-12-17  Glenn Morris  <rgm@gnu.org>
3487
3488         * gnus-group.el (gnus-bug-group-download-format-alist):
3489         Change emacs entry to debbugs.gnu.org.  Bump :version.
3490
3491 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3492
3493         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3494
3495 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3496
3497         * message.el (message-info): Explain why we use `Info-goto-node'.
3498
3499 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3502
3503 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3504
3505         * message.el (message-completion-in-region): New compatibility function.
3506         (message-expand-group): Use it.
3507
3508 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3511         with no unread article should be listed if the 2nd arg `predicate' is
3512         given.
3513
3514 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3517
3518 2009-11-29  Juri Linkov  <juri@jurta.org>
3519
3520         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3521         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3522         on `gnus-recenter'. (Bug#4698, Bug#4981)
3523
3524 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3525
3526         * sha1.el (sha1-string-external): default-directory "/" in case
3527         otherwise non-existent.  process-connection-type pipe for touch of
3528         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3529
3530 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3531
3532         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3533         it's comms related and sgml-mode.el has "comm" on that basis too.
3534
3535 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3538         containing tspecial characters if they have been already quoted.
3539
3540 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3541
3542         * dns-mode.el (auto-mode-alist): Purecopy string.
3543
3544 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3545
3546         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3547
3548 2009-10-24  Glenn Morris  <rgm@gnu.org>
3549
3550         * gnus-art.el (help-xref-stack-item): Define for compiler.
3551
3552 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3553
3554         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3555
3556 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3559
3560 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3563         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3564
3565 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3568         (gnus-overlays-in): New alias to overlays-in.
3569
3570         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3571         gnus-overlay-get, and gnus-delete-overlay.
3572         (gnus-summary-show-thread): Make it work as well for systems in which
3573         next-single-char-property-change is not available.
3574         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3575
3576         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3577         (gnus-overlay-get): New alias to extent-property.
3578         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3579
3580         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3581         SXEmacs.
3582
3583         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3584         SXEmacs.
3585
3586 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3587
3588         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3589
3590 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3591
3592         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3593         and XEmacs that don't have `remove-overlays'.
3594
3595 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3596
3597         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3598         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3599         selective display.  Use overlays instead.
3600
3601 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3602
3603         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3604
3605 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3606
3607         * spam-stat.el (spam-stat-load): Fix typo in message.
3608
3609 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3610
3611         * dig.el (dig-invoke): Fix typo in docstring.
3612         (query-dig): Reflow docstring.
3613
3614 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3615
3616         * gnus-art.el (gnus-article-encrypt-body):
3617         * message.el (message-check-recipients):
3618         * mm-util.el (mm-codepage-setup):
3619         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3620         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3621
3622 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3623
3624         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3625         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3626         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3627         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3628         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3629
3630 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3631
3632         * dig.el: Add "Keywords: comm", as per net-utils.el.
3633
3634 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3635
3636         * dig.el (dig-mode): Use define-derived-mode.
3637
3638 2009-09-19  Glenn Morris  <rgm@gnu.org>
3639
3640         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3641
3642 2009-09-18  Glenn Morris  <rgm@gnu.org>
3643
3644         * gnus-diary.el (gnus-diary-check-message):
3645         * message.el (message-insert-formatted-citation-line):
3646         * nnbabyl.el (top-level):
3647         * nndiary.el (nndiary-schedule):
3648         Fix typos in condition-case handlers.
3649
3650 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3653         configuration that provides the sole article window in a frame;
3654         position point correctly after deleting a part.
3655
3656 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3657
3658         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3659         (spam-resolve-registrations-routine): Use it to unregister articles
3660         that change status.
3661
3662 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3665         with XEmacs.
3666         (parse-time-string-chars): Use it.
3667
3668 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3669
3670         * imap.el (imap-interactive-login): Better messages.
3671         (imap-open): Fix bug with renamed buffer on reconnect.
3672         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3673         for easier debugging and cleaner code.  On successful (guessed based on
3674         server capabilities) secondary authentication, set imap-state
3675         correctly.
3676         (imap-last-authenticator): Define imap-last-authenticator as a variable
3677         to avoid warnings.
3678
3679 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * nnrss.el (nnrss-request-article): Remove binding of
3682         default-enable-multibyte-characters that has gotten needless by
3683         the 2007-07-13 change in rfc2047-encode-message-header.
3684
3685         * mml.el (mml-insert-multipart): Error on the message header.
3686         (mml-insert-part): Error on the message header; position point at
3687         the end of a MIME tag.
3688
3689 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * time-date.el (autoload): Expand define-obsolete-function-alias into
3692         defalias and make-obsolete for old Emacsen that Gnus supports.
3693         (with-no-warnings): Define it for old Emacsen.
3694         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3695         is available.
3696         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3697         float-time is available; suppress compile warning for time-to-seconds.
3698
3699         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3700         (gnus-float-time): Alias to float-time if it exists.
3701
3702         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3703         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3704         float-time is available; suppress compile warning for time-to-seconds.
3705
3706         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3707         XEmacs.
3708
3709 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3710
3711         * imap.el (imap-message-map): Docstring fix.
3712
3713 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3716         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3717         Add the optional argument `encoding' that overrides the default.
3718
3719         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3720         mm-encode-buffer.
3721
3722 2009-09-04  Glenn Morris  <rgm@gnu.org>
3723
3724         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3725         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3726         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3727         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3728         * mm-util.el (mm-with-unibyte-current-buffer)
3729         (mm-find-buffer-file-coding-system):
3730         * yenc.el (yenc-decode-region): Use default-value rather than
3731         default-enable-multibyte-characters.
3732
3733 2009-09-03  Glenn Morris  <rgm@gnu.org>
3734
3735         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3736         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3737         than default-enable-multibyte-characters.
3738
3739 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3740
3741         * gnus-art.el (gnus-article-read-summary-keys):
3742         Fix gnus-buffer-configuration's value temporarily used.
3743
3744 2009-09-02  Glenn Morris  <rgm@gnu.org>
3745
3746         * gnus-util.el (gnus-float-time): New function.
3747         * gnus-delay.el (gnus-delay-article):
3748         * gnus-sum.el (gnus-thread-latest-date):
3749         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3750         * nnspool.el (nnspool-request-newgroups):
3751         Use gnus-float-time rather than time-to-seconds.
3752         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3753
3754         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3755         (gnus-header-subject-face, gnus-header-newsgroups-face)
3756         (gnus-header-name-face, gnus-header-content-face):
3757         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3758         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3759         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3760         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3761         (gnus-cite-face-11):
3762         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3763         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3764         (gnus-server-closed-face, gnus-server-denied-face)
3765         (gnus-server-offline-face):
3766         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3767         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3768         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3769         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3770         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3771         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3772         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3773         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3774         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3775         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3776         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3777         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3778         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3779         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3780         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3781         (gnus-summary-high-undownloaded-face)
3782         (gnus-summary-low-undownloaded-face)
3783         (gnus-summary-normal-undownloaded-face)
3784         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3785         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3786         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3787         (gnus-splash-face):
3788         * message.el (message-header-to-face, message-header-cc-face)
3789         (message-header-subject-face, message-header-newsgroups-face)
3790         (message-header-other-face, message-header-name-face)
3791         (message-header-xheader-face, message-separator-face)
3792         (message-cited-text-face, message-mml-face):
3793         * sieve-mode.el (sieve-control-commands-face)
3794         (sieve-action-commands-face, sieve-test-commands-face)
3795         (sieve-tagged-arguments-face):
3796         * spam.el (spam-face):
3797         Mark face aliases with "-face" in the name as obsolete.
3798
3799 2009-09-01  Glenn Morris  <rgm@gnu.org>
3800
3801         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3802         than goto-line.
3803
3804 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3807         Don't move point if the command is invoked inside the message header.
3808
3809 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3810
3811         * imap.el (imap-send-command): Simplify.
3812         (imap-wait-for-tag): point-max -> buffer-size.
3813
3814 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3815
3816         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3817         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3818         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3819         * nnir.el (nnir-swish-e-index-file):
3820         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3821         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3822         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3823         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3824         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3825         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3826
3827 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3830         Don't save excursion.
3831
3832 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3833
3834         * nnheader.el (nnheader-find-file-noselect):
3835         * mm-util.el (mm-insert-file-contents):
3836         Use (default-value 'major-mode) instead of default-major-mode.
3837
3838 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3839
3840         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3841
3842 2009-08-26  Glenn Morris  <rgm@gnu.org>
3843
3844         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3845         than placing in files.el.
3846
3847 2009-08-25  Glenn Morris  <rgm@gnu.org>
3848
3849         * nnir.el (top-level): Don't require cl at run-time.
3850         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3851         Replace cl-function substitute with gnus-replace-in-string.
3852         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3853         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3854         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3855         simplified expansions.
3856
3857 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3858
3859         * dig.el (dig): Add autoload cookie.
3860
3861 2009-08-22  Glenn Morris  <rgm@gnu.org>
3862
3863         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3864         goto-line.
3865
3866 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3867
3868         * parse-time.el (parse-time-string-chars): Save match data.
3869
3870 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3871
3872         * parse-time.el (parse-time-string-chars): Compute using character
3873         classes, to handle non-ascii characters (Bug#3190).
3874
3875 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3878
3879         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3880         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3881         (gnus-mm-display-part, gnus-mime-display-single)
3882         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3883         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3884
3885         * gnus-sum.el
3886         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3887         (gnus-summary-move-article): Add expirable mark to articles copied or
3888         moved to group that has auto-expire turned on if the option is non-nil.
3889
3890 2009-07-24  Glenn Morris  <rgm@gnu.org>
3891
3892         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3893         Fix typo.  (Bug#3903)
3894
3895 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3898         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3899         that should not be used for draft articles.
3900         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3901         that has no concern in minor mode keys.
3902         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3903         Abolish.
3904
3905 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3908         article without making inquiry to a user for unknown encoding.
3909
3910         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3911         (nnmaildir--scan): Assume i-node and device number that file-attributes
3912         returns might be cons-cell.
3913
3914         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3915
3916         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3917
3918 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3919
3920         * auth-source.el: Remove docs now in auth.texi.  Don't use
3921         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3922         `auth-source-hide-passwords' and use them.
3923
3924 2009-07-15  Glenn Morris  <rgm@gnu.org>
3925
3926         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3927
3928 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3931         excessive whitespace from the default values of title and description.
3932
3933 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3936         mail-fetch-field to fetch Content-Description header in order to
3937         exclude newlines.
3938
3939 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3940
3941         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3942         format used by GnuPG 2.0.11.
3943
3944 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3947         to deleted part.
3948
3949 2009-05-30  David Engster  <dengste@eml.cc>
3950
3951         * nnmairix.el: Remove old documentation in the commentary block.
3952         (nnmairix-request-group): Do not update active file for nnml back ends.
3953         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3954         end so that overview files are ignored.
3955         (nnmairix-update-groups): Make updating the groups more robust by using
3956         marks.
3957         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3958         with dollar characters in message-id.
3959
3960 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3961
3962         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3963         2008-12-25 in dns.el.
3964
3965 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3966
3967         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3968         could happen if the text is only composed of spaces and/or tabs.
3969
3970 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3971
3972         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3973         when sending a queued message to avoid extra mml tags.
3974
3975 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3978
3979 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3982         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3983         rmail-toggle-header for XEmacs;
3984         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3985
3986 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * gnus-dired.el: Remove autoload for gnus-setup-message.
3989         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3990         displaying Gnus logo; always use compose-mail.
3991
3992 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3995
3996 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3999         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4000         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4001         available.
4002         (gnus-nocem-epg-verify): New function.
4003
4004 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4005
4006         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4007
4008 2009-02-15  Glenn Morris  <rgm@gnu.org>
4009
4010         * gnus-util.el (rmail-insert-rmail-file-header)
4011         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4012         autoloads.
4013         (rmail-default-rmail-file): Remove unnecessary declaration.
4014         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4015
4016 2009-02-14  Glenn Morris  <rgm@gnu.org>
4017
4018         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4019         variable (only used in gnus-util, which declares it anyway).
4020         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4021         which was only needed by gnus-art (changed to not use it any more).
4022         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4023         only used in gnus-util, which autoloads it itself.
4024         (rmail-update-summary): Fix autoload.
4025
4026         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4027         rather than rmail-output-to-rmail-file.
4028
4029 2009-02-07  Glenn Morris  <rgm@gnu.org>
4030
4031         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4032         autoload of function that no longer exists.
4033         (rmail-toggle-header): Declare.
4034         (message-forward-rmail-make-body): Handle mbox Rmail.
4035
4036 2009-01-31  Glenn Morris  <rgm@gnu.org>
4037
4038         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4039         2009-01-09 change.
4040
4041 2009-01-31  Dave Love  <fx@gnu.org>
4042
4043         * imap.el (imap-fetch-safe): Bind debug-on-error.
4044         (imap-debug): Add imap-fetch-safe.
4045
4046 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4047
4048         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4049         (auth-source-forget-all-cached): New convenience function.
4050         (auth-source-user-or-password): Accept list of modes or a single mode.
4051
4052         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4053         auth-source modes.
4054
4055         * netrc.el (netrc-machine-user-or-password): Use list of
4056         auth-source modes.
4057
4058         * nnimap.el (nnimap-open-connection): Use list of
4059         auth-source modes.
4060
4061         * nntp.el (nntp-send-authinfo): Use list of
4062         auth-source modes.
4063
4064 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4065
4066         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4067         now.
4068
4069 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4072         coding system in XEmacs; add a workaround for XEmacs.
4073
4074         * lpath.el: Fbind coding-system-aliasee.
4075
4076 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4079         of current-language-environment.
4080
4081 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4082
4083         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4084         available at runtime.
4085
4086 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4089
4090 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4091
4092         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4093         the greatest positive fixnum value doesn't work under an XEmacs with
4094         bignum support; use the most-positive-fixnum constant instead,
4095         available since Emacs 21.1 with cl and XEmacs 21.1.
4096
4097 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4100         XEmacs gets not to work.
4101
4102 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * mm-util.el (mm-coding-system-priorities): Allow the value like
4105         "Japanese (UTF-8)" of current-language-environment.
4106
4107 2009-01-09  Glenn Morris  <rgm@gnu.org>
4108
4109         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4110         with last-command-event.
4111
4112 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4113
4114         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4115         in the doc string.
4116
4117         * message.el (message-fix-before-sending): Amend comment.
4118
4119 2009-01-08  Dave Love  <fx@gnu.org>
4120
4121         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4122
4123 2009-01-07  David Engster  <dengste@eml.cc>
4124
4125         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4126         simplified server definitions by converting it via
4127         gnus-server-to-method.
4128
4129 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4132         parameter's operands.
4133
4134 2009-01-06  David Engster  <dengste@eml.cc>
4135
4136         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4137         primary select method (for gnus-group-mark-article-as-read).
4138
4139 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4140
4141         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4142         `(gnus)Face', not `(gnus)X-Face'.
4143
4144 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * mm-util.el (mm-ucs-to-char): New function.
4147
4148         * mm-url.el (mm-url-decode-entities): Use it.
4149
4150         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4151         unicode-to-char.
4152
4153 2009-01-05  Dave Love  <fx@gnu.org>
4154
4155         * time-date.el: Require cl for `declare'.
4156
4157 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4160         Dave Love.
4161
4162 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4163
4164         * message.el (message-fix-before-sending): Add `eight-bit' to
4165         illegible-text check.
4166
4167 2009-01-03  Michael Olson  <mwolson@gnu.org>
4168
4169         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4170         `headers' is nil.  This can occur if the IMAP server does not have
4171         permissions to read messages from a folder, but can write new messages
4172         to the folder.
4173         (nnimap-request-article-part): Do not insert `data' if it is nil.
4174
4175         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4176         characters which will confuse `read', so skip past them.
4177
4178 2009-01-01  Dave Love  <fx@gnu.org>
4179
4180         * imap.el (imap-string-to-integer): Fix typo.
4181         (imap-fetch-safe): New function.
4182         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4183
4184         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4185
4186         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4187         (imap-parse-greeting): Fix doc strings.
4188         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4189         (imap-parse-flag-list): Make messages unique.
4190         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4191
4192         * nnimap.el: Fix author email.
4193         (nnimap-split-rule): Add FIXME comment.
4194         (nnimap-debug): Fix doc string.
4195
4196 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4197
4198         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4199
4200 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4201
4202         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4203         nslookup if resolv.conf isn't available.
4204         (dns-query): Rename from query-dns.
4205         (dns-query-cached): Rename from query-dns-cached.
4206
4207 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4210         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4211         to check if those variables exist (first appeared in Emacs 18.50).
4212
4213 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * mm-util.el (mm-line-number-at-pos): New function.
4216
4217         * spam-report.el (spam-report-process-queue): Use it.
4218
4219 2008-12-24  David Engster  <dengste@eml.cc>
4220
4221         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4222         parameters that haven't existed as variables as buffer-local variables.
4223
4224 2008-12-23  Dave Love  <fx@gnu.org>
4225
4226         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4227         cadar.
4228
4229         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4230         imap-starttls-p.
4231         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4232
4233 2008-12-22  Dave Love  <fx@gnu.org>
4234
4235         * imap.el: Fix author email.  Doc fixes.
4236         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4237         reply.
4238
4239 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * spam-report.el (spam-report-gmane-max-requests): New constant.
4242         (spam-report-gmane-wait): New variable.
4243         (spam-report-gmane-ham, spam-report-gmane-spam)
4244         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4245         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4246         the server.
4247
4248         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4249         Add explanations.
4250
4251         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4252         nnheader-accept-process-output and nnheader-read-timeout if available.
4253         (pop3-movemail): Use it.
4254
4255         * message.el (message-check-news-body-syntax): Fix signature check if
4256         there's an attachment.
4257
4258 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * mm-util.el: Add comments to the mm- emulating functions.
4261
4262 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4263
4264         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4265         by Stephen Berman <stephen.berman@gmx.net>.
4266
4267 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * mm-util.el (mm-substring-no-properties): New function.
4270         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4271         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4272         (mm-string-to-multibyte): Doc fix.
4273
4274         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4275
4276 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4277
4278         * mml.el (mml-attach-file): Strip text properties from file name.
4279         (Bug#1574)
4280
4281 2008-12-16  Glenn Morris  <rgm@gnu.org>
4282
4283         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4284
4285 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4288         knows since the charset specified might be a bogus alias that
4289         mm-charset-synonym-alist provides.
4290
4291 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4292
4293         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4294         "ISO_8859-1".
4295
4296         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4297
4298 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * mm-util.el (mm-charset-eval-alist):
4301         Define it before mm-charset-to-coding-system.
4302         (mm-charset-to-coding-system): Add optional argument `silent';
4303         define it before mm-charset-override-alist.
4304         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4305         default value if it can be used in Emacs currently running;
4306         silence mm-charset-to-coding-system.
4307
4308 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4311         `allow-override' which says whether to use `mm-charset-override-alist'.
4312         (rfc2047-decode-encoded-words): Use it.
4313
4314         * mm-util.el (mm-charset-override-alist): Fix custom type;
4315         add `(gb2312 . gbk)' to choices.
4316
4317 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4320         fast.
4321
4322         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4323
4324         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4325
4326 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4327
4328         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4329         on links.
4330
4331         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4332
4333 2008-12-03  Lute Kamstra  <lute@gnu.org>
4334
4335         * sha1.el: Remove leading * from docstrings of defcustoms,
4336         deffaces, defconsts and defuns.
4337
4338 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4341         users' addresses that don't have domain parts.
4342         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4343         rather than message-narrow-to-head since there will be the message
4344         header separator.
4345
4346 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4347
4348         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4349         since the result is inserted in a unibyte buffer anyway.
4350         (nnimap-demule-use-string-to-multibyte): Remove.
4351         (nnimap-demule): Alias it to mm-string-to-multibyte.
4352
4353 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4354
4355         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4356         variable for debugging bug#464 and bug#1174.
4357         (nnimap-demule): Use it.
4358
4359 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4360
4361         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4362         score calculation correctly.
4363
4364 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4365
4366         * message.el (message-send-mail): Just set the buffer to unibyte
4367         rather than use mm-with-unibyte-current-buffer which does a lot more.
4368         (message-send-mail-partially): Don't bother with
4369         mm-with-unibyte-current-buffer since it's already been made unibyte by
4370         message-send-mail.
4371
4372 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4373
4374         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4375
4376 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4377
4378         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4379
4380 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4383         require itself and to remove `with-no-warnings'.
4384
4385 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4386
4387         * starttls.el (starttls-any-program-available): Get the name of the
4388         available TLS layer program.
4389         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4390         well as the host name in the "opening" message.
4391
4392         * auth-source.el (auth-source-cache, auth-source-do-cache)
4393         (auth-source-user-or-password): Cache passwords and logins by default,
4394         allow override with `auth-source-do-cache'.
4395         (auth-source-forget-user-or-password): Allow users to remove cache
4396         entries if needed.
4397
4398 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4399
4400         * md4.el (md4-buffer): Fix typo in docstring.
4401         (md4, md4-64): Doc fixes.
4402         (md4-pack-int32): Reflow docstring.
4403
4404 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4405
4406         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4407         condition-case to only the forward-sexp call.
4408
4409 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4410
4411         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4412         quotes contained.  Make it more robust regardless by an extra
4413         condition-case wrapper.
4414
4415 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4418
4419 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * nnml.el (nnml-request-expire-articles): Check if the function set to
4422         `nnmail-expiry-target' returns the symbol `delete'.
4423
4424         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4425
4426         * nnmail.el (nnmail-expiry-target): Fix custom type.
4427
4428 2008-10-02  Glenn Morris  <rgm@gnu.org>
4429
4430         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4431         Silence compiler warning.
4432
4433 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4434
4435         * tls.el (open-tls-stream): Show the actual command being
4436         executed, instead of the format string.
4437
4438 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * lpath.el: Fbind codepage-setup for Emacs 23.
4441
4442 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4443
4444         * mml.el (mml-menu): Don't assume mml2015 is bound.
4445
4446 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4449         exists.
4450
4451 2008-09-27  Glenn Morris  <rgm@gnu.org>
4452
4453         * gnus-util.el (mail-header-remove-comments): Autoload it.
4454
4455 2008-09-27  Andreas Schwab  <schwab@suse.de>
4456
4457         * gnus-util.el (gnus-split-references): Strip comments.
4458         (gnus-parent-id): Likewise.
4459
4460 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * message.el (message-confirm-send): Fix version.
4463
4464 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * message.el (message-idna-to-ascii-rhs-1): Use
4467         mail-extract-address-components rather than mail-header-parse-addresses
4468         that is an alias by default to ietf-drums-parse-addresses that does not
4469         support non-ASCII names in headers' contents.
4470
4471 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4472
4473         * message.el (message-confirm-send): Fixed variable documentation to
4474         avoid the "y/n" wording.
4475
4476 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4477
4478         * message.el (message-set-auto-save-file-name): Save to a different
4479         filename so multiple messages (especially drafts) can be recovered.
4480
4481 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4482
4483         * message.el (message-confirm-send): Add appropriate version.
4484
4485 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4488         defvar.
4489
4490 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4491
4492         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4493         (mm-pkcs7-enveloped-magic): Ditto.
4494
4495 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4496
4497         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4498         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4499
4500 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4501
4502         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4503         default, it's better.
4504
4505 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4506
4507         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4508         summary line gnus-number property and ignore them (with a warning
4509         message).
4510
4511 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4514         macro caddr in the interactive form since it won't be expanded.
4515
4516 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4519         `charset'; fix name of function called recursively.
4520         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4521
4522 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4525         (gnus-mime-set-charset-parameters): New function.
4526         (gnus-mime-view-part-as-charset): Use it to correctly display part
4527         specifying wrong charset.
4528
4529 2008-09-08  David Engster  <dengste@eml.cc>
4530
4531         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4532         in completing-read for back end server.
4533
4534 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4535
4536         * message.el (message-confirm-send): New variable to confirm sending a
4537         message.
4538         (message-send): Use it.
4539
4540 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4541
4542         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4543
4544 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4547
4548 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4549
4550         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4551         prevent tracking too many groups.
4552         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4553         Use it.
4554
4555 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4556
4557         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4558         moving point to the bottom of the window in order to avoid recentering.
4559
4560 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4563
4564         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4565         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4566         (gnus-article-beginning-of-window): Fix calculation.
4567
4568 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-msg.el (gnus-summary-supersede-article)
4571         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4572         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4573         message header.
4574
4575 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4576
4577         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4578         pending output coming after the status change.
4579
4580 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4581
4582         * message.el:
4583         * gnus-start.el:
4584         * gnus-registry.el: Remove VMS support.
4585
4586 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4589         macro.
4590         (rfc2104-hash): Use it.
4591
4592 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4593
4594         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4595         (gnus-summary-sort-by-most-recent-date): New commands.
4596         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4597         and menu entries.
4598
4599 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4602         don't redisplay article for raw contents; remove plural articles stuff.
4603
4604         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4605         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4606         on gnus-summary-save-article; display results properly.
4607
4608 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * lpath.el: No need to fbind ns-focus-frame.
4611
4612 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4615
4616 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4619         gnus-save-all-headers.
4620
4621 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4622
4623         * gnus-util.el (ns-focus-frame): Remove declaration.
4624         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4625         like x.
4626
4627 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4628
4629         * rfc2104.el (rfc2104-zero): Delete defconst.
4630         (rfc2104-hex-alist): Likewise.
4631         (rfc2104-hex-to-int): Delete func.
4632         (rfc2104-hexstring-to-bitstring): Likewise.
4633         (rfc2104-nybbles): New defconst.
4634         (rfc2104-hash): Rewrite for speed.
4635
4636 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * tls.el (open-tls-stream): Make it work with the 2nd argument
4639         BUFFER that is a string but does not exist as a buffer object, as
4640         mentioned in the doc-string.
4641
4642 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4645         SXEmacs.
4646
4647 2008-07-16  Glenn Morris  <rgm@gnu.org>
4648
4649         * gnus-util.el (ns-focus-frame): Declare for compiler.
4650
4651 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4654         set as a group parameter.
4655         (gnus-summary-save-in-pipe): Work when it is called independently.
4656         (gnus-summary-pipe-to-muttprint): Don't modify
4657         gnus-summary-pipe-output-default-command.
4658
4659 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4660
4661         * message.el (message-send-mail-with-sendmail):
4662         Display the error message.
4663
4664 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-art.el (gnus-default-article-saver):
4667         Add gnus-summary-save-in-pipe to choices.
4668         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4669         gnus-summary-pipe-output-default-command as the default command.
4670         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4671         instead of gnus-last-shell-command.
4672
4673         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4674         New user option.
4675         (gnus-summary-muttprint-program): Mention the value will be changed.
4676         (gnus-summary-save-article): Force showing of all headers.
4677         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4678
4679 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4680
4681         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4682
4683 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4684
4685         * nnimap.el (nnimap-id):
4686         * sieve-manage.el (sieve-manage-open): Doc fixes.
4687
4688 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4689
4690         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4691         if available.
4692
4693 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4694
4695         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4696
4697         * nnkiboze.el (nnkiboze-generate-group):
4698         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4699
4700         * nnmairix.el: Require CL.
4701
4702 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * dgnushack.el: Autoload get-display-table and put-display-table for
4705         XEmacs 21.5.
4706
4707         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4708         21.4 and SXEmacs.
4709
4710 2008-06-15  David Engster  <dengste@eml.cc>
4711
4712         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4713
4714 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4715
4716         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4717         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4718         runtime choice under XEmacs.
4719
4720         * gnus-sum.el (gnus-summary-set-display-table):
4721         Use `gnus-put-display-table', `gnus-get-display-table',
4722         `gnus-set-display-table' for the display table, instead of `aset'.
4723
4724         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4725         Use `gnus-put-display-table', `gnus-get-display-table',
4726         `gnus-set-display-table' for the display table.
4727
4728 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4729
4730         * nnmairix.el: Add autoloads.
4731
4732 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * nnmairix.el (nnmairix-delete-recreate-group)
4735         (nnmairix-update-and-clear-marks): Fix error messages.
4736
4737 2008-06-14  David Engster  <dengste@eml.cc>
4738
4739         * nnmairix.el: Upgrade to version 0.6.
4740         (nnmairix-group-toggle-propmarks-this-group)
4741         (nnmairix-group-toggle-readmarks-this-group)
4742         (nnmairix-group-delete-recreate-this-group)
4743         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4744         (nnmairix-remove-tick-mark-original-article): New commands.
4745         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4746         (nnmairix-propagate-marks-to-nnmairix-groups)
4747         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4748         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4749         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4750         functions needed for marks propagation and manipulation of read marks.
4751         (nnmairix-update-groups): New function.
4752         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4753         (nnmairix-determine-original-group-from-registry)
4754         (nnmairix-determine-original-group-from-path)
4755         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4756         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4757         New helper functions.
4758         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4759         keystrokes for new commands.
4760         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4761         (nnmairix-request-group): Check allow-fast group parameter.
4762         (nnmairix-request-create-group): Set allow-fast group parameter if
4763         nnmairix-allowfast-default is set.
4764         (nnmairix-close-group): Propagate marks upon closing if needed.
4765         (nnmairix-group-toggle-threads-this-group): Use new.
4766         nnmairix-group-toggle-parameter helper function.
4767         (nnmairix-search): Better check for empty search result.
4768         (nnmairix-goto-original-article): Use new helper functions for
4769         determining original article.
4770         (nnmairix-show-original-article): Make sure message-id is in brackets.
4771         (nnmairix-call-mairix-binary): Change variable name.
4772         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4773         helper function.
4774         (nnmairix-widget-toggle-activate): Fix doc string.
4775
4776 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * nnir.el: Require edmacro when compiling with XEmacs.
4779         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4780         available in Emacs 21.
4781
4782 2008-06-11  Glenn Morris  <rgm@gnu.org>
4783
4784         * gnus-util.el (x-focus-frame):
4785         * gnus.el (image-size):
4786         * mm-decode.el (image-size): Declare.
4787
4788         * gnus-picon.el (declare-function): Add compat definition.
4789         (image-size): Declare.
4790
4791         * gnus-group.el (tool-bar-map):
4792         * gnus-sum.el (tool-bar-map): Define for compiler.
4793
4794         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4795
4796         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4797
4798         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4799         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4800         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4801         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4802         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4803         * sieve-manage.el, spam-report.el, spam.el:
4804         Remove unnecessary eval-and-compile of autoloads.
4805
4806 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4807
4808         * auth-source.el: Precise Tramp doc.
4809
4810 2008-06-07  Glenn Morris  <rgm@gnu.org>
4811
4812         * nnmairix.el: Remove unnecessary eval-when-compile.
4813
4814 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * lpath.el: Fbind propertize for XEmacs 21.4.
4817
4818 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4819
4820         * nnir.el: Move here from ../contrib.
4821
4822 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4823
4824         * gnus-util.el (gnus-read-shell-command): New function.
4825         * mm-decode.el (mm-pipe-part):
4826         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4827
4828 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4831
4832 2008-06-03  Glenn Morris  <rgm@gnu.org>
4833
4834         * pop3.el (nnheader-accept-process-output): Autoload it.
4835
4836 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4839         are not 2-digit hexadecimal characters that follow `%'s.
4840
4841 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4842
4843         * message.el (message-bogus-recipient-p): Fix type in doc string.
4844         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4845         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4846         Improve custom options.
4847         (message-bogus-recipient-p): Adjust accordingly.
4848
4849 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4850
4851         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4852         long-form month and day names.
4853
4854 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * dgnushack.el: Autoload debug, eudc-expand-inline and
4857         pgg-snarf-keys-region for XEmacs.
4858
4859         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4860
4861         * nnmairix.el: Require edmacro when compiling with XEmacs.
4862
4863 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4866         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4867
4868 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4869
4870         * auth-source.el: Add more docs.
4871
4872         * netrc.el (netrc-machine): Always match if the port is not given.
4873
4874 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4875
4876         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4877         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4878         retrieval faster in some cases, but might make CPU usage larger.  If
4879         this has any bad side effects, we might revert this change.
4880
4881         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4882         seems to make mail retrieval much, much faster.
4883         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4884         unconditionally.
4885
4886         * gnus-draft.el (gnus-group-send-queue): Bind
4887         message-send-mail-partially-limit to nil to avoid being prompted.
4888
4889 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4892
4893         * message.el (message-bogus-address-regexp): Fix and improve custom
4894         type.
4895         (message-setup-hook): Add message-check-recipients as custom option.
4896
4897 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4898
4899         * message.el (message-cite-function): Remove bogus autoload which crept
4900         in during merge from v5-10.
4901
4902 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4903
4904         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4905
4906         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4907
4908         * auth-source.el: Preliminary Tramp docs.
4909         (auth-sources): Change the default auth-sources to use
4910         EPA .gpg files.
4911
4912 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4913
4914         * nntp.el: Autoload `auth-source-user-or-password'.
4915         (nntp-send-authinfo): Use it.
4916
4917         * nnimap.el: Autoload `auth-source-user-or-password'.
4918         (nnimap-open-connection): Use it.
4919
4920         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4921         for the gnus-message function.
4922         (auth-source-user-or-password): Use it.
4923
4924 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4925
4926         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4927         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4928         (rfc2104-hash): Use it.
4929
4930 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4931
4932         * gnus-art.el (gnus-article-toggle-truncate-lines):
4933         Don't use `iff' in docstring.
4934
4935 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4936
4937         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4938
4939         * gnus-util.el (gnus-extract-address-component-name)
4940         (gnus-extract-address-component-email): Convenience functions around
4941         `gnus-extract-address-components'.
4942
4943         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4944         Use `gnus-extract-address-component-email' to fix bug of comparing full
4945         sender name to `user-mail-address'.
4946
4947 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4948
4949         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4950         catch/throw to optimize.
4951         (gnus-registry-find-keywords): Just use member to find a keyword.
4952
4953 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4954
4955         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4956         is current before calling gnus-server-prepare.
4957         (gnus-server-setup-buffer, gnus-server-update-server)
4958         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4959
4960 2008-05-04  Juri Linkov  <juri@jurta.org>
4961
4962         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4963         (mailcap-file-default-commands): Use mailcap-replace-in-string
4964         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4965         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4966
4967 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4968
4969         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4970
4971 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4972
4973         * gnus.el: Bump version to 0.11.
4974
4975 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4976
4977         * gnus.el: No Gnus v0.10 is released.
4978
4979 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4982         hooks.
4983         (gnus-update-read-articles): Speed up non-marks-using users.
4984         (gnus-use-marks): Define gnus-use-marks.
4985         (gnus-propagate-marks): Rename variable to something more sensible.
4986
4987 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4988
4989         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4990         (gmm-image-load-path-for-library): Fix typos in docstrings.
4991         (gmm-message): Reflow docstring.
4992
4993 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4994
4995         * mail-source.el (mail-source-set-1, mail-source-bind):
4996         Move auth-source code out of the macro to clean it up and fix bugs.
4997
4998 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4999
5000         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5001         by sender if it's equal to user-mail-address, it's likely to be
5002         useless.
5003
5004         * mail-source.el (mail-source-bind): Don't use user or password if they
5005         are not bound.  Unintern them if they are nil.  Don't use server unless
5006         it's bound, and default it to empty string otherwise.
5007
5008 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5009
5010         * mail-source.el: Load auth-source.el.
5011         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5012         get user name or password, if auth-sources is set up.
5013
5014         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5015         strategy of splitting with parent.
5016         (gnus-registry-split-fancy-with-parent)
5017         (gnus-registry-post-process-groups): Use it and fix prior
5018         bug (returning a list as the split result).
5019
5020         * auth-source.el (auth-sources): Remove server parameter.
5021         (auth-source-pick, auth-source-user-or-password)
5022         (auth-source-user-or-password-imap)
5023         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5024         (auth-source-user-or-password-sftp)
5025         (auth-source-user-or-password-smtp): Remove server parameter.
5026
5027 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5028
5029         * smime.el (smime-sign-region, smime-encrypt-region)
5030         (smime-decrypt-region):
5031         Remove redundant calls to `generate-new-buffer-name'.
5032
5033 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5034
5035         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5036         Don't use QP for message/rfc822.
5037         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5038
5039 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5040
5041         * sieve-manage.el (sieve-string-bytes): Remove.
5042         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5043         correct byte-length only if the process's coding-system is the same as
5044         the one used internally by Emacs to represent strings.
5045
5046 2008-04-22  Juri Linkov  <juri@jurta.org>
5047
5048         * mailcap.el (mailcap-file-default-commands): New function.
5049
5050 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5051
5052         * message.el (message-signature-separator, message-cite-function):
5053         Change custom version.
5054
5055 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5056
5057         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5058         commands.
5059         (tls-checktrust): Ditto.
5060
5061 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5062
5063         * mm-decode.el (mm-display-external): Make temp file read-only.
5064
5065 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5066
5067         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5068         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5069         `C-c C-f d'.
5070
5071 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5072
5073         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5074
5075 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5076
5077         * gnus.el: Bump version to 0.9.
5078
5079 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5080
5081         * gnus.el: No Gnus v0.8 is released.
5082
5083 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5084
5085         * mail-source.el (mail-source-value):
5086         Prefer fboundp to functionp so it works with macros as well.
5087
5088 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5089
5090         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5091         Fix last change in case the element is not even a symbol.
5092
5093 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5094
5095         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5096         Prefer fboundp to functionp so it works with macros as well.
5097
5098 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5099
5100         * auth-source.el: Added docs.
5101         (auth-sources): Modify format to support server.
5102         (auth-source-pick, auth-source-user-or-password)
5103         (auth-source-user-or-password-imap)
5104         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5105         (auth-source-user-or-password-sftp)
5106         (auth-source-user-or-password-smtp): Add server parameter.
5107
5108 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5109
5110         * gnus-registry.el: Initialize the registry when gnus-registry-install
5111         is t.
5112
5113 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * compface.el (uncompface): Make buffer unibyte.
5116
5117 2008-04-05  Glenn Morris  <rgm@gnu.org>
5118
5119         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5120
5121 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5122
5123         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5124         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5125
5126         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5127         multibyteness after rather than before erasing it.
5128
5129         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5130         mm-with-multibyte.
5131         (gnus-request-article-this-buffer): Make sure the proper decoding is
5132         used if gnus-original-article-buffer happens to be unibyte.
5133
5134         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5135         default-enable-multibyte-characters.
5136
5137         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5138         default-enable-multibyte-characters.
5139
5140         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5141
5142         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5143
5144 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5145
5146         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5147         (imap-message-copyuid-1): Use it.
5148         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5149         J. Williams in
5150         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5151
5152         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5153         imap-enable-exchange-bug-workaround.
5154         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5155
5156 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5157
5158         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5159         a 100 byte status-checks into a 2-3MB transfer for each group.
5160         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5161         to enable bug workaround or not.
5162         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5163
5164 2008-03-31  Glenn Morris  <rgm@gnu.org>
5165
5166         * message.el (mml2015-use): Declare for compiler.
5167         (message-info): Require mml2015 when appropriate.
5168
5169 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5172         whitespace.
5173
5174 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5175
5176         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5177         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5178         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5179         (nntp-service-to-port): New function.
5180         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5181         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5182         (nntp-open-netcat-stream): New function.
5183         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5184
5185 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5186
5187         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5188
5189 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5190
5191         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5192
5193 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5194
5195         * dns.el (dns-write): Use set-buffer-multibyte.
5196
5197 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5198
5199         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5200
5201 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * message.el (message-signature-separator): Change default.
5204         Improve custom type.
5205         (message-cite-function): Change default to
5206         message-cite-original-without-signature.
5207
5208         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5209         toggle.
5210
5211         * message.el (message-check-news-body-syntax): Fix signature check.
5212         (message-setup-1): Mark buffer as unmodified _after_ running
5213         message-setup-hook and handling message-alternative-emails.
5214         (message-shorten-references): Be more strict when building list of
5215         valid references to comply with GNKSA.
5216
5217         * gnus-group.el (gnus-read-ephemeral-bug-group)
5218         (gnus-read-ephemeral-debian-bug-group)
5219         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5220
5221         * message.el (message-info): Don't use booleanp which isn't supported
5222         in Emacs 21 and XEmacs.
5223
5224 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5225
5226         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5227         gnus-group-gmane-group-download-format.
5228         (gnus-group-read-ephemeral-gmane-group): Rename from
5229         gnus-group-read-ephemeral-gmane-group.
5230         (gnus-read-ephemeral-gmane-group-url): Rename from
5231         gnus-group-read-ephemeral-gmane-group-url.
5232         (gnus-bug-group-download-format-alist): New variable.
5233         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5234         (gnus-read-ephemeral-emacs-bug-group): New commands.
5235
5236 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5237
5238         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5239         (gnus-visible-headers): Improve custom type.
5240
5241 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5242
5243         * mml.el (mml-menu): Add workarounds for XEmacs.
5244
5245         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5246         X-Boundary header.
5247
5248         * message.el (message-simplify-recipients): Fix previous commit.
5249
5250 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5251
5252         * mm-util.el (mm-set-buffer-multibyte): New function.
5253         * mm-decode.el (mm-copy-to-buffer): Use it.
5254
5255 2008-03-19  Glenn Morris  <rgm@gnu.org>
5256
5257         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5258         Accidentally removed in the sync process with Emacs.
5259
5260 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * message.el (message-alter-recipients-discard-bogus-full-name):
5263         New function.
5264         (message-alter-recipients-function): New variable.
5265         (message-get-reply-headers): Use it.
5266         (message-replace-header): New helper function.
5267         (message-recipients-without-full-name): New variable.
5268         (message-simplify-recipients): New command.
5269
5270         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5271
5272         * message.el (message-info): Handle EasyPG manual.
5273
5274         * mml.el (mml-menu): Add entry for EasyPG.
5275
5276 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5277
5278         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5279         parameter.
5280
5281         * message.el (message-disassociate-draft): Specify drafts group name
5282         fully.
5283
5284 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5285
5286         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5287         unnecessary duplicates from the match list.
5288
5289 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5292
5293         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5294
5295         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5296         args of `how-many' of which the XEmacs version doesn't take; declare
5297         Info-index-next as function.
5298
5299 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5300
5301         * gnus-score.el (gnus-score-headers): Fix handling of
5302         gnus-inhibit-slow-scoring.
5303
5304         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5305         string.
5306         (gnus-button-url-regexp): Improve handling of parenthesis.
5307         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5308         (gnus-button-handle-info-keystrokes): Handle index entries.
5309
5310 2008-03-15  Glenn Morris  <rgm@gnu.org>
5311
5312         * parse-time.el (parse-time-string): Simplify.
5313
5314 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5317         Incoming* files.
5318
5319 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5320
5321         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5322         (auth-source-pick): Use it.
5323
5324 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5325
5326         * binhex.el (binhex-decode-region-internal):
5327         * uudecode.el (uudecode-decode-region-internal):
5328         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5329         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5330         setting default-enable-multibyte-characters.
5331
5332 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * auth-source.el (auth-source-protocols)
5335         (auth-source-protocols-customize, auth-source-choices): Added and
5336         modified variable customizations and defaults.
5337         (auth-source-pick, auth-source-user-or-password)
5338         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5339         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5340         (auth-source-user-or-password-sftp)
5341         (auth-source-user-or-password-smtp): Use new variables and provide an
5342         interface to netrc.el.
5343
5344 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5347         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5348         Make sure the nntp port to specify is a string.
5349
5350 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5351
5352         * nntp.el: Use with-current-buffer.
5353         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5354         dubious mm-with-unibyte-current-buffer.
5355         (nntp-with-open-group-function): New function extracted from
5356         nntp-with-open-group macro.
5357         (nntp-with-open-group): Use the function, so it's easier to debug.
5358         Add indentation and debugging info.
5359         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5360         the use of the netcat alternatives.
5361
5362         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5363         Avoid mm-string-as-multibyte as well.
5364
5365         * nnweb.el (nnweb-insert-html):
5366         Remove use of nnheader-string-as-multibyte.
5367
5368         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5369         (nnheader-string-as-multibyte): Remove.
5370
5371         * mm-view.el: Use inhibit-read-only.
5372         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5373         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5374         or unibyte-string.
5375
5376         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5377         (mm-uu-yenc-extract): Use with-current-buffer.
5378
5379         * gnus-soup.el (gnus-soup-send-packet): Don't use
5380         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5381
5382         * nnmh.el: Use with-current-buffer.
5383         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5384         mm-string-as-multibyte on the output of mm-encode-coding-string.
5385
5386         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5387         (nnimap-request-move-article): Use with-current-buffer.
5388
5389         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5390         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5391         conversion uses string-make-unibyte rather than string-as-unibyte.
5392
5393         * gnus-msg.el: Use with-current-buffer.
5394
5395         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5396
5397 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5398
5399         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5400         string for caching if it is 'PIN.
5401
5402 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * lpath.el: Consider the case without Emacs/W3.
5405
5406 2008-03-08  Glenn Morris  <rgm@gnu.org>
5407
5408         * time-date.el (date-to-time, time-subtract, time-add)
5409         (safe-date-to-time): Doc fixes.
5410
5411 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * mail-source.el (mail-source-delete-old-incoming-confirm):
5414         Change default to nil.
5415         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5416
5417 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * lpath.el: Rearrange.
5420
5421         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5422         (gnus-article-goto-prev-page): Work for articles having ^L's.
5423
5424         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5425
5426         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5427
5428 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5429
5430         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5431         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5432         (gnus-bookmark-jump): Adjust some variable names.
5433
5434 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5435
5436         * auth-source.el: New package.
5437         (auth-source-choices): Add customization entry point variable.
5438
5439         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5440         bug.
5441
5442 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5443
5444         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5445         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5446         (gnus-registry-install-shortcuts): Rename from
5447         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5448         the `gnus-registry-mark-map' keymap dynamically from
5449         `gnus-registry-marks'.  The generated functions update the summary line
5450         when a registry mark is added or deleted, and will call
5451         `gnus-registry-install-p' (see the comments in the code).
5452         (gnus-registry-user-format-function-M): Use concat intelligently.
5453
5454         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5455         the registry mark functions.
5456
5457 2008-03-05  Glenn Morris  <rgm@gnu.org>
5458
5459         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5460         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5461         gnus-art.
5462         (top-level): No need to load own source when compiling.
5463
5464 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5465
5466         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5467         Suggested by <chris.anderton@zetnet.co.uk>.
5468
5469 2008-03-04  Glenn Morris  <rgm@gnu.org>
5470
5471         * gnus-sum.el (top-level): No need to require gnus when compiling,
5472         since unconditionally required near start of file.
5473         (gnus-summary-display-while-building): Move definition before use.
5474
5475 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5478         formatting function.
5479
5480 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5481
5482         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5483         with plists.
5484         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5485         Use new format.
5486
5487 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5490         `where-is-internal' that returns a range of key sequences.
5491
5492 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5493
5494         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5495
5496         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5497         (gnus-summary-jump-to-group): Consider windows on other displayed
5498         frames as well.  Similar changes might be needed elsewhere, but that's
5499         the one I've bumped into during my use.
5500
5501         * nndoc.el (nndoc-oe-dbx-type-p):
5502         * gnus-msg.el (gnus-debug):
5503         * gnus-group.el (gnus-update-group-mark-positions):
5504         Use mm-string-to-multibyte.
5505
5506 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5507
5508         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5509         doesn't handle NotDashEscaped.
5510
5511         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5512         (mml-dnd-attach-options): Fix typo in custom choice.
5513
5514         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5515         nndoc-article-type to mbox.
5516         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5517
5518         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5519         to nil, instead of html2text.
5520
5521         * imap.el (imap-debug): Add `imap-ping-server'.
5522
5523         * gnus-bookmark.el: Add FIXMEs.
5524
5525         * message.el (message-form-letter-separator)
5526         (message-send-form-letter-delay): New variables.
5527         (message-send-form-letter): Use them.  New command to send form
5528         letters.  Requested by Uwe Siart.
5529         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5530
5531 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5532
5533         * Update copyright years.
5534
5535 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5536
5537         Sync from EMACS_22_BASE.
5538
5539         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5540
5541 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5542
5543         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5544         empty author.
5545
5546 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5547
5548         * gnus-registry.el (gnus-registry-marks): Add variable for
5549         customization of marks and their appearance.
5550         (gnus-registry-read-mark): Use it.
5551         (gnus-registry-do-marks): Add utility function to loop through
5552         `gnus-registry-marks'.
5553         (gnus-registry-install-shortcuts-and-menus): Add function to install
5554         shortcuts and menus.
5555         (gnus-registry-initialize): Use it.
5556         (gnus-registry-default-mark): Clarify documentation.
5557
5558 2008-02-29  Glenn Morris  <rgm@gnu.org>
5559
5560         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5561         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5562         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5563         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5564         Change defcustom :version from 23.0 to 23.1.
5565
5566 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5567
5568         * gnus-registry.el (gnus-registry-follow-group-p)
5569         (gnus-registry-post-process-groups): Add functions to aid registry
5570         splitting and improve logging.  Clarify behavior in function
5571         documentation.
5572         (gnus-registry-split-fancy-with-parent): Use them.
5573
5574 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5575
5576         * gnus-art.el: Use with-current-buffer.
5577
5578 2008-02-27  David Engster  <dengste@eml.cc>
5579
5580         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5581         Express real group name in the response.
5582
5583 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5586         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5587         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5588         autoload gnus-registry-fetch-group when compiling.
5589         (nnmairix-request-group-with-article-number-correction): Remove
5590         unreferenced argument passed to nnmairix-call-backend.
5591
5592 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5593
5594         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5595         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5596         Wilde.
5597
5598 2008-02-27  Glenn Morris  <rgm@gnu.org>
5599
5600         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5601         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5602         variables to defconsts.  Convert comments to doc-strings.
5603         (nnmairix-last-server, nnmairix-current-server): Convert from free
5604         variables to defvars.  Convert comments to doc-strings.
5605         (gnus-registry-fetch-group): Autoload.
5606         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5607         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5608         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5609         caddr.
5610         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5611         nnmairix-request-group-with-article-number-correction call.
5612         (nnmairix-fast, nnmairix-group): New, less general names, for free
5613         variables passed from nnmairix-request-group to
5614         nnmairix-request-group-with-article-number-correction.  Declare.
5615         (nnmairix-request-group-with-article-number-correction):
5616         Use nnmairix-fast, nnmairix-group rather than fast, group.
5617
5618 2008-02-26  David Engster  <dengste@eml.cc>
5619
5620         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5621         version 0.5.
5622
5623 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5624
5625         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5626         instead of making an extra function call.  Don't add the current group
5627         to articles only when they have the group.  Use
5628         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5629         Reported by David <de_bb@arcor.de>.
5630
5631 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5634         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5635
5636 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * mail-source.el (mail-source-delete-incoming): Change default.
5639         Supplement doc string.
5640
5641         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5642
5643 2008-02-14  Glenn Morris  <rgm@gnu.org>
5644
5645         * time-date.el (format-seconds): New function.
5646
5647 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * nnmail.el (nnmail-message-id-cache-file): Derive from
5650         `gnus-home-directory'.
5651
5652 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5655         Document negative prefix.
5656
5657         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5658
5659 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660
5661         * message.el (message-unsent-separator): Add the Exim bounce
5662         separator.
5663
5664 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5665
5666         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5667         list.
5668         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5669         recipient/signer list.
5670
5671 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * Makefile.in (datarootdir): Define.
5674         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5675         name that might contain whitespace.
5676
5677 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5678
5679         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5680         fbound (Emacs 23 unicode), signal an error.
5681
5682 2008-02-08  Glenn Morris  <rgm@gnu.org>
5683
5684         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5685
5686 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5687
5688         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5689         ports to the calls to `netrc-machine-user-or-password' in addition to
5690         "imap" and "imaps".
5691
5692 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5693
5694         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5695
5696         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5697
5698 2008-02-01  Kenichi Handa  <handa@m17n.org>
5699
5700         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5701         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5702         (rfc2104-hash): Convert the result of concat to unibyte string.
5703
5704 2008-02-01  Dave Love  <fx@gnu.org>
5705
5706         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5707         coding-system-for-read.
5708         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5709
5710 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5711
5712         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5713         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5714         <hanche@math.ntnu.no>.
5715
5716 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5719
5720         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5721
5722 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5723
5724         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5725         * message.el (message-beginning-of-line): Use featurep instead of bound
5726         tests in order to resolve conditionals at compile time.
5727
5728 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5729
5730         * mail-source.el (mail-sources): Add `group' choice.
5731
5732         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5733         parameter `in-group' to control into which group the articles go.
5734         Add treatment of `group' mail-source.
5735
5736 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5739
5740         * mm-decode.el (mm-dissect-buffer): Decode description.
5741
5742         * mml.el (mml-to-mime): Encode message header first.
5743
5744 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5747         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5748
5749         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5750         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5751
5752 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5753
5754         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5755
5756 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5759         prefix keys.
5760         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5761         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5762         gnus-xmas.el.
5763
5764         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5765         (gnus-xmas-article-describe-bindings): New function.
5766         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5767         gnus-xmas-article-describe-bindings.
5768
5769         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5770
5771 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5774         Add new variables for article mark management.
5775         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5776         list of extra data entries which, when present, will indicate that the
5777         article ID should not be trimmed from the registry.
5778         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5779         functions.
5780         (gnus-registry-read-mark): New function to read a mark name from the
5781         user.
5782         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5783         (gnus-registry-set-article-mark-internal): New functions to add and
5784         remove marks.
5785         (gnus-registry-get-article-marks): New function to show the marks for
5786         an article, or retrieve them for further use.
5787
5788 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5791         keys when no argument is given.
5792
5793 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * imap.el (imap-ping-server): New variable.
5796         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5797         (imap-ping-server): Minor doc string fixes.
5798
5799 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5800
5801         * imap.el (imap-ping-server): New function.
5802         (imap-opened): Call imap-ping-server.
5803
5804 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5805
5806         * gnus-sum.el (gnus-article-sort-by-random)
5807         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5808         jidanni@jidanni.org.
5809
5810 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-art.el (gnus-article-describe-bindings): New function.
5813         (gnus-article-read-summary-keys): Use it.
5814         (gnus-article-mode-map): Bind `C-h b' to it.
5815
5816 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5819         XEmacs.
5820         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5821         against non-character events.
5822
5823         * lpath.el: Fbind map-keymap for Emacs 21.
5824
5825 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5826
5827         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5828         command.
5829         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5830         instead of END.  Change name of the temp file.
5831         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5832         customizable.
5833
5834 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5837         bind `S W' to gnus-article-wide-reply-with-original; set default
5838         binding to gnus-article-read-summary-send-keys.
5839         (gnus-article-read-summary-keys): Fix the order of keys; display
5840         continuation keys correctly in the echo area; describe bindings
5841         correctly when keys end with `C-h'.
5842         (gnus-article-read-summary-send-keys): New function.
5843         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5844         for gnus-article-read-summary-send-keys; display continuation keys
5845         correctly in the echo area.
5846         (gnus-article-reply-with-original): Ignore prefix argument.
5847         (gnus-article-wide-reply-with-original): New function.
5848
5849         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5850         Emacs 21.
5851
5852 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5855         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5856
5857 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5860         (gnus-group-read-ephemeral-gmane-group): New command.
5861
5862 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5863
5864         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5865
5866 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5867
5868         * message.el (message-send-mail-function): Increase custom version.
5869
5870         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5871         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5872
5873 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5874
5875         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5876         for the cases where imap-authenticate is called with a nil buffer
5877         parameter.
5878
5879 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5882         html parts correctly; support forwarded messages.
5883         (gnus-article-browse-html-article): Remove work buffers.
5884
5885         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5886         compiling.
5887         (netrc-bound-and-true-p): New macro.
5888         (netrc-parse): Use it instead of bound-and-true-p that is not available
5889         in XEmacs 21.4.
5890
5891 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5892
5893         * gnus-registry.el (gnus-registry-mark-article)
5894         (gnus-registry-article-marks): Add functionality to mark articles
5895         through the Gnus registry.
5896
5897         * encrypt.el: Clarify documentation for the new pgg method.
5898         (encrypt-file-alist): Add PGG option.
5899         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5900         functionality.  Abstract password key and messaging to external
5901         functions.
5902         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5903         (encrypt-message-method-and-cipher): Add new convenience external
5904         functions.
5905         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5906         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5907
5908         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5909         (netrc-parse): Use encrypt-file-alist to determine if
5910         encrypt-find-model or encrypt-insert-file-contents should be used.
5911
5912         * encrypt.el: Clarify documentation.  Load password-cache or
5913         password, whichever one is found first, instead of autoloading.
5914
5915 2007-12-19  Glenn Morris  <rgm@gnu.org>
5916
5917         * mml.el (message-options-set, message-narrow-to-head)
5918         (message-in-body-p, message-mail-p, message-encode-message-body):
5919         Autoload.
5920         (message-remove-header, message-narrow-to-headers-or-head)
5921         (message-subscribed-p, message-make-mail-followup-to)
5922         (message-position-on-field, message-news-p)
5923         (message-options-set-recipient, message-generate-headers)
5924         (message-sort-headers): Declare as functions.
5925
5926 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5929         convention in doc string.
5930
5931 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5934         title to html parts.
5935         (gnus-article-browse-html-article): Pass message header to it.
5936
5937         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5938
5939 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5940
5941         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5942         or password compatible with XEmacs.
5943
5944 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5947         format document.
5948         (gnus-mime-delete-part): Don't write description line if empty.
5949         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5950
5951 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5952
5953         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5954         (gnus-summary-mark-read-and-unread-as-read)
5955         (gnus-summary-mark-current-read-and-unread-as-read)
5956         (gnus-summary-mark-unread-as-ticked): Doc fix.
5957         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5958
5959 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5960
5961         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5962         Christoph Conrad <christoph.conrad@gmx.de>.
5963
5964 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5965
5966         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5967         yes-or-no-p.
5968
5969 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * mm-decode.el (mm-add-meta-html-tag): New function.
5972         (mm-save-part-to-file, mm-pipe-part): Use it.
5973
5974         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5975         gnus-y-or-n-p instead of y-or-n-p.
5976         (gnus-article-browse-html-parts): Work with message/external-body; use
5977         mm-add-meta-html-tag.
5978
5979 2007-12-11  Glenn Morris  <rgm@gnu.org>
5980
5981         * gnus-cache.el: Require gnus-sum not just when compiling.
5982
5983         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5984
5985         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5986         definitions before use.
5987
5988         * mm-decode.el: Require gnus-util.
5989         (mm-remove-part): Only call delete-annotation on XEmacs.
5990
5991         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5992
5993         * nnmail.el: Require gnus-int.
5994
5995         * spam.el: Move `require's before `eval-when-compile's.
5996
5997         * gnus-ems.el (gnus-alive-p):
5998         * gnus-fun.el (message-goto-eoh):
5999         * gnus-util.el (gnus-group-name-decode):
6000         * mail-source.el (gnus-compress-sequence):
6001         * message.el (Info-goto-node, format-spec):
6002         * mm-bodies.el (message-options-get):
6003         * mm-decode.el (mm-view-pkcs7):
6004         * mm-util.el (gmm-write-region):
6005         * mml-smime.el (mml-compute-boundary)
6006         (gnus-completing-read-with-default):
6007         * mml.el (widget-button-press, gnus-make-hashtable):
6008         * mml1991.el (mm-decode-content-transfer-encoding)
6009         (mm-encode-content-transfer-encoding)
6010         (message-options-get, message-options-set):
6011         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6012         * nnfolder.el (gnus-request-group):
6013         * nnheader.el (ietf-drums-unfold-fws):
6014         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6015         * smime.el (gnus-run-mode-hooks):
6016         * spam-stat.el (gnus-message): Autoload.
6017
6018         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6019         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6020         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6021         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6022         Add declare-function compatibility definition.
6023
6024         * gnus-cache.el (nnvirtual-find-group-art):
6025         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6026         (gnus-add-image, gnus-add-wash-type):
6027         * gnus-group.el (nnkiboze-score-file):
6028         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6029         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6030         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6031         (message-tokenize-header, gnus-get-buffer-create)
6032         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6033         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6034         * gnus.el (gnus-group-decoded-name):
6035         * mail-source.el (imap-capability):
6036         * mm-bodies.el (message-options-set):
6037         * mm-decode.el (gnus-configure-windows):
6038         * mm-extern.el (message-goto-body):
6039         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6040         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6041         (epg-sub-key-validity, message-options-set):
6042         * mml.el (widget-event-point, gnus-configure-windows):
6043         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6044         * mml2015.el (epg-check-configuration, epg-configuration)
6045         (message-options-set):
6046         * nndb.el (nndb-request-article):
6047         * nnfolder.el (gnus-request-create-group):
6048         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6049         * nnmaildir.el (gnus-group-mark-article-read):
6050         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6051         * rfc1843.el (message-fetch-field):
6052         * spam.el (gnus-extract-address-components):
6053         Declare as functions.
6054
6055 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6058
6059         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6060
6061         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6062         bind show-trailing-whitespace for XEmacs.
6063
6064 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6067         new no-op macro for backward compatibility.
6068
6069         * imap.el (imap-string-to-integer): New function.
6070
6071 2007-12-09  Glenn Morris  <rgm@gnu.org>
6072
6073         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6074
6075         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6076         * message.el, mm-view.el, sieve-manage.el, smime.el:
6077         Add declare-function compatibility definition.
6078
6079         * gnus-art.el (w3-region, w3m-region, Info-menu):
6080         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6081         * gnus-sum.el (gnus-get-predicate):
6082         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6083         * message.el (mail-abbrev-in-expansion-header-p):
6084         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6085         (w3m-detect-meta-charset, w3m-region):
6086         * sieve-manage.el (password-read, password-cache-add)
6087         (password-cache-remove):
6088         * smime.el (password-read-and-add): Declare as functions.
6089
6090 2007-12-08  David Kastrup  <dak@gnu.org>
6091
6092         * gnus-sum.el (gnus-summary-simplify-subject-query):
6093         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6094         `message'.
6095
6096 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6099         it to bind idna-program, installation-directory, defined-colors, and
6100         face-attribute for XEmacs of the version that compiles defcustom forms.
6101
6102 2007-12-07  Glenn Morris  <rgm@gnu.org>
6103
6104         * gnus-art.el (article-make-date-line): Revert previous change.
6105
6106 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6109
6110 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6111
6112         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6113         Call gnus-add-to-range ranges only once with a prepared article-list.
6114
6115 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6116
6117         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6118         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6119         group names with backslashes.  Reported by Tassilo Horn
6120         <tassilo@member.fsf.org>.
6121
6122 2007-12-06  Deepak Goel  <deego3@gmail.com>
6123
6124         * gnus-art.el (article-make-date-line):
6125         * gnus-start.el (gnus-load):
6126         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6127
6128 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * gnus-art.el (gnus-use-idna)
6131         * gnus-start.el (gnus-site-init-file)
6132         * message.el (message-use-idna)
6133         * mm-uu.el (mm-uu-hide-markers)
6134         * smiley.el (smiley-style): Revert changes that suppress warnings.
6135
6136 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6139         specify charset to html source.  Reported by Christoph Conrad
6140         <christoph.conrad@gmx.de>.
6141
6142 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6145         idna-program in order to suppress byte compile warning issued by XEmacs
6146         that came to byte compile the default value section of defcustom forms
6147         recently.
6148
6149         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6150         value of installation-directory.
6151
6152         * message.el (message-use-idna): Don't directly refer to the value of
6153         idna-program.
6154
6155         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6156
6157         * smiley.el (smiley-style): Don't directly call face-attribute.
6158
6159 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6162
6163         * gnus-dired.el: Reduce Gnus dependencies.
6164         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6165         require.  Use autoloads instead.
6166         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6167         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6168         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6169         (gnus-dired-mode): Adjust doc string.
6170         (gnus-dired-mail-mode): New variable.
6171         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6172         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6173         (gnus-dired-mail-buffers): New function.  Return mail or message
6174         composition buffers.
6175         (gnus-dired-attach): Use it.
6176         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6177         NO-DECODE.
6178         (gnus-dired-print): Use `gnus-print-buffer' depending on
6179         `gnus-dired-mail-mode'.
6180
6181 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * rfc2047.el (rfc2047-encoded-word-regexp)
6184         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6185         explaining what regexp patterns are for.
6186
6187 2007-12-04  Glenn Morris  <rgm@gnu.org>
6188
6189         * password.el: Move to password-cache.el.
6190
6191         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6192         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6193         * mml-smime.el (password-read, password-cache-add)
6194         (password-cache-remove):
6195         No need to autoload, since mml-sec requires password.
6196
6197         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6198         * message.el (gnus-extract-address-components):
6199         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6200
6201         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6202         password.
6203
6204 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * mailcap.el: Reduce dependencies.
6207         (mail-header-parse-content-type): Autoload.
6208         (mailcap-delete-duplicates): New alias.
6209         (mailcap-mime-info): Add optional argument NO-DECODE.
6210         (mailcap-mime-types): Use mailcap-delete-duplicates.
6211
6212         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6213
6214 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6215
6216         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6217         (imap-parse-status): Upcase status-att for servers that sends them
6218         lower-case (e.g., MS Exchange 2007).
6219
6220 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221
6222         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6223         function.
6224
6225         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6226         (gnus-uu-yenc-article): New function.
6227
6228         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6229
6230         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6231         buffer.
6232
6233 2007-12-02  Glenn Morris  <rgm@gnu.org>
6234
6235         * binhex.el (binhex): New custom group.
6236         (binhex-decoder-program, binhex-decoder-switches)
6237         (binhex-use-external): Move to the binhex custom group.
6238
6239         * uudecode.el (uudecode): New custom group.
6240         (uudecode-decoder-program, uudecode-decoder-switches)
6241         (uudecode-use-external): Move to the uudecode custom group.
6242
6243         * netrc.el (top-level): Don't load `encrypt' features.
6244         (netrc-parse): Don't use encrypt.
6245         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6246
6247         * encrypt.el: Remove file.
6248
6249 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6250
6251         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6252         matches on patches.
6253
6254         * gnus-art.el (gnus-article-browse-html-article): Mention
6255         `mm-text-html-renderer' in the doc string.
6256
6257         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6258         string.  Add comments.
6259
6260         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6261         if rhs is ASCII.
6262
6263 2007-12-01  Glenn Morris  <rgm@gnu.org>
6264
6265         * mail-source.el (top-level): Require format-spec before
6266         eval-when-compile.
6267
6268 2007-11-30  Glenn Morris  <rgm@gnu.org>
6269
6270         * encrypt.el: Require password, rather than autoloading password-read.
6271
6272 2007-11-29  Glenn Morris  <rgm@gnu.org>
6273
6274         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6275         (sasl-make-client, sasl-next-step, sasl-step-data)
6276         (sasl-step-set-data): Declare as functions.
6277
6278 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6281
6282 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6283
6284         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6285         certs should be verified and what is to be done in the event of a
6286         verification failure.
6287
6288         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6289         caller can indicate whether the cache should be disregarded for this
6290         call.  This way the result of the call is reproducible at all times and
6291         can be considered a canonical server name for the supplied method.
6292         (gnus-agent-method-p): Canonicalize server names by pushing their
6293         method through `gnus-method-to-server' using the no-cache argument.
6294
6295         * gnus-srvr.el (gnus-server-insert-server-line): Call
6296         `gnus-method-to-server' with `no-cache' argument.
6297
6298         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6299         gnus-agent-possibly-synchronize-flags as this should be called when the
6300         server is actually being opened.
6301         (gnus-agent-possibly-synchronize-flags)
6302         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6303         flags file of an agentized server to the latter function.
6304
6305         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6306         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6307         after a connection has been established successfully.
6308
6309 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * gnus-art.el (article-display-face): Force to display face if called
6312         interactively; check if gnus-article-x-face-too-ugly matches author.
6313         (article-display-x-face): Display face even if From header is missing
6314         as article-display-face does.
6315
6316 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6317
6318         * hashcash.el (message-narrow-to-headers-or-head)
6319         (message-fetch-field, message-goto-eoh)
6320         (message-narrow-to-headers): Declare as functions.
6321
6322 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6323
6324         * mail-source.el (mail-sources): Default to fetch from file for
6325         compatibility with default of nnmail-spool-file.
6326
6327 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6330         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6331         to look for encoded word that should be encoded again.
6332         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6333         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6334         encoding pattern.
6335         (rfc2047-decode-region): Switch strict regexp and loose one according
6336         to rfc2047-allow-irregular-q-encoded-words.
6337
6338 2007-11-25  Romain Francoise  <romain@orebokech.com>
6339
6340         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6341
6342 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6343
6344         * tls.el (tls-program): Provide more custom choices from
6345         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6346         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6347
6348 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6349
6350         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6351         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6352
6353         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6354         `nnmail-spool-file'.
6355
6356         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6357         `nnmail-spool-file'.
6358
6359         * gnus-move.el (gnus-change-server): Ditto.
6360
6361         * gnus-kill.el (gnus-batch-score): Ditto.
6362
6363         * gnus-cache.el (gnus-jog-cache): Ditto.
6364
6365         * gnus-msg.el (gnus-summary-reply):
6366         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6367
6368 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6369
6370         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6371         version.  Minor improvement to doc strings.
6372         (tls-program): Add comment.
6373
6374 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6375
6376         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6377         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6378         mismatch between the hostname provided in the certificate and the name
6379         of the host connnecting to.
6380         (open-tls-stream): Use them.  Check certificates against trusted root
6381         certificates.
6382
6383 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * gnus-cache.el (gnus-cache-generate-nov-databases):
6386         Use nnml-generate-nov-databases-directory instead of
6387         nnml-generate-nov-databases-1.
6388
6389 2007-11-24  Glenn Morris  <rgm@gnu.org>
6390
6391         * message.el (message-tool-bar-retro): Update for rename
6392         mail_send.xpm->mail-send.xpm.
6393
6394 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6395
6396         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6397         `smime-ldap-search' for Emacs 22 and up.
6398
6399 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6400
6401         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6402
6403         * message.el (message-send-mail-function): Fix error convention.
6404         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6405         (message-widen-reply, message-send-mail, message-talkative-question)
6406         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6407         (message-clone-locals, message-send-news): Use with-current-buffer.
6408         (message-insert-or-toggle-importance): Remove unused var `valid'.
6409         (message-make-references): Remove unused var `new-references'.
6410         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6411
6412 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6413
6414         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6415         (spam-split-symbolic-return-positive): Reflow docstring.
6416         (spam-backends, spam-summary-exit-behavior)
6417         (spam-mark-ham-unread-before-move-from-spam-group)
6418         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6419         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6420         (spam-clear-cache, spam-backend-check, spam-install-backend)
6421         (spam-install-statistical-backend, spam-list-of-processors)
6422         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6423         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6424         (spam-check-crm114, spam-initialize, spam-unload-hook):
6425         Fix typos in docstrings.
6426
6427 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6430         been checked if they have never been read and those group levels are
6431         higher than the one that a user specified.
6432
6433 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6436         foreign groups unless a group level is specified by a user.
6437         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6438
6439 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * message.el (message-send-mail-function): Require sendmail.
6442
6443 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * message.el (message-send-mail-function): Check for smtpmail too.
6446
6447         * utf7.el (utf7-encode, utf7-decode): Use coding system
6448         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6449
6450         * message.el (message-send-mail-function): New function.
6451         (message-send-mail-function): Set default using
6452         message-send-mail-function.  Adjust doc string.
6453         (message-send-mail-with-mailclient): New function.
6454
6455 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6456
6457         * smime.el (from):
6458         * rfc2047.el (message-posting-charset):
6459         * qp.el (mm-use-ultra-safe-encoding):
6460         * pop3.el (parse-time-months):
6461         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6462         * nnml.el (files):
6463         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6464         (jka-compr-compression-info-list, ange-ftp-path-format)
6465         (efs-path-regexp):
6466         * nndiary.el (files):
6467         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6468         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6469         (epg-digest-algorithm-alist, inhibit-redisplay)
6470         (password-cache-expiry):
6471         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6472         (pgg-output-buffer, password-cache-expiry):
6473         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6474         (efs-path-regexp):
6475         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6476         (inhibit-redisplay):
6477         * mm-uu.el (file-name, start-point, end-point, entry)
6478         (gnus-newsgroup-name, gnus-newsgroup-charset):
6479         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6480         (latin-unity-ucs-list):
6481         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6482         (mm-uu-binhex-decode-function):
6483         * message.el (gnus-message-group-art, gnus-list-identifiers)
6484         (rmail-enable-mime-composing, gnus-local-organization)
6485         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6486         (gnus-read-active-file, facemenu-add-face-function)
6487         (facemenu-remove-face-function, gnus-article-decoded-p)
6488         (tool-bar-mode):
6489         * mail-source.el (display-time-mail-function):
6490         * gnus-util.el (nnmail-pathname-coding-system)
6491         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6492         (gnus-original-article-buffer, gnus-user-agent)
6493         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6494         (xemacs-codename, sxemacs-codename, emacs-program-version):
6495         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6496         * gnus-start.el (gnus-agent-covered-methods)
6497         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6498         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6499         (gnus-newsgroup-headers, gnus-group-list-mode)
6500         (gnus-group-mark-positions, gnus-newsgroup-data)
6501         (gnus-newsgroup-unreads, nnoo-state-alist)
6502         (gnus-current-select-method, mail-sources)
6503         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6504         (nnmail-spool-file, gnus-cache-active-hashtb):
6505         * gnus-mh.el (mh-lib-progs):
6506         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6507         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6508         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6509         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6510         (gnus-group-buffer):
6511         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6512         (font-lock-set-defaults):
6513         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6514         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6515         (gnus-summary-post-menu, total-parts, type, condition, length):
6516         * gnus-agent.el (gnus-agent-read-agentview):
6517         * flow-fill.el (show-trailing-whitespace):
6518         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6519         eval-and-compile wrappers for byte compiler pacifiers.
6520
6521         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6522         (mm-display-inline-fontify): Check for featurep 'xemacs not
6523         extent-list.
6524
6525         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6526         itimer-list.
6527         (mm-create-image-xemacs): Only do something for XEmacs.
6528         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6529
6530         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6531
6532         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6533         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6534
6535 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6536
6537         * nnimap.el (nnimap-split-download-body):
6538         * gnus-demon.el (gnus-demon):
6539         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6540
6541 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6544         macros.
6545         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6546         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6547         copy data from unibyte buffer to multibyte current buffer.
6548         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6549         to copy data from unibyte current buffer to multibyte buffer.
6550         (nntp-make-process-buffer): Make process buffer unibyte.
6551
6552         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6553
6554 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6555
6556         * pop3.el (pop3-open-server): Accept and process data more robustly at
6557         connexion start to avoid spurious "POP SSL connexion failed" errors.
6558
6559 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6562         read group names.
6563
6564 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6565
6566         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6567
6568 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6571         (nnmail-save-active): Use a unibyte buffer when saving active file,
6572         which may contain non-ASCII group names.
6573
6574         * nnml.el (nnml-request-group): Decode group names in messages.
6575
6576 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6577
6578         * message.el (message-citation-line-function)
6579         (message-insert-formatted-citation-line): Fix spelling of
6580         `message-insert-formated-citation-line'.
6581
6582 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6583
6584         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6585
6586 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6589         nnmail-pathname-coding-system.
6590
6591         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6592         that a user enters; decode group names in messages.
6593
6594         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6595
6596 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6597
6598         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6599
6600         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6601
6602         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6603         risky local variable.
6604
6605         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6606
6607 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6608
6609         * encrypt.el: Improve documentation to fix function name typo.
6610         Reported by Daiki Ueno <ueno@unixuser.org>.
6611
6612 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6615         even if the point is not in the last page of an article.
6616         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6617         back to the previous page.
6618
6619 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6622
6623 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6626
6627 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6628
6629         * message.el (message-check-news-body-syntax): Avoid
6630         mm-string-as-multibyte.
6631         (message-hide-headers): Don't assume (point-min)==1.
6632
6633 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * message.el (message-remove-blank-cited-lines): Fix if remove is
6636         given.
6637         (message-bogus-address-regexp): New variable.
6638         (message-bogus-recipient-p): New function.
6639         (message-check-recipients): New command.
6640         (message-syntax-checks): Add `bogus-recipient'.
6641         (message-fix-before-sending): Add `bogus-recipient'.
6642
6643         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6644         (gnus-treat-body-boundary): Don't test window-system.
6645
6646 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6647
6648         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6649
6650 2007-10-28  Miles Bader  <miles@gnu.org>
6651
6652         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6653         at compile-time too.
6654
6655 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6656
6657         * gnus-msg.el (gnus-message-setup-hook): Add
6658         `message-remove-blank-cited-lines' to options.
6659
6660 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6661
6662         * message.el (message-remove-blank-cited-lines): New function.
6663         Suggested by Karl Plästerer.
6664
6665 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6668         mapc.
6669
6670         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6671         (top-level): Use mapc to set functions to be traced for debugging.
6672
6673         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6674         called for effect with while loop.
6675
6676         * message.el (message-talkative-question): Replace mapcar called for
6677         effect with mapc.
6678
6679         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6680         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6681         called for effect with dolist.
6682
6683         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6684
6685         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6686         gnus-extra-headers and nnmail-extra-headers.
6687
6688         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6689         called for effect with dolist.
6690         (top-level): Use mapc to set functions to be traced for debugging.
6691
6692         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6693         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6694         dolist.
6695
6696         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6697         Replace mapcar called for effect with mapc.
6698         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6699         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6700         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6701         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6702
6703         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6704         remove-if that's a cl function.
6705
6706         * webmail.el (webmail-debug): Replace mapcar called for effect with
6707         dolist.
6708
6709         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6710         with mapc.
6711
6712 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6715         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6716         with while loop.
6717
6718         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6719         functions from article-* functions.
6720         (gnus-multi-decode-header): Replace mapcar called for effect with
6721         dolist.
6722
6723         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6724         (gnus-bookmark-show-details): Replace mapcar called for effect with
6725         while loop.
6726
6727         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6728         called for effect with while loop.
6729
6730         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6731         with dolist.
6732
6733         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6734         mapcar called for effect with dolist.
6735
6736         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6737
6738         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6739         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6740         Replace mapcar called for effect with dolist.
6741         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6742         mapc.
6743
6744         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6745         Replace mapcar called for effect with dolist.
6746         (gnus-topic-list): Replace mapcar called for effect with mapc.
6747
6748         * gnus.el: Use mapc instead of mapcar to add autoloads.
6749
6750 2007-10-23  Richard Stallman  <rms@gnu.org>
6751
6752         * gnus-group.el (gnus-group-highlight): Mark as risky.
6753
6754 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus.el (gnus-server-to-method): Return method found first in
6757         gnus-newsrc-alist.
6758
6759         * gnus-art.el (gnus-article-highlight-signature)
6760         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6761         button overlay without the front stickiness.
6762
6763 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6764
6765         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6766         overview buffer needed a catch to receive its throw.
6767         (gnus-agent-flush-cache): Declared as interactive to make this function
6768         easier to use.
6769
6770 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6773         `next-line'.
6774
6775 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6778         exclude address matching message-dont-reply-to-names.
6779
6780 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-util.el (gnus-string<): New function.
6783
6784         * gnus-sum.el (gnus-article-sort-by-author)
6785         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6786
6787 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6790         the frame-focus tag is set in gnus-buffer-configuration.
6791
6792 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6795         the front stickiness.
6796
6797 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6800         url pattern; remove duplicate one.
6801         (gnus-article-extend-url-button): New function.
6802         (gnus-article-add-buttons): Use it.
6803         (gnus-button-push): Use concatenated url that it makes.
6804
6805 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6806
6807         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6808
6809 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6810
6811         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6812         Don't hardcode point-min==1.
6813
6814 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6817         Fix comment about "iso8859-1".
6818
6819 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6820
6821         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6822         ones returned from the verify-function.
6823
6824         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6825         mml2015-extract-cleartext-signature if extraction failed.
6826
6827 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6828
6829         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6830         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6831         failed.
6832
6833 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6834
6835         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6836
6837 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6840         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6841         recommends to use EasyPG instead of PGG.
6842
6843         * pgg.el: Revert to revision 6.23.2.16.
6844
6845         * pgg-def.el: Revert to revision 6.6.2.14.
6846
6847         * pgg-gpg.el: Revert to revision 6.23.2.34.
6848
6849 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6850
6851         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6852         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6853         thread for both the null and zero (kill/expire thread) universal prefix
6854         cases.
6855         (gnus-summary-expire-thread): Add new function to expire a thread,
6856         using gnus-summary-kill-thread.
6857         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6858         shortcuts for gnus-summary-expire-thread.
6859         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6860         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6861
6862 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6863
6864         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6865         extras value, so an extras entry can be deleted.
6866         (gnus-registry-delete-extra-entry): Use it.
6867         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6868         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6869         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6870         storage through the gnus-registry, and provide an appropriate API for
6871         it.
6872
6873 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6876         Suggested by Leo <sdl.web@gmail.com>.
6877
6878         * gnus.el: Do.
6879
6880 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6883         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6884
6885         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6886
6887         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6888         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6889
6890 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6893         newline.
6894         (nnmbox-request-accept-article): Don't change article in source buffer;
6895         narrow to header to use message-fetch-field rather than
6896         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6897         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6898         as delimiters; make sure article ends with newline.
6899         (nnmbox-delete-mail): Correct last position of article to be deleted;
6900         ignore X-Gnus-Newsgroup header in article body.
6901         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6902         positions; make sure article ends with newline.
6903
6904         * message.el (message-display-abbrev): Don't infloop when a user
6905         inserts SPC in the beginning of header.
6906
6907         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6908         coding-system-for-read and coding-system-for-write for XEmacs having no
6909         file-coding feature.
6910
6911         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6912
6913 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6914
6915         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6916         list of groups not followed by default.  Fix type to be regexp.
6917         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6918
6919 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6920
6921         * hmac-def.el (define-hmac-function): Switch from old-style to
6922         new-style backquotes.
6923
6924         * md4.el (md4-make-step): Likewise.
6925
6926 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6929         raw-text coding system when saving .newsrc file, which may contain
6930         non-ASCII group names.
6931
6932 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-cus.el (gnus-score-extra): New widget.
6935         (gnus-score-extra-convert): New function.
6936         (gnus-score-customize): Use it for Extra.
6937
6938 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6939
6940         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6941         (mml2015-mailcrypt-clear-verify): Use it.
6942         (mml2015-gpg-clear-verify): Use it.
6943         (mml2015-pgg-clear-verify): Use it.
6944         (mml2015-epg-clear-verify): Replace the current part with the output
6945         from GnuPG; don't extract the plaintext by itself.
6946
6947         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6948         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6949         mml2015-clear-verify-function; don't touch the armor headers or
6950         dash-escaped text here.
6951
6952 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6955         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6956         parts, or application/octet-stream as a last resort.
6957         (gnus-mime-view-part-as-type): Don't toggle display.
6958         (gnus-mime-view-part-as-charset): Don't turn off display before
6959         querying charset.
6960
6961         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6962         stuff to undisplayer function in Emacs.
6963         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6964
6965         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6966         text/calendar parts.
6967
6968 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6971         decoding text/calendar parts.
6972
6973         * message.el (message-forward-make-body-mime): Always mark body as
6974         having no illegible text; remove signed-or-encrypted argument.
6975         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6976
6977         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6978         (mml-generate-mime-1): Don't encode body if it is specified to be in
6979         raw form; don't make buffer be unibyte when inserting multibyte string.
6980
6981 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6982
6983         * sha1.el: Fix up comment style.
6984         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6985         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6986
6987         * hex-util.el: Fix up comment style.
6988         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6989
6990         * gnus-salt.el: Use with-current-buffer.
6991         (gnus-pick-setup-message): Fix long-standing typo.
6992
6993 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * imap.el (imap-logout-timeout): New variable.
6996         (imap-logout, imap-logout-wait): New functions.
6997         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6998
6999         * nnimap.el (nnimap-logout-timeout): New server variable.
7000         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7001         nnimap-logout-timeout.
7002
7003         * gnus-art.el (gnus-article-summary-command-nosave)
7004         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7005
7006 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus.el (gnus-maximum-newsgroup): New variable.
7009
7010         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7011         according to gnus-maximum-newsgroup.
7012
7013         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7014         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7015         Limit the range of articles according to gnus-maximum-newsgroup.
7016
7017 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7018
7019         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7020         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7021         Don't perform gnus-configure-windows here; reuse existing sticky
7022         article buffer.
7023
7024         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7025         it doesn't exist in gnus-article-mode.
7026
7027 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7030         (gnus-agent-decoded-group-name): New function.
7031         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7032         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7033
7034 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7035
7036         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7037         Add binding for gnus-sticky-article.
7038         (gnus-summary-exit): Don't kill sticky article buffers.
7039
7040         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7041         article buffer.
7042         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7043         (gnus-kill-sticky-article-buffers): New commands.
7044
7045 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * nntp.el (nntp-xref-number-is-evil): New server variable.
7048         (nntp-find-group-and-number): If it is non-nil, don't trust article
7049         numbers in the Xref header.
7050
7051 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-agent.el (gnus-agent-read-group): New function.
7054         (gnus-agent-flush-group, gnus-agent-expire-group)
7055         (gnus-agent-regenerate-group): Use it.
7056         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7057         nnmail-pathname-coding-system.
7058
7059 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7062
7063         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7064         that are unread as unread, and also as selected so that information of
7065         marks having been changed by a user may be updated when exiting group.
7066
7067 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7070         calculated ignoring signature parts to gnus-treat-article.
7071
7072 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7075         a point here in order to keep the window start.
7076         (gnus-insert-mime-security-button): Make a button overlay without the
7077         front stickiness.
7078         (gnus-mime-display-security): Goto the end of a button.
7079
7080         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7081
7082 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7085         group-name-at-point.
7086         (gnus-group-completing-read): New function that offers decoded
7087         non-ASCII group names for completion.
7088         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7089         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7090         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7091         (gnus-group-fetch-control): Use it.
7092         (gnus-fetch-group): Use group-name-at-point for the initial value
7093         rather than the default value; use gnus-alive-p.
7094
7095         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7096         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7097         (gnus-summary-post-news): Use gnus-group-completing-read.
7098
7099         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7100         (gnus-read-move-group-name): Decode group name for completion.
7101
7102 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7103
7104         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7105         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7106         Yamaoka slightly modified the code).
7107
7108 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7111         (nnmail-split-incoming): Bind it.
7112
7113         * nnml.el (nnml-group-name-charset): New function.
7114         (nnml-decoded-group-name): Use it; don't decode group name if
7115         nnmail-group-names-not-encoded-p is non-nil.
7116         (nnml-encoded-group-name): New function.
7117         (nnml-group-pathname): Inline nnml-decoded-group-name.
7118         (nnml-request-expire-articles): Decode group name in message.
7119         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7120         nnmail-pathname-coding-system.
7121         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7122         not decoded ones according to nnmail-group-names-not-encoded-p.
7123         (nnml-generate-active-info): Use nnml-encoded-group-name.
7124
7125 2007-08-08  Glenn Morris  <rgm@gnu.org>
7126
7127         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7128         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7129         doc-strings and comments.
7130
7131 2007-07-25  Glenn Morris  <rgm@gnu.org>
7132
7133         * Relicense all FSF files to GPLv3 or later.
7134
7135 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-sum.el (gnus-summary-move-article): Make
7138         gnus-summary-respool-article work.
7139
7140 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7143         string.
7144
7145 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7146
7147         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7148         that should be ignored when comparing distant RSS articles with local
7149         ones.
7150         (nnrss-make-hash-index): New function.  Create a hash index according
7151         to the ignored fields.
7152         (nnrss-check-group): Use it.
7153
7154 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7157
7158         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7159
7160         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7161         the new optional argument ENCODED is non-nil.
7162         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7163         coding system for encoding group name.
7164         (gnus-group-make-rss-group): Pass un-encoded group name to
7165         gnus-group-make-group.
7166         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7167         encoded.
7168
7169         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7170         Encode group name to which articles are moved or copied.
7171         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7172         coding system for encoding Newsgroup, Followup-To and Xref headers.
7173
7174         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7175         marks; use nnheader-file-coding-system to write a file.
7176         (nnagent-retrieve-headers): Bind file-name-coding-system to
7177         nnmail-pathname-coding-system.
7178
7179         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7180
7181         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7182         (nnml-request-article, nnml-request-create-group)
7183         (nnml-request-rename-group, nnml-find-id)
7184         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7185         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7186         (nnml-save-marks): Use nnml-group-pathname instead of
7187         nnmail-group-pathname.
7188
7189         (nnml-request-create-group, nnml-request-expire-articles)
7190         (nnml-request-move-article, nnml-request-delete-group)
7191         (nnml-deletable-article-p, nnml-possibly-create-directory)
7192         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7193         (nnml-open-marks): Bind file-name-coding-system to
7194         nnmail-pathname-coding-system.
7195
7196         (nnml-request-article): Pass server argument to nnml-find-group-number.
7197         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7198         server argument to nnml-possibly-create-directory.
7199         (nnml-request-accept-article): Pass server argument to
7200         nnml-active-number and nnml-save-mail.
7201         (nnml-find-group-number): Pass server argument to nnml-find-id.
7202         (nnml-request-update-info): Pass server argument to
7203         nnml-marks-changed-p.
7204
7205         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7206         (nnml-save-mail, nnml-active-number): Add server argument.
7207
7208         (nnml-request-delete-group): Warn if group is missing.
7209         (nnml-get-nov-buffer): Decode group name.
7210         (nnml-generate-active-info): Encode group name.
7211         (nnml-open-marks): Decode group name in messages.
7212
7213 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7216         if it is not specified.
7217         (gnus-article-pipe-part, gnus-article-save-part)
7218         (gnus-article-interactively-view-part, gnus-article-copy-part)
7219         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7220         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7221         (gnus-article-replace-part, gnus-article-delete-part)
7222         (gnus-article-view-part-as-type): Pass raw prefix argument to
7223         gnus-article-part-wrapper.
7224
7225 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * gnus-agent.el (gnus-agent-save-active): Bind
7228         nnheader-file-coding-system to gnus-agent-file-coding-system.
7229
7230         * gnus-cache.el (gnus-cache-save-buffers)
7231         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7232         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7233         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7234         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7235         (gnus-cache-generate-active, gnus-cache-rename-group)
7236         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7237         (gnus-cache-update-overview-total-fetched-for): Bind
7238         file-name-coding-system to nnmail-pathname-coding-system.
7239         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7240         variables.
7241         (gnus-cache-decoded-group-name): New function.
7242         (gnus-cache-file-name): Use it.
7243         (gnus-cache-generate-active): Use non-decoded group name for active.
7244
7245         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7246         right place.
7247         (gnus-write-active-file): Don't break non-ASCII group names.
7248
7249         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7250         nnmail-pathname-coding-system.
7251
7252         * lpath.el: Bind default-file-name-coding-system,
7253         file-name-coding-system and language-info-alist for XEmacs.
7254
7255         * gnus-uu.el (gnus-uu-decode-save): Typo.
7256
7257 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7260
7261 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7264         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7265         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7266         (gnus-agent-flush-group, gnus-agent-flush-cache)
7267         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7268         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7269         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7270         (gnus-agent-regenerate-group)
7271         (gnus-agent-update-files-total-fetched-for)
7272         (gnus-agent-update-view-total-fetched-for): Bind
7273         file-name-coding-system to nnmail-pathname-coding-system.
7274         (gnus-agent-group-pathname): Don't encode file names by
7275         nnmail-pathname-coding-system.
7276         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7277         coding-system-for-write instead of buffer-file-coding-system to
7278         gnus-agent-file-coding-system.
7279
7280         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7281         Decode group name.
7282
7283         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7284
7285         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7286         (gnus-read-newsrc-el-file): Make group names unibyte.
7287
7288         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7289         nnmail-pathname-coding-system.
7290
7291         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7292         (nnrss-request-delete-group): Bind file-name-coding-system to
7293         nnmail-pathname-coding-system.
7294         (nnrss-read-server-data, nnrss-read-group-data): Bind
7295         file-name-coding-system correctly.
7296         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7297
7298         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7299         (nntp-server-to-method-cache): New variable.
7300         (nntp-group-pathname): New function that decodes non-ASCII group names.
7301         (nntp-possibly-create-directory, nntp-marks-changed-p)
7302         (nntp-save-marks, nntp-open-marks): Use it.
7303         (nntp-possibly-create-directory, nntp-open-marks):
7304         Bind file-name-coding-system to nnmail-pathname-coding-system.
7305         (nntp-open-marks): Decode group names when bootstrapping marks.
7306
7307         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7308         Newsgroups and Folowup-To headers.
7309
7310 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7313         (gnus-server-closed-face, gnus-server-denied-face)
7314         (gnus-server-offline-face): Remove variable.
7315         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7316
7317         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7318         of modifying message-stack directly for XEmacs.
7319
7320         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7321         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7322         if the coding-system argument is nil for XEmacs.
7323
7324         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7325         mm-charset-override-alist.
7326
7327         * rfc2047.el: Don't require base64; require rfc2045 for the function
7328         rfc2045-encode-string.
7329         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7330         to quote the parameter value.
7331
7332 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7335         form in gnus-group-name-charset-method-alist.
7336
7337         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7338         overrides the default layout edit-form.
7339
7340         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7341
7342         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7343
7344 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7347         as unfetched articles.
7348
7349 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7352
7353 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7356         original back end that keeps marks in the local system.
7357
7358 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7361         arg of pop-to-buffer for XEmacs.
7362         (gnus-article-read-summary-keys): Ditto; don't restore window
7363         configuration if summary command ends up with neither article buffer
7364         nor summary buffer; describe bindings if summary keys end with C-h.
7365
7366 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * message.el (message-fix-before-sending): Skip raw message part to be
7369         forwarded while checking illegible text.
7370         (message-forward-make-body-mime, message-forward-make-body): Mark
7371         signed or encrypted raw message as having no illegible text.
7372
7373 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7376         (gnus-message-with-timestamp-1): New macro.
7377         (gnus-message-with-timestamp): New function.
7378         (gnus-message): Use them.
7379
7380         * nnheader.el (nnheader-message): Use them.
7381
7382 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7385         .newsrc.eld file.
7386
7387 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-agent.el (gnus-agent-fetch-headers)
7390         (gnus-agent-retrieve-headers): Bind
7391         gnus-decode-encoded-address-function to identity.
7392
7393         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7394         available also when the server returns simply a dot.
7395
7396         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7397
7398 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7401
7402 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-ems.el (gnus-x-splash): Make it work.
7405
7406         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7407         from being used.
7408
7409         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7410
7411 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7414         4th and the 5th arguments.
7415
7416         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7417         the front stickiness.
7418         (gnus-article-summary-command-nosave): Correct the order of the
7419         arguments passed to pop-to-buffer.
7420         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7421         summary command ends up with the article buffer.
7422
7423         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7424         the same faces.
7425
7426 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7427
7428         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7429
7430 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7431
7432         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7433         * gnus-sum.el (gnus-summary-highlight):
7434         * pgg.el (pgg-sign-region, pgg-sign):
7435         * mail-source.el (mail-source-delete-old-incoming-confirm):
7436         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7437
7438 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-art.el (gnus-mime-view-part-externally)
7441         (gnus-mime-view-part-internally): Fix predicate function passed to
7442         completing-read.
7443
7444         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7445
7446         * gnus.el (gnus-update-message-archive-method): Add :version.
7447
7448 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus.el (gnus-update-message-archive-method): New variable.
7451
7452         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7453         according to gnus-message-archive-method if
7454         gnus-update-message-archive-method is non-nil.
7455
7456 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7459         by Loic Dachary <loic@dachary.org>.
7460         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7461
7462 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * message.el (message-pop-to-buffer): Add switch-function argument.
7465         (message-mail): Pass switch-function argument to it.
7466
7467 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7470         Improve doc string.
7471
7472 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7475         (gnus-header-content)
7476         * gnus-cite.el (gnus-cite-10)
7477         * gnus-srvr.el (gnus-server-closed)
7478         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7479         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7480         (gnus-group-mail-3-empty, gnus-group-mail-low)
7481         (gnus-group-mail-low-empty, gnus-splash)
7482         * message.el (message-header-to, message-header-cc)
7483         (message-header-subject, message-header-other, message-header-name)
7484         (message-header-xheader, message-separator, message-cited-text)
7485         (message-mml): Lighten colors of faces used for dark background.
7486
7487 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7488
7489         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7490         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7491
7492 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * message.el (message-narrow-to-headers-or-head):
7495         Ignore mail-header-separator in the body.
7496
7497 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7500         same as window size.
7501
7502 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7503
7504         * message.el (message-font-lock-keywords): Use message-header-xheader
7505         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7506         ahead of the anything pattern, to get it recognised.
7507
7508 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7511         spam.el loads uses it in the compiled defadvice form.
7512
7513 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7514
7515         * gnus-sum.el (gnus-articles-to-read)
7516         (gnus-summary-insert-old-articles): Don't truncate group name for
7517         `read-string'.
7518
7519         * gnus-util.el (gnus-limit-string): Delete this function.
7520
7521         * gnus-sum.el (gnus-simplify-subject-fully): Use
7522         `truncate-string-to-width' instead.
7523
7524 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7525
7526         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7527         if, on summary exit, the next group has to be selected.
7528         (gnus-summary-exit): Use it.
7529
7530 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7533         non-break space.
7534
7535 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7538         Check if group is not a directory.
7539         (nnfolder-request-expire-articles): Don't delete articles if the target
7540         group is not available.
7541
7542         * nnml.el (nnml-request-create-group): Properly check if group is not a
7543         file.
7544         (nnml-request-expire-articles): Don't delete articles if the target
7545         group is not available.
7546
7547         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7548         Don't quote characters that are within parentheses.
7549
7550 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7553         (gnus-handle-ephemeral-exit): Select article according to it.
7554
7555 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7556
7557         * message.el (message-insert-formated-citation-line): Remove newline.
7558         (message-citation-line-format): Add final \n here so that the user can
7559         avoid a blank line.
7560
7561 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7562
7563         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7564         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7565         Update lanl/arXiv support.
7566
7567 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * gnus.el: Bump version number.
7570
7571 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7572
7573         * gnus.el (gnus-version-number): Bump version.
7574
7575 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7576
7577         * gnus.el: No Gnus v0.6 is released.
7578
7579 2007-04-27  Didier Verna  <didier@xemacs.org>
7580
7581         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7582         * gmm-utils.el (gmm-regexp-concat): here.
7583         * message.el: Don't require 'gnus-util.
7584         (message-dont-reply-to-names): Handle name change above.
7585         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7586
7587 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7590         since the initial value varies according to the system.
7591
7592 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7595
7596 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7597
7598         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7599
7600 2007-04-24  Didier Verna  <didier@xemacs.org>
7601
7602         Improve the type of gnus-ignored-from-addresses.
7603         * gnus-util.el (gnus-orify-regexp): New function.
7604         * message.el (gnus-util): Require it.
7605         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7606         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7607         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7608
7609 2007-04-24  Didier Verna  <didier@xemacs.org>
7610
7611         * gnus-sum.el:
7612         * gnus-utils.el: Fix some trailing whitespaces.
7613
7614 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7617         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7618         article's Message-ID; refer parent article in summary buffer.
7619
7620         * message.el (message-bounce): Call mime-to-mml.
7621
7622         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7623         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7624         optimize and/or forms properly.
7625
7626 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7629         URL.
7630
7631 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7634
7635 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7638         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7639         displayed of multipart/alternative part if it is invoked from summary
7640         buffer.
7641
7642         * mm-view.el (mm-inline-text-html-render-with-w3m)
7643         (mm-inline-text-html-render-with-w3m-standalone)
7644         (mm-inline-render-with-function): Use mail-parse-charset by default.
7645
7646 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7647
7648         * parse-time.el (parse-time-string-chars): Check if CHAR
7649         is less than the length of parse-time-syntax.
7650
7651 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7654         from gnus-newsgroup-processable.
7655
7656 2007-04-16  Didier Verna  <didier@xemacs.org>
7657
7658         * gnus-msg.el (gnus-configure-posting-styles): Handle
7659         message-signature-directory properly with :file syntax.  Reported by
7660         "Leo".
7661
7662 2007-04-11  Didier Verna  <didier@xemacs.org>
7663
7664         New user option: message-signature-directory.
7665         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7666         * message.el (message-insert-signature): Ditto.
7667         * message.el (message-signature-file): Doc update.
7668         * message.el (message-signature-directory): New.
7669
7670 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * gnus-msg.el (gnus-inews-yank-articles): Use
7673         message-exchange-point-and-mark instead of exchange-point-and-mark.
7674
7675 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * message.el (message-yank-original): Make sure cited text ends with
7678         newline; don't exchange point and mark.
7679
7680 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7681
7682         * tls.el (open-tls-stream): Properly handle case where there
7683         is no associated buffer.
7684
7685 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7686
7687         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7688         message-yank-original, make sure (< mark TEXT point).
7689
7690 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * message.el (message-fill-column): New variable.
7693         (message-mode): Use it.  Add comment on a possible new hook.
7694
7695         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7696         (nnmail-get-new-mail): Reformat.
7697
7698         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7699
7700         * gmm-utils.el: Fix Commentary.
7701         (gmm-tool-bar-from-list): Fix typo in doc string.
7702
7703 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7704
7705         * message.el (message-yank-original): Don't switch point and mark
7706         unnecessarily to put point and mark as documented.
7707
7708 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7709
7710         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7711         from the message heads.
7712
7713 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7714
7715         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7716         article buffer does not have a window.  This may not be the best
7717         solution but is certainly better than setting the start of the null,
7718         that is the current, window.
7719
7720 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7723         (gnus-draft-setup): Run it.
7724
7725         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7726         gnus-score-fast-scoring.  Allow regexp.
7727         (gnus-score-headers): Use it.
7728
7729         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7730         XEmacs.
7731
7732         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7733         string.
7734         (gnus-button-alist): Also catch `<f1> k ...'.
7735         (gnus-treat-display-x-face): Fix doc string.
7736
7737 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7738
7739         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7740         evaluation of gnus-extended-version to ensure correct generation of the
7741         User-Agent header when message-generate-headers-first is used.
7742
7743 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7744
7745         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7746         hashcash-path is nil.  Don't call callback with incorrect number of
7747         parameters if val is 0.
7748
7749 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7750
7751         * message.el (message-required-news-headers):
7752         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7753
7754 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7755
7756         * tls.el (open-tls-stream): In handshake-waiting loop,
7757         don't wait more if there is output available to process.
7758
7759 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7760
7761         * tls.el (tls-program): Doc fix.
7762
7763 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * message.el (message-generate-new-buffers): Change the meaning of the
7766         nil value; add `standard' to the choices; treat t as `unique'; improve
7767         doc string.
7768         (gnus-select-frame-set-input-focus): Autoload.
7769         (message-buffer-name): Search for the existing message buffer if
7770         message-generate-new-buffers is nil or `standard'; treat the value t of
7771         message-generate-new-buffers as `unique'.
7772         (message-pop-to-buffer): Raise the frame already displaying the message
7773         buffer; clear the echo area after querying.
7774         (message-setup): Pass the `continue' argument to compose-mail.
7775         (message-mail): Prefer `switch-function' if it is given; search for the
7776         existing message buffer if the `continue' argument is non-nil; pass
7777         continue and switch-function arguments to compose-mail by way of
7778         message-setup.
7779         (message-mail-other-window): Adjust argument of message-setup.
7780         (message-mail-other-frame): Ditto.
7781
7782 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7785         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7786         to turn font-lock on when turning gnus-message-citation-mode on.
7787
7788 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7789
7790         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7791         (mml-smime-function-alist): New variable; add epg as the backend.
7792         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7793         mml-smime- functions instead.
7794         * mm-view.el: Require smime.
7795
7796 2007-03-05  Didier Verna  <didier@xemacs.org>
7797
7798         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7799         instead of just inheritance for posting styles.
7800         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7801
7802 2007-02-24  Chris Moore  <dooglus@gmail.com>
7803
7804         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7805         * pgg-pgp.el (pgg-pgp-encrypt-region):
7806         * pgg-gpg.el (pgg-gpg-encrypt-region):
7807         Check pgg-encrypt-for-me if no other recipients.
7808
7809 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7810
7811         * tls.el (tls-certtool-program): Fix custom type.
7812
7813 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7816         and point-at-eol instead of line-(beginning|end)-position.
7817
7818         * assistant.el (assistant-parse-buffer): Ditto.
7819
7820         * netrc.el (netrc-parse-services): Ditto.
7821
7822 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7823
7824         * mml2015.el (mml2015-epg-find-usable-key): New function.
7825         (mml2015-epg-sign): Use it.
7826         (mml2015-epg-encrypt): Use it.
7827
7828 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * message.el (message-make-in-reply-to): Quote name containing
7831         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7832         if there are special characters.  Reported by NAKAJI Hiroyuki
7833         <nakaji@jp.freebsd.org>.
7834
7835 2007-02-27  Didier Verna  <didier@xemacs.org>
7836
7837         Include the group parameters as well as the topic ones in the
7838         inheritance filter process.
7839         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7840         argument GROUP-PARAMS-LIST.
7841         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7842
7843 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * nntp.el (nntp-never-echoes-commands)
7846         (nntp-open-connection-functions-never-echo-commands): New variables.
7847         (nntp-send-command): Use them.
7848
7849 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7850
7851         * mml2015.el (mml2015-epg-verify): Simplified.
7852
7853 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * mml.el (mml-content-disposition-alist): New user option.
7856         (mml-content-disposition): New function.
7857         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7858         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7859
7860 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7861
7862         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7863         verification.
7864
7865 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7866
7867         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7868         articles posted in the last 24 hours.
7869
7870 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7871
7872         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7873
7874 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7875
7876         * nntp.el (nntp-send-command): Don't wait for echoes when
7877         nntp-open-ssl-stream is used.
7878
7879 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7882         (gnus-message-add-citation-keywords)
7883         (gnus-message-remove-citation-keywords): Remove.
7884         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7885         directly, make the variables in font-lock-defaults buffer-local, add
7886         gnus-message-citation-keywords to them and then update the value of
7887         font-lock-keywords.
7888
7889 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * message.el (message-cite-original-1): Don't call
7892         gnus-article-highlight-citation.
7893
7894         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7895         citations; fix line count.
7896
7897 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7900         (gnus-message-add-citation-keywords)
7901         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7902         versions of font-lock-add-keywords and font-lock-remove-keywords to
7903         work with XEmacs correctly.
7904
7905 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-cite.el (gnus-cite-face-list): Set the values of
7908         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7909         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7910         (gnus-message-cite-prefix-regexp): New variable.
7911         (gnus-message-search-citation-line): Use it; protect against long
7912         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7913         the 0th match data for Emacs.
7914         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7915         (gnus-message-add-citation-keywords): Append keywords rather than
7916         prepending; emulate font-lock-add-keywords if it is not available.
7917         (gnus-message-remove-citation-keywords): Emulate
7918         font-lock-remove-keywords if it is not available.
7919
7920         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7921
7922         * message.el (message-cite-prefix-regexp): Set the value of
7923         gnus-message-cite-prefix-regexp.
7924
7925 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7926
7927         * nnweb.el (nnweb-google-parse-1): Update parser.
7928
7929 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7930
7931         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7932
7933 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7934
7935         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7936         regexp.
7937
7938 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7941         string-to-multibyte.
7942         (uudecode-decode-region-internal): Use it.
7943
7944         * lpath.el: Fbind string-as-multibyte for XEmacs.
7945
7946 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7947
7948         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7949         custom choice.
7950
7951         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7952
7953 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7954
7955         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7956
7957         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7958         `write-region' to respect `mm-inhibit-file-name-handlers'.
7959
7960 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7963         Use gnus-home-directory instead of "~/" or "$HOME".
7964
7965 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7966
7967         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7968         to mention filename.
7969         Add comments at beginning regarding usage.
7970         (encrypt-write-file-contents): Change interactive so a string is
7971         acceptable.  If the file has no associated model, show an error instead
7972         of a nonsense prompt.
7973
7974 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7975
7976         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7977         Thanks to Yoshihiko Yamada for kind notification of this typo.
7978
7979 2007-01-12  Kenichi Handa  <handa@m17n.org>
7980
7981         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7982         multibyte buffer.
7983
7984 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * gnus-score.el (gnus-score-fast-scoring): New variable.
7987         (gnus-score-headers): Use it.
7988
7989         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7990
7991         * message.el (message-cite-original-1): Call
7992         gnus-article-highlight-citation if requested.
7993         (message-make-from): Allow name and address as optional arguments.
7994
7995         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7996
7997         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7998         bugs to doc string.
7999         (gnus-button-alist): Add mid\\|message-id.
8000         (gnus-button-fetch-group): Extend for use in
8001         `browse-url-browser-function'.
8002         (gnus-button-url-regexp): Try to catch paired parentheses like in
8003         Wikipedia URLs.
8004
8005         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8006         Suggested by Simon Krahnke <overlord@gmx.li>.
8007
8008 2007-01-13  Romain Francoise  <romain@orebokech.com>
8009
8010         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8011         Update copyright.
8012
8013 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8014
8015         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8016
8017 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8018
8019         * gnus-registry.el (gnus-registry-unfollowed-groups)
8020         (gnus-registry-split-fancy-with-parent): Fix documentation.
8021
8022 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023
8024         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8025         from nnweb groups.
8026
8027 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8030         Xref urls.  Erase buffer before requesting head.
8031
8032 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8035         customizable.
8036
8037 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8038
8039         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8040         no signing key is found.
8041         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8042         no encrypting and/or signing key is found.
8043
8044 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8047
8048 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8049
8050         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8051         headers read from disk with the ones newly found in the current search.
8052         This should no longer cause problems, because the article numbers in
8053         Gmane's `nov.php' output are ignored since the previous change.
8054
8055 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8056
8057         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8058
8059 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8062         replace-regexp-in-string; bind url-version; fbind display-images-p and
8063         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8064         find-face and set-itimer-function for Emacs; bind itimer-list for
8065         Emacs.
8066
8067         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8068
8069 2007-01-01  Romain Francoise  <romain@orebokech.com>
8070
8071         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8072
8073 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8074
8075         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8076         `define-minor-mode' macro definition expanded properly.
8077         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8078         exclude it there.
8079
8080         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8081         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8082         `fboundp' test.
8083         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8084         This is OK to autoload in (S)XEmacs now.
8085
8086 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8087
8088         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8089         keystroke.
8090         (gnus-summary-limit-to-singletons): Fix typo.
8091
8092         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8093         else fails.
8094
8095 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8096
8097         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8098         docstring.
8099
8100         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8101         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8102         (gnus-summary-insert-dormant-articles): Fix typo in message.
8103
8104 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8107         nil for XEmacs.
8108         (gnus-message-citation-mode): Don't autoload in XEmacs.
8109
8110         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8111
8112 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8113
8114         * nnimap.el (nnimap-expunge-search-string): Mention
8115         nnimap-search-uids-not-since-is-evil in docstring.
8116
8117 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * spam.el: Revert to make-obsolete-variable because
8120         define-obsolete-variable-alias is not supported in Emacs 21.
8121
8122         * spam.el (spam-ifile-path, spam-ifile-database-path)
8123         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8124         make-obsolete-variable.
8125         (spam-bsfilter-path, spam-bsfilter-program)
8126         (spam-spamassassin-path, spam-spamassassin-program)
8127         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8128         use "path" inappropriately.
8129         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8130         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8131         variable names.
8132
8133 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8134
8135         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8136         summary buffer.
8137
8138         * password.el (password-cache-remove): Use clear-string to burn
8139         password, if available.
8140
8141 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8144
8145         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8146
8147         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8148         (gnus-message-highlight-citation): Move defcustom here from
8149         gnus-cite.el.
8150         (gnus-message-citation-mode): Autoload.
8151
8152         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8153         checks to make it compile with XEmacs.
8154         (gnus-message-citation-mode): New minor mode.
8155         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8156         (gnus-message-highlight-citation): New variables.
8157         (gnus-message-search-citation-line)
8158         (gnus-message-add-citation-keywords)
8159         (gnus-message-remove-citation-keywords)
8160         (turn-on-gnus-message-citation-mode)
8161         (turn-off-gnus-message-citation-mode): New functions.
8162
8163 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8164
8165         * gnus-cite.el: Enable highlighting of different citation levels in
8166         message-mode.
8167
8168 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * message.el (message-make-fqdn): Fix comment.
8171         (message-bogus-system-names): Add ".local".
8172
8173         * spam.el (spam-ifile-path, spam-ifile-program)
8174         (spam-ifile-database-path, spam-ifile-database)
8175         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8176         Don't use "path" inappropriately.
8177         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8178         strings.
8179         (spam-check-ifile, spam-ifile-register-with-ifile)
8180         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8181         new variable names.
8182
8183         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8184         (gnus-treat-display-smileys): Simplify using
8185         gnus-image-type-available-p.
8186
8187         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8188         available.
8189
8190         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8191         `display-images-p' if available.
8192
8193 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8196         one after turning on the buffer's multibyteness instead of decoding
8197         them directly in the unibyte buffer that causes unexpected conversion
8198         in Emacs 23 (unicode).
8199
8200 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8201
8202         * message.el (message-generate-hashcash): Fix custom type.
8203
8204 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8207
8208 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8209
8210         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8211         disconnect icons.  Add help text.
8212
8213 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8214
8215         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8216         negated to be consistent with the others we handle.
8217
8218 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8219
8220         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8221         version of gnus-summary-buffer to something, so that we can use two
8222         article buffers at the same time.
8223
8224 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8225
8226         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8227         trigger all the extra headers.
8228         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8229         sorting.
8230
8231 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8232
8233         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8234         solid groups.
8235
8236 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8237
8238         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8239
8240 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8241
8242         * legacy-gnus-agent.el: Add Copyright notice.
8243
8244 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8245
8246         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8247
8248 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249
8250         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8251
8252         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8253         to make it work reliably in CVS Emacs.
8254         (gnus-summary-limit-strange-charsets-predicate)
8255         (gnus-summary-limit-to-predicate): New functions.
8256
8257 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8258
8259         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8260         specifying array size.
8261         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8262         array if it is too small.
8263         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8264         (gnus-sort-threads-loop): New function.
8265
8266 2006-12-06  Chris Moore  <dooglus@gmail.com>
8267
8268         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8269         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8270
8271 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8272
8273         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8274         options.
8275
8276 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8279         DOS-ing the recipient.
8280
8281         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8282         the headers when creating the mapping to avoid mismappings.
8283         (nnweb-gmane-create-mapping): Always nix out old mapping.
8284
8285 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8288         and mm-verify-option to never.
8289
8290 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * message.el (message-signed-or-encrypted-p): New function.
8293         (message-forward-make-body): Use it.
8294
8295         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8296         Replace encode-coding-string with mm-encode-coding-string.
8297
8298 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * nneething.el (nneething-decode-file-name): Replace
8301         decode-coding-string with mm-decode-coding-string.
8302
8303         * gnus-int.el (gnus-open-server): Say failed server's name.
8304
8305 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8306
8307         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8308         strings to a single string.  Quote `errors-file-name'.
8309         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8310         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8311         Adjust calls.  Use `shell-quote-argument'.
8312
8313 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8314
8315         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8316         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8317
8318         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8319         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8320         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8321         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8322         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8323         (gnus-subscribe-newsgroup, gnus-1):
8324         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8325         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8326         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8327         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8328
8329 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8330
8331         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8332         keystroke.
8333         (gnus-summary-limit-to-bodies): Implement headersp.
8334
8335 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336
8337         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8338
8339 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8342
8343 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8344
8345         * message.el (message-generate-hashcash): Expand range of values to
8346         include `opportunistic'.
8347         (message-send-mail): Use it.
8348
8349 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8350
8351         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8352         and comment it.
8353
8354         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8355
8356 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * gnus-util.el (gnus-extract-address-components): Improve comment.
8359
8360 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-util.el (gnus-extract-address-components): Work with address in
8363         which the name portion contains @.
8364
8365         * lpath.el: Fbind custom-autoload.
8366
8367 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * gnus.el (gnus-start): Move custom group up.
8370         (gnus-select-method): Don't autoload, but make it available for
8371         `customize-variable'.
8372         (gnus-getenv-nntpserver): Don't autoload.
8373
8374 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8375
8376         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8377
8378 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8379
8380         * message.el (message-sendmail-extra-arguments): New variable.
8381         (message-send-mail-with-sendmail): Use it.
8382
8383 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8386         mm-with-unibyte-current-buffer to make string unibyte.
8387
8388         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8389         mm-string-as-multibyte.
8390
8391 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8392
8393         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8394         Reported by Werner Koch <wk@gnupg.org>.
8395
8396 2006-11-14  Daiki Ueno  <ueno@p360>
8397
8398         * mml2015.el: Autoload epa-select-keys when compiling.
8399
8400 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8401
8402         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8403         message-options.
8404         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8405
8406 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8407
8408         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8409         EasyPG (< 0.0.6).
8410         (mml2015-always-trust): New user option.
8411         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8412         prompt.
8413
8414 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * nntp.el (nntp-authinfo-force): New variable.
8417         (nntp-send-authinfo): Use it.
8418
8419 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8422         decode encoded words.  Improve prompt.  Add comment about forwarding.
8423         (message-replacement-char): Move up.
8424
8425 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8426
8427         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8428         instead of gnus-intersection because arguments of gnus-sorted-nunion
8429         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8430
8431 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8434         (message-simplify-subject-functions): Enable
8435         message-strip-subject-encoded-words by default.
8436
8437 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * message.el (message-strip-subject-encoded-words): New function.
8440         (message-simplify-subject-functions): New variable.
8441         (message-simplify-subject): Use it.  Fix typo in doc string.
8442         Support message-strip-subject-encoded-words.
8443
8444 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8445
8446         * gnus-diary.el (gnus-diary-delay-format-function):
8447         * nndiary.el (nndiary-reminders):
8448         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8449
8450 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * gnus-art.el (article-hide-boring-headers): Fetch date from
8453         gnus-original-article-buffer to avoid problems with localized date
8454         strings.
8455
8456 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8459
8460 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8461
8462         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8463         New variables.
8464         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8465         (mm-charset-synonym-alist): Move some entries to
8466         mm-codepage-iso-8859-list.
8467         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8468         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8469
8470 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8473
8474 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8477         with Emacs 21 and XEmacs.
8478
8479 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8480
8481         * spam.el (spam-parse-address): New function for better parsing,
8482         catching errors, etc.
8483         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8484
8485 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * mm-view.el: Add interactive arg to html2text autoload.
8488
8489 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8492
8493 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8494
8495         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8496         variables.
8497         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8498         (mm-charset-synonym-alist): Move some entries to
8499         mm-codepage-iso-8859-list.
8500
8501         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8502
8503 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * message.el (message-citation-line-format)
8506         (message-insert-formated-citation-line): Fix implementation of %E, %N
8507         and %n according to the doc string.
8508
8509 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8510
8511         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8512         car-safe to avoid bad parses.
8513
8514 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8517         names.
8518
8519         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8520
8521 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8524         header.
8525
8526         * message.el (message-draft-headers): Add Date.
8527         (message-headers-to-generate): Fix typo in docstring.
8528
8529         * nndraft.el (nndraft-required-headers): New variable.
8530         (nndraft-generate-headers): Use it.
8531
8532         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8533
8534 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8535
8536         * gnus-registry.el (gnus-registry-wash-for-keywords)
8537         (gnus-registry-find-keywords): New functions to allow easy searching of
8538         articles that are in the registry.
8539
8540 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8541
8542         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8543         ietf-drums-parse-address instead of gnus-extract-address-components.
8544         Reported by Damien Elmes <damien@repose.cx>.
8545
8546 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * gnus.el (gnus-mime): Remove unused custom group.
8549
8550 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8551
8552         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8553         "blank line" when searching for end of armor headers.
8554
8555 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gmm-utils.el (gmm-write-region): Fix variable name.
8558
8559 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * gmm-utils.el (gmm-write-region): New function based on compatibility
8562         code from `mm-make-temp-file'.
8563
8564         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8565
8566         * nnmaildir.el (nnmaildir--update-nov)
8567         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8568         Use `gmm-write-region'.
8569
8570 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8573         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8574
8575         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8576
8577         * message.el (message-replacement-char): New variable.
8578         (message-fix-before-sending): Use it.
8579         (message-simplify-subject): New function to remove duplicate code.
8580         (message-reply, message-followup): Use it.
8581
8582         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8583         gnus-summary-limit-to-articles.
8584
8585 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * gnus-util.el (gnus-with-local-quit): New macro.
8588
8589         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8590
8591 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8592
8593         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8594         ignore non-string data.
8595
8596 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8597
8598         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8599         non-string data (needs to be done in the registry too).
8600
8601 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8602
8603         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8604         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8605         (gnus-registry-split-fancy-with-parent)
8606         (gnus-registry-fetch-simplified-message-subject-fast)
8607         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8608         Remove text properties on ingress into the registry and when it's saved.
8609         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8610         registry from entries with no groups.
8611
8612 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8613
8614         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8615         function to remove string properties.
8616
8617 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8618
8619         * gmm-utils.el (gmm): Adjust custom version.
8620
8621         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8622         custom version.
8623
8624         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8625
8626 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * gnus-art.el (gnus-insert-prev-page-button)
8629         (gnus-insert-next-page-button): Simplify.  Reformat.
8630
8631 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8632
8633         * gnus-art.el (gnus-insert-prev-page-button)
8634         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8635
8636 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8637
8638         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8639
8640 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8641
8642         * gnus-art.el (gnus-insert-mime-button)
8643         (gnus-insert-mime-security-button):
8644         Apply gnus-article-button-face to MIME and security buttons.
8645
8646 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8649         readable.
8650
8651 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8654
8655 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8656
8657         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8658         `browse-url-of-file' instead of `browse-url'.
8659
8660 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8661
8662         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8663         regexp.  Articles containing quotation were cut prematurely.
8664
8665 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * message.el (message-cite-original-1): Use nobody by default for the
8668         value of From header.
8669         (message-reply): Ditto.
8670
8671 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8672
8673         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8674         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8675         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8676
8677 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8680         mails in the doc string.  Add some URLs in comment.
8681         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8682
8683 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8686         backslashes handling and the way to find boundaries of quoted strings.
8687
8688 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8689
8690         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8691         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8692         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8693         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8694
8695 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8698         doc string.
8699         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8700
8701 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * lpath.el: Fbind epg-check-configuration.
8704
8705 2006-09-06  Simon Josefsson  <jas@extundo.com>
8706
8707         * mml2015.el (mml2015-use): Doc fix, mention epg.
8708
8709 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8710
8711         * mml2015.el (mml2015-use): Default to epg, if available.
8712
8713 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8714
8715         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8716         message-sender.
8717         (mml1991-epg-encrypt): Ditto.
8718         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8719         message-sender.
8720         (mml2015-epg-encrypt): Ditto.
8721
8722 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8723
8724         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8725         several common directories.
8726
8727 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8728
8729         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8730         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8731
8732 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-art.el (article-decode-encoded-words): Make it fast.
8735
8736 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8739
8740         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8741         in quoted string into `\'.
8742
8743 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8746         Use standard-syntax-table.
8747
8748 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * gnus-art.el (gnus-decode-address-function): New variable.
8751         (article-decode-encoded-words): Use it to decode headers which are
8752         assumed to contain addresses.
8753         (gnus-mime-delete-part): Remove useless `or'.
8754
8755         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8756         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8757         (gnus-nov-parse-line): Use it to decode From header.
8758         (gnus-get-newsgroup-headers): Ditto.
8759         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8760
8761         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8762         (mail-decode-encoded-address-string): New alias.
8763
8764         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8765         New function.
8766         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8767         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8768         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8769         (rfc2047-decode-string): Ditto.
8770         (rfc2047-decode-address-region): New function.
8771         (rfc2047-decode-address-string): New function.
8772
8773 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * message.el (message-caesar-buffer-body): Allow rotating headers.
8776
8777         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8778
8779         * message.el (message-insert-formated-citation-line): Fix %f.
8780         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8781
8782 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8785         (gnus-bookmark-mouse-available-p): New macro.
8786         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8787         (gnus-bookmark-bmenu-show-infos): Use it.
8788         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8789         (gnus-bookmark-bmenu-hide-infos): Ditto.
8790         (gnus-bookmark-remove-properties): New function.
8791         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8792         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8793         (gnus-bookmark-write-file): Bind coding-system-for-write.
8794         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8795         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8796         group before selecting it.
8797         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8798         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8799         quit-window if it is not available; use gnus-mouse-2 and bind it to
8800         gnus-bookmark-bmenu-select-by-mouse.
8801         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8802         (gnus-bookmark-bmenu-select-by-mouse): New function.
8803
8804 2006-08-13  Romain Francoise  <romain@orebokech.com>
8805
8806         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8807         space.
8808
8809 2006-08-10  Romain Francoise  <romain@orebokech.com>
8810
8811         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8812         (dns-mode-soa-auto-increment-serial): New user option.
8813         (dns-mode-soa-maybe-increment-serial): New function.
8814         (dns-mode): Add the latter to `write-contents-functions'.
8815
8816 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * compface.el (uncompface): Use binary rather than raw-text-unix.
8819
8820 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * compface.el (uncompface): Make sure the eol conversion doesn't take
8823         place when communicating with the external programs.  Reported by
8824         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8825
8826 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8829
8830 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8831
8832         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8833         Make it more robust by parsing author and date independently.
8834
8835 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8838
8839 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8840
8841         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8842         first matching secret key.
8843         (mml2015-epg-encrypt): Ditto.
8844
8845         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8846         first matching secret key.
8847         (mml1991-epg-encrypt): Ditto.
8848
8849         * mml2015.el (mml2015-encrypt-to-self): New user option.
8850         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8851         mml2015-epg-encrypt-to-self is set.
8852
8853         * mml1991.el (mml1991-encrypt-to-self): New variable.
8854         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8855         mml1991-epg-encrypt-to-self is set.
8856
8857         * mml2015.el (mml2015-signers): New user option.
8858         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8859         (mml2015-epg-encrypt): Allow to select signing keys.
8860
8861         * mml1991.el (mml1991-signers): New variable.
8862         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8863         (mml1991-epg-encrypt): Allow to select signing keys.
8864
8865 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * nnheader.el (nnheader-insert-head): Make it work even if the file
8868         uses CRLF for the line-break code.
8869
8870 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8871
8872         * mml2015.el: Require mml-sec instead of password.
8873         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8874         (mml2015-cache-passphrase): Inherit the default value from
8875         mml-secure-cache-passphrase.
8876         (mml2015-passphrase-cache-expiry): Inherit the default value from
8877         mml-secure-passphrase-cache-expiry.
8878
8879         * mml1991.el: Require mml-sec instead of password.
8880         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8881         (mml1991-cache-passphrase): Inherit the default value from
8882         mml-secure-cache-passphrase.
8883         (mml1991-passphrase-cache-expiry): Inherit the default value from
8884         mml-secure-passphrase-cache-expiry.
8885
8886         * mml-sec.el: Require password.
8887         (mml-secure-verbose): New user option.
8888         (mml-secure-cache-passphrase): New user option.
8889         (mml-secure-passphrase-cache-expiry): New user option.
8890
8891 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8892
8893         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8894         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8895         andreas@altroot.de (Andreas Vögele).
8896
8897         FIXME: Use `tiny change'?
8898
8899 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8900
8901         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8902         workaround for the url package included with Emacs.
8903
8904         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8905
8906 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8909         correctly.  This fixes a bug caused by the 2006-05-12 change.
8910
8911 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8912
8913         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8914         some information about the error when saying that the `bogus' mail
8915         group will be used.
8916
8917 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8920         string.
8921
8922 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8923
8924         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8925
8926 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8927
8928         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8929
8930 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8931
8932         * mml1991.el (mml1991-function-alist): Add epg.
8933         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8934         (mml1991-epg-encrypt): New functions.
8935
8936 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8937
8938         * mml2015.el (mml2015-verbose): New variable.
8939         (mml2015-cache-passphrase): Ditto.
8940         (mml2015-passphrase-cache-expiry): Ditto.
8941         (mml2015-function-alist): Add epg.
8942         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8943         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8944         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8945         functions.
8946
8947 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8948
8949         * message.el (message-cite-original-1): Preserve region when removing
8950         quoted text due to X-No-Archive in order to avoid bogus attribution
8951         when citing multiple messages.
8952
8953 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8954
8955         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8956         Kenneth Jacker <khj@be.cs.appstate.edu>.
8957
8958 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * gnus-diary.el (gnus-user-format-function-d)
8961         (gnus-user-format-function-D): Autoload.
8962
8963         * imap.el (Commentary): Fix typo.
8964
8965         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8966         2006-04-22 contribution.
8967
8968 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8969
8970         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8971         It didn't really fix the bogosity I'm seeing with solid web groups.
8972
8973 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8974
8975         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8976         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8977         created using server names.  If we use the feature without declaring
8978         it, Gnus does not properly manage server and group state.
8979
8980         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8981         bound.
8982
8983 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8984
8985         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8986         looking up the method using GROUP's prefix before inventing a new one.
8987         It is used on killed/unknown groups in various places where returning
8988         an all-new method isn't expected by the caller.
8989
8990         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8991         and match semantics of gnus-group-real-prefix.
8992
8993 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * nnmail.el (nnmail-broken-references-mailers): New variable.
8996         (nnmail-ignore-broken-references): New function generalizing
8997         nnmail-fix-eudora-headers.
8998         (nnmail-fix-eudora-headers): Now obsolete.
8999
9000         * gnus-art.el (gnus-button-handle-custom): Support
9001         `customize-apropos*'.
9002
9003 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9006
9007         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9008         articles.
9009
9010 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * message.el (message-cite-reply-above): New variable.
9013         (message-yank-original): Use it.
9014
9015 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9018
9019 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9022         as read.
9023
9024         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9025
9026 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9029         (gnus-bookmark-default-file): Use gnus-directory.
9030         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9031         Remove "*" in doc string.
9032         (gnus-bookmark-write-file): Simplify.
9033         (gnus-bookmark-maybe-sort-alist): Use `when'.
9034         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9035         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9036         FIXME about Emacs 21 and XEmacs compatibility.
9037         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9038         compatibility.
9039         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9040         compatibility.
9041         (gnus-bookmark-menu-heading): Fix version.
9042
9043 2006-06-19  Bastien Guerry  <bzg@altern.org>
9044
9045         * gnus-bookmark.el: New file.
9046
9047 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * message.el (message-syntax-checks): Doc fix.
9050
9051 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9052
9053         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9054         unsubscribed groups as if they were killed ones.  It causes duplicate
9055         entries in gnus-newsrc-alist.
9056
9057 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * message.el (message-syntax-checks): Doc fix.
9060         (message-send-mail): Add check for continuation headers.
9061         (message-check-news-header-syntax): Fix regexp used to check for
9062         continuation headers.
9063
9064 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9067
9068 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9071
9072 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9075         default-truncate-lines.
9076
9077 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9080         to fill the utf-8 entry.
9081
9082         * lpath.el: Fbind unicode-precedence-list.
9083
9084 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9085
9086         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9087
9088 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9089
9090         * gnus-agent.el (directory-files-and-attributes): Move all the way
9091         forward (the third and final move).
9092         (gnus-agent-read-agentview): Trap reconstruction errors due to
9093         nonexistant directory.  Handle by returning nil.
9094
9095 2006-05-30  Didier Verna  <didier@xemacs.org>
9096
9097         * message.el (message-dont-reply-to-names): Update the custom type.
9098         * message.el (message-dont-reply-to-names): New defsubst: potentially
9099         convert a list of regexps into a single one.
9100         * message.el (message-get-reply-headers): Use it.
9101         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9102
9103 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * gnus-agent.el (directory-files-and-attributes): Move forward.
9106
9107 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * gnus-ml.el (gnus-mailing-list-subscribe)
9110         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9111         (gnus-mailing-list-message): Fix doc strings.
9112
9113 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9114
9115         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9116         of doing it manually.
9117
9118 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9121         comment.
9122
9123 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9124
9125         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9126         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9127         (gnus-agent-read-local): All symbols allocated in my-obarray.
9128         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9129         (gnus-agent-regenerate-group): Check numeric names to see if they are
9130         messages or groups.
9131         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9132         better way of do this...)
9133
9134         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9135         'dummy.group' (there should be a better way of do this...)
9136
9137 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9140         (gnus-saved-headers): Ditto.
9141         (gnus-default-article-saver): Mention functions may have properties.
9142         (gnus-article-save): Override gnus-save-all-headers and
9143         gnus-saved-headers by :headers property which saver function may have.
9144         (gnus-summary-save-in-file): Add :headers property.
9145         (gnus-summary-write-to-file): Ditto.
9146
9147         * gnus-sum.el (gnus-summary-save-article): Bind
9148         gnus-prompt-before-saving to t when saving many articles in a file;
9149         always show all headers.
9150
9151         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9152
9153 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9154
9155         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9156         marks.
9157
9158         * message.el (message-indent-citation): Add optional arguments to allow
9159         using it outside of message buffers.
9160
9161         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9162         (gnus-article-treat-unfold-headers): Use it.
9163         (gnus-article-truncate-lines): New variable.
9164         (gnus-article-mode): Use it.
9165         (gnus-article-toggle-truncate-lines): New function.
9166
9167         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9168         gnus-article-toggle-truncate-lines.
9169
9170         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9171         coding system in XEmacs, use binary.
9172
9173 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9176         after-load-alist.
9177
9178         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9179         this function should save decoded articles.
9180         (gnus-summary-write-to-file): Use property to specify this function
9181         should save decoded articles and specify gnus-summary-save-in-file
9182         should be used to save articles other than the first one when saving
9183         many articles.
9184         (gnus-summary-save-body-in-file): Use property to specify this
9185         function should save decoded articles.
9186         (gnus-summary-write-body-to-file): Use property to specify this
9187         function should save decoded articles and specify
9188         gnus-summary-save-body-in-file should be used to save articles other
9189         than the first one when saving many articles.
9190
9191         * gnus-sum.el (gnus-summary-save-article): Simplify.
9192
9193 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus-art.el (gnus-default-article-saver): Add
9196         gnus-summary-write-body-to-file.
9197         (gnus-article-save-coding-system): Don't use coding system object
9198         in XEmacs.
9199         (gnus-read-save-file-name): Add optional `dir-var' argument which
9200         specifies directory in which files are saved; work even if optional
9201         `variable' argument is not specified.
9202         (gnus-summary-write-to-file): Read file name.
9203         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9204         (gnus-summary-write-body-to-file): New function.
9205
9206         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9207         (gnus-summary-local-variables): Add it.
9208         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9209         (gnus-summary-save-article): Remove optional `decode' argument;
9210         determine whether to decode articles by the value of
9211         gnus-default-article-saver; when saving many files using
9212         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9213         it first and use gnus-summary-save-in-file or
9214         gnus-summary-save-body-in-file thereafter unless
9215         gnus-prompt-before-saving is always; move point to article which
9216         will be saved.
9217         (gnus-summary-save-article-file): Revert.
9218         (gnus-summary-write-article-file): Revert.
9219         (gnus-summary-save-article-body-file): Revert.
9220         (gnus-summary-write-article-body-file): New function.
9221
9222 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * gnus-art.el (gnus-default-article-saver): Doc fix.
9225         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9226         from gnus-summary-save-article-coding-system, and default to a
9227         certain coding system.
9228         (gnus-output-to-file): Add coding cookie and encode text according
9229         to gnus-article-save-coding-system; don't use mm-append-to-file.
9230
9231         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9232         gnus-art.el and rename to gnus-article-save-coding-system.
9233         (gnus-summary-save-article): Require gnus-art; don't show all
9234         headers if it decodes articles; don't add coding cookie here;
9235         don't bind mm-text-coding-system-for-write.
9236         (gnus-summary-save-article-file): Save decoded articles.
9237         (gnus-summary-write-article-file): When saving many files, use
9238         gnus-summary-write-to-file first and gnus-summary-save-in-file
9239         thereafter unless gnus-prompt-before-saving is always.
9240         (gnus-summary-save-article-body-file): Save decoded articles.
9241
9242         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9243
9244 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * nnrss.el (nnrss-check-group): Bind hash-index.
9247
9248 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9249
9250         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9251         its hash index.  Store this hash in `nnrss-group-data'.
9252         (nnrss-read-group-data): Update accordingly.
9253
9254 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9257         entry.
9258
9259         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9260         gnus-article-browse-html-article.
9261
9262 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9263
9264         * gnus-sum.el (gnus-summary-mime-map): Add
9265         gnus-article-browse-html-article.
9266
9267         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9268
9269 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9272         suitable coding systems in customize.
9273
9274 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * mail-source.el (mail-sources): Fix custom type.
9277
9278 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9279
9280         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9281         (gnus-summary-expire-articles-now): Shorten prompt.
9282
9283         * gmm-utils.el (wid-edit): Require.
9284         (defun-gmm): Renamed from `gmm-defun-compat'.
9285         (gmm-image-search-load-path): Use it.
9286         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9287
9288 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9291         variable.
9292         (gnus-summary-save-article): Add optional `decode' argument.  If
9293         it is set and gnus-summary-save-article-coding-system is non-nil,
9294         save decoded article.
9295         (gnus-summary-write-article-file): Save decoded article if
9296         gnus-summary-save-article-coding-system is non-nil.
9297
9298         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9299         type.
9300
9301 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9304
9305 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9308         first to test gnus-single-article-buffer which may be buffer-local.
9309
9310         * gnus-sum.el (gnus-summary-setup-buffer): Make
9311         gnus-single-article-buffer buffer-local and nil in ephemeral
9312         group; make gnus-article-buffer, gnus-article-current, and
9313         gnus-original-article-buffer always buffer-local.
9314         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9315         group.
9316         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9317
9318 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * nnml.el (nnml-request-compact-group): Compressed files might not
9321         have .gz extension.
9322
9323 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9324
9325         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9326         (mm-copy-to-buffer): Use with-current-buffer.
9327         (mm-display-part): Simplify.
9328         (mm-inlinable-p): Add optional arg `type'.
9329
9330 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9331
9332         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9333         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9334         Try harder to show the attachment internally or externally using
9335         gnus-mime-view-part-as-type.
9336
9337 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * message.el (message-from-style, message-signature-separator)
9340         (message-user-organization-file, message-send-mail-function)
9341         (message-citation-line-function, message-yank-prefix)
9342         (message-indent-citation-function, message-signature)
9343         (message-signature-file, message-signature-insert-empty-line):
9344         Remove autoloads.
9345
9346         * gnus-art.el (gnus-buttonized-mime-types): Remove
9347         "multipart/signed".  Revert 2006-04-26 change.
9348
9349 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9350
9351         * gnus.el (gnus-version-number): Bump version.
9352
9353 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9354
9355         * gnus.el: No Gnus v0.5 is released.
9356
9357 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9358
9359         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9360         fetching articles by message-id.
9361
9362 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9363
9364         * message.el (hashcash): Require hashcash as normal.
9365
9366         * ecomplete.el (ecomplete-highlight-match-line): Use
9367         point-at-eol.
9368         (ecomplete-highlight-match-line): Use `highlight', because that
9369         face exists in both Emacs and XEmacs.
9370
9371         * message.el (message-display-abbrev): Use point-at-bol.
9372
9373         * mail-source.el: Don't require timer/timer-funcs.
9374
9375         * gnus-async.el: Ditto.
9376
9377         * password.el: Ditto.
9378
9379         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9380
9381         * mm-url.el: Ditto.
9382
9383         * gnus-xmas.el: Don't require timer-funcs.
9384
9385         * mm-util.el: Require timer/timer-funcs.
9386
9387 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9388
9389         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9390         Close.
9391
9392 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9395         unibyte after clear-decrypt function runs.
9396
9397         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9398         returns as a unibyte string.
9399
9400 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * lpath.el: Revert.
9403
9404         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9405         (pgg-gpg-process-sentinel): Revert.
9406
9407         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9408         (pgg-pgp-lookup-key): Revert.
9409
9410         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9411         (pgg-pgp5-lookup-key): Revert.
9412
9413         * pgg.el (pgg-fetch-key): Revert.
9414
9415 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * lpath.el: Fbind string-as-multibyte for XEmacs.
9418
9419         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9420         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9421         (mml1991-pgg-encrypt): Ditto.
9422
9423         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9424         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9425         a multibyte buffer.
9426
9427         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9428         (pgg-pgp-lookup-key): Ditto.
9429
9430         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9431         (pgg-pgp5-lookup-key): Ditto.
9432
9433         * pgg.el (pgg-fetch-key): Ditto.
9434
9435 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * message.el (message-user-organization-file): Check several
9438         locations of the organization file.
9439
9440         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9441         Add gnus-article-view-part-as-type.
9442
9443         * gnus-art.el (gnus-article-view-part-as-type): New function.
9444
9445         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9446         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9447
9448         * mml.el: Simplify autoload.
9449         (mml-mode): defvar dnd-protocol-alist instead of using
9450         symbol-value.
9451         (mml-default-directory): New variable.
9452         (mml-minibuffer-read-file): Use it.
9453         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9454
9455         * message.el (message-citation-line-format): New variable.
9456         (message-insert-formated-citation-line): New function.
9457         (message-citation-line-function): Add
9458         `message-insert-formated-citation-line' to custom type.
9459
9460         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9461         to doc string.
9462
9463         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9464         depending on mm-verify-option.
9465
9466 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9469         binding pgg-* variables; reimplement the section which prevents
9470         MIME header from being signed.
9471         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9472         pgg-text-mode; remove a blank line at the top of body.
9473
9474         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9475         lines at the top of body; use gnus-newsgroup-charset if there's no
9476         Charset header.
9477
9478 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * message.el (message-self-insert-commands): Doc fix.
9481
9482         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9483         (mm-uu-pgp-encrypted-test): Ditto.
9484         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9485         between header and body; return application/pgp-encrypted handle
9486         if decryption failed; decode decrypted body by charset.
9487
9488         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9489         element match to application/pgp-*.
9490
9491 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9492
9493         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9494         HTML.
9495
9496 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * mail-source.el (mail-source-call-script): Message the error
9499         string.
9500
9501 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-util.el (gnus-byte-compile): Use it.
9504
9505 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9506
9507         * gnus-util.el (kill-empty-logs): New function.
9508
9509 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * message.el (message-mail-alias-type): Doc fix.
9512         (message-mail-alias-type-p): New function.
9513         (message-send): Use it.
9514         (message-mode): Ditto.
9515         (message-strip-forbidden-properties): Ditto.
9516
9517         * ecomplete.el (ecomplete-database-file-coding-system): New
9518         variable.
9519         (ecomplete-save): Use it.
9520         (ecomplete-setup): Use it.
9521
9522 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * message.el (message-self-insert-commands): New variable.
9525         (message-strip-forbidden-properties): Use it.
9526
9527 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9530         that doesn't make XEmacs choke.
9531
9532 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-util.el (gnus-replace-in-string):
9535         Prefer replace-regexp-in-string over of replace-in-string.
9536
9537 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-util.el (gnus-select-frame-set-input-focus):
9540         Use select-frame-set-input-focus if it is available in XEmacs; use
9541         definition defined in Emacs 22 for old Emacsen.
9542
9543         * dgnushack.el: Autoload unmorse-region for XEmacs.
9544
9545         * lpath.el: Bind cursor-in-non-selected-windows and
9546         select-frame-set-input-focus for XEmacs.
9547
9548 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9551
9552 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9553
9554         * gnus-registry.el (gnus-registry-cache-save): Remove text
9555         properties when saving via the temp buffer.
9556
9557 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * message.el (message-generate-hashcash): Honor custom type.
9560
9561 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * message.el (message-generate-hashcash): Default to non-nil when
9564         hashcash is found.
9565
9566         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9567         (gnus-refer-thread-limit): Increase default to 500.
9568
9569         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9570
9571         * flow-fill.el (fill-flowed): Allow delete-space.
9572
9573 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9576         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9577         Remove autoloads.
9578
9579 2006-04-18  Simon Josefsson  <jas@extundo.com>
9580
9581         * message.el (message-generate-hashcash): Default to.
9582
9583 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9586         concatenating segments rather than before concatenating them.
9587
9588 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9591
9592 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9595
9596         * message.el (message-forward-make-body-plain): Allow
9597         message-forward-ignored-headers to be a list.
9598         (message-remove-ignored-headers): Factor out into function.
9599         (message-forward-make-body-mml): Use it.
9600
9601         * imap.el (imap-quote-specials): New function.
9602         (imap-login-auth): Quote specials.
9603
9604         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9605         (rfc2231-parse-string): Allow concatanation of parameters that
9606         aren't contiguous.  The test case is
9607           (mail-header-parse-content-type "message/external-body;
9608             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9609             access-type=LOCAL-FILE;
9610             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9611
9612 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9613
9614         * nntp.el (nntp-accept-process-output): Return the value of
9615         `nnheader-accept-process-output'.
9616
9617 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618
9619         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9620         (gnus-button-alist): Recognize more diff formats.
9621         (gnus-button-patch): Strip directory.
9622
9623 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9626         Emacs 22 when setting focus.
9627
9628 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9629
9630         * gnus-art.el (gnus-article-treat-types): Do treatment of
9631         text/x-verbatim parts.
9632         (gnus-button-patch): New command.
9633
9634         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9635         addresses that contain invalid characters.
9636
9637 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * message.el (message-put-addresses-in-ecomplete): Use
9640         gnus-replace-in-string.
9641         (message-is-yours-p): Use the more correct
9642         mail-header-parse-address instead of
9643         mail-extract-address-components.
9644         (message-put-addresses-in-ecomplete): Fix typo.
9645
9646         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9647         keystroke.
9648
9649         * gnus-art.el (gnus-treatment-function-alist): Change order of
9650         newsgroups/generic header folding to avoid double-folding.
9651
9652         * message.el (message-hidden-headers): Add X-Draft-From.
9653
9654         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9655         command.
9656         (gnus-summary-repeat-search-article-backward): New command.
9657
9658         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9659         groups in the parent topic.
9660
9661 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9662
9663         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9664         (spam-extra-header-to-number): Return the CRM114 number as a
9665         number instead of a string.
9666
9667 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * gnus-art.el (gnus-face-properties-alist): Moved here from
9670         gnus-fun.
9671
9672         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9673
9674 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * message.el (message-strip-forbidden-properties): Only display on
9677         self-insert-command.
9678
9679         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9680         reindent.
9681         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9682
9683 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9684
9685         * smiley.el (smiley-style): Fix typo.
9686
9687 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9688
9689         * hashcash.el (hashcash-insert-payment-async-2): Use
9690         message-goto-eoh instead of doing it manually.
9691         (mail-add-payment): Use message-narrow-to-header instead of trying
9692         to do the same itself.
9693
9694         * message.el (message-hidden-headers): Add Face.
9695
9696         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9697         reparenting code.
9698         (gnus-summary-reparent-children): Refactored out code.
9699         (gnus-summary-thread-map): New keystroke.
9700         (gnus-summary-reparent-children): Make into command.
9701
9702         * smiley.el (smiley-style): Default to `medium' if using a large
9703         font.
9704
9705         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9706         does it itself.
9707
9708         * message.el (message-point-in-header-p): Simplify definition.
9709
9710 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * nnagent.el (nnagent-request-set-mark): Silence log file
9713         writing.
9714         (nnagent-request-set-mark): Use write-region instead of
9715         append-to-file.
9716
9717         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9718         strange select method.
9719
9720         * ecomplete.el (ecomplete-display-matches): Get highlightling
9721         right.
9722         (ecomplete-display-matches): Use literals.
9723         (ecomplete-display-matches): Disable message logging.
9724
9725         * message.el (message-display-abbrev): Small optimization.
9726
9727         * ecomplete.el (ecomplete-display-matches): Allow automatic
9728         display.
9729
9730         * message.el (message-strip-forbidden-properties): Display
9731         abbrevs.
9732         (message-display-abbrev): Get automatic display right.
9733
9734         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9735         keystrokes.
9736
9737 2006-04-13  Romain Francoise  <romain@orebokech.com>
9738
9739         TODO: Backport to v5-10!
9740
9741         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9742         Moved here (and renamed) from gnus-registry.el.
9743
9744         * gnus-registry.el: Require gnus-util.
9745         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9746
9747 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * gnus-group.el (gnus-group-catchup-current): Change
9750         if-then-else-if-then-else into cond.
9751         (gnus-group-catchup): Indent.
9752         (group-name-at-point): New function.
9753         (gnus-fetch-group): Provide default from thing at point.
9754
9755 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * message.el (message-display-abbrev): Fix regexp.
9758
9759         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9760         choosing.
9761         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9762         dead variables.
9763
9764         * message.el (message-newline-and-indent): Remove debugging.
9765         (message-display-abbrev): Use new implementation.
9766
9767 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * gnus-art.el (gnus-article-mode): Set
9770         cursor-in-non-selected-windows to nil.
9771
9772         * smiley.el: Revert previous change.
9773         (smiley-data-directory): defvar it before using it in the
9774         defcustom of `smiley-style'.
9775
9776 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9777
9778         * message.el (message-newline-and-indent): New function.
9779
9780         * ecomplete.el: Implement more bits.
9781
9782         * message.el (message-put-addresses-in-ecomplete): Clean up the
9783         string.
9784
9785         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9786
9787         * gnus-sum.el (gnus-summary-save-parts): Bind
9788         gnus-summary-save-parts-counter and use it to make unique file
9789         names.
9790
9791         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9792
9793         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9794         parameter to say whether to actually parse the individual
9795         addresses.
9796
9797         * message.el (message-put-addresses-in-ecomplete): New function.
9798         (ecomplete): Require.
9799         (message-mail-alias-type): Add ecomplete as an option.
9800
9801 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9802
9803         * flow-fill.el (fill-flowed): Remove trailing space from blank
9804         quoted lines.
9805
9806 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807
9808         * smiley.el (smiley-style): Move definition later to avoid a
9809         compilation warning.
9810
9811 2006-04-12  Kenichi Handa  <handa@m17n.org>
9812
9813         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9814         buffer and then decode the buffer text if necessary.
9815         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9816         first, and after mm-encode-body, change the buffer to unibyte.
9817         Use mm-disable-multibyte instead of set-buffer-multibyte.
9818
9819 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9822         Content-Type header instead of Content-Disposition header.
9823         (gnus-mime-inline-part): Ditto.
9824         (gnus-mime-view-part-as-charset): Ignore charset that the part
9825         specifies.
9826
9827         * mm-decode.el (mm-display-part): Work with external parts and
9828         usual parts similarly.
9829
9830         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9831         instead of gnus-display-mime.
9832
9833         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9834         instead of with-temp-buffer.
9835
9836         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9837         tag to summarized topics part in order to encode non-ASCII text.
9838
9839 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * smiley.el (smiley-style): New variable.
9842         (smiley-directory): New function.
9843         (smiley-data-directory): Derive from `smiley-style' using
9844         `smiley-directory'.
9845         (smiley-regexp-alist): Add new entries.
9846
9847         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9848         (gnus-article-browse-delete-temp): Add :version.
9849
9850 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9851
9852         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9853         the sieve region.
9854
9855 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * gnus.el (gnus-version-number): Bump version.
9858
9859 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gnus.el: No Gnus v0.4 is released.
9862
9863 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9866         layout.
9867
9868         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9869         unknown charset.
9870
9871         * message.el (message-header-synonyms): Add Original-To to the
9872         default.
9873
9874         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9875         optional parameter.
9876
9877 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * gnus-fun.el (gnus): Require it for gnus-directory.
9880
9881 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9884
9885 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9886
9887         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9888
9889 2006-04-05  Simon Josefsson  <jas@extundo.com>
9890
9891         * password.el (password-reset): New function.
9892
9893 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9894
9895         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9896         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9897
9898 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9899
9900         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9901         Some whitespace was matched into the url, which broke browsing hits
9902         > 100 when mm-url-use-external was nil.
9903
9904 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9907         gnus-extra-headers for 'Newsgroups.
9908
9909         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9910         bound.
9911
9912 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9913
9914         * pgg-gpg.el: Clean up process buffers every time gpg processes
9915         complete.
9916
9917 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9918
9919         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9920         doc string.
9921
9922 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9923
9924         * pgg-gpg.el (pgg-gpg-process-filter)
9925         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9926
9927         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9928         lines, temporary fix.
9929
9930 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9933
9934 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9935
9936         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9937         default-enable-multibyte-characters.  This reverts the change from
9938         revision 6.17 which is no longer necessary because the passphrase
9939         is sent separately now.  GnuPG messages are unreadable under
9940         multibyte locales with default-enable-multibyte-characters set to
9941         nil.
9942
9943 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * message.el (message-tool-bar-gnome): Move "spell".
9946
9947 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9950         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9951         instead.
9952
9953 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9954
9955         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9956         newsgroups handling for NNTP overviews which don't include
9957         Newsgroups.
9958
9959 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9960
9961         * message.el (message-resend): Bind message-generate-hashcash to nil.
9962
9963 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9964
9965         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9966         when searching for already-paid recipients.
9967
9968 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9969
9970         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9971         passphrases when it is not needed.
9972         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9973         passphrase stuff from gpg, should only be necessary when you use
9974         gpg with a smartcard.
9975
9976 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * mml.el (mml-insert-mime): Ignore cached contents of
9979         message/external-body part.
9980
9981         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9982         (mm-insert-part): Ditto.
9983
9984 2006-03-23  Simon Josefsson  <jas@extundo.com>
9985
9986         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9987         Reiner.
9988         (pgg-gpg-use-agent-p): Use it again.
9989
9990 2006-03-23  Simon Josefsson  <jas@extundo.com>
9991
9992         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9993         older emacsen.
9994         (pgg-gpg-use-agent-p): Don't use it.
9995
9996 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9999         if we can.
10000
10001 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10002
10003         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10004         (pgg-gpg-update-agent): New function.
10005         (pgg-gpg-use-agent-p): New function.
10006         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10007         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10008         (pgg-gpg-sign-region): Use it.
10009
10010 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10013         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10014
10015 2006-03-21  Simon Josefsson  <jas@extundo.com>
10016
10017         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10018         <wilde@sha-bang.de>.
10019         (pgg-gpg-use-agent): New variable.
10020         (pgg-gpg-process-region): Use it.
10021         (pgg-gpg-encrypt-region): Likewise.
10022         (pgg-gpg-encrypt-symmetric-region): Likewise.
10023         (pgg-gpg-decrypt-region): Likewise.
10024         (pgg-gpg-sign-region): Likewise.
10025         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10026
10027 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10028
10029         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10030
10031         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10032         Add comment on version.
10033
10034 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10035
10036         * smiley.el: Add missing test smiley.
10037
10038 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * mm-decode.el (mm-with-part): New macro.
10041         (mm-get-part): Use it; work with message/external-body as well.
10042         (mm-save-part): Treat name and filename equally.
10043
10044         * mm-extern.el (mm-extern-cache-contents): New function.
10045         (mm-inline-external-body): Use it; force the part to be displayed;
10046         move undisplayer added to the cached handle to the parent.
10047
10048         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10049         (gnus-mime-view-part-as-type): Work with message/external-body.
10050
10051         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10052
10053 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10056         images in image-load-path.  [Sync with image.el, revision 1.60, in
10057         Emacs.]
10058
10059 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10062         path rather than symbol.  Always return list of directories.
10063         Guarantee that image directory comes first.  [Sync with image.el,
10064         revision 1.59, in Emacs.]
10065
10066         * message.el (message-make-tool-bar): Adjust to new API of
10067         `gmm-image-load-path-for-library'.
10068
10069         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10070
10071         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10072
10073 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10074
10075         * gnus-art.el (gnus-article-only-boring-p):
10076         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10077         intangible text.
10078         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10079
10080 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10081
10082         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10083         `defun' instead of `gmm-defun-compat'.
10084
10085 2006-03-14  Simon Josefsson  <jas@extundo.com>
10086
10087         * message.el (message-unique-id): Don't use message-number-base36
10088         if (user-uid) is a float.
10089         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10090
10091 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10094
10095         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10096         empty line between a part and a message part.
10097
10098 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * smiley.el: Add more test smileys.
10101         (smiley-data-directory, smiley-regexp-alist)
10102         (gnus-smiley-file-types): Fix doc strings.
10103         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10104         adding new elements.
10105         (smiley-mouse-map): Unused code.  Make it a comment.
10106
10107 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10110         scan latest NoCeM messages instead of old ones.
10111         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10112         delimiters that are recently used.
10113         (gnus-nocem-load-cache): Add autoload cookie.
10114
10115         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10116
10117         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10118         level which is larger than gnus-use-nocem is specified.
10119
10120         * gnus-group.el (gnus-group-get-new-news): Ditto.
10121
10122 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * gnus-util.el (gnus-tool-bar-update): New function.
10125
10126         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10127         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10128
10129         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10130
10131         * gnus-group.el (gnus-group-redraw-when-idle)
10132         (gnus-group-redraw-check): Remove.
10133         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10134
10135 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10138         if optional last element is specified in splits (FIELD VALUE...).
10139
10140 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10143         to gmm-image-load-path-for-library.  Call with no-error argument.
10144         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10145
10146         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10147
10148         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10149
10150         * gmm-utils.el (gmm-image-load-path): Remove alias.
10151
10152 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10153
10154         * gmm-utils.el (gmm-image-load-path): Add alias.
10155
10156         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10157         nnml-generate-nov-databases-1.
10158         (nnml-generate-nov-databases): Use it.
10159         (nnml-generate-nov-databases-directory): Document no-active
10160         argument.
10161
10162         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10163         directory if path is t.  Add no-error.
10164
10165         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10166         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10167
10168         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10169         resetting gnus-article-browse-html-temp-list.
10170
10171         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10172         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10173         Add example to docstring.  Rename local variables.  Move error
10174         checks to default case in cond and simplify.
10175
10176 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10179         handle is multipart when calling it recursively.
10180         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10181
10182 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10183
10184         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10185         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10186
10187 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10190         is loaded.
10191
10192         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10193         loaded.
10194
10195 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10198         to "Emacs 23 (unicode)" in doc string.
10199
10200         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10201         "Emacs 23 (unicode)" in comment.
10202
10203 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10206
10207         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10208         characters 160 through 255 in Emacs 23.
10209
10210 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10211
10212         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10213         gnus-article-browse-html-temp.
10214         (gnus-article-browse-delete-temp): Make it customizable.  Add
10215         `file'.  Adjust doc string.
10216         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10217         query for each file.  Adjust doc string.
10218         (gnus-article-browse-html-parts): Add
10219         `gnus-article-browse-delete-temp-files' to
10220         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10221
10222 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10223
10224         * gnus-art.el (gnus-article-browse-html-temp)
10225         (gnus-article-browse-delete-temp): New variables.
10226         (gnus-article-browse-delete-temp-files): New function.
10227         (gnus-article-browse-html-parts): Use it.
10228
10229 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10232
10233         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10234         string.
10235
10236         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10237         gnus-summary-insert-new-articles when unplugged.  Remove
10238         gnus-summary-search-article-forward.
10239
10240         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10241         display-visual-class instead of display-color-cells.
10242
10243 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * dgnushack.el: Autoload customize-group for XEmacs.
10246
10247         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10248         message/* containing non-ASCII text properly.
10249
10250 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * message.el: Require gmm-utils, remove autoloads.
10253         (message-tool-bar): Set default based on
10254         gmm-tool-bar-style.
10255         (message-tool-bar-gnome): Add gmm-customize-mode.
10256
10257         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10258         gmm-tool-bar-style.
10259         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10260
10261         * gnus-group.el (gnus-group-tool-bar): Set default based on
10262         gmm-tool-bar-style.
10263         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10264
10265         * gmm-utils.el (gmm-image-directory): Rename variable from
10266         gmm-image-load-path.
10267         (gmm-image-load-path): Use gmm-image-directory.
10268         (gmm-customize-mode): New function.
10269         (gmm-tool-bar-style): New variable.
10270
10271         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10272         gnus-group-redraw-line-number.
10273         (gnus-group-redraw-check): Simplify.
10274         (gnus-group-tool-bar-update): Remove redraw check.
10275         (gnus-group-make-tool-bar): Add redraw check.
10276
10277 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10278
10279         * gnus-art.el (gnus-button): Add missing parentheses.
10280
10281 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * lpath.el: Fbind line-number-at-pos.
10284
10285 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10286
10287         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10288
10289 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-art.el (gnus-button): New face.
10292         (gnus-article-button-face): Use it.
10293
10294         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10295         gnus-summary-next-page.  Re-order.
10296
10297         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10298         next-node are now included.
10299         (gnus-group-redraw-line-number): New internal variable.
10300         (gnus-group-redraw-check): Helper function for updating the tool
10301         bar.
10302         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10303
10304         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10305
10306         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10307         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10308         Use it to match format of Spamassassin 3.0 and later.  Reported by
10309         IRIE Tetsuya <irie@t.email.ne.jp>.
10310         (spam-check-bogofilter)
10311         (spam-bogofilter-register-with-bogofilter): Fix args of
10312         `gnus-error' calls.
10313
10314 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10317         unnecessary interaction when sending queued mails.  Reported by
10318         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10319
10320 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10321
10322         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10323         first or last are nil.
10324
10325 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10326
10327         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10328
10329 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10330
10331         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10332
10333 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10334
10335         * dns.el (query-dns): Protect more against buggy tcp output.
10336
10337 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10340         nov.php.
10341
10342 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10343
10344         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10345         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10346         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10347         output on the server side.
10348         (nnweb-google-create-mapping): Update regexps and add some
10349         progress indication.
10350
10351 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10352
10353         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10354         gnus-agent-toggle-plugged.  Re-order icons.
10355         (gnus-group-tool-bar-gnome): Add
10356         gnus-group-{prev,next}-unread-group.
10357         (gnus-group-tool-bar-gnome): Re-order icons.
10358
10359         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10360         gnus-summary-insert-new-articles.
10361
10362         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10363         comments.
10364
10365         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10366         also available in Emacs 21.3.
10367
10368         * message.el (message-fix-before-sending): Change "Emacs 22" to
10369         "Emacs 23 (unicode)" in comment.
10370
10371         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10372         "Emacs 23 (unicode)" in comment.
10373
10374         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10375         comment.
10376         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10377
10378         * mm-view.el (mm-fill-flowed): Add :version.
10379
10380 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10383         and load-path.
10384
10385 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * message.el: Autoload gmm-image-load-path.
10388         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10389         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10390         consitency.
10391
10392         * gmm-utils.el (gmm-image-load-path): Also search in
10393         "../etc/images".  Don't set gmm-image-load-path if we don't find
10394         the image.
10395
10396 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gmm-utils.el (gmm-image-load-path): Don't make
10399         `gmm-image-load-path' include subdirectories which the second arg
10400         `image' might specify.
10401
10402         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10403         subdirectory to icon file names.
10404
10405         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10406
10407 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10410         gmm-image-load-path calls.
10411
10412         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10413
10414         * message.el (message-make-tool-bar): Ditto.
10415
10416         * mml.el (mml-preview): Added comment concerning tool bar icons.
10417
10418         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10419         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10420
10421         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10422         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10423
10424         * message.el (message-tool-bar-gnome): Use new icon names.
10425         (message-make-tool-bar): Use `gmm-image-load-path'.
10426
10427         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10428         functions from MH-E.
10429         (gmm-image-load-path): New variable from MH-E.
10430         (gmm-image-load-path): New function from MH-E.  Added arguments
10431         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10432         *-image-load-path-called-flag.
10433
10434 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10435
10436         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10437
10438 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10439
10440         * nnimap.el (nnimap-request-move-article): Change folder back to
10441         source group before deleting.
10442
10443 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10446
10447         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10448         mm-url.
10449
10450         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10451
10452 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10455         coding system which mm-charset-to-coding-system returns for a
10456         given charset is valid.
10457
10458 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10459
10460         * html2text.el (html2text-remove-tag-list):
10461         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10462
10463 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10464
10465         * gnus-cus.el: Revert 2005-10-17 change.
10466
10467 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * gnus-art.el (article-strip-banner): Call
10470         article-really-strip-banner only when the regexp match is made.
10471
10472 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gnus-art.el (article-strip-banner): Use
10475         gnus-extract-address-components instead of
10476         mail-header-parse-addresses to make it work with non-ASCII text;
10477         remove mail-encode-encoded-word-string.
10478
10479         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10480         values which are surrounded with \"...\"; make it never cause a
10481         Lisp error; give up parsing of parameters if it failed in
10482         extracting type.
10483
10484 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10485
10486         * smime.el (smime-cert-by-ldap-1): Fix bug where
10487         `smime-ldap-search' returns results without userCertificates.
10488
10489 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10492
10493 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * spam.el (spam-check-spamassassin-headers): Adapt format for
10496         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10497         <ari@mbf.ocn.ne.jp>.
10498         (spam-list-of-processors): Add spam-use-gmane.
10499
10500 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10503         make-temp-file; make it work with XEmacs as well.
10504
10505         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10506         mm-make-temp-file.
10507
10508         * mm-decode.el (mm-display-external): Use the 3rd arg of
10509         mm-make-temp-file.
10510         (mm-create-image-xemacs): Ditto.
10511
10512 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10515         with message-narrow-to-headers.
10516         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10517         (gnus-draft-check-draft-articles): New function.
10518         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10519
10520 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * gnus-art.el (gnus-article-browse-html-parts):
10523         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10524         Don't use suffix argument for mm-make-temp-file for Emacs 21
10525         compatibility.  Remove useless `format'.
10526
10527 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10528
10529         * nnweb.el (nnweb-google-wash-article): Update regexps.
10530         (nnweb-group-alist): Use defvoo instead of defvar.
10531
10532 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10535         re-loading nn* modules.
10536
10537 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10540         for `tool-bar-mode' and don't check it's default-value.
10541
10542         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10543
10544         * message.el (message-make-tool-bar): Ditto.
10545
10546         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10547         `substring'.  Shorten tmp-file name.
10548
10549         * gnus.el: Remove bogus comment.
10550
10551 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10552
10553         * gnus-art.el (gnus-article-browse-html-parts): New function.
10554         (gnus-article-browse-html-article): New function for viewing html
10555         articles with a browser.
10556
10557 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10558
10559         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10560         in elisp.
10561         (pgg-gpg-encrypt-symmetric-region): Ditto.
10562         (pgg-gpg-sign-region): Ditto.
10563
10564         * pgg-def.el (pgg-text-mode): New variable.
10565
10566         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10567         (mml2015-pgg-encrypt): Ditto.
10568
10569         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10570         (mml1991-pgg-encrypt): Ditto.
10571
10572 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10575         message-make-date instead of current-time-string.
10576
10577         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10578         to gnus-decoded which mm-uu might set.
10579
10580 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10583         don't decode quoted parameters; remove misimported Emacs code.
10584         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10585         (rfc2231-decode-encoded-string): Don't use split-string which
10586         behaves differently according to Emacs version; use
10587         mm-decode-coding-region to convert charset to coding-system.
10588         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10589         (rfc2231-encode-string): Remove misimported Emacs code.
10590
10591 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10594         when calling mail-header-parse-content-type.
10595         (article-de-quoted-unreadable): Ditto.
10596         (article-de-base64-unreadable): Ditto.
10597         (article-wash-html): Ditto.
10598
10599         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10600         calling mail-header-parse-content-type and
10601         mail-header-parse-content-disposition.
10602         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10603         mail-header-parse-content-type.
10604
10605         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10606         insert charset and format parameters; encode description after
10607         inserting it to buffer.
10608         (mml-insert-parameter): Fold lines properly even if a parameter is
10609         segmented into two or more lines; change the max column to 76.
10610
10611         * rfc1843.el (rfc1843-decode-article-body): Don't use
10612         ignore-errors when calling mail-header-parse-content-type.
10613
10614         * rfc2231.el (rfc2231-parse-string): Return at least type if
10615         possible; don't cause an error even if it fails in parsing of
10616         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10617         (rfc2231-encode-string): Don't break lines at the beginning, leave
10618         it to mml-insert-parameter.
10619
10620         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10621         calling mail-header-parse-content-type.
10622
10623 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * spam-report.el (spam-report-gmane-use-article-number):
10626         Improve doc string.
10627         (spam-report-gmane-internal): Check if a suitable header was found
10628         in the article.
10629
10630 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10633         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10634
10635 2006-02-05  Romain Francoise  <romain@orebokech.com>
10636
10637         Update copyright notices of all files in the gnus directory.
10638
10639 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10640
10641         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10642
10643 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10646         segmented lines of parameter value to cope with Thunderbird 1.5
10647         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10648         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10649         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10650
10651 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10652
10653         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10654         parts.
10655
10656 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10657
10658         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10659         there's only one active file for all servers.
10660         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10661         solid groups.  Gnus might have used a FAST request to select the group.
10662         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10663         and nnweb-search redundantly in the active file.
10664         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10665         (nnweb-request-create-group): Don't use ARGS.
10666         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10667         initialisations.  Let nnoo do the work.
10668
10669 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10672         Say the part has been decoded.
10673
10674         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10675
10676 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10677
10678         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10679         mailcap-viewer-test-cache when there's no 'test clause, since that
10680         will invert the meaning of a "nil" test previously determined by
10681         mailcap-mailcap-entry-passes-test.
10682
10683 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10686         compiling.
10687
10688         * gnus-sum.el: Ditto.
10689
10690         * message.el: Don't bind tool-bar-map when compiling.
10691
10692 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10695
10696 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10697
10698         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10699         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10700         current Google Groups.
10701
10702 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10705         and tool-bar-mode.
10706
10707         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10708         and tool-bar-mode.
10709
10710         * message.el (message-tool-bar-update): Simplify.
10711         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10712
10713         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10714         gnus-summary-buffer.
10715         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10716         gnus-summary-reply.
10717
10718         * gmm-utils.el (gmm): Add :version.
10719
10720 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * Makefile.in (clean): New rule.
10723         (distclean): Use it.
10724
10725 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10726
10727         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10728         autoload.
10729
10730 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * gmm-utils.el (gmm-verbose): Add :group.
10733
10734 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10735
10736         * message.el: Change some comments WRT tool-bars.
10737
10738         * gnus-sum.el (gnus-summary-tool-bar)
10739         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10740         (gnus-summary-tool-bar-zap-list): New variables.
10741         (gnus-summary-make-tool-bar): Complete rewrite using
10742         `gmm-tool-bar-from-list'.
10743
10744         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10745         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10746         variables.
10747         (gnus-group-make-tool-bar): Complete rewrite using
10748         `gmm-tool-bar-from-list'.
10749         (gnus-group-tool-bar-update): New function.
10750
10751         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10752
10753 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10756         is dissected into a single part of which the type is the same as
10757         the given one; decode charset.
10758
10759 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10760
10761         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10762         into alists as symbol not string, since that's what
10763         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10764         look for.
10765
10766 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10767
10768         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10769         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10770
10771         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10772
10773 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10776         (gnus-xmas-mime-security-button-menu): New function.
10777
10778         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10779         (gnus-mime-security-button-menu): New definition.
10780         (gnus-mime-security-button-map): Use them.
10781         (gnus-mime-security-button-menu): New function.
10782         (gnus-insert-mime-security-button): Addition to help echo.
10783         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10784         (gnus-mime-security-pipe-part): New functions.
10785
10786         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10787         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10788
10789         * mm-decode.el (mm-handle-set-disposition): Remove.
10790         (mm-handle-set-description): Remove.
10791
10792 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10795         (mm-w3m-standalone-supports-m17n-p): New function.
10796         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10797         w3m usage.
10798
10799         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10800         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10801
10802 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * message.el (message-tool-bar-zap-list): Use
10805         gmm-tool-bar-zap-list as custom type.
10806         (message-tool-bar-update): New function.
10807         (message-tool-bar, message-tool-bar-gnome)
10808         (message-tool-bar-retro): Add message-tool-bar-update.
10809         (message-tool-bar-gnome): Add flyspell-buffer.
10810
10811         * gnus-util.el (gnus-error): Describe `args'.
10812
10813         * gmm-utils.el (gmm-error): Describe `args'.
10814         (gmm-tool-bar-zap-list): New widget.
10815         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10816
10817 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10820         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10821         the number of recursive calls.
10822
10823         * mm-decode.el (mm-handle-set-disposition): New macro.
10824         (mm-handle-set-description): New macro.
10825
10826 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10829         encoding.
10830
10831 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * message.el (message-tool-bar-zap-list, message-tool-bar)
10834         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10835         (message-tool-bar-local-item-from-menu): Remove.
10836         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10837         (message-make-tool-bar): New function.
10838         (message-mode): Use `message-make-tool-bar'.
10839
10840         * gmm-utils.el: New file.
10841         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10842         (gmm-lazy): New widget copied from `nnmail.el'.
10843         (gmm-tool-bar-from-list): New function for creating customizable
10844         tool bars.
10845         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10846         output.
10847         (gmm): Add :prefix to defgroup.
10848
10849 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10850
10851         * gmm-utils.el (gmm-widget-p): New function.
10852
10853 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * mml.el (mml-attach-file): Describe `description' in doc string.
10856         (mml-menu): Add Emacs MIME manual and PGG manual.
10857
10858 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10859
10860         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10861
10862 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10863
10864         * nntp.el (nntp-end-of-line): Doc fix.
10865
10866 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10867
10868         * imap.el (imap-open): Handle case where buffer is a buffer
10869         object.
10870
10871 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10872
10873         * gnus-delay.el (gnus-delay): Don't autoload.
10874         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10875         to be re-loaded when customizing the `gnus-delay' group.
10876
10877 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10878
10879         * message.el (message-insert-citation-line): Use newlines.
10880
10881 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10882
10883         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10884         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10885         these routines, so the passphrase can be managed externally and
10886         passed in to the system.
10887         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10888         pgg-add-passphrase-to-cache function.
10889
10890         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10891         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10892         these routines, so the passphrase can be managed externally and
10893         passed in to the system.
10894         (pgg-pgp5-sign-region): Use new name of
10895         pgg-add-passphrase-to-cache function.
10896
10897 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10898
10899         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10900         part of the decoded armor to find the key-identifier.
10901         (pgg-gpg-lookup-key-owner): New function to return the
10902         human-readable identifier of a key owner.
10903         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10904         itself.
10905         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10906         the key value) if we have a key and can match it against a secret
10907         key.  Also, added a note pointing out fact that the prompt only
10908         indicates the first matching key.
10909
10910         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10911         pgg-decrypt-region.
10912         (pgg-add-passphrase-to-cache): Rename from
10913         `pgg-add-passphrase-cache' to reduce confusion (all callers
10914         changed).
10915         (pgg-remove-passphrase-from-cache): Rename from
10916         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10917         changed).
10918         (pgg-read-passphrase, pgg-add-passphrase-cache)
10919         (pgg-remove-passphrase-cache): Add informative docstrings.
10920         (pgg-decrypt): Convey provided passphrase in subordinate call to
10921         pgg-decrypt-region.
10922
10923 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10924
10925         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10926         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10927         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10928         'passphrase' argument, so the passphrase can be managed externally
10929         and then passed in to the system.
10930
10931         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10932         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10933         so the passphrase cache can be used reliably with identifiers
10934         besides a pgp packet's key id.
10935
10936         * pgg-gpg.el (pgg-gpg-encrypt-region)
10937         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10938         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10939         these routines, so the passphrase can be managed externally and
10940         passed in to the system.
10941
10942         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10943         'notruncate' argument, so the passphrase cache can be used
10944         reliably with identifiers besides a pgp packet's key id.
10945
10946 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10947
10948         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10949         symmetric encryption.
10950         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10951         encrypted session key.
10952         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10953         message ask for the passphrase in a proper way.
10954
10955         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10956         New user commands for symmetric encryption.
10957
10958 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10961
10962         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10963
10964 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10965
10966         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10967
10968 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * mm-decode.el (mm-inlined-types): Add application/pgp.
10971         (mm-automatic-display): Ditto.
10972
10973         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10974         part as text.
10975
10976 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * nnrss.el: Update copyright.
10979         (nnrss-opml-import): Query whether to subscribe to each entry.
10980
10981         * gnus-art.el:
10982         * gnus-sum.el:
10983         * gnus-xmas.el:
10984         * messagexmas.el:
10985         * mm-uu.el:
10986         * mm-view.el: Update copyright.
10987
10988 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10989
10990         * message.el (message-info): New function.
10991         (message-mode-menu): Add it.
10992         Update copyright.
10993
10994         * ChangeLog: Fix and update copyright.
10995
10996 2006-01-13  Romain Francoise  <romain@orebokech.com>
10997
10998         * message.el (message-forward-subject-name-subject): Prefer the
10999         address to 'nowhere' if the sender has no name.
11000         Fix typo.  Update copyright year.
11001
11002 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-art.el (article-wash-html): Use
11005         gnus-summary-show-article-charset-alist if a numeric arg is given.
11006         (gnus-article-wash-html-with-w3m-standalone): New function.
11007
11008         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11009         mm-inline-text-html-render-with-w3m-standalone.
11010         (mm-text-html-washer-alist): Map w3m-standalone to
11011         gnus-article-wash-html-with-w3m-standalone.
11012         (mm-inline-text-html-render-with-w3m-standalone): New function.
11013
11014 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11017         Improve LaTeX.
11018
11019 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11022         (nnrss-request-article): Render text/plain parts as HTML.
11023
11024         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11025         the buffer.
11026
11027 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11030         custom definition of `gnus-posting-styles'.
11031
11032         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11033         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11034
11035 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11038         Use nntp for bug archive.
11039
11040 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11043         parts.
11044         (nnrss-normalize-date): New function converts ISO 8601 date into
11045         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11046         (nnrss-check-group): Use it.
11047
11048 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11051
11052         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11053         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11054         (nnrss-insert-w3): Ditto.
11055
11056 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11059         the articles to be forwarded including the case where neither a
11060         number of articles nor a region is specified.
11061
11062 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * nnrss.el (nnrss-request-article): Fix last change; fill
11065         text/plain parts.
11066
11067 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11070         in text/plain part.
11071         (nnrss-check-group): Don't add excessive newline to dc:subject.
11072
11073 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11074
11075         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11076         article.
11077
11078 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11081         (nnml-use-compressed-files, nnml-save-mail): Support other
11082         comression programs such as bzip2.
11083
11084 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11085
11086         * dns.el (query-dns): Make sure we check the buffer size before
11087         removing tcp headers.
11088
11089 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11092         remove MIME buttons associated with multipart/alternative parts.
11093         (gnus-mime-display-alternative): Tag buttons using `article-type'
11094         text property.
11095
11096         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11097         associated with multipart/alternative parts.
11098
11099         * gnus-art.el (gnus-signature-separator): Fix custom type.
11100
11101         * mm-decode.el (mm-inlined-types): Fix custom type.
11102         (mm-keep-viewer-alive-types): Ditto.
11103         (mm-automatic-display): Ditto.
11104         (mm-attachment-override-types): Ditto.
11105         (mm-inline-override-types): Ditto.
11106         (mm-automatic-external-display): Ditto.
11107
11108 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11109
11110         * spam-report.el (spam-report-user-mail-address)
11111         (spam-report-user-agent): New variables.
11112         (spam-report-url-ping-plain): Use spam-report-user-agent.
11113
11114 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11115
11116         * gnus-art.el (gnus-button-handle-custom): Do not just use
11117         `customize-apropos' for any "M-x customize-*" button but the
11118         function called for.  Accept both the function name and its
11119         argument in order to achieve this.
11120         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11121         function name to `gnus-button-handle-custom' in case of "M-x
11122         customize-*" buttons.
11123
11124 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11127         multipart/alternative and add xref to mm-discouraged-alternatives
11128         in doc string.
11129
11130         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11131         gnus-buttonized-mime-types in doc string.
11132
11133 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11136         Suggest image/.* in the doc string.
11137
11138 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11141         message-marks (Debian bug #342521).
11142
11143 2005-12-12  Simon Josefsson  <jas@extundo.com>
11144
11145         * password.el (password-read-from-cache): Add.
11146         (password-read): Use it.
11147
11148 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11151         us-ascii as a MIME charset.
11152
11153         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11154         against the case where the 2nd arg TYPE is nil.
11155
11156 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * pop3.el (pop3-stream-type): Fix custom version.
11159
11160         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11161
11162 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11163
11164         * mm-decode.el (mm-display-external): Add missing cdr.
11165
11166 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11169         RFC1524) if it is in mailcap or add a suffix according to
11170         mailcap-mime-extensions when generating a temp filename; postpone
11171         deleting a temp file for 2 seconds for some wrappers, shell
11172         scripts, and so on, which might exit right after having started a
11173         viewer command as a background job.
11174
11175 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11176
11177         * nntp.el (nntp-marks-directory): Fix custom group.
11178
11179         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11180         steps when < 10.
11181
11182         * gnus-start.el (gnus-no-server-1): Mention
11183         `gnus-level-default-subscribed' in doc string.
11184
11185 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11186
11187         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11188         parens.
11189
11190 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * gnus-xmas.el (gnus-use-toolbar): Revert.
11193         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11194         gnus-use-toolbar is default.
11195
11196         * messagexmas.el (message-use-toolbar): Revert.
11197         (message-setup-toolbar): Use global default-toolbar if
11198         message-use-toolbar is default.
11199
11200 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11203         according to default-toolbar-visible-p.
11204
11205         * messagexmas.el (message-use-toolbar): Ditto.
11206
11207 2005-11-26  Dave Love  <fx@gnu.org>
11208
11209         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11210         (tls-program, tls-success): Provide openssl alternative.
11211
11212         * starttls.el: Doc fixes.
11213         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11214         SERVICE to PORT.
11215
11216         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11217         port null or service name.
11218         (starttls-negotiate): Autoload.
11219
11220 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * message.el (message-kill-to-signature): Fix interactive spec.
11223
11224 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * pop3.el (pop3-open-server): Recognize a string as a service name.
11227
11228 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11229
11230         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11231
11232 2005-11-23  Dave Love  <fx@gnu.org>
11233
11234         Add pop3s, pop3/starttls.
11235
11236         * pop3.el (pop3-authentication-scheme): Clarify doc.
11237         (open-tls-stream, starttls-open-stream): Autoload.
11238         (pop3-stream-type): New.
11239         (pop3-open-server): Use it.
11240
11241         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11242         for POP.
11243         (mail-source-keyword-map): Add :stream for POP.
11244         (mail-source-fetch-pop): Use pop3-stream-type.
11245
11246 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11249         of current-time-string.
11250
11251 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11252
11253         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11254         date header.
11255
11256 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11257
11258         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11259         it can seriously impact performance as it bypasses the agent's
11260         local caches.
11261
11262 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11263
11264         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11265         must be explicitly online rather than "not explicitly offline" for
11266         its flags to be synchronized.
11267
11268         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11269         that gnus-uu-unmark-thread will function correctly.
11270
11271         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11272         1024K is instead displayed as 1M.
11273
11274 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275
11276         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11277
11278 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11279
11280         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11281
11282 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11283
11284         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11285         error message to display actual error condition.
11286         (gnus-agent-save-local): Avoid saving symbols that are bound to
11287         nil as they simply result in a warning message in
11288         gnus-agent-read-local.
11289
11290 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11293         rather than make-variable-buffer-local for file-precious-flag.
11294
11295 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11296
11297         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11298         for duplicates which are removed.  The invalid sort check then
11299         triggers a rescan after the sort as sorting may have moved
11300         duplicate entries such that they can be cheaply detected.
11301
11302 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11305
11306 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11307
11308         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11309         internal variable to a custom variable.  Changed default value
11310         from compressed(2) to uncompressed(1).
11311         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11312         support for uncompressed agentview files.  Taken together, reading
11313         the agentview file should now be 6-7 times faster.
11314
11315 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11316
11317         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11318         as a buffer-local variable.  This avoids creating truncated
11319         dribble files as a result of a hang up, eg.
11320
11321 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11322
11323         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11324         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11325         XEmacs.
11326
11327 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * gnus-start.el (gnus-start-draft-setup): Enforce
11330         `gnus-draft-mode' for nndraft:drafts at startup.
11331
11332         * gnus.el (gnus-splash): Change custom group.
11333         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11334         allow-list argument.
11335
11336         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11337         string.
11338
11339 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * gnus-art.el (gnus-default-article-saver): Add user-defined
11342         `function' to custom type.
11343
11344 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11345
11346         * imap.el (imap-open): Handle case where buffer is a buffer
11347         object.
11348
11349 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11352         long lines.
11353         (gnus-cache-delete-group): Wrap doc strings.
11354
11355         * gnus-agent.el (gnus-agent-rename-group)
11356         (gnus-agent-delete-group): Wrap doc strings.
11357
11358 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * messagexmas.el (message-use-toolbar): Change the valid values
11361         into default, top, bottom, left, and right.
11362         (message-toolbar-thickness): New variable.
11363         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11364         well.
11365         (message-setup-toolbar): Make it work.
11366
11367         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11368         (gnus-use-toolbar): Change the valid values into default, top,
11369         bottom, left, and right.
11370         (gnus-toolbar-thickness): New variable.
11371         (gnus-xmas-setup-toolbar): New function.
11372         (gnus-xmas-setup-group-toolbar): Use it.
11373         (gnus-xmas-setup-summary-toolbar): Use it.
11374
11375 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11376
11377         * gnus-start.el (gnus-1): Add "native" to
11378         gnus-predefined-server-alist.
11379
11380         * gnus.el (gnus-method-to-server): Don't add "native" to the
11381         lists here, because that leads to problems when
11382         gnus-select-method is bound.
11383
11384 2005-11-09  Simon Josefsson  <jas@extundo.com>
11385
11386         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11387         use (not sort-by-date) instead.
11388
11389 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11390
11391         * gnus-delay.el (gnus-delay-group): Don't autoload.
11392         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11393         to be re-loaded when customizing the `gnus-delay' group.
11394
11395 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11396
11397         * message.el: Revert last changes.
11398         (message-insert-citation-line): Use newlines.
11399
11400 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11401
11402         * message.el (message-courtesy-message)
11403         (message-mark-insert-begin, message-mark-insert-end)
11404         (message-elide-ellipsis, message-cancel-message)
11405         (message-add-header, message-change-subject)
11406         (message-cross-post-followup-to-header)
11407         (message-cross-post-insert-note, message-reduce-to-to-cc)
11408         (message-widen-reply, message-delete-not-region)
11409         (message-kill-to-signature, message-insert-signature)
11410         (message-insert-importance-high, message-insert-importance-low)
11411         (message-insert-or-toggle-importance)
11412         (message-insert-disposition-notification-to)
11413         (message-indent-citation, message-yank-original)
11414         (message-cite-original-without-signature, message-cite-original)
11415         (message-insert-citation-line, message-position-on-field)
11416         (message-fix-before-sending, message-send-mail-partially)
11417         (message-send-mail, message-send-mail-with-sendmail)
11418         (message-send-mail-with-qmail, message-send-news)
11419         (message-check-news-header-syntax, message-generate-headers)
11420         (message-insert-courtesy-copy, message-fill-address)
11421         (message-fill-header, message-shorten-references)
11422         (message-setup-1, message-cancel-news)
11423         (message-forward-make-body-plain, message-forward-make-body-mime)
11424         (message-forward-make-body-mml, message-encode-message-body)
11425         (message-forward-make-body-digest-plain)
11426         (message-forward-make-body-digest-mime)
11427         (message-use-alternative-email-as-from): Insert `hard-newline'
11428         instead of ordinary newlines.
11429
11430 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * message.el (message-generate-headers): Downcase the argument
11433         given to message-check-element.
11434
11435 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11436
11437         * nntp.el (nntp-authinfo-rejected): New error condition.
11438         (nntp-wait-for): Use new error condition to signal authentication
11439         error.
11440         (nntp-retrieve-data): Rethrow new error condition to break out of
11441         recursive call to nntp-send-authinfo.
11442
11443 2005-11-08  Romain Francoise  <romain@orebokech.com>
11444
11445         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11446         (gnus-summary-exit-map): Bind to `Z p'.
11447         (gnus-summary-make-menu-bar): Add menu item.
11448
11449 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11452         (gnus-treat-*): Add `first' in all doc strings.
11453
11454         * gnus-group.el (gnus-group-compact-group): Fix typo.
11455
11456 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus.el (gnus-parameters-case-fold-search): New variable.
11459         (gnus-parameters-get-parameter): Use it.
11460
11461         * gnus-score.el (gnus-home-score-file): Doc fix.
11462
11463 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11464
11465         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11466
11467 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * mm-util.el (mm-special-display-p): New function.
11470
11471         * mml.el (mml-preview): Use it; doc fix.
11472
11473 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11474
11475         * imap.el (imap-open): Handle case where buffer is a buffer object.
11476
11477 2005-10-29  Romain Francoise  <romain@orebokech.com>
11478
11479         * message.el (message-fix-before-sending): Fix comment.
11480
11481 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11482
11483         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11484
11485 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11486
11487         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11488         Used in gnus-score.el.
11489
11490 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11493
11494 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11497         whitespace removed in revision 7.8.  Use concatenated string to
11498         protect trailing whitespace.
11499
11500 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11501
11502         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11503         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11504         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11505         Courier IMAP ("some version from 2004").  Mostly based on similar
11506         code in the same function.
11507
11508 2005-10-26  Didier Verna  <didier@xemacs.org>
11509
11510         * gnus-group.el (gnus-group-compact-group): Invalidate original
11511         article buffer.
11512         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11513         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11514         NOV database and in article itself.
11515         Invalidate article backlog.
11516
11517 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11520
11521 2005-10-26  Simon Josefsson  <jas@extundo.com>
11522
11523         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11524         part of 2004-07-25 change.
11525
11526 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * message.el (message-display-completion-list): New function.
11529         (message-expand-group): Use it; make sure the Completions buffer
11530         is modifiable.
11531 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11532
11533         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11534         user-mail-name is an empty string.
11535
11536 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11539         depending on gnus-score-decay-constant.
11540
11541         * encrypt.el (encrypt-insert-file-contents)
11542         (encrypt-write-file-contents): Don't use `gnus-message'.
11543
11544         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11545         arguments.
11546         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11547         arguments to mm-uu-verbatim-marks-extract.
11548         (mm-uu-hide-markers): New variable.
11549         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11550
11551         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11552         (gnus-convert-image-to-face-command): Use "convert" by default to
11553         allow other input image formats.
11554         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11555         accordingly.
11556
11557 2005-10-23  Simon Josefsson  <jas@extundo.com>
11558
11559         * imap.el (imap-gssapi-program): Align command line parameters
11560         with latest GNU SASL.
11561         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11562
11563 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11564
11565         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11566         HTML.
11567         (nnslashdot-request-article): Ditto.
11568
11569         * lpath.el (featurep): Add nobreak-char-display.
11570
11571 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11572
11573         * mail-source.el (mail-source-fetch-pop): Require pop3.
11574         (mail-source-check-pop): Ditto.
11575
11576 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11579         errors.
11580
11581 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11584         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11585
11586         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11587
11588         * mm-bodies.el (mm-decode-string): Call
11589         `mm-charset-to-coding-system' with allow-override argument.
11590
11591 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11594         (rfc2047-charset-to-coding-system): New function.
11595         (rfc2047-decode-encoded-words): New function.
11596         (rfc2047-decode-region): Use them.
11597         (rfc2047-decode-cte): Remove.
11598         (rfc2047-parse-and-decode): Remove.
11599         (rfc2047-decode): Remove.
11600
11601 2005-10-15  Kenichi Handa  <handa@m17n.org>
11602
11603         * rfc2047.el (rfc2047-decode-cte): New function.
11604         (rfc2047-decode-region): Change the way to decode successive
11605         encoded-words: decode B- or Q-encoding in each encoded-word,
11606         concatenate them, and decode it as charset.
11607
11608 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * lpath.el: Fbind codepage-setup for XEmacs.
11611
11612 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11613
11614         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11615         widget-move-and-invoke.
11616         (gnus-custom-mode): Use gnus-custom-map.
11617
11618 2005-10-15  Bill Wohler  <wohler@newt.com>
11619
11620         * message.el (message-tool-bar-map): Renamed image file from
11621         mail_send to mail/send.
11622
11623 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11624
11625         * message.el (message-expand-group): Pass the common
11626         prefix substring of completion to `display-completion-list'.
11627
11628 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11629
11630         * mml-sec.el (mml-secure-method): New internal variable.
11631         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11632         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11633         functions using mml-secure-method.
11634
11635         * mml.el (mml-mode-map): Add key bindings for those functions.
11636         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11637         Harder <harder@myrealbox.com>.
11638         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11639         end of message if point is the headers of the message.
11640
11641         * message.el (message-in-body-p): New function.
11642
11643         * assistant.el: Autoload gnus-util and netrc.
11644
11645         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11646         Use `mm-charset-override-alist' only when decoding.
11647
11648         * mm-bodies.el (mm-decode-body): Call
11649         `mm-charset-to-coding-system' with allow-override argument.
11650
11651         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11652         `filename' from Content-Disposition if Content-Type doesn't
11653         provide `name'.
11654         (gnus-mime-view-part-as-type): Set default instead of
11655         initial-input.
11656
11657 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11658
11659         * format-spec.el (format-spec): Propagate text properties of % spec.
11660
11661 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gnus-art.el (gnus-treat-predicate): Add `first'.
11664
11665 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11668         (mm-charset-override-alist): New variable.
11669         (mm-charset-to-coding-system): Use it.
11670         (mm-codepage-setup): New helper function.
11671         (mm-charset-eval-alist): New variable.
11672         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11673         about unknown charsets.
11674
11675         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11676
11677 2005-10-04  David Hansen  <david.hansen@gmx.net>
11678
11679         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11680         (nnrss-check-group): Ditto.
11681
11682 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11685         Rename x-gnus-verbatim to x-verbatim.
11686         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11687
11688         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11689         x-verbatim.
11690
11691         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11692
11693         * gnus-util.el (gnus-remove-duplicates): Remove.
11694
11695         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11696         instead of gnus-remove-duplicates.
11697
11698         * message.el (message-remove-duplicates): Remove.
11699         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11700         message-remove-duplicates.
11701
11702         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11703         available, else use implementation from `delete-dups'.
11704
11705         * message.el (message-insert-expires): New function.
11706         (message-mode-map): Add key binding.
11707         (message-mode-field-menu): Add menu entry.
11708         (message-mode): Document it.
11709         (message-make-expires-date): Use `message-make-date'.
11710
11711 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11712
11713         * message.el (message-make-expires-date): New function.
11714
11715 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * Makefile.in (list-installed-shadows): New entry.
11718         (install): Use it.
11719         (remove-installed-shadows): New entry.
11720
11721         * dgnushack.el (dgnushack-default-load-path): New variable.
11722         (dgnushack-find-lisp-shadows): New function.
11723         (dgnushack-remove-lisp-shadows): New function.
11724
11725 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * Makefile.in (install-el-elc): New entry.
11728         (install): Use it so that .el files are necessarily installed.
11729
11730 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11733
11734 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11735
11736         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11737         function rather than the diff-mode.el package.
11738         (mm-display-external): Use with-current-buffer.
11739         (mm-viewer-completion-map, mm-viewer-completion-map):
11740         Move initialization inside declaration.
11741
11742 2005-09-29  Simon Josefsson  <jas@extundo.com>
11743
11744         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11745         autoload mail-check-payment.
11746         (spam-check-hashcash): Define unconditionally, since hashcash.el
11747         is part of Gnus now.  Ignore errors from payment checking.
11748
11749 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11750
11751         * message.el (message-bold-region, message-unbold-region): Rename
11752         from `bold-region' and `unbold-region'.
11753
11754         * message.el: Remove useless autoloads.
11755
11756 2005-09-28  Simon Josefsson  <jas@extundo.com>
11757
11758         * message.el (message-use-idna): Default to t.
11759         (message-use-idna): Test whether encoding works too.  Doc fix.
11760
11761 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * nntp.el (nntp-warn-about-losing-connection): Remove.
11764
11765 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11768         customizable.  Change default value.
11769         (mm-uu-diff-groups-regexp): Change default value.
11770         (mm-uu-type-alist): Add doc string.
11771         (mm-uu-configure): Add doc string.  Make it interactive.
11772         (mm-uu-tex-groups-regexp): New variable.
11773         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11774         (mm-uu-type-alist): Add LaTeX documents.
11775         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11776         of "text/verbatim".
11777         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11778
11779         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11780         instead of "text/verbatim".
11781
11782         * message.el (message-mark-inserted-region)
11783         (message-mark-insert-file): Use slrn style marks when called with
11784         prefix argument.
11785
11786 2005-09-27  Simon Josefsson  <jas@extundo.com>
11787
11788         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11789
11790 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11791
11792         * message.el (message-remove-duplicates): New function.
11793         Implementation borrowed from `gnus-remove-duplicates'.
11794         (message-idna-to-ascii-rhs): Also encode idna addresses in
11795         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11796         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11797         only ask about the same idna domain once per header and also tell
11798         in what header to replace the idna domain.
11799
11800         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11801         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11802         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11803         a header is decoded and not just the last one.
11804
11805 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11808         has been decoded.
11809
11810         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11811         (mm-insert-part): Don't modify text if it has been decoded.
11812
11813         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11814         decoded.
11815
11816         * mm-view.el (mm-inline-text): Don't strip text props unless
11817         decoding enriched or richtext parts.
11818
11819 2005-09-25  Romain Francoise  <romain@orebokech.com>
11820
11821         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11822         * gnus-start.el (gnus-subscribe-interactively):
11823         * gnus-uu.el (gnus-uu-grab-articles):
11824         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11825         space.
11826
11827 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11828
11829         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11830         * mm-view.el (mm-view-pkcs7-decrypt):
11831         * gnus-sum.el (gnus-summary-limit-to-extra)
11832         (gnus-summary-respool-article, gnus-read-move-group-name):
11833         * gnus-score.el (gnus-summary-increase-score):
11834         * gnus-util.el (gnus-completing-read-with-default):
11835         * gnus-art.el (gnus-read-save-file-name)
11836         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11837         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11838         * message.el (message-check-news-header-syntax):
11839         Follow convention for reading with the minibuffer.
11840
11841 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * spam-report.el (spam-report-url-ping-plain):
11844         Use gnus-extended-version as User-Agent.
11845
11846         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11847         default value is nil.
11848
11849         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11850         (mm-uu-verbatim-marks-extract): New function.
11851         (mm-uu-extract): New face.
11852         (mm-uu-copy-to-buffer): Use it.
11853
11854         * spam-report.el (spam-report-gmane-ham): Renamed from
11855         `spam-report-gmane-unspam'.
11856         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11857         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11858
11859         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11860         Autoload.
11861         (spam-report-gmane-unregister-routine): Renamed
11862         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11863
11864 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11865
11866         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11867         (spam-report-gmane-unregister-routine): Add support for gmane
11868         unregistration.
11869
11870         * spam-report.el (spam-report-gmane-unspam)
11871         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11872         (spam-report-gmane): Change to take a single article and do unspam
11873         registration.
11874
11875 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * mm-url.el (mm-url-decode-entities): Fix regexp.
11878
11879 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11880
11881         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11882         default to nil, to be able to use Gnus at all.  If the default
11883         switches to something else, then the function should be fixed not
11884         be exceedingly slow.
11885
11886 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11887
11888         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11889         fail hard.
11890
11891         * spam-report.el: Add better Keywords line.
11892
11893         * spam.el: Add Maintainer and better Keywords line.
11894
11895 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * gnus-art.el (gnus-article-replace-part)
11898         (gnus-mime-replace-part): New functions.
11899         (gnus-mime-action-alist, gnus-mime-button-commands)
11900         (gnus-mime-save-part-and-strip): Added file argument.
11901         (gnus-article-part-wrapper): Added interactive argument.
11902
11903         * gnus-sum.el (gnus-summary-mime-map): Add
11904         `gnus-article-replace-part'.
11905
11906 2005-09-19  Didier Verna  <didier@xemacs.org>
11907
11908         The nnml compaction feature:
11909         * nnml.el (nnml-request-compact-group): New function.
11910         * nnml.el (nnml-request-compact): New function.
11911         * gnus-int.el (gnus-request-compact-group): New function.
11912         * gnus-int.el (gnus-request-compact): New function.
11913         * gnus-group.el (gnus-group-compact-group): New function.
11914         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11915         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11916         * gnus-srvr.el (gnus-server-compact-server): New function.
11917         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11918         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11919
11920 2005-09-18  Deepak Goel  <deego@gnufans.org>
11921
11922         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11923         format spec.
11924
11925 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11928
11929 2005-09-15  Romain Francoise  <romain@orebokech.com>
11930
11931         * message.el (message-fill-paragraph): Clarify docstring.
11932
11933 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * gnus-art.el (gnus-mime-display-part): Protect against broken
11936         MIME messages.
11937
11938 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11941         before parsing header.
11942
11943 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11944
11945         * html2text.el (html2text-replace-list): Add new entities.
11946
11947 2005-09-11  Romain Francoise  <romain@orebokech.com>
11948
11949         * message.el (message-alternative-emails): Improve docstring.
11950         (message-setup-1): Call `message-use-alternative-email-as-from'
11951         after `message-setup-hook' to give it precedence over posting
11952         styles, etc.
11953         (message-use-alternative-email-as-from): Add docstring.  Remove
11954         the original From header if present.
11955
11956         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11957         (nnml-save-mail): Use it.
11958
11959         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11960         articles.  Add new argument `silent'.
11961         (gnus-uu-mark-all): Report the total number of marked articles.
11962
11963 2005-09-10  Romain Francoise  <romain@orebokech.com>
11964
11965         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11966         (gnus-uu-mark-series): Likewise.
11967
11968 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * spam-report.el (spam-report-gmane): Fix generation of spam
11971         report URL.
11972
11973 2005-09-10  Simon Josefsson  <jas@extundo.com>
11974
11975         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11976         t, based on discussion on the ding list with Robert Epprecht
11977         <epprecht@solnet.ch>.
11978
11979 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11980
11981         * spam-report.el (spam-report-gmane): Make it work without
11982         X-Report-Spam header.  Gmane now only provides Archived-At.
11983         This is only used if `spam-report-gmane-use-article-number' is nil.
11984         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11985
11986         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11987         make `gnus-summary-sort-by-recipient' work with threading.
11988
11989         * nnweb.el (nnweb-google-wash-article): Print a message if article
11990         is not available.
11991
11992 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11993
11994         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11995         change.  Decode text/* parts content before displaying.
11996
11997 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12000
12001 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12004
12005         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12006         url-package-name, url-package-version,
12007         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12008         w3m-display-inline-images, and w3m-minor-mode-map.
12009
12010 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * message.el (message-tab-body-function): Fix mismatched custom type.
12013
12014         * gnus.el (gnus-group-change-level-function): Ditto.
12015
12016         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12017
12018         * gnus-art.el (gnus-signature-limit)
12019         (gnus-article-mime-part-function): Ditto.
12020
12021 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * mml.el (mml-mode): Silence the byte compiler.
12024
12025         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12026         using `(sit-for 0)' before moving the point to the specified part;
12027         skip unbuttonized parts.
12028         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12029         return to the summary window if gnus-auto-select-part is non-nil.
12030
12031 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12034         variables.
12035         (mml-dnd-attach-file, mml-mode): Use them.
12036
12037         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12038         Make fetching article by MID work again for Google Groups.  Added
12039         FIXME concerning gnus-group-make-web-group.
12040
12041         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12042         Don't depend on Gnus by using mail-extract-address-components if
12043         gnus-extract-address-components is not bound.
12044
12045 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12046
12047         * gnus-art.el (gnus-mime-display-security): Don't display the
12048         signature, but only the signed part.
12049
12050 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12053
12054         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12055         list, not listp.
12056
12057 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12058
12059         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12060         when encoding.
12061
12062         * mm-bodies.el (mm-decode-content-transfer-encoding):
12063         De-canonicalize CRLF for all text content types, not just
12064         text/plain.
12065
12066 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12069         valid article; point arrow and cursor at the MIME button.
12070
12071 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12074         Suggested by Dan Christensen <jdc@uwo.ca>.
12075
12076         * mm-decode.el (mm-save-part): Enable change of prompt.
12077
12078 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12079
12080         * gnus-msg.el (gnus-inews-add-send-actions): Made
12081         `message-post-method' lambda parameter ARG `&optional'.
12082
12083 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * gnus-sum.el (gnus-summary-mime-map): Added
12086         gnus-article-save-part-and-strip, gnus-article-delete-part and
12087         gnus-article-jump-to-part.
12088
12089         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12090         (gnus-article-edit-part): Use it.
12091         (gnus-article-part-wrapper): Added no-handle argument.
12092         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12093         functions.
12094
12095 2005-08-29  Romain Francoise  <romain@orebokech.com>
12096
12097         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12098         docstring.
12099         (gnus-face-from-file): Likewise.
12100
12101 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12104         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12105         non-nil.
12106         (gnus-auto-select-part): New variable.
12107         (gnus-article-jump-to-part): New function.
12108         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12109         (gnus-mime-delete-part): Allow selecting specified part after
12110         deleting or stripping parts.
12111         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12112         part if argument is bogus.
12113
12114 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12115
12116         * gnus-art.el (w3m-minor-mode-map):
12117         * gnus-spec.el (gnus-newsrc-file-version):
12118         * gnus-util.el (nnmail-active-file-coding-system)
12119         (gnus-original-article-buffer, gnus-user-agent):
12120         * gnus.el (gnus-ham-process-destinations)
12121         (gnus-parameter-ham-marks-alist)
12122         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12123         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12124         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12125         * mm-decode.el (gnus-current-window-configuration):
12126         * mm-extern.el (gnus-article-mime-handles):
12127         * mm-url.el (url-current-object, url-package-name)
12128         (url-package-version):
12129         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12130         (smime-keys, w3m-cid-retrieve-function-alist)
12131         (w3m-current-buffer, w3m-display-inline-images)
12132         (w3m-minor-mode-map):
12133         * mml-smime.el (gnus-extract-address-components):
12134         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12135         (gnus-newsrc-hashtb, message-default-charset)
12136         (message-deletable-headers, message-options)
12137         (message-posting-charset, message-required-mail-headers)
12138         (message-required-news-headers):
12139         * mml1991.el (mc-pgp-always-sign):
12140         * mml2015.el (mc-pgp-always-sign):
12141         * nnheader.el (nnmail-extra-headers):
12142         * rfc1843.el (gnus-decode-encoded-word-function)
12143         (gnus-decode-header-function, gnus-newsgroup-name):
12144         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12145
12146 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12147
12148         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12149         the end of the date treatments.
12150
12151 2005-08-15  Simon Josefsson  <jas@extundo.com>
12152
12153         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12154         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12155         Capello and Romain Francoise.
12156         (pgg-fetch-key-function): Removed, not used?
12157         (pgg-insert-url-with-w3): Require url, to get
12158         url-insert-file-contents regardless of where it is defined.
12159
12160 2005-08-13  Romain Francoise  <romain@orebokech.com>
12161
12162         * message.el (message-cite-original-1): New function.
12163         (message-cite-original): Use it.
12164         (message-cite-original-without-signature): Ditto.
12165
12166 2005-08-08  Romain Francoise  <romain@orebokech.com>
12167
12168         * message.el (message-yank-empty-prefix): New variable.
12169         (message-indent-citation): Use it.
12170         (message-cite-original-without-signature): Respect X-No-Archive.
12171
12172 2005-08-08  Simon Josefsson  <jas@extundo.com>
12173
12174         * pgg.el: Autoload url-insert-file-contents instead of loading
12175         w3/url.
12176         (pgg-insert-url-with-w3): Don't load url here.
12177
12178 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12179
12180         * message.el (message-kill-to-signature): Don't insert newline at
12181         bol.
12182         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12183
12184 2005-08-06  Romain Francoise  <romain@orebokech.com>
12185
12186         * message.el (message-user-fqdn): Fix typo in docstring.
12187
12188 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12189
12190         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12191
12192         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12193
12194 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * mm-bodies.el (mm-encode-body): Use coding system rather than
12197         charset to encode text.
12198
12199         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12200         number of charsets if utf-8 is available (XEmacs).
12201
12202 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12203
12204         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12205         taken from `gnus-button-mid-or-mail-regexp'.
12206         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12207         (gnus-button-alist): Improve regexp for domain part of the MIDs
12208         for news:localpart@domain buttons.
12209         (gnus-button-ctan-directory-regexp): Update.
12210
12211 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * sieve-manage.el (sieve-manage-interactive-login): Use
12214         make-local-variable rather than make-variable-buffer-local.
12215         (sieve-manage-open): Ditto.
12216         (sieve-manage-authenticate): Ditto.
12217
12218         * mml.el (mml-generate-mime-1): Make the content type default to
12219         text/plain if the filename is not specified.
12220
12221 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12224         instead of insert-buffer.
12225
12226         * message.el (message-yank-original): Ditto; set the mark at the
12227         end of the yanked message.
12228
12229 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12232         lines to scroll rather than to stop it.
12233
12234         * mml.el (mml-generate-default-type): Add doc string.
12235         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12236         default to application/octet-stream when determining the content
12237         type if it is not specified for the part or the mml contents; add
12238         a comment about mml-generate-default-type.
12239
12240 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12243         make it default to application/octet-stream when determining the
12244         content type if it is not specified for the external contents.
12245
12246 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12249         segmented parameter but also other parameters might be there.
12250
12251 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * mm-decode.el (mm-display-external): Delete temp file, directory
12254         and buffer immediately if the external process is exited.
12255
12256 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12259         fewer lines than that of scroll-margin.
12260         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12261
12262 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-art.el (gnus-article-next-page): Revert.
12265         (gnus-article-beginning-of-window): New macro.
12266         (gnus-article-next-page-1): Use it.
12267         (gnus-article-prev-page): Ditto.
12268         (gnus-article-edit-part): Use insert-buffer-substring instead of
12269         insert-buffer.
12270         (gnus-article-edit-exit): Ditto.
12271
12272         * gnus-util.el (gnus-beginning-of-window): Remove.
12273         (gnus-end-of-window): Remove.
12274
12275         * lpath.el: Don't bind header-line-format and scroll-margin.
12276
12277 2005-07-25  Simon Josefsson  <jas@extundo.com>
12278
12279         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12280         to have the url package without w3.  Reported by Daiki Ueno
12281         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12282
12283 2005-07-20  Didier Verna  <didier@xemacs.org>
12284
12285         * gnus-diary.el: Remove the description comment (nndiary is now
12286         properly documented in the Gnus manual).
12287         Fix the spelling of "Back End".
12288         * nndiary.el: Ditto.
12289         Fix the copyright notice.
12290
12291 2005-07-18  Romain Francoise  <romain@orebokech.com>
12292
12293         * gnus-sum.el (gnus-summary-to-prefix)
12294         (gnus-summary-newsgroup-prefix): New variables.
12295         (gnus-summary-from-or-to-or-newsgroups): Use them.
12296
12297 2005-07-17  Romain Francoise  <romain@orebokech.com>
12298
12299         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12300         space as it's generally not especially interesting to the user.
12301
12302 2005-07-16  Romain Francoise  <romain@orebokech.com>
12303
12304         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12305         nil to avoid prompting and file modification if one of the
12306         messages at the top of the nnfolder file contains a copyright
12307         notice.
12308         Update copyright notice.
12309
12310         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12311         instead of `current-time-string' as the latter creates a time
12312         string that is not RFC 2822 compliant (it lacks the zone).
12313         Update copyright notice.
12314
12315 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12316
12317         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12318         for text/rtf.  Display default in prompt.  Pass default for M-n.
12319
12320         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12321
12322 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12323
12324         * gnus-msg.el (gnus-button-mailto): Remove
12325         save-selected-window-window hackery because it relies on
12326         save-selected-window internals.
12327
12328 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12331         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12332         (gnus-article-prev-page): Ditto.
12333
12334         * gnus-util.el (gnus-beginning-of-window): New function.
12335         (gnus-end-of-window): New function.
12336
12337         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12338
12339 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12340
12341         * gnus-score.el (gnus-score-edit-all-score): Set
12342         gnus-score-edit-exit-function to gnus-score-edit-done and call
12343         gnus-message.
12344
12345 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * gnus-msg.el (gnus-button-mailto): Remove
12348         save-selected-window-window hackery because it relies on
12349         save-selected-window internals.
12350
12351 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12354         add-minor-mode.
12355         (gnus-binary-mode): Ditto.
12356
12357         * gnus-topic.el (gnus-topic-mode): Ditto.
12358
12359 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12360
12361         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12362         (gnus-article-prev-page): Take scroll-margin into consideration.
12363
12364 2005-07-04  Lute Kamstra  <lute@gnu.org>
12365
12366         Update FSF's address in GPL notices.
12367
12368 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12369
12370         * gnus.el (gnus-exit):
12371         * gnus-group.el (gnus-group-icons):
12372         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12373
12374         * gnus-nocem.el (gnus-nocem):
12375         * message.el (message-various, message-buffers, message-sending)
12376         (message-interface, message-forwarding, message-insertion)
12377         (message-headers, message-news, message-mail):
12378         * pgg-gpg.el (pgg-gpg):
12379         * pgg-parse.el (pgg-parse):
12380         * pgg-pgp.el (pgg-pgp):
12381         * pgg-pgp5.el (pgg-pgp5):
12382         * pop3.el (pop3): Finish `defgroup' description with period.
12383
12384 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-art.el (article-display-face): Improve the efficiency.
12387         (article-display-x-face): Ditto; remove grey x-face stuff.
12388
12389 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * gnus-art.el (article-display-face): Correct the position in
12392         which Faces are inserted.
12393
12394 2005-06-29  Didier Verna  <didier@xemacs.org>
12395
12396         * gnus-art.el (article-display-face): Display faces in correct
12397         order.
12398
12399 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12402         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12403         (gnus-nocem-check-article): Fetch the Type header.
12404         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12405         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12406         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12407         make sure gnus-nocem-hashtb is initialized.
12408         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12409         (gnus-nocem-unwanted-article-p): Ditto.
12410
12411         * pgg.el (pgg-verify): Return the verification result.
12412
12413 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12414
12415         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12416         is ascii.
12417
12418 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12419
12420         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12421         `show-nonbreak-escape'.
12422
12423 2005-06-23  Lute Kamstra  <lute@gnu.org>
12424
12425         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12426
12427         * dig.el (dig-mode):
12428         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12429
12430 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12431
12432         * nnimap.el (nnimap-split-download-body): Fix spellings.
12433
12434 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12435
12436         * gnus-art.el (gnus-article-encrypt-body):
12437         * gnus-cus.el (gnus-score-customize):
12438         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12439         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12440
12441 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12442
12443         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12444         header by looking for magic "MII" at the beginnig.
12445
12446 2005-06-16  Miles Bader  <miles@gnu.org>
12447
12448         * gnus-xmas.el (gnus-xmas-group-startup-message):
12449         Use renamed gnus-splash face.
12450
12451         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12452         (assistant-field-face): New backward-compatibility alias for renamed
12453         face.
12454         (assistant-render-text): Use renamed assistant-field face.
12455
12456         * spam.el (spam): Remove "-face" suffix from face name.
12457         (spam-face): New backward-compatibility alias for renamed face.
12458         (spam-face, spam-initialize): Use renamed spam face.
12459
12460         * message.el (message-header-to, message-header-cc)
12461         (message-header-subject, message-header-newsgroups)
12462         (message-header-other, message-header-name)
12463         (message-header-xheader, message-separator, message-cited-text)
12464         (message-mml): Remove "-face" suffix from face names.
12465         (message-header-to-face, message-header-cc-face)
12466         (message-header-subject-face, message-header-newsgroups-face)
12467         (message-header-other-face, message-header-name-face)
12468         (message-header-xheader-face, message-separator-face)
12469         (message-cited-text-face, message-mml-face):
12470         New backward-compatibility aliases for renamed faces.
12471         (message-font-lock-keywords): Use renamed message faces.
12472
12473         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12474         (sieve-test-commands, sieve-tagged-arguments):
12475         Remove "-face" suffix from face names.
12476         (sieve-control-commands-face, sieve-action-commands-face)
12477         (sieve-test-commands-face, sieve-tagged-arguments-face):
12478         New backward-compatibility aliases for renamed faces.
12479         (sieve-control-commands-face, sieve-action-commands-face)
12480         (sieve-test-commands-face, sieve-tagged-arguments-face):
12481         Use renamed sieve faces.
12482
12483         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12484         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12485         (gnus-group-news-3-empty, gnus-group-news-4)
12486         (gnus-group-news-4-empty, gnus-group-news-5)
12487         (gnus-group-news-5-empty, gnus-group-news-6)
12488         (gnus-group-news-6-empty, gnus-group-news-low)
12489         (gnus-group-news-low-empty, gnus-group-mail-1)
12490         (gnus-group-mail-1-empty, gnus-group-mail-2)
12491         (gnus-group-mail-2-empty, gnus-group-mail-3)
12492         (gnus-group-mail-3-empty, gnus-group-mail-low)
12493         (gnus-group-mail-low-empty, gnus-summary-selected)
12494         (gnus-summary-cancelled, gnus-summary-high-ticked)
12495         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12496         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12497         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12498         (gnus-summary-low-undownloaded)
12499         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12500         (gnus-summary-low-unread, gnus-summary-normal-unread)
12501         (gnus-summary-high-read, gnus-summary-low-read)
12502         (gnus-summary-normal-read, gnus-splash):
12503         Remove "-face" suffix from face names.
12504         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12505         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12506         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12507         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12508         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12509         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12510         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12511         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12512         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12513         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12514         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12515         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12516         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12517         (gnus-summary-normal-ticked-face)
12518         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12519         (gnus-summary-normal-ancient-face)
12520         (gnus-summary-high-undownloaded-face)
12521         (gnus-summary-low-undownloaded-face)
12522         (gnus-summary-normal-undownloaded-face)
12523         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12524         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12525         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12526         (gnus-splash-face):
12527         New backward-compatibility aliases for renamed faces.
12528         (gnus-group-startup-message): Use renamed gnus faces.
12529
12530         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12531         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12532         (gnus-server-agent): Remove "-face" suffix from face names.
12533         (gnus-server-agent-face, gnus-server-opened-face)
12534         (gnus-server-closed-face, gnus-server-denied-face)
12535         (gnus-server-offline-face):
12536         New backward-compatibility aliases for renamed faces.
12537         (gnus-server-agent-face, gnus-server-opened-face)
12538         (gnus-server-closed-face, gnus-server-denied-face)
12539         (gnus-server-offline-face): Use renamed gnus faces.
12540
12541         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12542         Remove "-face" suffix from face names.
12543         (gnus-picon-xbm-face, gnus-picon-face):
12544         New backward-compatibility aliases for renamed faces.
12545
12546         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12547         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12548         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12549         (gnus-cite-11): Remove "-face" suffix from face names.
12550         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12551         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12552         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12553         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12554         New backward-compatibility aliases for renamed faces.
12555         (gnus-cite-attribution-face, gnus-cite-face-list)
12556         (gnus-article-boring-faces): Use renamed gnus faces.
12557
12558         * gnus-art.el (gnus-signature, gnus-header-from)
12559         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12560         (gnus-header-content): Remove "-face" suffix from face names.
12561         (gnus-signature-face, gnus-header-from-face)
12562         (gnus-header-subject-face, gnus-header-newsgroups-face)
12563         (gnus-header-name-face, gnus-header-content-face):
12564         New backward-compatibility aliases for renamed faces.
12565         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12566
12567         * gnus-sum.el (gnus-summary-selected-face)
12568         (gnus-summary-highlight): Use renamed gnus faces.
12569         * gnus-group.el (gnus-group-highlight): Likewise.
12570
12571 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12572
12573         * gnus-sieve.el (gnus-sieve-article-add-rule):
12574         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12575         * spam-stat.el (spam-stat-buffer-change-to-spam)
12576         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12577
12578         * message.el (message-is-yours-p):
12579         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12580
12581 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * mm-view.el (mm-inline-text): Withdraw the last change.
12584
12585 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12588         executing enriched-decode.
12589
12590 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12593         charset of tar files.
12594
12595 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12596
12597         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12598
12599 2005-06-04  Lute Kamstra  <lute@gnu.org>
12600
12601         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12602         information is never recorded.
12603
12604 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12605
12606         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12607
12608 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * pop3.el (pop3-apop): Run md5 in the binary mode.
12611
12612         * starttls.el (starttls-set-process-query-on-exit-flag):
12613         Use eval-and-compile.
12614
12615 2005-05-31  Simon Josefsson  <jas@extundo.com>
12616
12617         * smime.el (smime-replace-in-string): Define.
12618         (smime-cert-by-ldap-1): Use it.
12619
12620 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * gnus-art.el (article-display-x-face): Replace
12623         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12624
12625         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12626         set-process-query-on-exit-flag or process-kill-without-query.
12627
12628         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12629         loop instead of replace-regexp.
12630
12631         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12632         instead of process-kill-without-query if it is available.
12633
12634         * lpath.el: Fbind ldap-search-entries.
12635
12636         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12637         instead of find-file-hooks if it is available.
12638
12639         * mml1991.el: Bind pgg-default-user-id when compiling.
12640
12641         * mml2015.el: Bind pgg-default-user-id when compiling.
12642
12643         * nndraft.el (nndraft-request-associate-buffer):
12644         Use write-contents-functions instead of write-contents-hooks if it is
12645         available.
12646
12647         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12648         instead of find-file-hooks if it is available.
12649
12650         * nntp.el (nntp-open-connection): Replace
12651         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12652         (nntp-open-ssl-stream): Ditto.
12653         (nntp-open-tls-stream): Ditto.
12654
12655         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12656         set-process-query-on-exit-flag or process-kill-without-query.
12657         (starttls-open-stream-gnutls): Use it instead of
12658         process-kill-without-query.
12659         (starttls-open-stream): Ditto.
12660
12661 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12662
12663         * smime.el (smime-cert-by-ldap-1): Don't use
12664         replace-regexp-in-string.
12665
12666 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12667
12668         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12669
12670         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12671         in PEM format.  Adjust to the XEmacs compability.
12672
12673 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12676         by `string-to-number'.
12677         * gnus-agent.el (gnus-agent-regenerate-group)
12678         (gnus-agent-fetch-articles): Ditto.
12679         * gnus-art.el (gnus-button-fetch-group): Ditto.
12680         * gnus-cache.el (gnus-cache-generate-active)
12681         (gnus-cache-articles-in-group): Ditto.
12682         * gnus-group.el (gnus-group-set-current-level)
12683         (gnus-group-insert-group-line): Ditto.
12684         * gnus-score.el (gnus-score-set-expunge-below)
12685         (gnus-score-set-mark-below, gnus-summary-score-effect)
12686         (gnus-summary-score-entry): Ditto.
12687         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12688         (gnus-soup-pack): Ditto.
12689         * gnus-spec.el (gnus-xmas-format): Ditto.
12690         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12691         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12692         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12693         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12694         * nndb.el (nndb-get-remote-expire-response): Ditto.
12695         * nndiary.el (nndiary-parse-schedule-value)
12696         (nndiary-string-to-number, nndiary-request-replace-article)
12697         (nndiary-request-article): Ditto.
12698         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12699         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12700         * nneething.el (nneething-make-head): Ditto.
12701         * nnfolder.el (nnfolder-request-article)
12702         (nnfolder-retrieve-headers): Ditto.
12703         * nnheader.el (nnheader-file-to-number): Ditto.
12704         * nnkiboze.el (nnkiboze-request-article): Ditto.
12705         * nnmail.el (nnmail-process-unix-mail-format)
12706         (nnmail-process-babyl-mail-format): Ditto.
12707         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12708         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12709         (nnmh-request-create-group, nnmh-request-list-1)
12710         (nnmh-request-group, nnmh-request-article): Ditto.
12711         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12712         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12713         * nnsoup.el (nnsoup-make-active): Ditto.
12714         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12715         * nntp.el (nntp-find-group-and-number)
12716         (nntp-retrieve-headers-with-xover): Ditto.
12717         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12718         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12719         (pgg-format-key-identifier): Ditto.
12720         * pop3.el (pop3-last, pop3-stat): Ditto.
12721         * qp.el (quoted-printable-decode-region): Ditto.
12722
12723         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12724         of concat.
12725
12726 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12729
12730         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12731
12732         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12733
12734         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12735
12736         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12737
12738         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12739
12740         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12741         (gnus-carpal-mode): Ditto.
12742
12743         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12744         (gnus-browse-mode): Ditto.
12745
12746         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12747
12748         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12749
12750 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12751
12752         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12753
12754 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * gnus-util.el (gnus-run-mode-hooks): New function.
12757
12758         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12759
12760         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12761         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12762
12763 2005-05-27  Lute Kamstra  <lute@gnu.org>
12764
12765         * dns-mode.el (dns-mode): Specify customization group.
12766
12767 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12768
12769         * gnus-agent.el (gnus-agent-make-mode-line-string):
12770         Use mode-line-highlight as mouse-face.
12771
12772 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * canlock.el (canlock): Change the parent group to news.
12775
12776         * deuglify.el (gnus-outlook-deuglify): Add :group.
12777
12778         * dig.el (dig): Add :group.
12779
12780         * dns-mode.el (dns-mode): Add :group.
12781
12782         * encrypt.el (encrypt): Add :group.
12783
12784         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12785         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12786         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12787         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12788         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12789
12790         * gnus-diary.el (gnus-diary): Add :group.
12791
12792         * gnus.el (gnus-group-news-1-face): Add :group.
12793         (gnus-group-news-1-empty-face): Ditto.
12794         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12795         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12796         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12797         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12798         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12799         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12800         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12801         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12802         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12803         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12804         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12805         (gnus-summary-high-ticked-face): Ditto.
12806         (gnus-summary-low-ticked-face): Ditto.
12807         (gnus-summary-normal-ticked-face): Ditto.
12808         (gnus-summary-high-ancient-face): Ditto.
12809         (gnus-summary-low-ancient-face): Ditto.
12810         (gnus-summary-normal-ancient-face): Ditto.
12811         (gnus-summary-high-undownloaded-face): Ditto.
12812         (gnus-summary-low-undownloaded-face): Ditto.
12813         (gnus-summary-normal-undownloaded-face): Ditto.
12814         (gnus-summary-high-unread-face): Ditto.
12815         (gnus-summary-low-unread-face): Ditto.
12816         (gnus-summary-normal-unread-face): Ditto.
12817         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12818         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12819
12820         * hashcash.el (hashcash): New custom group.
12821         (hashcash-default-payment): Add :group.
12822         (hashcash-payment-alist): Ditto.
12823         (hashcash-default-accept-payment): Ditto.
12824         (hashcash-accept-resources): Ditto.
12825         (hashcash-path): Ditto.
12826         (hashcash-extra-generate-parameters): Ditto.
12827         (hashcash-double-spend-database): Ditto.
12828         (hashcash-in-news): Ditto.
12829
12830         * message.el (message-minibuffer-local-map): Add :group.
12831
12832         * netrc.el (netrc): Add :group.
12833
12834         * sieve-manage.el (sieve-manage-log): Add :group.
12835         (sieve-manage-default-user): Diito.
12836         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12837         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12838         (sieve-manage-authenticators): Ditto.
12839         (sieve-manage-authenticator-alist): Ditto.
12840         (sieve-manage-default-port): Ditto.
12841
12842         * sieve-mode.el (sieve-control-commands-face): Add :group.
12843         (sieve-action-commands-face): Ditto.
12844         (sieve-test-commands-face): Ditto.
12845         (sieve-tagged-arguments-face): Ditto.
12846
12847         * smime.el (smime): Add :group.
12848
12849         * spam-report.el (spam-report): Add :group.
12850
12851         * spam.el (spam, spam-face): Add :group.
12852
12853 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12854
12855         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12856         return \n.\n.\n at the end of articles.  Protect against that.
12857         (nntp-with-open-group): Allow debugging.
12858
12859         * nnheader.el (mail-header-set-extra): Make into a function
12860         because I just could't understand how to quote the list properly.
12861
12862         * dns.el (query-dns-cached): New function.
12863
12864 2005-05-26  Lute Kamstra  <lute@gnu.org>
12865
12866         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12867
12868 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12871
12872         * gnus-art.el: Don't autoload mail-extract-address-components.
12873
12874         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12875         eval-and-compile to evaluate it.
12876
12877         * hashcash.el: Don't autoload executable-find.
12878
12879         * nndb.el: Don't declare the nndb back end two or more times; don't
12880         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12881
12882         * nntp.el: Autoload format-spec instead of format; use
12883         eval-and-compile to evaluate autoload forms.
12884
12885 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12886
12887         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12888
12889 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12890
12891         * gnus.el (gnus-version-number): Bump version.
12892
12893 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12894
12895         * gnus.el: No Gnus v0.3 is released.
12896
12897 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12898
12899         * lpath.el (featurep): Bind show-nonbreak-escape.
12900
12901 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * gnus-art.el (gnus-article-edit-part): Disable undo.
12904
12905 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12908         gnus-article-date-lapsed-new-header is t if date timer is active;
12909         skip headers in which the original date value is empty.
12910         (gnus-article-save-original-date): Redefine it as a macro.
12911         (gnus-display-mime): Use it.
12912
12913 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * gnus-art.el (article-date-ut): Support converting date in
12916         forwarded parts as well.
12917         (gnus-article-save-original-date): New function.
12918         (gnus-display-mime): Use it.
12919
12920 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12921
12922         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12923         enclosure element of <item>.
12924
12925 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * message.el (message-kill-buffer-query): Renamed from
12928         `message-kill-buffer-query-if-modified'.  Added :version.
12929
12930 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12933         window layout.
12934
12935 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * mml.el: Autoload dnd when compiling.
12938
12939 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12942         x-dnd-*.
12943
12944 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * qp.el (quoted-printable-encode-region): Save excursion.
12947
12948 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12949
12950         * message.el (message-kill-buffer-query-if-modified): Add new variable
12951         so the user can kill a modified message buffer quickly.
12952         (message-kill-buffer): Use it.
12953
12954 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * lpath.el: Fbind display-time-event-handler; don't fbind
12957         string-to-multibyte.
12958
12959         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12960
12961 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12964         contained in text because xml.el decodes entities) with LFs.
12965
12966 2005-04-11  Lute Kamstra  <lute@gnu.org>
12967
12968         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12969         differently.
12970
12971 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12972
12973         * mm-util.el (mm-detect-coding-region): Typo.
12974
12975 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12978
12979 2005-04-06  Deepak Goel  <deego@gnufans.org>
12980
12981         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12982         user-function allow user modifications of the scores.
12983         (spam-stat-score-buffer-user): New function, to allow
12984         user-computed modifications to the score.
12985         (spam-stat-score-buffer-user-functions): List of additional
12986         scoring functions.
12987         (spam-stat-error-holder): Global temporary error holder.
12988         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12989         variable.
12990
12991 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12992
12993         * gnus-registry.el (gnus-registry-clean-empty-function)
12994         (gnus-registry-trim, gnus-registry-fetch-groups)
12995         (gnus-registry-delete-group): Groups that match
12996         `gnus-registry-ignored-groups' are removed from the registry
12997         entries, not just ignored for splitting.  This helps clean up the
12998         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12999         to get all the groups a message ID is in.
13000
13001         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13002         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13003         (spam-stat-score-buffer-user-functions): Add :number custom type.
13004
13005 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13008         argument in XEmacs.
13009
13010         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13011         (nnrss-request-group): Decode group name first.
13012         (nnrss-request-article): Make a text/plain article if mml-to-mime
13013         failed.
13014         (nnrss-get-encoding): Return a compatible encoding according to
13015         nnrss-compatible-encoding-alist.
13016         (nnrss-find-el): Use consp instead of listp.
13017         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13018
13019 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13022         which Emacs 20 doesn't support.
13023         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13024
13025 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13028         silence the byte compiler inside the defun.
13029
13030         * gnus-demon.el (parse-time-string): Add autoload.
13031
13032         * gnus-delay.el (parse-time-string): Add autoload.
13033
13034         * gnus-art.el (parse-time-string): Add autoload.
13035
13036         * nnultimate.el (parse-time): Require for `parse-time-string'.
13037
13038 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13039
13040         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13041
13042         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13043
13044         * smime.el (smime-ldap-host-list): Add :version.
13045
13046 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13047
13048         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13049         pass it to `gnus-browse-read-group'.
13050         (gnus-browse-read-group): Add NUMBER argument and pass it to
13051         `gnus-group-read-ephemeral-group'.
13052
13053         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13054         argument and pass it to `gnus-group-read-group'.
13055
13056 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13057
13058         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13059         mm-xemacs-find-mime-charset-1 if we have the mule feature
13060         available at runtime.
13061
13062 2005-03-25  Werner Lemberg  <wl@gnu.org>
13063
13064         * nnmaildir.el: Replace `illegal' with `invalid'.
13065
13066 2005-03-23  Lute Kamstra  <lute@gnu.org>
13067
13068         * time-date.el: Add comment on time value formats.
13069         Don't require parse-time.
13070         (with-decoded-time-value): New macro.
13071         (encode-time-value): New function.
13072         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13073         (days-to-time): Return a valid time value when arg is huge.
13074         (time-since): Use time-subtract.
13075         (time-to-number-of-days): Use time-to-seconds.
13076
13077 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13078
13079         * gnus-start.el (gnus-display-time-event-handler):
13080         Check display-time-timer at runtime rather than only at load time
13081         in case display-time-mode is turned off in the mean time.
13082
13083 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13086         used.
13087
13088         * nneething.el (nneething-map-file-directory): Derive from
13089         `gnus-directory'.
13090
13091         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13092         the To/Cc button.
13093
13094 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13095
13096         * nnmaildir.el (nnmaildir-request-accept-article):
13097         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13098
13099 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13100
13101         * gnus-async.el: Require timer-funcs at compile time when in
13102         XEmacs for `run-with-idle-timer'.
13103
13104 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13105
13106         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13107         autoloaded function.
13108
13109 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13110
13111         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13112
13113 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13114
13115         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13116
13117 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13118
13119         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13120         gnus-expert-user to default.
13121
13122 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13123
13124         * nnimap.el (nnimap-open-server): Ditto.
13125
13126         * imap.el (imap-authenticate): Fix typo.
13127
13128 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13129
13130         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13131         buffer (since IMAP server might return FETCH response out of
13132         order, and the nntp buffer must be sorted).
13133
13134 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13135
13136         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13137         comparison on string.
13138
13139         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13140         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13141         (gnus-agent-summary-fetch-series): Modified to protect against
13142         gnus-agent-summary-fetch-group clearing processable flags.
13143         (gnus-agent-synchronize-group-flags): Update live group buffer as
13144         synchronization may occur due to the user toggle the plugged
13145         status.
13146         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13147         successfully downloaded.
13148         (gnus-agent-expire-group-1): Avoid using markers when the overview
13149         is in ascending order; greatly improves performance.
13150         (gnus-agent-regenerate-group): Use
13151         gnus-agent-synchronize-group-flags to reset read status in both
13152         gnus and server.
13153         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13154
13155 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * message.el: Don't autoload former message-utils variables.
13158         (message-strip-subject-trailing-was): Change doc string.
13159
13160         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13161         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13162         (nnweb-google-search): Add "hl=en" here.
13163         (nnweb-google-parse-1, nnweb-google-create-mapping):
13164         Don't hardcode URL.
13165
13166 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * message.el (message-get-reply-headers, message-followup):
13169         Mention related variables `message-use-followup-to' and
13170         `message-use-mail-followup-to', in the information buffer.
13171
13172         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13173         of broken groups(-beta).google.com.
13174
13175 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13176
13177         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13178         parameter to invoked gnus-request-move-article; remove the
13179         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13180         all at once instead of once per article.
13181         (gnus-summary-remove-process-mark): Accept a list of articles as
13182         well as a single article for processing.
13183
13184         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13185         parameter.
13186
13187         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13188
13189         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13190
13191         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13192         parameter.
13193
13194         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13195         parameter.
13196
13197         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13198         parameter and remove the gnus-sum-hint-move-is-internal variable.
13199
13200         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13201         parameter.
13202
13203         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13204         parameter.
13205
13206         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13207         parameter.
13208
13209         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13210
13211         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13212         parameter.
13213
13214         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13215         parameter.
13216
13217 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13218
13219         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13220         a more conservative way.
13221
13222 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13223
13224         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13225         buffer, so it moves the window's cursor.
13226
13227 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13228
13229         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13230         `mm-dissect-multipart' and receive the from field as an (optional)
13231         argument from `mm-dissect-multipart'.
13232         (mm-dissect-multipart): Receive the from field as an argument and
13233         pass it on when we call `mm-dissect-buffer' on MIME parts.
13234         Fixes verification/decryption of signed/encrypted MIME parts.
13235
13236 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13237
13238         * gnus-sum.el (gnus-summary-move-article): Set
13239         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13240         whatever it calls (right now, only nnimap-request-move article
13241         respects it).
13242
13243         * nnimap.el (nnimap-request-move-article): When
13244         gnus-sum-hint-move-is-internal is set, don't do the extra
13245         nnimap-request-article.
13246
13247 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13250
13251         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13252         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13253
13254         * gnus-sum.el (gnus-summary-caesar-message):
13255         Apply `gnus-treat-article' after rotation.
13256
13257         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13258         doc string.
13259
13260 2005-02-22  Simon Josefsson  <jas@extundo.com>
13261
13262         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13263         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13264         <arne@arnested.dk>.
13265         (encrypt): Add password-cache and password-cache-expiry as group
13266         members.
13267
13268 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13269
13270         * smime.el (smime-ldap-host-list): Doc fix.
13271         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13272         cache) password.
13273         (smime-sign-region): Use it.
13274         (smime-decrypt-region): Use it.
13275         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13276         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13277         fails.
13278         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13279         certificate from DER to PEM format rather than calling openssl.
13280
13281         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13282
13283         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13284         for signing/encryption.
13285
13286         * mml.el (mml-parse-1): Use them.
13287
13288 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13289
13290         * nnrss.el (nnrss-verbose): Removed.
13291         (nnrss-request-group): Use `nnheader-message' instead.
13292
13293 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13294
13295         * nnrss.el (nnrss-verbose): New variable.
13296         (nnrss-request-group): Make it say nnrss is requesting a group.
13297
13298 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13299
13300         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13301         Handle news URL with given port correctly.
13302
13303 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13306         containing special characters.
13307
13308         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13309
13310         * mml.el (mime-to-mml): Ditto.
13311
13312         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13313         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13314         (rfc2047-decode-region): Quote decoded words containing special
13315         characters when rfc2047-quote-decoded-words-containing-tspecials
13316         is non-nil.
13317
13318 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13319
13320         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13321
13322         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13323
13324 2005-02-15  Simon Josefsson  <jas@extundo.com>
13325
13326         * nnimap.el (nnimap-debug): Doc fix.
13327
13328         * imap.el (imap-debug): Doc fix.
13329
13330 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13333
13334 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13335
13336         * gnus.el (spam-contents): Improve docs for spam-contents
13337         parameter in its variable incarnation.
13338
13339 2005-02-14  Simon Josefsson  <jas@extundo.com>
13340
13341         * smime-ldap.el: Use require instead of load-library for ldap.
13342         (smime-ldap-search): Indent.
13343         (smime-ldap-search-internal): Shorten line.
13344
13345         * smime.el (smime-cert-by-dns): Add doc-string.
13346         (smime-cert-by-ldap-1): Indent.
13347
13348         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13349         mml-smime-get-dns-ldap.
13350         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13351
13352 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13353
13354         * smime.el: Require smime-ldap.
13355         (smime-ldap-host-list): New variable.
13356         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13357
13358         * mml-smime.el (mml-smime-encrypt-query): New function.
13359         (mml-smime-encrypt-query): Use it.
13360
13361         * smime-ldap.el: New file.
13362
13363 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13366
13367 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13370         argument in doc string.  Make query for type more clear.
13371
13372 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13373
13374         * gnus.el (gnus-group-startup-message): Search for gnus images in
13375         etc/images/gnus.
13376         * mm-util.el (mm-image-load-path): Likewise.
13377         * smiley.el (smiley-data-directory): Search for smilies in
13378         etc/images/smilies.
13379
13380 2005-02-09  Kim F. Storm  <storm@cua.dk>
13381
13382         Change Emacs release version from 21.4 to 22.1 throughout.
13383         Change Emacs development version from 21.3.50 to 22.0.50.
13384
13385 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13388
13389         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13390         non-Mule XEmacs as well.
13391         (mm-decompress-buffer): Signal an error intentionally if it does
13392         not decompress compressed data because auto-compression-mode is
13393         disabled.
13394
13395 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13396
13397         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13398         an ID in the registry even if it has no groups.
13399
13400 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13403         merge it into mm-decompress-buffer.
13404         (gnus-mime-copy-part): Use the MIME part charset, the value which
13405         a user specified or gnus-newsgroup-charset for decoding, like
13406         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13407         save-buffer what was used.  Suggested by Kevin Ryde
13408         <user42@zip.com.au>.
13409         (gnus-mime-inline-part): Allow the name parameter as well as the
13410         filename parameter; force decompressing of compressed data; always
13411         display contents being not decoded as unibyte.
13412
13413         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13414         as well as the filename parameter.
13415
13416         * mm-util.el (mm-decompress-buffer): Merge
13417         gnus-mime-jka-compr-maybe-uncompress.
13418         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13419         of compressed data.
13420
13421 2005-02-08  Simon Josefsson  <jas@extundo.com>
13422
13423         * imap.el (imap-log): Doc fix.
13424
13425 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13428         the coding cookies; decompress compressed parts.
13429
13430         * mml.el (mml-generate-mime-1): Add the charset parameter according
13431         to the value which a user specified manually or the coding cookie.
13432
13433         * mm-util.el (mm-string-to-multibyte): New function.
13434         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13435         (mm-coding-system-to-mime-charset): New function.
13436         (mm-decompress-buffer): New function.
13437         (mm-find-buffer-file-coding-system): New function.
13438
13439         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13440         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13441         parts.
13442
13443 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13444
13445         * mm-view.el (mm-display-inline-fontify): Decode a part according
13446         to the charset parameter.
13447
13448 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13451         prefix arg is neither nil nor a number, as info specifies.
13452
13453 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13456         timestamps.
13457
13458 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13459
13460         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13461         groups error checking and notify user.
13462
13463 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13464
13465         * message.el (message-send-mail-function): Check existence of
13466         sendmail-program first before using default value
13467         `message-send-mail-with-sendmail'.  Otherwise use more generic
13468         `smtpmail-send-it'.
13469
13470 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * nntp.el (nntp-request-update-info): Always return nil.
13473
13474 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13475
13476         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13477
13478 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13479
13480         * message.el (message-beginning-of-line): Change the behavior when
13481         invoked between BOL and : so that it first moves backward.
13482
13483 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13486         article buffer when editing of the article is discarded.
13487         (gnus-article-prepare): Revert.
13488
13489 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-art.el (gnus-article-prepare):
13492         Remove message-strip-forbidden-properties from the local hook.
13493
13494 2005-01-27  Simon Josefsson  <jas@extundo.com>
13495
13496         * password.el (password-cache-add): Only start one timer per key.
13497         Reported by Derek Atkins <warlord@MIT.EDU>.
13498
13499 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13500
13501         * run-at-time.el: Removed.  It is no longer needed as
13502         timer-funcs.el in the xemacs-base package has a working version of
13503         `run-at-time'.
13504
13505         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13506
13507         * password.el: Require timer-funcs instead of run-at-time in
13508         XEmacs.
13509         Remove `password-run-at-time' macro.
13510         (password-cache-add): Use `run-at-time' instead of
13511         `password-run-at-time'.
13512
13513         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13514         Remove `nnheader-cancel-function-timers' alias,
13515         `cancel-function-timers' exists in XEmacs in timer-funcs.
13516
13517         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13518         for `run-with-idle-timer'.
13519
13520         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13521         for `run-at-time'.
13522
13523         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13524         for `with-timeout'.
13525
13526         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13527         the same as for XEmacs 21.4.
13528         No need to ignore `run-with-idle-timer', this function exists in
13529         XEmacs now in timer-funcs.el in the xemacs-base package.
13530         (dgnushack-compile): No need to delete
13531         run-at-time.el from the list of files to compile because it
13532         doesn't exist anymore.
13533
13534 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13537         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13538
13539 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13540
13541         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13542         sensitively.
13543
13544 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13545
13546         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13547
13548 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13551         which will be inserted according to the multibyteness of a buffer
13552         rather than the type of contents.  Suggested by ARISAWA Akihiro
13553         <ari@mbf.ocn.ne.jp>.
13554
13555         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13556         of string which old xml.el may return rather than a string.
13557
13558 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13561
13562 2005-01-16  Simon Josefsson  <jas@extundo.com>
13563
13564         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13565         idn/idna.el isn't available.
13566         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13567         <michael@waxrat.com>.
13568
13569         * hashcash.el: Remove non-FSF copyright header.
13570
13571         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13572         (hashcash-generate-payment): Use it.
13573         (hashcash-generate-payment-async): Use it.
13574
13575 2005-01-15  Simon Josefsson  <jas@extundo.com>
13576
13577         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13578         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13579
13580         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13581         gnus-summary-idna-message.
13582         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13583         (gnus-summary-idna-message): New function.
13584
13585 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13588         gnus-novice-user.
13589
13590 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * nnrss.el (nnrss-request-delete-group): Delete entries in
13593         nnrss-group-alist as well.
13594         (nnrss-save-server-data): Insert newline.
13595
13596 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13597
13598         * gnus.el (gnus-user-agent): Use list of symbols instead of
13599         symbols.  Display full version number for (S)XEmacs.  Optionally
13600         display (S)XEmacs codename.
13601
13602         * gnus-util.el (gnus-emacs-version): Update for new
13603         `gnus-user-agent'.
13604
13605         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13606         Gnus version.
13607
13608 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13611         which is unreadable in some setups.
13612
13613 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-spec.el (gnus-update-format-specifications): Flush the
13616         group format spec cache if it doesn't support decoded group names.
13617
13618 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13621         Allow to apply decay on score files matching a regexp.
13622
13623 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13626         compatibility in %g and %c.
13627
13628 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13631         name for only %g and %c.
13632         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13633         of gnus-tmp-group to decoded group name.
13634         (gnus-group-make-rss-group): Exclude `/'s from group names.
13635
13636 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * nnrss.el (nnrss-get-encoding): Fix regexp.
13639
13640 2004-12-27  Simon Josefsson  <jas@extundo.com>
13641
13642         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13643         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13644         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13645
13646 2004-12-17  Kim F. Storm  <storm@cua.dk>
13647
13648         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13649
13650         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13651
13652 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13653
13654         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13655
13656 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * nnrss.el: Require rfc2047 and mml.
13659         (nnrss-file-coding-system): New variable.
13660         (nnrss-format-string): Redefine it as an inline function.
13661         (nnrss-decode-group-name): New function.
13662         (nnrss-string-as-multibyte): Remove.
13663         (nnrss-retrieve-headers): Decode group name; don't use
13664         nnrss-format-string.
13665         (nnrss-request-group): Decode group name.
13666         (nnrss-request-article): Decode group name; allow a Message-ID as
13667         well as an article number; don't use nnrss-format-string; encode a
13668         Message-ID string which may contain non-ASCII characters; use
13669         mml-to-mime to compose a MIME article.
13670         (nnrss-request-expire-articles): Decode group name.
13671         (nnrss-request-delete-group): Decode group name.
13672         (nnrss-fetch): Clarify error message.
13673         (nnrss-read-server-data): Use insert-file-contents instead of load;
13674         bind file-name-coding-system; use multibyte buffer.
13675         (nnrss-save-server-data): Bind coding-system-for-write to the
13676         value of nnrss-file-coding-system; bind file-name-coding-system;
13677         add coding cookie.
13678         (nnrss-read-group-data): Use insert-file-contents instead of load;
13679         bind file-name-coding-system; use multibyte buffer.
13680         (nnrss-save-group-data): Bind coding-system-for-write to the
13681         value of nnrss-file-coding-system; bind file-name-coding-system.
13682         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13683         make it work with non-ASCII text.
13684         (nnrss-find-el): Make it work with old xml.el as well.
13685
13686 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13687
13688         * nnrss.el (nnrss-get-encoding): New function.
13689         (nnrss-fetch): Use unibyte buffer initially; bind
13690         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13691         decode contents according to the encoding attribute.
13692         (nnrss-save-group-data): Add coding cookie.
13693         (nnrss-mime-encode-string): New function.
13694         (nnrss-check-group): Use it to encode subject and author.
13695
13696 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13697
13698         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13699         imaginary variable.
13700
13701 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13704         correctly even if there are wide characters.
13705
13706 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13707
13708         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13709         downcased symbol names; make a new cache instead of reusing
13710         bbdb-hashtable.
13711
13712 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13715         concatenating segments rather than before concatenating them.
13716         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13717
13718         * message.el (message-get-reply-headers): Bind `extra'.
13719
13720 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13721
13722         * message.el (message-extra-wide-headers): New variable.
13723         (message-get-reply-headers): Use it.
13724
13725 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13728         (gnus-agent-group-pathname): Ditto.
13729
13730         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13731
13732         * gnus-group.el (gnus-group-make-group): Decode group name.
13733         (gnus-group-make-rss-group): Register the group data after opening
13734         the nnrss group.
13735
13736 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13737
13738         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13739         by expiry now get marked as read.
13740
13741 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13744
13745 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13746
13747         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13748         unify Latin characters in XEmacs.
13749         (mm-find-mime-charset-region): Use it.
13750
13751 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * gnus-util.el (gnus-delete-directory): New function.
13754
13755         * gnus-agent.el (gnus-agent-delete-group): Use it.
13756
13757         * gnus-cache.el (gnus-cache-delete-group): Use it.
13758
13759 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13762         names.
13763
13764 2004-12-16  Simon Josefsson  <jas@extundo.com>
13765
13766         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13767
13768 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13771
13772         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13773         (gnus-group-set-current-level): Decode group name.
13774
13775 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13776
13777         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13778         failed.
13779
13780 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * gnus-group.el (gnus-group-delete-group): Decode group name.
13783         (gnus-group-make-rss-group): Encode group name.
13784         (gnus-group-catchup-current): Decode group name.
13785         (gnus-group-kill-group): Decode group name.
13786
13787 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13788
13789         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13790
13791 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-group.el (gnus-group-make-rss-group):
13794         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13795
13796         * gnus-start.el (gnus-setup-news): Honor user's setting to
13797         gnus-message-archive-method.  Suggested by Lute Kamstra
13798         <lute@gnu.org>.
13799
13800 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13801
13802         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13803         global counterparts of the buffer-local variables.
13804
13805 2004-11-16  Romain Francoise  <romain@orebokech.com>
13806
13807         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13808         counterparts of the buffer-local variables.
13809
13810 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * message.el (message-forbidden-properties): Fixed typo in doc
13813         string.
13814
13815 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13816
13817         * gnus-util.el (gnus-replace-in-string): Added doc string.
13818
13819         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13820         to avoid problems when splitting mails with many recipients.
13821
13822 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13823
13824         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13825         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13826
13827 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13828
13829         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13830         if there is no hashtable in memory or file modification time is
13831         newer than cached timestamp.
13832
13833 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13836         not-matching option.
13837
13838 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13839
13840         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13841         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13842         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13843         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13844         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13845         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13846
13847 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * message.el (message-forward-make-body-mml): Remove headers
13850         according to message-forward-ignored-headers if a message is decoded.
13851
13852 2004-12-02  Romain Francoise  <romain@orebokech.com>
13853
13854         * message.el (message-forward-make-body-plain): Always remove
13855         headers according to message-forward-ignored-headers.
13856
13857 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13858
13859         * spam.el (spam-summary-prepare-exit): Remove the
13860         gnus-summary-limit pop for now, it has problems with ham marks for
13861         me.
13862
13863 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13864
13865         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13866         correctly.
13867
13868 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13869
13870         * format-spec.el (format-spec): Message the char.
13871
13872 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13873
13874         * gnus-art.el (gnus-split-methods): Reformat comments.
13875
13876         * spam.el (spam-summary-prepare-exit): Remove article limits
13877         before exiting the summary buffer.
13878
13879 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13882         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13883
13884         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13885         order to silence the byte compiler.
13886
13887         * spam.el: Fix the way to silence the byte compiler, which
13888         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13889         bbdb-search-simple, spam-BBDB-register-routine,
13890         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13891         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13892         spam-stat-buffer-is-spam, spam-stat-load,
13893         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13894         spam-stat-save and spam-stat-split-fancy.
13895
13896 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13899         which may confuse users.
13900         (canlock-password-for-verify): Ditto.
13901
13902         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13903
13904         * gnus-art.el (gnus-emphasis-alist): Ditto.
13905
13906         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13907
13908         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13909
13910         * gnus-start.el (gnus-save-killed-list): Ditto.
13911
13912         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13913         (gnus-sum-thread-tree-root): Ditto.
13914         (gnus-sum-thread-tree-false-root): Ditto.
13915         (gnus-sum-thread-tree-single-indent): Ditto.
13916
13917         * message.el (message-courtesy-message): Ditto.
13918         (message-archive-note): Ditto.
13919         (message-subscribed-address-file): Ditto.
13920         (message-user-fqdn): Ditto.
13921
13922         * spam-report.el (spam-report-gmane-regex): Ditto.
13923
13924         * spam.el (spam-blackhole-good-server-regex): Ditto.
13925
13926 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * mml.el (mml-preview): Widen the message buffer before copying
13929         the contents to the preview buffer; sort headers before previewing.
13930
13931         * message.el (message-hidden-headers): Fix the way to avoid a bug
13932         in the `repeat' widget in Emacs 21.3 or earlier.
13933
13934 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * message.el (message-hidden-headers): Default to "^References:".
13937         Improve customization type.  Suggested by Reiner Steib
13938         <Reiner.Steib@gmx.de>.
13939
13940 2004-11-25  Romain Francoise  <romain@orebokech.com>
13941
13942         * message.el (message-strip-forbidden-properties): Remove check for
13943         obsolete `message-hidden' text property, hidden headers are not
13944         accessible in the buffer anymore.
13945
13946 2004-11-22  Romain Francoise  <romain@orebokech.com>
13947
13948         * message.el (message-header-format-alist): Add `From' in list
13949         so that it can be sorted.
13950         (message-fix-before-sending): Widen and sort headers before
13951         sending.
13952         (message-hide-headers): Use narrowing to hide headers by moving
13953         them to the top of the buffer and narrowing to the region
13954         underneath.
13955
13956 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13957
13958         * message.el (message-strip-forbidden-properties): Bind
13959         buffer-read-only (etc) to nil.
13960
13961 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13964         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13965
13966 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13967
13968         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13969
13970 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13971
13972         * dns.el (query-dns): Use sit-for to time instead of
13973         accept-process-output, since that doesn't seem to work on udp
13974         sockets.
13975
13976 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13979
13980 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13981
13982         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13983         doc string.  Improve doc string.
13984
13985 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * nntp.el (nntp-request-update-info): Return nil if
13988         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13989         may not call gnus-activate-group which uselessly issues the GROUP
13990         commands for all nntp groups and wastes time.  Reported by Romain
13991         Francoise <romain@orebokech.com>.
13992
13993         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13994
13995 2004-11-15  Simon Josefsson  <jas@extundo.com>
13996
13997         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13998         headers separately.
13999         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14000         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14001
14002 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14003
14004         * gnus-start.el (gnus-convert-old-newsrc):
14005         Assign legacy-gnus-agent to 5.10.7.
14006
14007 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14008
14009         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14010         start of the lines.
14011
14012 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14013
14014         * hashcash.el (hashcash-default-payment): Change default to 20.
14015         (hashcash-default-accept-payment): Change default to 20.
14016         (hashcash-process-alist): New variable.
14017         (hashcash-generate-payment-async): Add.
14018         (hashcash-already-paid-p): Add.
14019         (hashcash-insert-payment): Don't generate payments twice.
14020         (hashcash-insert-payment-async): Add.
14021         (hashcash-insert-payment-async-2): Add.
14022         (hashcash-cancel-async): Add.
14023         (hashcash-wait-async): Add.
14024         (hashcash-processes-running-p): Add.
14025         (hashcash-wait-or-cancel): Add.
14026         (mail-add-payment): New optional argument.  Conditionally start
14027         asynchronous calculation.
14028         (mail-add-payment-async): Add.
14029
14030         * message.el (message-send-mail): Wait for asynchronous hashcash
14031         results.  Don't clobber existing X-Hashcash headers.
14032         (message-setup-1): Call mail-add-payment-async when
14033         message-generate-hashcash is non-nil.
14034
14035 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14036
14037         * message.el (message-use-alternative-email-as-from): Examine the
14038         From header as well; use message-make-from in order to include a
14039         user's full name.
14040
14041 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14044         default; improve customization type.
14045         (gnus-emphasis-custom-with-format): New macro.
14046         (gnus-emphasis-custom-value-to-external): New function.
14047         (gnus-emphasis-custom-value-to-internal): New function.
14048
14049 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14050
14051         * dns.el (query-dns): Resolve reverse addresses.
14052
14053 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14054
14055         * gnus-group.el (gnus-group-get-new-news): Use it.
14056
14057         * gnus-start.el (gnus-check-reasonable-setup): New function.
14058
14059 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14062         "Args out of range" error.  Reported by Arnaud Giersch
14063         <arnaud.giersch@free.fr>.
14064
14065 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14066
14067         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14068
14069 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14070
14071         * spam.el (spam group): Add :version.
14072
14073         * pgg-def.el (pgg group): Add :version.
14074
14075 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * gnus-art.el (gnus-article-edit-article): Don't associate the
14078         article buffer with a draft file.  This is a temporary measure
14079         against the 2004-08-22 change to gnus-article-edit-mode.
14080
14081 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14084         (html2text-format-tags): Remove unused variable `attr'.
14085
14086 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14089
14090         * tls.el (tls-process-connection-type, tls-success)
14091         (tls-certtool-program): Add :version.
14092
14093         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14094         (starttls-extra-arguments, starttls-process-connection-type)
14095         (starttls-connect, starttls-failure, starttls-success): Add :version.
14096
14097         * spam-stat.el (spam-stat): Add :version.
14098
14099         * sieve.el (sieve): Add :version.
14100
14101         * sha1.el (sha1): Add :version.
14102         (sha1-use-external): Remove redundant version.
14103
14104         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14105         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14106         (nnmail-split-fancy-match-partial-words)
14107         (nnmail-split-lowercase-expanded): Add :version.
14108
14109         * nndiary.el (nndiary): Add :version.
14110
14111         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14112
14113         * mml-sec.el (mml-default-sign-method)
14114         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14115         Add :version.
14116
14117         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14118
14119         * mm-url.el (mm-url-use-external, mm-url-program)
14120         (mm-url-arguments): Add :version.
14121
14122         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14123         (mm-attachment-file-modes, mm-decrypt-option)
14124         (mm-w3m-safe-url-regexp): Add :version.
14125
14126         * message.el (message-cite-prefix-regexp)
14127         (message-sendmail-envelope-from, message-minibuffer-local-map)
14128         (message-user-fqdn, message-completion-alist): Add :version.
14129
14130         * gnus-win.el (gnus-configure-windows-hook)
14131         (gnus-use-frames-on-any-display): Add :version.
14132
14133         * gnus-art.el (gnus-article-address-banner-alist)
14134         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14135         (gnus-treat-from-picon, gnus-treat-mail-picon)
14136         (gnus-treat-x-pgp-sig): Add :version.
14137
14138         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14139         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14140         (gnus-summary-article-delete-hook)
14141         (gnus-summary-display-while-building): Add :version.
14142
14143         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14144         (gnus-get-top-new-news-hook): Add :version.
14145
14146         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14147         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14148
14149         * gnus-registry.el (gnus-registry): Add :version.
14150
14151         * gnus-spec.el (gnus-use-correct-string-widths)
14152         (gnus-make-format-preserve-properties): Add :version.
14153
14154         * gnus.el (gnus-group-charter-alist)
14155         (gnus-group-fetch-control-use-browse-url)
14156         (gnus-install-group-spam-parameters): Add :version.
14157
14158         * gnus-diary.el (gnus-diary): Add :version.
14159
14160         * gnus-delay.el (gnus-delay): Add :version.
14161
14162         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14163         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14164         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14165         Add :version.
14166
14167         * gnus-agent.el (gnus-agent-max-fetch-size)
14168         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14169         (gnus-agent-prompt-send-queue): Add :version.
14170
14171         * deuglify.el (gnus-outlook-deuglify): Add :version.
14172
14173         * html2text.el: Beautify code.  Improve doc strings.  Some
14174         checkdoc cleanup.
14175         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14176
14177 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14178
14179         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14180
14181 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14182
14183         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14184         when package is loaded.
14185
14186         * spam.el (spam-summary-score-preferred-header): Add global preference
14187         for people who want to override the default SpamAssassin over
14188         Bogofilter preference (when both are set).
14189         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14190         (spam-user-format-function-S): Check
14191         spam-summary-score-preferred-header.
14192         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14193         (spam-user-format-function-S): Format the score correctly.
14194
14195 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14198         signature file.  Suggested by Manoj Srivastava
14199         <srivasta@golden-gryphon.com>.
14200
14201         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14202         iso-2022-jp even in the Japanese language environment.
14203         Suggested by Jason Rumney <jasonr@gnu.org>.
14204
14205 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14208         use the same characters as the dummy marks; make it free from
14209         getting affected by the language environment.
14210         (gnus-summary-read-group-1): Update mark positions only when the
14211         format spec is updated.
14212
14213         * gnus-spec.el (gnus-update-format-specifications): Return a list
14214         of updated types.
14215
14216 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14219         of boundp to check if display-warning is available.
14220
14221 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14222
14223         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14224
14225 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * nnspool.el (nnspool-spool-directory): Use news-path if the
14228         news-directory variable is not bound.
14229
14230         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14231         function instead of display-warning if it is not available.
14232
14233 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14236         v5-10: Use `point-at-bol'.
14237
14238 2004-10-26  Simon Josefsson  <jas@extundo.com>
14239
14240         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14241         <chenggao@gmail.com>.
14242
14243 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14246         instead.
14247
14248 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14249
14250         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14251         to remove a server from the nnimap-server-buffer-alist.
14252         (nnimap-open-connection, nnimap-close-server): Use it.
14253
14254         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14255
14256 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14259         running the major-mode function.
14260
14261 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14264         dummy marks in the right way.
14265
14266 2004-10-18  David Edmondson  <dme@dme.org>
14267
14268         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14269         excessively.
14270
14271 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14272
14273         * gnus-util.el (gnus-split-references): Accept a nil references
14274         string and go on blissfully.
14275
14276         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14277         cases where the references string is non-nil but has no references.
14278
14279         * encrypt.el: Add autoload tags.
14280
14281         * spam.el (spam-resolve-registrations-routine): Remove article
14282         from unregistration list too.  Reported by David Hanak
14283         <dhanak@isis.vanderbilt.edu>
14284
14285 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14286
14287         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14288         nil.  Changed custom type.
14289
14290 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14291
14292         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14293
14294         * gnus-sum.el (gnus-summary-move-article): Use it.
14295
14296 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14297
14298         * encrypt.el: Add autoload cookies.
14299
14300         * spam.el (spam-backend-article-list-property)
14301         (spam-backend-get-article-todo-list)
14302         (spam-backend-put-article-todo-list)
14303         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14304         Resolve registrations separately.
14305         (spam-register-routine): Format comments.
14306         (spam-unregister-routine, spam-register-routine): Always call with
14307         specific-articles, no default list.
14308         (spam-summary-prepare-exit): Use the spam-classifications function.
14309
14310         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14311         gnus-encrypt.el.
14312
14313         * encrypt.el: Copied from gnus-encrypt.el.
14314
14315         * gnus-encrypt.el: Commented that it's obsolete.
14316
14317 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14320         (gnus-score-save): Use it.
14321
14322         * message.el (message-bury): Use `window-dedicated-p'.
14323
14324 2004-10-15  Simon Josefsson  <jas@extundo.com>
14325
14326         * pop3.el (top-level): Don't require nnheader.
14327         (pop3-read-timeout): Add.
14328         (pop3-accept-process-output): Add.
14329         (pop3-read-response, pop3-retr): Use it.
14330
14331 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14332
14333         * spam.el (spam-register-routine): Move comment.
14334         (spam-verify-bogofilter): Use 'unknown for the initial
14335         spam-bogofilter-valid state, not 'never.
14336
14337         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14338         for netrc-machine.
14339
14340         * nnimap.el (nnimap-open-connection): Use
14341         netrc-machine-user-or-password.
14342
14343 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14344
14345         * gnus-registry.el (gnus-registry-unload-hook):
14346         Set as a variable with add-hook.
14347
14348         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14349         of news-path.
14350
14351         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14352
14353         * spam.el: Delete duplicate `provide'.
14354         (spam-unload-hook): Set as a variable with add-hook.
14355
14356 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14359         in the doc string.
14360
14361         * message.el (message-ignored-news-headers)
14362         (message-ignored-supersedes-headers)
14363         (message-ignored-resent-headers)
14364         (message-forward-ignored-headers): Improve custom type.
14365
14366 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * message.el (message-tokenize-header): Fix 2004-09-06 change
14369         which used point-min in the wrong place.
14370
14371 2004-10-12  Simon Josefsson  <jas@extundo.com>
14372
14373         * tls.el (tls-certtool-program): New variable.
14374         (tls-certificate-information): New function, based on
14375         ssl-certificate-information.
14376
14377 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * compface.el: Move the version of ELisp-based uncompface program
14380         to the contrib directory because of the copyright problem.
14381
14382 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * message.el (message-kill-buffer): Raise the current frame.
14385
14386 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14389
14390         * gnus.el (message-y-or-n-p): Autoload.
14391
14392         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14393         (pop3-password-required, pop3-authentication-scheme)
14394         (pop3-leave-mail-on-server): Made customizable.
14395         (pop3): New custom group.
14396         (pop3-retr): Remove `sleep-for' statements.
14397         Suggested by Dave Love <fx@gnu.org>.
14398
14399         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14400         Windows/DOS.
14401
14402         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14403         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14404         Dave Love <fx@gnu.org>.
14405
14406         * mml.el (mml-minibuffer-read-disposition): Require match.
14407         Suggested by Dave Love <fx@gnu.org>.
14408
14409 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14412         doc string.
14413
14414 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14417
14418 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14419
14420         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14421         instead of calling `mm-insert-inline', to decode text/* parts
14422         before displaying them.
14423
14424 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * mm-uu.el (mm-uu-text-plain-type): New variable.
14427         (mm-uu-pgp-signed-extract-1): Use it.
14428         (mm-uu-pgp-encrypted-extract-1): Use it.
14429         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14430         bind mm-uu-text-plain-type with that value.
14431         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14432         mm-uu-dissect.
14433
14434 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-group.el (gnus-update-group-mark-positions):
14437         * gnus-sum.el (gnus-update-summary-mark-positions):
14438         * message.el (message-check-news-body-syntax):
14439         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14440         of string-as-multibyte.
14441
14442 2004-10-05  Juri Linkov  <juri@jurta.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 `string-as-multibyte' to convert
14448         8-bit unibyte values to a multibyte string for search functions.
14449
14450 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14453         (mm-uu-dissect-text-parts): New function.
14454
14455         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14456         dissect text parts.
14457
14458         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14459         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14460
14461         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14462
14463         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14464         gnus-current-topics instead of gnus-current-topic.
14465
14466 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14467
14468         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14469
14470 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14471
14472         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14473         where approriate.
14474
14475         * nnml.el (nnml-generate-active-info): do.
14476
14477         * nndiary.el (nndiary-generate-active-info): do.
14478
14479         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14480         (gnus-topic-move): do.
14481
14482         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14483         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14484
14485         * gnus-srvr.el (gnus-server-prepare)
14486         (gnus-server-open-all-servers): do.
14487
14488         * gnus-msg.el (gnus-summary-cancel-article)
14489         (gnus-summary-resend-message)
14490         (gnus-summary-mail-crosspost-complaint): do.
14491
14492         * gnus-move.el (gnus-change-server): do.
14493
14494         * gnus-group.el (gnus-group-unmark-all-groups)
14495         (gnus-group-set-current-level): do.
14496
14497 2004-10-04  Simon Josefsson  <jas@extundo.com>
14498
14499         * message.el (message-generate-hashcash): Doc fix.
14500
14501 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14502
14503         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14504         avoid infinite recursion via gnus-get-function.
14505
14506 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14507
14508         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14509
14510         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14511
14512         * nnmail.el (nnmail-split-history): do.
14513
14514         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14515         (nnml-request-delete-group): do.
14516
14517         * nnslashdot.el (nnslashdot-read-groups): do.
14518
14519         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14520         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14521
14522         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14523         (nnspool-sift-nov-with-sed): Use last.
14524         (nnspool-retrieve-headers-with-nov): Use mapc.
14525         (nnspool-request-newgroups): Use dolist.
14526         (nnspool-request-group): Use last.
14527
14528         * nntp.el (nntp-read-server-type): Use dolist.
14529
14530         * nnvirtual.el (nnvirtual-create-mapping)
14531         (nnvirtual-update-read-and-marked): Use dolist.
14532         (nnvirtual-convert-headers): Simplify.
14533
14534 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14535
14536         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14537         support for sync'ing tick marks.
14538
14539 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14542         there's no visible header.
14543
14544 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14545
14546         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14547         necessary, pass full group name to gnus-request-set-marks.
14548
14549 2004-10-01  Simon Josefsson  <jas@extundo.com>
14550
14551         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14552         acroread.
14553
14554 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14555
14556         * spam-report.el (spam-report-gmane): Fix interactive.
14557
14558         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14559
14560         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14561         when writing file.
14562         (gnus-agent-synchronize-flags): Don't default to being
14563         interactive.
14564
14565 2004-09-30  Simon Josefsson  <jas@extundo.com>
14566
14567         * message.el (message-generate-hashcash): Add.
14568         (message-send-mail): Use it, call mail-add-payment.
14569
14570 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14571
14572         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14573
14574 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14575
14576         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14577         gnus-requst-update-info with explicit code to sync the in-memory
14578         info read flags with the marks being sync'd to the backend.
14579
14580         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14581
14582 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14583
14584         * spam.el (spam-verify-bogofilter): Add new function.
14585         (spam-check-bogofilter)
14586         (spam-bogofilter-register-with-bogofilter): Use it.
14587         (spam-verify-bogofilter): Add small fixes.
14588
14589 2004-09-28  Simon Josefsson  <jas@extundo.com>
14590
14591         * hashcash.el (hashcash-generate-payment): Revert.
14592
14593 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14594
14595         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14596         gnus-extract-references instead of gnus-split-references.
14597
14598         * gnus-util.el (gnus-extract-references): Add new function, analogous
14599         to gnus-split-references but extracts only the message-ID without
14600         anything extra.
14601
14602         * hashcash.el (hashcash-generate-payment)
14603         (hashcash-check-payment): Do the right thing if hashcash-path is
14604         nil (because the hashcash program could not be found).
14605
14606         * spam.el (spam-use-hashcash): Remove comment.
14607
14608 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14609
14610         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14611         (gnus-cache-enter-article, gnus-cache-remove-article)
14612         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14613
14614         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14615
14616         * gnus-art.el (article-hide-boring-headers)
14617         (article-translate-strings, article-display-face)
14618         (gnus-article-mime-match-handle-first)
14619         (gnus-article-highlight-headers)
14620         (gnus-article-add-buttons-to-head): do.
14621
14622 2004-09-27  Simon Josefsson  <jas@extundo.com>
14623
14624         * hashcash.el: New version, from
14625         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14626         ../contrib/.
14627
14628 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14631
14632 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14633
14634         * gnus-dup.el (gnus-dup-open): Use mapc.
14635         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14636
14637         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14638         Reported by Stefan Wiens <s.wi@gmx.net>.
14639
14640         * gnus.el (gnus-shutdown): Use dolist.
14641
14642         * gnus-undo.el (gnus-undo): Use mapc.
14643
14644         * nnrss.el (nnrss-generate-active): do.
14645
14646         * message.el (message-cite-original-without-signature)
14647         (message-cite-original): Use mapc.
14648         (message-do-actions, message-make-forward-subject): Use dolist.
14649
14650 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14651
14652         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14653         deletion to remove entire duplicate line.  Fixes merged article
14654         number bug.
14655
14656 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14657
14658         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14659         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14660         first ask if you want to open a server and then, even when you
14661         responded with no, asking if you want to synchronize the server's
14662         flags.
14663         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14664         multi-line expressions.
14665         (gnus-agent-synchronize-group-flags): New internal function.
14666         Updates marks in memory (in the info structure) AND in the
14667         backend.
14668
14669         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14670
14671         * nnagent.el (nnagent-request-set-mark): Use
14672         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14673         method, to ensure that synchronization updates marks in the
14674         backend and in the info (in memory) structure.
14675
14676 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14679         convention fully; don't miss the root article of a thread; make
14680         the X-Draft-From header with correct article numbers.
14681
14682 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14683
14684         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14685         unless plugged.  Disable the agent so that an open failure causes
14686         an error.
14687
14688         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14689         Reverted 2004-09-21 change.  The backend must be opened while
14690         synchronizing flags even when the backend stores the flags
14691         locally.
14692
14693 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14696         in `header' match.  Reported by Svend Tollak Munkejord.
14697
14698         * message.el (message-cite-original): Fix use of
14699         `message-cite-articles-with-x-no-archive'.
14700
14701 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14704         (gnus-window-to-buffer): Ditto.
14705
14706         * mml.el (mml-preview-buffer): New variable.
14707         (mml-preview): Manage window layout with gnus-buffer-configuration.
14708
14709         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14710         X-Draft-From header even if those articles aren't quoted.
14711
14712 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14713
14714         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14715         (gnus-request-set-mark, gnus-request-update-mark): Use new
14716         g-s-t-u-l-m to decide to use backend even when unplugged.
14717
14718 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14721         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14722
14723 2004-09-20  Simon Josefsson  <jas@extundo.com>
14724
14725         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14726         "utf-16-le".
14727
14728 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14729
14730         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14731
14732 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * uudecode.el (uudecode-use-external): Add :version.
14735
14736         * smime.el (smime-CA-file, smime-encrypt-cipher)
14737         (smime-dns-server): Add :version.
14738
14739         * smiley.el (gnus-smiley-file-types): Add :version.
14740
14741         * sha1.el (sha1-use-external): Add :version.
14742
14743         * pgg-def.el (pgg-query-keyserver): Add :version.
14744
14745         * nnmail.el (nnmail-fancy-expiry-targets)
14746         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14747         Add :version.
14748
14749         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14750         (nnimap-retrieve-groups-asynchronous): Add :version.
14751         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14752
14753         * mml.el (mml-content-disposition-parameters)
14754         (mml-insert-mime-headers-always): Add :version.
14755
14756         * mm-util.el (mm-coding-system-priorities): Add :version.
14757
14758         * mm-decode.el (mm-inline-text-html-with-images)
14759         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14760         (mm-verify-option): Add :version.
14761         (mm-text-html-renderer): Change :version.
14762
14763         * message.el (message-fcc-externalize-attachments)
14764         (message-required-headers, message-draft-headers)
14765         (message-subject-trailing-was-query)
14766         (message-subject-trailing-was-ask-regexp)
14767         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14768         (message-mark-insert-end, message-archive-header)
14769         (message-archive-note, message-cross-post-default)
14770         (message-cross-post-note, message-followup-to-note)
14771         (message-cross-post-note-function, message-use-mail-followup-to)
14772         (message-subscribed-address-functions)
14773         (message-subscribed-address-file, message-subscribed-addresses)
14774         (message-subscribed-regexps, message-allow-no-recipients)
14775         (message-yank-cited-prefix, message-signature-insert-empty-line)
14776         (message-hidden-headers, message-hierarchical-addresses)
14777         (message-mail-user-agent, message-use-idna)
14778         (message-valid-fqdn-regexp)
14779         (message-strip-special-text-properties, message-header-synonyms)
14780         (message-beginning-of-line, message-tab-body-function): Add :version.
14781         (message-insert-canlock, message-wide-reply-confirm-recipients):
14782         Change :version.
14783
14784         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14785         and :version.
14786         (mail-source-delete-old-incoming-confirm)
14787         (mail-source-movemail-program): Add :version.
14788
14789         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14790         (gnus-agent-cache, gnus-agent): Change :version.
14791
14792         * gnus-util.el (gnus-use-byte-compile): Change :version.
14793
14794         * gnus-sum.el (gnus-summary-make-false-root-always)
14795         (gnus-summary-default-high-score)
14796         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14797         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14798         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14799         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14800         (gnus-sum-thread-tree-single-indent)
14801         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14802         (gnus-sum-thread-tree-leaf-with-other)
14803         (gnus-sum-thread-tree-single-leaf): Add :version.
14804         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14805         (gnus-article-loose-mime): Change :version.
14806
14807         * gnus-start.el (gnus-backup-startup-file)
14808         (gnus-save-startup-file-via-temp-buffer): Add :version.
14809
14810         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14811         (gnus-server-offline-face): Add :version.
14812
14813         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14814
14815         * gnus-msg.el (gnus-gcc-externalize-attachments)
14816         (gnus-debug-files, gnus-debug-exclude-variables)
14817         (gnus-discouraged-post-methods): Change :version.
14818         (gnus-confirm-mail-reply-to-news)
14819         (gnus-confirm-treat-mail-like-news): Add :version.
14820
14821         * gnus-int.el (gnus-server-unopen-status): Add :version.
14822
14823         * gnus-group.el (gnus-group-jump-to-group-prompt)
14824         (gnus-large-ephemeral-newsgroup)
14825         (gnus-fetch-old-ephemeral-headers): Add :version.
14826
14827         * gnus-fun.el (gnus-x-face-directory)
14828         (gnus-convert-pbm-to-x-face-command)
14829         (gnus-convert-image-to-x-face-command)
14830         (gnus-convert-image-to-face-command): Add :version.
14831
14832         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14833
14834         * gnus-cite.el (gnus-cite-blank-line-after-header)
14835         (gnus-article-boring-faces): Add :version.
14836
14837         * gnus-art.el (gnus-buttonized-mime-types)
14838         (gnus-inhibit-mime-unbuttonizing)
14839         (gnus-treat-display-face)
14840         (gnus-treat-body-boundary): Change :version.
14841         (gnus-body-boundary-delimiter, gnus-picon-databases)
14842         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14843         (gnus-treat-date-english, gnus-treat-fold-headers)
14844         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14845         (gnus-treat-mail-picon, gnus-treat-wash-html)
14846         (gnus-article-encrypt-protocol)
14847         (gnus-use-idna, gnus-article-over-scroll)
14848         (gnus-mime-display-multipart-alternative-as-mixed)
14849         (gnus-mime-display-multipart-related-as-mixed)
14850         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14851         (gnus-ctan-url, gnus-button-ctan-handler)
14852         (gnus-button-handle-ctan-bogus-regexp)
14853         (gnus-button-ctan-directory-regexp)
14854         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14855         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14856         (gnus-button-man-level, gnus-button-emacs-level)
14857         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14858
14859         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14860         (gnus-agent-go-online): Change :version.
14861         (gnus-agent-expire-unagentized-dirs)
14862         (gnus-agent-auto-agentize-methods): Add :version.
14863
14864         * flow-fill.el (fill-flowed-display-column)
14865         (fill-flowed-encode-column): Add :version.
14866
14867         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14868         (gnus-outlook-deuglify-unwrap-max)
14869         (gnus-outlook-deuglify-cite-marks)
14870         (gnus-outlook-deuglify-unwrap-stop-chars)
14871         (gnus-outlook-deuglify-no-wrap-chars)
14872         (gnus-outlook-deuglify-attrib-cut-regexp)
14873         (gnus-outlook-deuglify-attrib-verb-regexp)
14874         (gnus-outlook-deuglify-attrib-end-regexp)
14875         (gnus-outlook-display-hook): Add :version.
14876
14877         * binhex.el (binhex-use-external): Add :version.
14878
14879 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14880
14881         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14882         and `invisible'.
14883
14884 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14885
14886         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14887         in gnus-registry-trim.
14888
14889 2004-09-13  Simon Josefsson  <jas@extundo.com>
14890
14891         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14892
14893         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14894
14895         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14896         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14897         <yamaoka@jpl.org>.
14898         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14899         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14900         <yamaoka@jpl.org>.
14901
14902         * sieve.el (sieve-manage-mode): Ditto.
14903
14904 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14905
14906         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14907
14908 2004-09-11  Simon Josefsson  <jas@extundo.com>
14909
14910         * dns-mode.el: Add.
14911
14912         * mm-view.el (mm-display-dns-inline): Add.
14913
14914         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14915         (mm-automatic-display): Ditto.
14916
14917         * mailcap.el (mailcap-mime-data): Add text/dns.
14918         (mailcap-mime-extensions): Map .soa to text/dns.
14919
14920 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14921
14922         * gnus-art.el (article-decode-mime-words, article-babel)
14923         (gnus-article-highlight-signature, gnus-article-add-buttons)
14924         (gnus-signature-toggle): Remove unnecessary bindings of
14925         `inhibit-read-only' inherited from v5.10 merge.
14926
14927 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * nntp.el (nntp): New customization group.
14930         (nntp-authinfo-file): Add customization group.
14931
14932         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14933
14934         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14935
14936         * gnus.el (to-address, to-list, subscribed)
14937         (large-newsgroup-initial): Ditto.
14938
14939         * flow-fill.el (fill-flowed-display-column)
14940         (fill-flowed-encode-column): Ditto.
14941
14942 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14943
14944         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14945         Use point-min rather than 1.
14946         (message-send-mail): Use buffer-size rather than point-max.
14947
14948         * gnus-sum.el (gnus-summary-search-article-forward):
14949         Signal a specific `search-failed' rather than a generic `error'.
14950
14951         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14952         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14953         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14954
14955 2004-09-10  Simon Josefsson  <jas@extundo.com>
14956
14957         * nndb.el (require): Remove tcp and duplicate cl.
14958
14959 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-agent.el (directory-files-and-attributes): Move forward.
14962
14963 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14964
14965         * gnus-agent.el (directory-files-and-attributes): Optionally
14966         defined to support XEmacs.
14967
14968 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14969
14970         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14971         to avoid run-time CL dependencies.
14972         (gnus-agent-unfetch-articles): New function.
14973         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14974         article numbers even when local .overview file is missing.
14975         (gnus-agent-read-article-number): New function.  Only accepts
14976         27-bit article numbers.
14977         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14978         gnus-agent-read-article-number.
14979         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14980         from backend while recognizing that article numbers in .overview
14981         must be valid.
14982         (gnus-agent-update-files-total-fetched-for): Use
14983         directory-files-and-attributes to improve performance.
14984         * gnus-int.el (gnus-request-move-article): Use
14985         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14986         improve performance.
14987
14988         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14989         some users confused by references to .newsrc when they only have a
14990         .newsrc.eld file.
14991         (gnus-convert-mark-converter-prompt)
14992         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14993         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14994         New function.  Used internally to only display 'gnus converting
14995         files' message when actually necessary.
14996
14997         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14998         methods now autoloaded.
14999
15000 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15003         identifiers.
15004
15005 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * gnus-picon.el: Fix indentation and closing parenthesis.
15008
15009 2004-09-01  Simon Josefsson  <jas@extundo.com>
15010
15011         * message.el (message-canlock-generate): Require sha1, not
15012         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15013         to require within a function.  Sadly, if sha1.el isn't loaded, the
15014         let binding in m-c-g will hide the defcustom definition, which is
15015         bad.)
15016
15017         * canlock.el: Require sha1, not sha1-el.
15018
15019         * message.el: Don't autoload sha1 (there is a autoload cookie in
15020         sha1.el).
15021
15022         * sha1-el.el: Renamed to sha1.el.
15023
15024 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15025
15026         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15027
15028 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15029
15030         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15031
15032 2004-08-30  Kim F. Storm  <storm@cua.dk>
15033
15034         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15035
15036         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15037         Add :group 'nnimap.
15038
15039 2004-08-30  Andreas Schwab  <schwab@suse.de>
15040
15041         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15042         ?* and ?\;.
15043
15044         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15045         and ?\' to symbol instead of whitespace.
15046
15047 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15050
15051         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15052         instead of re-search-forward.
15053
15054         * gnus-uu.el (gnus-uu-save-article): Ditto.
15055         (gnus-uu-post-encode-uuencode): Ditto.
15056
15057         * html2text.el (html2text-clean-list-items): Ditto.
15058         (html2text-clean-dtdd): Ditto.
15059         (html2text-format-tags): Ditto.
15060
15061         * message.el (message-send-mail-with-sendmail): Fix regexp.
15062         (message-fill-field-general): Use search-forward instead of
15063         re-search-forward.
15064         (unbold-region): Ditto.
15065
15066         * nnrss.el (nnrss-request-article): Ditto.
15067
15068         * nnslashdot.el (nnslashdot-request-article): Ditto.
15069
15070         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15071
15072         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15073         "Unrecognized menu descriptor" error in XEmacs.
15074
15075 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15076
15077         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15078         parent article of a sparse article in the thread hashtb.
15079
15080 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15081
15082         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15083         (nnmail-expand-newtext): Lowercase expanded entries if
15084         nnmail-split-lowercase-expanded is non-nil.
15085
15086 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15089
15090         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15091         of gnus-tmp-news-method into string under XEmacs.  It will be
15092         passed to gnus-correct-length which takes only a string argument.
15093
15094 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * gnus-util.el (gnus-bind-print-variables): New macro.
15097         (gnus-prin1): Use it.
15098         (gnus-prin1-to-string): Use it.
15099         (gnus-pp): New function.
15100         (gnus-pp-to-string): New function.
15101
15102         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15103         Replace pp-to-string with gnus-pp-to-string.
15104         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15105         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15106         * gnus-msg.el (gnus-debug): Ditto.
15107         * gnus-score.el (gnus-score-save): Ditto.
15108         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15109         gnus-pp-to-string.
15110         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15111         with gnus-pp.
15112         * score-mode.el (gnus-score-pretty-print): Ditto.
15113         * webmail.el (webmail-debug): Ditto.
15114
15115 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * gnus-art.el (article-display-face, article-display-x-face):
15118         Use buffer-read-only.
15119
15120 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * gnus-art.el (article-hide-list-identifiers):
15123         Bind inhibit-read-only as t.
15124
15125 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15126
15127         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15128
15129 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15130
15131         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15132         (gnus-narrow-to-page): Don't assume point-min == 1.
15133         (gnus-article-edit-mode): Derive from message-mode.
15134
15135         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15136         point-min == 1.
15137
15138         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15139         Disable incorrect use of `assert'.
15140
15141         * message.el (message-mode): Set comment-start-skip.
15142
15143
15144 2004-08-22  Sam Steingold  <sds@gnu.org>
15145
15146         * pop3.el (pop3-leave-mail-on-server): New user variable.
15147         (pop3-movemail): Delete mail only when it is nil.
15148
15149 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15150
15151         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15152
15153         * mml.el (mml-preview): Use `pop-to-buffer'.
15154
15155         * message.el (message-goto-mail-followup-to): Insert after "To".
15156         (message-carefully-insert-headers): Add comment.
15157
15158         * gnus.el: Remove unused variable `gnus-article-check-size'.
15159
15160         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15161
15162         * gnus-art.el (gnus-button-alist): Improve
15163         `gnus-button-handle-library' entry.
15164
15165 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15166
15167         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15168         downcase, since XEmacs capitalizes error messages differently.
15169
15170 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15171
15172         * nntp.el: Add (require 'gnus) due to reference to
15173         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15174
15175 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15176
15177         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15178         `mm-fill-flowed'.
15179
15180         * mm-decode.el (mm-dissect-singlepart): Check it.
15181
15182 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15183
15184         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15185         'imap' for netrc parsing.
15186
15187 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15188
15189         * mailcap.el (mailcap-mime-data): Mark as risky.
15190
15191 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15194         may be included in the encoded word.
15195         (rfc2047-encode): Don't append a space if the encoded word
15196         includes close parenthesis.
15197
15198 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15201         of text within parentheses.
15202
15203 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15204
15205         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15206         (gnus-encrypt-write-file-contents): Make the password key the file
15207         name PLUS the cipher, not just the cipher.  Also remove failed
15208         passwords from the cache.
15209
15210 2004-08-06  Simon Josefsson  <jas@extundo.com>
15211
15212         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15213         fix.
15214
15215 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15218         LWSP.
15219
15220 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15221
15222         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15223         to append in-reply-to: data to the references: header.
15224
15225         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15226         (netrc-parse): Use gnus-encrypt.el functions.
15227
15228         * gnus-encrypt.el: Add new file for encryption support; currently
15229         does only a few GPG ciphers and an internal XOR cipher.
15230
15231         * password.el: Add comments on using password-read-and-add.
15232         (password-read-and-add): Add function to read and add the
15233         password to the cache at once.
15234
15235 2004-07-28  Simon Josefsson  <jas@extundo.com>
15236
15237         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15238         parameter (but don't use it, for now).
15239
15240         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15241         instead of hard coding to nil.
15242
15243 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15246         as mm-inline-image-xemacs does.
15247
15248 2004-07-26  Simon Josefsson  <jas@extundo.com>
15249
15250         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15251         Revert part of 2004-07-17 change below.
15252
15253 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15256         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15257
15258 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15261         quotes that actually start with ">" at the beginning of the
15262         lines.
15263
15264 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * rfc2047.el (rfc2047-encode-region): Fix last change.
15267         (rfc2047-encode-parameter): Remove useless concat.
15268
15269 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15272         encode special characters; fix some kind of misconfigured headers;
15273         signal a real error if debug-on-quit or debug-on-error is non-nil.
15274         (rfc2047-encode-max-chars): New variable.
15275         (rfc2047-encode-1): Use it.
15276         (rfc2047-encode-parameter): New function.
15277
15278         * mml.el (mml-insert-parameter): Remove an excessive space.
15279
15280 2004-07-17  Simon Josefsson  <jas@extundo.com>
15281
15282         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15283         Kai Grossjohann <kai@emptydomain.de>.
15284         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15285         (gnus-group-make-menu-bar): Ditto.
15286
15287         * gnus-util.el (gnus-group-server): Add.
15288
15289 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15290
15291         * message.el (message-clone-locals): Clone sendmail and smtp
15292         variables.
15293
15294 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * rfc2047.el (rfc2047-encode-region): Fix last change.
15297
15298 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15301         characters as non-special.
15302
15303 2004-07-09  Simon Josefsson  <jas@extundo.com>
15304
15305         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15306         Users will lose all flag changes made while unplugged with
15307         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15308         good default.  See numerous reports on ding mailing list.
15309
15310 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15313         add generate-head-function and generate-article-function to the
15314         rfc822-forward entry.
15315         (nndoc-rfc822-forward-generate-article): New function.
15316         (nndoc-rfc822-forward-generate-head): New function.
15317
15318         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15319
15320 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15321
15322         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15323         respect display group parameter and gnus-summary-expunge-below.
15324         (gnus-articles-to-read): Remove unused reference to display group
15325         parameter.
15326
15327 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15328
15329         * nnheader.el (nnheader-uniquify-message-id): New experimental
15330         variable.
15331         (nnheader-nov-read-message-id): Use it.
15332
15333         * spam-report.el (spam-report-gmane): Add interactive.
15334
15335 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15338         qp-or-base64 for the application/* types.
15339
15340 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15341
15342         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15343
15344 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15345
15346         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15347         trim value.
15348
15349 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15350
15351         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15352         New macro and function.
15353         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15354
15355 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15358         after-load-alist.
15359
15360 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15361
15362         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15363         update info that isn't there.
15364
15365 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15366
15367         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15368         entry.
15369
15370 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * mm-view.el (mm-inline-render-with-function): Use multibyte
15373         buffer; decode html source by charset.
15374
15375         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15376
15377         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15378         Mule-UCS is loaded under XEmacs.
15379         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15380
15381 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15382
15383         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15384
15385 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * mm-util.el (mm-coding-system-p): Return a coding-system.
15388         (mm-mime-mule-charset-alist): Use shift_jis instead of
15389         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15390         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15391         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15392         instead of japanese-shift-jis and iso-latin-1 respectively in
15393         order to share the default value with both Emacs and XEmacs-mule.
15394         (mm-mule-charset-to-mime-charset): Make
15395         mm-coding-system-priorities effective.
15396         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15397         while predicating of candidates upon the priorities.
15398
15399 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15400
15401         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15402         gnus-uu-invert-processable.
15403
15404         * gnus.el: Autoload gnus-uu-invert-processable.
15405
15406 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * mm-util.el (mm-with-multibyte-buffer): New macro.
15409
15410         * rfc2047.el (rfc2047-encode-string): Use it.
15411         (rfc2047-encode-region): Move point to the end of the region after
15412         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15413
15414 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15417         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15418
15419 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15422         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15423         Karl Chen <quarl@nospam.quarl.org>.
15424
15425 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15426
15427         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15428         invalid addresses.
15429
15430 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15431
15432         * spam.el: Change section markers, revise TODO list.
15433         (spam-backends): Make new master list of all installed backends.
15434         (spam-summary-exit-behavior): Add new variable to determine how
15435         messages moves are done at summary exit.
15436         (spam-move-spam-nonspam-groups-only)
15437         (spam-process-ham-in-nonham-groups)
15438         (spam-process-ham-in-spam-groups): Remove variables, the
15439         spam-summary-exit-behavior variable should be used to manage this
15440         behavior.
15441         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15442         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15443         and spam-old-spam-articles.
15444         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15445         Add empty variables, placeholders for the backends they represent.
15446         (spam-set-difference): Move, unchanged.
15447         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15448         unless the user has a processor variable.
15449         (spam-classifications, spam-classification-valid-p)
15450         (spam-backend-properties, spam-backend-property-valid-p)
15451         (spam-backend-function-type-valid-p)
15452         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15453         (spam-report-articles-gmane, spam-report-articles-resend):
15454         Remove functions, they are not needed.
15455         (spam-install-backend-super, spam-backend-list)
15456         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15457         (spam-backend-function, spam-backend-ham-registration-function)
15458         (spam-backend-spam-registration-function)
15459         (spam-backend-ham-unregistration-function)
15460         (spam-backend-spam-unregistration-function)
15461         (spam-backend-statistical-p, spam-backend-mover-p)
15462         (spam-install-backend-alias, spam-install-checkonly-backend)
15463         (spam-install-mover-backend, spam-install-nocheck-backend)
15464         (spam-install-backend, spam-install-statistical-backend)
15465         (spam-install-statistical-checkonly-backend): Add backend installation
15466         support.
15467         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15468         (spam-group-processor-p): Use the new backend code and respect the
15469         summary exit behavior.
15470         (spam-mark-spam-as-expired-and-move-routine): Remove.
15471         (spam-summary-prepare): Change to use the new spam-old-articles
15472         variable.
15473         (spam-copy-or-move-routine, spam-copy-spam-routine)
15474         (spam-move-spam-routine, spam-copy-ham-routine)
15475         (spam-move-ham-routine): Add code to copy/move ham or spam.
15476         (spam-fetch-field-fast): Improve doc and code, plus allow the
15477         'number request.
15478         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15479         variables.
15480         (spam-split, spam-find-spam): Use the new backend code.
15481         (spam-registration-functions): Remove variable.
15482         (spam-unregister-routine): Add convenience wrapper.
15483         (spam-log-undo-registration, spam-register-routine)
15484         (spam-log-processing-to-registry)
15485         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15486         where possible.
15487         (spam-check-gmane-xref, spam-check-regex-headers)
15488         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15489         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15490         (spam-check-bogofilter-headers, spam-check-spamoracle)
15491         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15492         (spam-check-crm114-headers): Use the spam-split-group that
15493         spam-split prepares, no need to determine it every time.
15494
15495         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15496         to the nnheader-parse-naked-head call.
15497
15498         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15499
15500         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15501         the nnheader-nov-read-message-id call.
15502
15503 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15506         gnus-activate-group twice.  Suggested by Markus Peter
15507         <warp@spin.de>.
15508
15509 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * gnus-art.el (gnus-article-time-format): Exchange the order of
15512         day and month in the default value; fix customization type.
15513         (article-date-ut): Use add-text-properties.
15514         (article-make-date-line): Use message-make-date instead of
15515         current-time-string.
15516
15517         * message.el (message-fetch-field): Don't use set-text-properties.
15518         (message-make-date): Simplify.
15519
15520         * messagexmas.el (message-xmas-make-date): New function.
15521         (message-xmas-redefine): Defalias message-make-date to it.
15522
15523 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15524
15525         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15526         (rfc2047-encode-region): Treat text within parentheses as special;
15527         show the original text when error has occurred.
15528
15529         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15530         already-computed method to gnus-activate-group.
15531
15532         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15533         same select-methods identical Lisp objects.
15534
15535         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15536         object when modifying the info.
15537
15538 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15541         gnus-opened-servers since it has never been opened with the new
15542         configuration yet.
15543
15544 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15547         arg to nnheader-generate-fake-message-id.
15548
15549 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15550
15551         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15552         number and build a fake message ID localized to a group and
15553         article number (so it's repeatable from that point on).
15554         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15555         ID format.
15556
15557         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15558         nnheader-generate-fake-message-id with the article number.
15559
15560 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15561
15562         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15563         end-of-buffer.
15564
15565 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15566
15567         * message.el (message-ignored-supersedes-headers): Add Approved.
15568
15569 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15572         goto-char.
15573         (rfc2047-encode): Fold the line before encoding.
15574
15575 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15576
15577         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15578         folding -- not all headers can be folded, and this should be done
15579         by the message composition mode.  Probably.  I think.
15580
15581 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15584         fast.
15585
15586         * gnus-ems.el (gnus-remove-image): Don't use
15587         message-text-with-property; remove only the image found first.
15588
15589         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15590         found first.
15591
15592 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15593
15594         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15595
15596 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * message.el (message-text-with-property): Make it fast and accept
15599         optional arguments.
15600         (message-strip-forbidden-properties): Use it.
15601         (message-fix-before-sending): Follow the m-t-w-p change.
15602
15603         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15604
15605 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus-art.el (article-hide-headers): Don't change the buffer
15608         mistakenly when performing mml-preview even if
15609         gnus-single-article-buffer is nil.
15610
15611 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15612
15613         * message.el (message-expand-name-databases): New user option.
15614         (message-expand-name): Use it.
15615
15616 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15617
15618         * spam.el (spam-report-articles-resend)
15619         (spam-report-resend-register-routine): Allow ham reporting.
15620         (spam-report-resend-register-ham-routine): Add wrapper.
15621         (spam-registration-functions): Add ham resending functions.
15622         (spam-list-of-processors): Add ham resend processor.
15623
15624         * gnus.el (ham-resend-to): Add new group parameter.
15625         (spam-process): Add ham resend option.
15626
15627         * spam-report.el (spam-report-resend): Allow reporting ham.
15628         (spam-report-resend-ham): Add wrapper.
15629
15630 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15631
15632         * message.el (message-cite-articles-with-x-no-archive): New
15633         variable.
15634         (message-cite-original): Use it.
15635
15636 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15637
15638         * message.el (message-cite-original): Respect X-No-Archive.
15639
15640 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * gnus-art.el (article-hide-headers): Refer to the values for
15643         gnus-ignored-headers and gnus-visible-headers in the summary
15644         buffer since a user may have set them as group parameters.
15645
15646 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15647
15648         * assistant.el (assistant-node-name): Add convenience function.
15649         (assistant-render-text, assistant-render-node): Add error handling,
15650         plus handle multiple next nodes.
15651         (assistant-find-next-node): Comment out for now.
15652         (assistant-find-next-nodes): Add function, returns list of next
15653         nodes.
15654
15655 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * mail-source.el (mail-source-directory): Fix doc-string.
15658
15659 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15660
15661         * assistant.el (assistant-render-text, assistant-eval): Add :set
15662         widget type, which is different because it takes and returns a
15663         list.  Much hilarity ensues.
15664
15665 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15666
15667         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15668
15669         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15670         doc-string.
15671
15672         * gnus-start.el (gnus-activate-group): Added doc-string.
15673
15674 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15677
15678 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15679
15680         * assistant.el (assistant-render-text): Try to add a :set
15681         widget, more to come.
15682
15683         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15684         strings.
15685         (spam-report-articles-resend)
15686         (spam-register-routine): Do registration iff any articles warrant
15687         it.
15688         (spam-summary-prepare-exit): Change log message for nil group
15689         destinations.
15690
15691 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15692
15693         * spam.el (spam-report-resend-register-routine): Allow
15694         spam-report-resend-to to be a group parameter or a global value.
15695
15696 2004-05-26  Simon Josefsson  <jas@extundo.com>
15697
15698         * starttls.el: Merge with my GNUTLS based starttls.el.
15699         (starttls-gnutls-program, starttls-use-gnutls)
15700         (starttls-extra-arguments, starttls-process-connection-type)
15701         (starttls-connect, starttls-failure, starttls-success): New
15702         variables.
15703         (starttls-program, starttls-extra-args): Doc fix.
15704         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15705         functions.
15706         (starttls-negotiate, starttls-open-stream): Check
15707         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15708         function if it is set.
15709
15710 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15713         structured fields.
15714
15715 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15718
15719 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15720
15721         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15722         variable.
15723         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15724         assigning the spam-mark to new messages.
15725
15726 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15727
15728         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15729
15730 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15733
15734         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15735         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15736         default.
15737
15738 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15739
15740         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15741         correct data.
15742
15743 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15744
15745         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15746         (spam-group-processor-p): Fix function.
15747         (spam-group-processor-multiple-p)
15748         (spam-group-spam-processor-report-gmane-p)
15749         (spam-group-spam-processor-report-resend-p)
15750         (spam-group-spam-processor-bogofilter-p)
15751         (spam-group-spam-processor-blacklist-p)
15752         (spam-group-spam-processor-ifile-p)
15753         (spam-group-ham-processor-ifile-p)
15754         (spam-group-spam-processor-spamoracle-p)
15755         (spam-group-spam-processor-crm114-p)
15756         (spam-group-ham-processor-bogofilter-p)
15757         (spam-group-spam-processor-stat-p)
15758         (spam-group-ham-processor-stat-p)
15759         (spam-group-ham-processor-whitelist-p)
15760         (spam-group-ham-processor-BBDB-p)
15761         (spam-group-ham-processor-spamoracle-p)
15762         (spam-group-ham-processor-copy-p): Remove functions with some
15763         prejudice against unneeded code.
15764         (spam-report-articles-resend)
15765         (spam-report-resend-register-routine): Allow the group/topic
15766         spam-resend-to value to override spam-report-resend-to.
15767         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15768         properly now.
15769
15770         * gnus.el (spam-resend-to): Add group/topic parameter.
15771         (spam-process): Move the OBSOLETE processors to the end of the
15772         choices.
15773
15774 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15775
15776         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15777         with resend-to set to nil, and then ask the user if necessary.
15778         (spam-report-resend): spam-report-resend takes a list of articles, not
15779         separate article numbers.
15780
15781 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15784         addition to emacs-w3m.
15785
15786 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15787
15788         * assistant.el (assistant-authinfo-data): New function.
15789         (assistant-eval): Eval for entire assistant.
15790
15791         * netrc.el (netrc-services-file): New variable.
15792         (netrc-parse-services): New function.
15793         (netrc-find-service-name): New function.
15794         (netrc-find-service-number): New function.
15795         (netrc-port-equal): New function.
15796         (netrc-machine): Use it.
15797
15798         * nnimap.el (nnimap-open-connection): Use netrc.
15799
15800         * gnus-util.el (gnus-netrc-get): Remove aliases.
15801
15802         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15803
15804         * assistant.el (wid-edit): Fix compilation.
15805
15806         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15807
15808 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15809
15810         * gnus-util.el (gnus-set-file-modes): New function.  (small
15811         patch).
15812
15813 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15814
15815         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15816
15817         * assistant.el (assistant-render-node): Fix up rendering and
15818         read-only text.
15819         (assistant-render-node): Reset.
15820         (assistant-make-read-only): Not sticky.
15821
15822 2004-05-20  Danny Siu  <dsiu@adobe.com>
15823
15824         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15825         centered even when gnus-auto-center-summary is t.
15826
15827 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15828
15829         * dns.el (dns-get-txt-answer): New function.
15830         (dns-read-txt): Ditto.
15831         (query-dns): Use it.
15832
15833 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15836         active for foreign groups even if the group level is higher than
15837         the specified value.
15838
15839 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15840
15841         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15842         non-active groups.
15843
15844         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15845
15846 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15847
15848         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15849
15850 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15853         (spam-crm114-header, spam-crm114-spam-switch)
15854         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15855         (spam-crm114-positive-spam-header)
15856         (spam-crm114-database-directory, spam-list-of-processors)
15857         (spam-group-spam-processor-crm114-p)
15858         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15859         (spam-generic-score, spam-list-of-checks)
15860         (spam-list-of-statistical-checks, spam-registration-functions)
15861         (spam-check-crm114-headers, spam-crm114-score)
15862         (spam-check-crm114, spam-crm114-register-with-crm114)
15863         (spam-crm114-register-spam-routine)
15864         (spam-crm114-unregister-spam-routine)
15865         (spam-crm114-register-ham-routine)
15866         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15867         asjo@koldfront.dk (Adam Sjøgren).
15868
15869         * gnus.el: Add spam-use-crm114.
15870
15871         * spam.el (spam-list-of-processors, spam-registration-functions):
15872         Add spam-use-resend.
15873         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15874         (spam-report-articles-gmane): Add doc fix.
15875         (spam-report-articles-resend, spam-report-resend-register-routine):
15876         Add wrappers around spam-report-resend-to.
15877
15878         * spam-report.el (spam-report-resend-to, spam-report-resend):
15879         Add support for resending spam.
15880         (spam-report-gmane): Fix line length >80.
15881
15882         * gnus.el (spam-process): Add spam-use-resend.
15883
15884 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15885
15886         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15887         number of processed spam messages.
15888         (spam-ham-copy-or-move-routine): Return the number of processed
15889         ham messages.
15890         (spam-summary-prepare-exit): Use the above values to decide
15891         whether status messages shouled be displayed.
15892
15893 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15896         `rfc2047-encoding-function-alist' in order to avoid conflicting
15897         with the old version.
15898         (rfc2047-encode-region): Concatenate words containing non-ASCII
15899         characters in structured fields; don't encode space-delimited
15900         ASCII words even in unstructured fields; don't break words at
15901         char-category boundaries.
15902         (rfc2047-encode-1): New function.
15903         (rfc2047-encode): Use it; encode text so that it occupies the
15904         maximum width within 76-column; work correctly on Q encoding for
15905         iso-2022-* charsets.
15906         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15907         sure not to break a line just after the header name.
15908         (rfc2047-b-encode-region): Removed.
15909         (rfc2047-b-encode-string): New function.
15910         (rfc2047-q-encode-region): Removed.
15911         (rfc2047-q-encode-string): New function.
15912
15913         * mm-util.el (mm-replace-in-string): New function.
15914
15915 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15916
15917         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15918         get it right.
15919         (gnus-inews-make-draft): Really.
15920
15921 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15922
15923         * nnmh.el (nnmh-request-list-1): Don't check the link count
15924         before descending.  (small patch)
15925
15926 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15927
15928         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15929         stuff.
15930
15931         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15932         on real group name.
15933
15934         * gnus-art.el (gnus-signature-limit): Doc fix.
15935
15936         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15937
15938         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15939
15940 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15941
15942         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15943         isn't a string.
15944
15945 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15946
15947         * gnus-draft.el (gnus-draft-send): Bind
15948         rfc2047-encode-encoded-words.
15949
15950         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15951         (rfc2047-encodable-p): Say that =? needs encoding.
15952         (rfc2047-encode-encoded-words): New variable.
15953
15954         * gnus-group.el (gnus-group-select-group): Doc fix.
15955
15956         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15957
15958         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15959         to nil.
15960
15961         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15962
15963         * nnheader.el (nnheader-get-lines-and-char): New function.
15964
15965 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * gnus-msg.el (gnus-summary-followup-with-original): Document
15968         yanking of region when active.
15969
15970 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15973         groups if the group level is higher than the specified value.
15974
15975 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15978         (gnus-group-jump-to-group): Added prefix argument using
15979         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15980         non-active group.
15981
15982         * compface.el (uncompface): Be verbose when changing
15983         `uncompface-use-external'.
15984
15985         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15986         handle manual section.
15987
15988 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15989
15990         * gnus-art.el (gnus-button-alist): Revert previous change.
15991
15992 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15993
15994         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15995
15996 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15997
15998         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15999         whether backend can accept message.
16000
16001         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16002
16003 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16004
16005         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16006         Avoid creating directory when nntp-marks-is-evil is true.
16007         Reported by Reiner Steib.
16008
16009 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * gnus-picon.el (gnus-picon-style): New variable.
16012         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16013         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16014         Jesper Harder <harder@ifa.au.dk>.
16015
16016 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16017
16018         * message.el (message-fill-field): Return point.
16019         (message-generate-headers): Go to end of field.
16020
16021         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16022         stuff for non-living groups.
16023
16024 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16025
16026         * gnus-art.el (gnus-article-followup-with-original)
16027         (gnus-article-reply-with-original): gnus-mark-active-p ->
16028         gnus-region-active-p.
16029
16030 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16031
16032         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16033         only when there is spam or ham to be processed.
16034
16035 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16036
16037         * mail-source.el (mail-source-delete-crash-box): Refactor.
16038         (mail-source-fetch): Use it.
16039         (mail-source-fetch-file): Ditto.
16040         (mail-source-fetch-directory): Run postscript in loop.
16041         (mail-source-fetch-pop): Delete.
16042         (mail-source-fetch-maildir): Ditto.
16043         (mail-source-fetch-imap): Ditto.
16044
16045         * imap.el (imap-authenticators): Comment out sasl.
16046
16047         * message.el (message-skip-to-next-address): New function.
16048         (message-fill-header-address): Refactor.
16049         (message-fill-address): Use it.
16050         (message-delete-address): Use it.
16051         (message-fill-header-general): Refactor.
16052         (message-fill-field-address): Rename.
16053         (message-narrow-to-field): Find the start of the header.
16054         (message-header-format-alist): Don't pre-fill.
16055         (message-fill-header): Removed.
16056         (message-insert-header): New function.
16057         (message-shorten-references): Use it.
16058
16059         * rfc2047.el (rfc2047-field-value): Strip props.
16060
16061         * mail-parse.el (mail-header-make-address): New alias.
16062
16063         * ietf-drums.el (ietf-drums-make-address): New function.
16064
16065         * imap.el: Add compiler directives.
16066
16067         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16068
16069         * gnus-art.el (article-decode-idna-rhs): Don't use
16070         message-idna-inside-rhs-p.
16071
16072 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16073
16074         * message.el (message-idna-inside-rhs-p): Removed.
16075         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16076
16077         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16078         false positives.
16079
16080 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16081
16082         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16083
16084 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16085
16086         * nneething.el (nneething-file-name): Don't create spurious
16087         files.
16088
16089         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16090         (gnus-inews-do-gcc): Remove sleep.
16091
16092         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16093         part under point.
16094
16095         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16096         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16097
16098 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16099
16100         * spam.el (spam-summary-prepare-exit): Fixed (length).
16101
16102 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16103
16104         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16105         as expired without moving it" message when there are spam
16106         messages left.
16107
16108 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16109
16110         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16111         header is not nil.
16112
16113 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16114
16115         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16116         nntp-possibly-create-directory, not nntp-possibly-change-group.
16117         (nntp-marks-changed-p): New arg SERVER.
16118         (nntp-request-update-info): Adjust caller.
16119
16120 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16121
16122         * nntp.el (nntp-save-marks): Pass missing arg.
16123
16124 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16125
16126         * nntp.el: Support marks.
16127         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16128         (nntp-marks-modtime, nntp-marks-directory): New variables.
16129         (nntp-request-set-mark, nntp-request-update-info)
16130         (nntp-possibly-create-directory, nntp-marks-changed-p)
16131         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16132         functions.
16133
16134 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16135
16136         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16137         (gnus-xmas-redefine): Rename.
16138
16139         * gnus-score.el (gnus-score-insert-help): Use
16140         gnus-select-lowest-window.
16141
16142         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16143         appt-select-lowest-window and rename to gnus-select-lowest-window.
16144
16145         * gnus.el: do.
16146
16147 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16148
16149         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16150         encodings of MIME-encoded words, in order to improve
16151         interoperability with several broken MUAs.
16152
16153 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16154
16155         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16156         tags, only when charsets are not specified in headers.
16157         (mm-inline-text-html-render-with-w3m): Ditto.
16158
16159         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16160         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16161
16162 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16163
16164         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16165         instead of MIME-decoded from fields when checking
16166         `gnus-article-address-banner-alist'.
16167
16168 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16169
16170         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16171         description rather than subject.
16172
16173 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16174
16175         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16176
16177 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16178
16179         * gnus.el (gnus-version-number): Bump.
16180
16181 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16182
16183         * gnus.el: No Gnus v0.2 is released.
16184
16185 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16186
16187         * gnus-agent.el (gnus-agent-read-agentview): Inline
16188         gnus-uncompress-range.
16189
16190 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16191
16192         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16193         `exec-installed-p'.
16194
16195 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16196
16197         * gnus.el (spam-process, spam-autodetect-methods): Add
16198         bsfilter and bsfilter-headers.
16199
16200         * spam.el (spam-bsfilter): New customize group.
16201         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16202         (spam-bsfilter-header, spam-bsfilter-probability-header)
16203         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16204         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16205         (spam-bsfilter-database-directory): New options.
16206         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16207         (spam-list-of-statistical-checks, spam-registration-functions):
16208         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16209         (spam-bsfilter-score): New command.
16210         (spam-check-bsfilter-headers, spam-check-bsfilter)
16211         (spam-bsfilter-register-with-bsfilter)
16212         (spam-bsfilter-register-spam-routine)
16213         (spam-bsfilter-unregister-spam-routine)
16214         (spam-bsfilter-register-ham-routine)
16215         (spam-bsfilter-unregister-ham-routine): New functions.
16216         (spam-generic-score): Support bsfilter; Accept an optional argument
16217         to recalcurate spam score even if scoring header has already been
16218         added.
16219         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16220         optional argument to recalcurate spam score even if scoring header
16221         has already been added.
16222
16223 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16224
16225         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16226         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16227         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16228         link is missing.
16229
16230 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16231
16232         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16233         (html2text-get-attr): Rewrite.
16234
16235         * message.el (message-setup-1): Remove redundant put-text-property
16236         on mail-header-separator.
16237
16238 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16239
16240         * gnus-registry.el (gnus-registry-cache-whitespace)
16241         (gnus-registry-action, gnus-registry-spool-action)
16242         (gnus-registry-split-fancy-with-parent): Change message levels
16243         from 5 to 3 or 7, as needed.
16244
16245         * spam.el (spam-summary-prepare-exit)
16246         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16247         (spam-split, spam-find-spam, spam-log-undo-registration)
16248         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16249         level from 5 to 6.
16250
16251 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16254         2004-03-04 change).
16255
16256 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16257
16258         * sieve-manage.el (sieve-manage-open):
16259         * nnweb.el (nnweb-insert-html):
16260         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16261         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16262         * nnspool.el (nnspool-request-group):
16263         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16264         * nnml.el (nnml-request-update-info):
16265         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16266         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16267         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16268         (nnimap-request-set-mark):
16269         * nnfolder.el (nnfolder-request-update-info):
16270         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16271         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16272         * gnus-uu.el (gnus-uu-find-articles-matching):
16273         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16274         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16275         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16276         * gnus-nocem.el (gnus-nocem-scan-groups):
16277         * gnus-int.el (gnus-start-news-server):
16278         * gnus-group.el (gnus-group-make-kiboze-group)
16279         (gnus-group-browse-foreign-server):
16280         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16281         Use mapc when appropriate.
16282
16283 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16284
16285         FIXME: Make separate entries for each person.
16286
16287         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16288         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16289         <shields@msrl.com>:
16290
16291         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16292         may need for spam sorting and scoring.
16293         (spam-user-format-function-S): Add user format function suitable for
16294         general use.
16295         (spam-article-sort-by-spam-status): Add sorting function for summary
16296         sorting.
16297         (spam-extra-header-to-number): Add function to get a score from a
16298         header.
16299         (spam-summary-score): Add function to get a numeric score from the
16300         headers.
16301         (spam-generic-score): Fix function doc, was in wrong place.
16302         (spam-initialize): Take symbols when it's run, and install the
16303         extra headers that spam-necessary-extra-headers thinks we need.
16304
16305 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16306
16307         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16308         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16309
16310 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16311
16312         * gnus-sum.el (gnus-set-global-variables)
16313         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16314         (gnus-article-get-xrefs, gnus-summary-best-group)
16315         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16316         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16317         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16318         Use with-current-buffer.
16319
16320 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16321
16322         * spam.el (spam-summary-prepare-exit): Simplify logic.
16323         (spam-fetch-article-header): Read the article header if it's not
16324         available.
16325         (spam-list-articles): Simplify logic.
16326         (spam-filelist-register-routine): Fix bug with unregister-list.
16327
16328         * gnus-registry.el: Fix comments at beginning.
16329
16330 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16331
16332         * message.el (message-cater-to-broken-inn): Remove.
16333         (message-shorten-references): Make sure the total folded length of
16334         References is shorter than 998 characters to cater to a bug in INN
16335         2.3.  Also, don't pretend that references aren't folded -- this
16336         hasn't worked for a while.
16337
16338 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16339
16340         * gnus-agent.el (gnus-agentize):
16341         gnus-agent-send-mail-real-function no longer set to current value
16342         of message-send-mail-function but rather a lambda that calls
16343         message-send-mail-function.  The change makes the agent real-time
16344         responsive to user changes to message-send-mail-function.
16345
16346 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16347
16348         * legacy-gnus-agent.el
16349         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16350         help from Florian Weimer <fw@deneb.enyo.de>
16351
16352 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * nnmail.el (nnmail-cache-insert): Revert last change.
16355
16356 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * nnmail.el (nnmail-cache-insert): Always check whether
16359         nnmail-cache-ignore-groups matches a group name.
16360
16361 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16362
16363         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16364         (spam-find-spam, spam-log-processing-to-registry)
16365         (spam-log-registered-p, spam-log-unregistration-needed-p)
16366         (spam-log-undo-registration): Use gnus-message instead of
16367         gnus-error, none of these errors are fatal.
16368
16369         * gnus-registry.el (gnus-registry-clean-empty-function)
16370         (gnus-registry-clean-empty): Remove only empty entries without
16371         extra data.
16372
16373 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16374
16375         * spam-stat.el (spam-stat-buffer-change-to-spam)
16376         (spam-stat-buffer-change-to-non-spam): Change (error) to
16377         (gnus-message 8) invocation.
16378
16379 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * nntp.el (nntp-via-netcat-command): New variable.
16382         (nntp-via-netcat-switches): New variable.
16383         (nntp-open-via-rlogin-and-netcat): New function.
16384         (nntp-open-connection-function): Doc fix.
16385         (nntp-telnet-command): Doc fix.
16386         (nntp-end-of-line): Doc fix.
16387         (nntp-via-rlogin-command): Doc fix.
16388         (nntp-via-user-name): Doc fix.
16389         (nntp-via-address): Doc fix.
16390
16391 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16394         error in Emacs 21.1.
16395
16396 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16397
16398         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16399
16400 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16401
16402         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16403         (gnus-agent-with-refreshed-group): New macro.
16404         (gnus-agent-rename-group): New function.
16405         (gnus-agent-delete-group): New function.
16406         (gnus-agent-save-group-info): Use gnus-command-method when
16407         `method' parameter is nil.  Don't write nil entries into the
16408         active file.
16409         (gnus-agent-get-group-info): New function.
16410         (gnus-agent-fetch-articles): Use
16411         gnus-agent-update-files-total-fetched-for to increment disk space
16412         used.
16413         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16414         gnus-agent-update-view-total-fetched-for to increment disk space
16415         used.
16416         (gnus-agent-get-local): Added optional parameters to avoid calling
16417         gnus-group-real-name and gnus-find-method-for-group.
16418         (gnus-agent-set-local): Delete stored entry if either min, or max,
16419         are nil.
16420         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16421         quit, use gnus-agent-regenerate-group to record existance of any
16422         articles fetched to disk before the quit occurred.
16423         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16424         gnus-agent-update-view-total-fetched-for, and
16425         gnus-agent-update-files-total-fetched-for to decrement disk space
16426         used.
16427         (gnus-agent-retrieve-headers): Use
16428         gnus-agent-update-view-total-fetched-for to increment disk space
16429         used.
16430         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16431         with gnus-agent-update-files-total-fetched-for to decrement disk
16432         space and fresh group buffer.
16433         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16434         (gnus-agent-need-update-total-fetched-for): New variable.
16435         (gnus-agent-update-files-total-fetched-for): New function.
16436         (gnus-agent-update-view-total-fetched-for): New function.
16437         (gnus-agent-total-fetched-for): New function.
16438
16439         * gnus-cache.el (gnus-cache-save-buffers): Use
16440         gnus-cache-update-overview-total-fetched-for to change disk space
16441         used by this group.
16442         (gnus-cache-possibly-enter-article): Use
16443         gnus-cache-update-file-total-fetched-for to increment disk space
16444         used by this group.
16445         (gnus-cache-possibly-remove-article): Use
16446         gnus-cache-update-file-total-fetched-for to decrement disk space
16447         used by this group.
16448         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16449         (gnus-cache-rename-group): New function.
16450         (gnus-cache-delete-group): New function.
16451         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16452         (gnus-cache-need-update-total-fetched-for): New variable.
16453         (gnus-cache-with-refreshed-group): New macro.
16454         (gnus-cache-update-file-total-fetched-for): New function.
16455         (gnus-cache-update-overview-total-fetched-for): New function.
16456         (gnus-cache-rename-group-total-fetched-for): New function.
16457         (gnus-cache-delete-group-total-fetched-for): New function.
16458         (gnus-cache-total-fetched-for): New function.
16459
16460         * gnus-group.el: Require gnus-sum and autoload functions to
16461         resolve warnings when gnus-group.el compiled alone.
16462         (gnus-group-line-format): Documented new %F.
16463         (size of Fetched data) group line format; identifies disk space
16464         used by agent and cache.
16465         (gnus-group-line-format-alist): Defined new F format.
16466         (gnus-total-fetched-for): New function.
16467         (gnus-group-delete-group): No longer update
16468         gnus-cache-active-altered as gnus-request-delete-group now keeps
16469         the cache in sync.
16470         (gnus-group-list-active): Let the agent store a server's active
16471         list if currently plugged.
16472
16473         * gnus-int.el (gnus-request-delete-group):
16474         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16475         local disk in sync with the server.
16476         (gnus-request-rename-group):
16477         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16478         local disk in sync with the server.
16479
16480         * gnus-start.el (gnus-get-unread-articles):
16481         Cosmetic simplification to logic.
16482
16483         * gnus-util.el (gnus-rename-file): New function.
16484
16485 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16486
16487         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16488
16489 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16490
16491         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16492         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16493
16494 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16495
16496         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16497         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16498
16499 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16500
16501         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16502
16503 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16504
16505         * spam.el (spam-set-difference): Add function to replace
16506         gnus-set-difference in spam.el.
16507         (spam-summary-prepare-exit): Use spam-set-difference.
16508
16509 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16510
16511         * gnus-registry.el (gnus-registry-cache-file): Update to use
16512         gnus-dribble-directory OR gnus-home-directory OR ~.
16513         (gnus-registry-split-fancy-with-parent): Fix doc.
16514
16515 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * message.el (message-exchange-point-and-mark): Use
16518         message-mark-active-p.  Suggested by Jesper Harder
16519         <harder@ifa.au.dk>.
16520
16521 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * message.el (message-exchange-point-and-mark): Don't activate
16524         region if it was inactive.  Suggested by Hiroshi Fujishima
16525         <pooh@nature.tsukuba.ac.jp>.
16526
16527 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * gnus-art.el (article-display-face): Display Faces in the same
16530         order as X-Faces.
16531
16532 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16535
16536 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16539         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16540         (gnus-article-mime-hierarchy): Remove.
16541         (gnus-article-mime-hierarchy-next): Remove.
16542         (gnus-article-mode): Revert 2004-03-19 change.
16543         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16544         (gnus-insert-mime-button): Revert 2004-03-19 change.
16545         (gnus-mime-accumulate-hierarchy): Remove.
16546         (gnus-mime-enter-multipart): Remove.
16547         (gnus-mime-leave-multipart): Remove.
16548         (gnus-mime-display-part): Revert 2004-03-19 change.
16549         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16550
16551         * mml.el (mml-preview): Revert 2004-03-19 change.
16552
16553 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16554
16555         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16556
16557 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16560         t while entering a file name using the mm-with-multibyte macro.
16561         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16562
16563         * mm-util.el (mm-with-multibyte): New macro.
16564
16565 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16568         user option.
16569         (gnus-mime-multipart-functions): Doc and customization fix.
16570         (gnus-article-mime-hierarchy): New variable.
16571         (gnus-article-mime-hierarchy-next): New variable.
16572         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16573         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16574         gnus-article-mime-hierarchy-next to nil.
16575         (gnus-insert-mime-button): Show hierarchy numbers.
16576         (gnus-mime-accumulate-hierarchy): New function.
16577         (gnus-mime-enter-multipart): New function.
16578         (gnus-mime-leave-multipart): New function.
16579         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16580         (gnus-mime-display-alternative): Show hierarchy numbers.
16581
16582         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16583         gnus-article-mime-hierarchy-next to nil.
16584
16585 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16586
16587         * dns.el: Don't require gnus-xmas.
16588
16589 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16590
16591         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16592         inline PGP.
16593         (mml-menu): Disable mml-quote-region if mark is inactive.
16594
16595 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16598         when the group's active is not available.
16599
16600 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16603         error.
16604
16605 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16606
16607         * imap.el (imap-store-password): New variable.
16608         (imap-interactive-login): Use it.
16609         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16610
16611 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16614         window-start and hscroll to summary window.
16615
16616 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16617
16618         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16619         conversion message to newsrc-dribble when an actual conversion is
16620         performed.
16621
16622 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16623
16624         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16625
16626 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16627
16628         * mm-decode.el (mm-complicated-handles): New function reviving
16629         former definition of mm-multiple-handles.
16630
16631         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16632         (gnus-mime-delete-part): Use it.
16633
16634 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16635
16636         * gnus-agent.el (gnus-agent-read-local): Bind
16637         nnheader-file-coding-system to gnus-agent-file-coding-system to
16638         avoid the implicit assumption that they will always be equal.
16639         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16640         coding-system-for-write, as the with-temp-file macro first prints
16641         to a buffer then saves the buffer.
16642
16643 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * gnus-art.el (gnus-article-edit-part): New function.
16646         (gnus-mime-save-part-and-strip): Use it; do query instead of
16647         signaling an error; don't use mm-multiple-handles.
16648         (gnus-mime-delete-part): Ditto.
16649
16650 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16651
16652         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16653         old file versions.
16654         (gnus-group-prepare-hook): Removed function that converted list
16655         form of gnus-agent-expire-days to group properties.
16656
16657         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16658         (gnus-request-accept-article): Re-indented.
16659
16660         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16661         converters to handle old agent file formats.  Added logic for a
16662         "backup before upgrading warning".
16663         (gnus-convert-mark-converter-prompt): Developers can mark
16664         functions as needing (default), or not needing,
16665         gnus-convert-old-newsrc's "backup before upgrading warning".
16666         (gnus-convert-converter-needs-prompt): Tests whether the user
16667         should be protected from potentially irreversable changes by the
16668         function.
16669
16670         * legacy-gnus-agent.el: New.  Provides converters that are only
16671         loaded when gnus-convert-old-newsrc needs to call them.
16672
16673 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * mail-source.el (mail-source-touch-pop): Doc fix.
16676
16677         * message.el (message-smtpmail-send-it): Doc fix.
16678
16679 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16680
16681         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16682
16683         * nnmail.el (nnmail-split-fancy): do.
16684
16685         * gnus-kill.el (gnus-kill, gnus-execute): do.
16686
16687 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16688
16689         * gnus-sum.el (gnus-widget-reversible-match)
16690         (gnus-widget-reversible-to-internal)
16691         (gnus-widget-reversible-to-external): New functions.
16692         (gnus-widget-reversible): New widget.
16693         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16694
16695 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16696
16697         * gnus-sum.el (gnus-thread-sort-functions)
16698         (gnus-article-sort-functions): Document `(not F)' items.
16699
16700 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16701
16702         * spam.el (spam-use-gmane-xref): Add new backend.
16703         (spam-gmane-xref-spam-group): Add variable to control the name of the
16704         Gmane spam group.
16705         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16706         (spam-regex-headers-spam, spam-regex-headers-ham)
16707         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16708         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16709         backends and checks.
16710         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16711
16712         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16713         an autodetect method.
16714
16715 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16716
16717         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16718         articles are being added to a group.
16719         (gnus-request-replace-article): Inform the agent that articles
16720         need to be uncached as the cached contents are no longer valid.
16721
16722 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16723
16724         * binhex.el: Don't autoload executable-find.
16725
16726         * canlock.el: Don't autoload mail-fetch-field.
16727
16728         * dgnushack.el: Autoload c-mode for XEmacs.
16729
16730         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16731
16732         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16733         rmail-dont-reply-to and rmail-output.
16734
16735         * gnus-score.el: Don't autoload ffap-string-at-point.
16736
16737         * gnus-setup.el: Don't autoload sc-cite-original.
16738
16739         * imap.el: Don't autoload base64-decode-string,
16740         base64-encode-string and md5.
16741
16742         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16743         and rmail-msg-restore-non-pruned-header.
16744
16745         * mm-decode.el: Don't autoload executable-find.
16746
16747         * mm-url.el: Don't autoload executable-find.
16748
16749         * mm-view.el: Don't autoload diff-mode.
16750
16751         * nndb.el: Don't autoload news-reply-mode, news-setup,
16752         cancel-timer and telnet.
16753
16754         * password.el: Don't autoload run-at-time for Emacs.
16755
16756         * sha1-el.el: Don't autoload executable-find.
16757
16758         * sieve-mode.el: Don't autoload c-mode.
16759
16760         * uudecode.el: Don't autoload executable-find.
16761
16762 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16763
16764         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16765         (gnus-agent-possibly-alter-active): Avoid null in numeric
16766         comparison.
16767         (gnus-agent-set-local): Refuse to save null in local object table.
16768         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16769         list of articles that will be marked as unread.
16770
16771 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16774
16775 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16776
16777         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16778         language tags.
16779
16780 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16781
16782         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16783         Don't bind "obarray".
16784
16785         * gnus-sum.el (gnus-thread-sort-functions): Added
16786         `gnus-thread-sort-by-most-recent-number' and
16787         `gnus-thread-sort-by-most-recent-date'.
16788         Reported by Kai Grossjohann <kai@emptydomain.de>.
16789
16790 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16793
16794 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16795
16796         * gnus-cus.el (gnus-agent-customize-category): Removed
16797         ignore-errors macro reference that required cl to be loaded at
16798         run-time.
16799
16800         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16801         single-interval range of the form (min . max).  Previously the
16802         range had to look like ((min . max)).  Likewise, return
16803         (min . max) rather than ((min . max)).
16804         (gnus-range-map): Use gnus-range-normalize to accept
16805         single-interval range.
16806
16807         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16808         the cache, but not the agent, now appear with their usual face.
16809
16810         * dgnushack.el (loaddir): New variable that is bound to the
16811         directory containing the dgnushack.el file. Use loaddir, rather
16812         than srcdir, to update load-path. Change lets dgnushack compile
16813         code in directories other than GNUS/lisp.
16814
16815 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * lpath.el: Don't bind w3m-safe-url-regexp.
16818
16819         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16820         w3m-safe-url-regexp variable buffer-local.
16821
16822         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16823
16824 2004-02-27  Simon Josefsson  <jas@extundo.com>
16825
16826         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16827         gnus-group-real-prefix.
16828         (gnus-summary-move-article): Use it, instead of
16829         gnus-group-real-prefix.
16830
16831 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * lpath.el: Bind w3m-safe-url-regexp.
16834
16835         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16836         w3m-safe-url-regexp variable buffer-local and set it as the value
16837         of mm-w3m-safe-url-regexp.
16838
16839         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16840
16841         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16842         parsing gnus-posting-styles when the message is not for replying.
16843
16844         * dgnushack.el: Autoload sgml-mode for XEmacs.
16845
16846         * nnrss.el (nnrss-opml-export): Use
16847         mm-set-buffer-file-coding-system instead of
16848         set-buffer-file-coding-system.
16849
16850 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16851
16852         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16853         of checkdoc.el).
16854         * nnrss.el: do.
16855         * gnus-mlspl.el: do.
16856         * gnus-ml.el: do.
16857         * gnus-srvr.el: do.
16858
16859         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16860
16861 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16862
16863         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16864         Corrections to custom-manual links.
16865
16866         * gnus-art.el (gnus-article): Ditto.
16867
16868         * mm-decode.el (mime-display, mime-security): Ditto.
16869
16870 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16871
16872         * flow-fill.el: Typo.
16873
16874 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16875
16876         * spam-wash.el: New file.
16877
16878 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16879
16880         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16881
16882 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16883
16884         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16885         to be run with new-articles as LIST1, not LIST2.
16886         (spam-registration-functions): Add spam-use-ham-copy as a nil
16887         registration backend.
16888
16889 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16890
16891         * spam-stat.el (spam-stat-washing-hook): New option.
16892         (spam-stat-buffer-words): Use it.
16893         (spam-stat-process-directory, spam-stat-test-directory): Use
16894         insert-file-contents-literally.
16895         (spam-stat-coding-system): New variable.
16896         (spam-stat-load, spam-stat-save): Use it.
16897
16898 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * spam-report.el (spam-report-plug-agent): Quote
16901         spam-report-url-to-file and spam-report-url-ping-plain.
16902
16903 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16904
16905         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16906         / in mailto URLs.
16907
16908 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16909
16910         * spam-report.el (spam-report-process-queue): Fix interactive use.
16911         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16912         (spam-report-unplug-agent): Doc fixes.
16913         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16914         (spam-report-agentize, spam-report-deagentize): Autoload.
16915
16916 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16919
16920         * message.el (message-setup-fill-variables): Add mml tags to
16921         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16922         <ajk@iu.edu>.
16923         (message-mode): Don't modify paragraph-separate there.
16924
16925 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * compface.el (uncompface-use-external): Default to undecided.
16928         (uncompface-use-external-threshold): New variable.
16929         (uncompface-float-time): New macro.
16930         (uncompface): Determine whether to use the external decoder if
16931         uncompface-use-external is undecided.
16932
16933 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16934
16935         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16936         after images.
16937
16938         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16939
16940 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16941
16942         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16943
16944         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16945
16946         * gnus-sum.el (gnus-summary-limit-to-age)
16947         (gnus-summary-limit-children): do.
16948
16949         * gnus-int.el (gnus-request-scan): do.
16950
16951         * gnus-group.el (gnus-group-suspend): do.
16952
16953         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16954
16955         * gnus-cite.el (gnus-cite-parse-attributions): do.
16956
16957         * gnus-agent.el (gnus-summary-set-agent-mark)
16958         (gnus-agent-regenerate-group): do.
16959
16960         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16961
16962         * binhex.el (binhex-decode-region-internal): do.
16963
16964 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * gnus-fun.el (gnus-face-properties-alist): New user option.
16967         (gnus-display-x-face-in-from): Use it.
16968
16969         * gnus-art.el (article-display-face): Ditto.
16970
16971         * compface.el (uncompface-use-external): Default to nil.
16972
16973 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16974
16975         * nntp.el (nntp-erase-buffer): New function.
16976         (nntp-retrieve-data, nntp-send-command)
16977         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16978         (nntp-possibly-change-group): Use it.
16979
16980         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16981         with-current-buffer.
16982
16983 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16984
16985         * compface.el: Merge the ELisp-based uncompface program.
16986         (compface): New customization group.
16987         (uncompface-use-external): New user option.
16988         (uncompface): Call uncompface-internal if uncompface-use-external
16989         is nil.
16990         (uncompface-internal): New function.  Note that there are also
16991         some other functions and variables added for this function.
16992
16993 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16994
16995         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16996         if necessary.
16997
16998 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16999
17000         * spam-report.el (spam-report-unplug-agent)
17001         (spam-report-plug-agent, spam-report-deagentize)
17002         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17003         Add support for the Agent in spam-report: when unplugged, report to a
17004         file; when plugged, submit all the requests.
17005
17006         * spam.el (spam-register-routine): Fix message about
17007         registration.
17008
17009 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17010
17011         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17012         dependencies.
17013         (rfc2047-encode): Use it.
17014
17015         * gnus-art.el (gnus-button-marker-list): Move before first
17016         reference.
17017
17018         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17019         (imap-parse-body): Fix format string mismatch.
17020
17021         * gnus-score.el (gnus-summary-increase-score): do.
17022
17023         * nnrss.el (nnrss-close): New function.
17024
17025 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17026
17027         * nnrss.el (nnrss-make-filename): New function.
17028         (nnrss-request-delete-group, nnrss-read-server-data)
17029         (nnrss-save-server-data, nnrss-read-group-data)
17030         (nnrss-save-group-data): Use it.
17031         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17032         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17033         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17034
17035 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17036
17037         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17038
17039 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17040
17041         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17042         files.
17043
17044         * message.el (message-generate-headers-first): Don't quote nil
17045         and t in docstrings.
17046
17047         * imap.el (imap-id): do.
17048
17049         * gnus-agent.el (gnus-agent-consider-all-articles)
17050         (gnus-agent-queue-mail): do.
17051
17052 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17053
17054         * spam-report.el (spam-report-process-queue): New function.
17055         Process requests from `spam-report-requests-file'.
17056         (spam-report-process-queue): Doc fix.
17057
17058 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17059
17060         * spam.el (spam-register-routine)
17061         (spam-log-processing-to-registry, spam-log-registered-p)
17062         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17063         Change "check" to "spam-check" for semi-clarity.
17064
17065 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17066
17067         * pop3.el: Require nnheader.
17068
17069         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17070
17071         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17072
17073         * gnus-picon.el: Require cl.
17074
17075         * gnus-fun.el: Require gnus-ems and gnus-util.
17076
17077         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17078
17079         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17080
17081         * gnus-art.el (gnus-article-edit-mode): Define before first
17082         reference.
17083
17084 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17085
17086         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17087         (gnus-uu-post-encoded): Use point-at-bol.
17088
17089         * gnus-topic.el (gnus-group-active-topic-p): do.
17090
17091         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17092
17093         * gnus-group.el (gnus-group-kill-region): do.
17094
17095         * gnus-art.el (article-date-ut): do.
17096
17097         * message.el (message-fetch-field): Remove redundant
17098         case-fold-search binding.
17099         (message-narrow-to-field): Simplify.
17100
17101 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17102
17103         * spam.el (spam-directory): Derive from `gnus-directory'.
17104
17105         * spam-report.el (spam-report-url-to-file)
17106         (spam-report-requests-file): New function and variable for offline
17107         reporting.
17108         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17109         and user defined function.
17110         (spam-report-url-ping-mm-url): Remove doubled slash.
17111
17112 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17113
17114         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17115
17116 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17117
17118         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17119         format string mismatch.
17120
17121         * sieve.el (sieve-deactivate-all): do.
17122
17123         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17124
17125         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17126
17127         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17128
17129         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17130
17131 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17132
17133         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17134         the list of checks.
17135
17136 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17137
17138         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17139         padding.
17140
17141 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17142
17143         * mm-view.el (mm-fill-flowed): New variable.
17144         (mm-inline-text): Use it.
17145
17146 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17147
17148         * spam.el (spam-spamassassin-register-ham-routine)
17149         (spam-spamassassin-register-spam-routine): Fix function names.
17150
17151 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus.el (gnus-tmp-grouplens): Remove.
17154         (gnus-summary-line-format): Remove grouplens.
17155
17156         * gnus-group.el (gnus-group-line-format): Ditto.
17157
17158         * gnus-spec.el (gnus-format-specs): Ditto.
17159         (gnus-update-format-specifications): Flush the group format spec
17160         cache if there's the grouplens stuff.
17161         (gnus-parse-simple-format): Replace %l with the empty string.
17162
17163 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17164
17165         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17166         omission.
17167
17168 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17169
17170         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17171         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17172
17173 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17174
17175         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17176         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17177         New macros and functions.
17178         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17179         Handle > NLINK_MAX messages.
17180         * nnmaildir.el (nnmaildir-request-set-mark): Use
17181         nnmaildir--emlink-p and nnmaildir--eexist-p.
17182
17183 2004-01-25  Alex Schroeder  <alex@gnu.org>
17184
17185         * spam-stat.el (spam-stat-process-directory-age): New option.
17186         (spam-stat-process-directory): Use it.
17187
17188 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17189
17190         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17191         (spam-stat-save): Accept prefix argument.
17192
17193 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17194
17195         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17196         links" error.
17197
17198 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17199
17200         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17201         the rest of the and/or forms.
17202
17203 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17204
17205         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17206         compatibility with old .newsrc.eld files.
17207
17208         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17209
17210         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17211
17212         * gnus-start.el (gnus-1): do.
17213
17214         * gnus-group.el (gnus-group-line-format-alist): do.
17215
17216         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17217
17218         * gnus-gl.el: Remove.
17219
17220 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17221
17222         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17223         marks consisting of a single range {for example, (3 . 5)} rather
17224         than a list of a single range { ((3 . 5)) }.
17225
17226 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17227
17228         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17229         with-current-buffer.
17230         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17231         avoid consing a string.
17232
17233         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17234         Remove obsolete entries for big5 and gb2312.
17235
17236 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17237
17238         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17239         uncompressed list.
17240
17241 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17242
17243         * spam-stat.el (spam-stat-strip-xref): New function.
17244         (spam-stat-process-directory): Use it.
17245
17246         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17247         here -- it's done in message-fetch-field.
17248
17249 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17250
17251         * gnus-agent.el (gnus-agent-queue-mail)
17252         (gnus-agent-prompt-send-queue): New variables.
17253         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17254         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17255         "nndraft:queue" along to gnus-draft-send.  Use
17256         gnus-agent-prompt-send-queue.
17257         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17258         is "nndraft:queue".  Suggested by Gaute Strokkenes
17259         <gs234@srcf.ucam.org>
17260
17261         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17262         (agent-enable-undownloaded-faces): Added.
17263         (gnus-agent-cat-groups): Use eval-and-compile, not
17264         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17265         method of gnus-agent-cat-groups even when the buffer has been
17266         evaled.
17267         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17268         delete gnus-agent-save-active-1.
17269         (gnus-agent-save-groups): Deleted.  Identical to
17270         gnus-agent-save-active.
17271         (gnus-agent-write-active): No longer adjust agent's copy of active
17272         file as agent's adjustments are now stored in their own
17273         file.  Removed optional parameter.
17274         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17275         servers.  Add use of min/max range limits from server's local
17276         file.
17277         (gnus-agent-save-alist): Removed unused optional argument.
17278         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17279         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17280         (gnus-agent-set-local): A per-server file that keeps min/max range
17281         limits for articles known to the agent.  Provides a fast mechanism
17282         for altering many active ranges.
17283         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17284         active file (local makes it unnecessary).
17285         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17286
17287         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17288         (agent-enable-undownloaded-faces): Added.
17289
17290         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17291         disable it when sending to "nndraft:queue".
17292         (gnus-group-send-queue): Add safety check to avoid sending queue
17293         when unplugged.
17294
17295         * gnus-group.el (gnus-group-catchup): Use new
17296         gnus-sequence-of-unread-articles, not
17297         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17298         numbers of articles.  Use gnus-range-map to avoid having to
17299         uncompress the unread list.
17300         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17301         Fixed invalid ange-ftp reference.
17302
17303         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17304         (gnus-sorted-range-intersection): Intersection of two ranges
17305         without requiring that they first be uncompressed.
17306
17307         * gnus-start.el (gnus-activate-group): Unless blocked by the
17308         caller, possibly expand the active range to include both cached
17309         and agentized articles.
17310         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17311         multiple version-dependent converters.
17312         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17313         gnus-agent-save-active.
17314         (gnus-save-newsrc-file): Save dirty agent range limits.
17315
17316         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17317         gnus-agent-possibly-alter-active.
17318         (gnus-adjust-marked-articles): Faster handling of simple lists.
17319
17320 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17321
17322         * spam-stat.el (spam-stat-test-directory): New optional argument
17323         displays a list of files detected.  Suggested by Andrew Cohen
17324         <cohen@andy.bu.edu>.
17325         (spam-stat-buffer-words-with-scores): Don't narrow and change
17326         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17327
17328 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17329
17330         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17331         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17332         (spam-spamassassin-arguments)
17333         (spam-spamassassin-spam-flag-header)
17334         (spam-spamassassin-positive-spam-flag-header)
17335         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17336         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17337         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17338         (spam-list-of-processors, spam-list-of-checks)
17339         (spam-list-of-statistical-checks, spam-registration-functions)
17340         (spam-check-spamassassin-headers, spam-check-spamassassin)
17341         (spam-spamassassin-score)
17342         (spam-spamassassin-register-with-sa-learn)
17343         (spam-spamassassin-register-spam-routine)
17344         (spam-spamassassin-register-ham-routine)
17345         (spam-assassin-register-spam-routine)
17346         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17347         (spam-bogofilter-score): Fix to show article before scoring.
17348
17349 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17350
17351         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17352         default scoring function.
17353         (spam-generic-score): Call spam-spamassassin-score if
17354         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17355         spam-bogofilter-score otherwise.
17356
17357         * gnus.el (spam-process, spam-autodetect-methods): Add
17358         spamassassin and spamassassin-headers.
17359
17360 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17361
17362         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17363         Suppress unnecessary messages.
17364
17365 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17366
17367         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17368         make-hash-table.
17369
17370 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * canlock.el (base64-encode-string): Don't autoload it.
17373
17374 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * run-at-time.el: Remove useless (require 'itimer),
17377         eval-and-compile and (featurep 'xemacs).
17378
17379 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17380
17381         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17382         GROUP is a virtual group.
17383
17384 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17385
17386         * gnus.el: Autoload `message-y-or-n-p'.
17387
17388 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17389
17390         * pgg-parse.el: Remove unnecessary (require 'custom).
17391
17392         * pgg-def.el: do.
17393
17394         * nnmail.el: do.
17395
17396         * gnus-undo.el: do.
17397
17398         * gnus-picon.el: do.
17399
17400         * gnus-util.el: do.
17401
17402 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17403
17404         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17405
17406 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17407
17408         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17409         handle, as well as a list.
17410
17411         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17412         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17413         (mm-w3m-cid-retrieve): Simplify.
17414
17415 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17416
17417         * message.el (message-kill-to-signature): Allow prefix arg to
17418         specify number of lines to keep before signature.
17419
17420 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17421
17422         * message.el (message-kill-to-signature): Change docstring.
17423
17424 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * canlock.el: Always require sha1-el.
17427         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17428
17429         * message.el: Autoload sha1 only when compiling.
17430
17431         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17432         eudc-expand-inline for XEmacs.
17433
17434 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * message.el (message-canlock-generate): Require sha1-el.
17437
17438 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17439
17440         * message.el (message-expand-name): Silence the byte compiler.
17441
17442         * lpath.el: Add detect-coding-system.
17443
17444         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17445         cus-edit.
17446
17447 2004-01-13  Simon Josefsson  <jas@extundo.com>
17448
17449         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17450         Invoke gnus-score-mode.  Reported by
17451         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17452
17453         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17454         Jim Blandy <jimb@redhat.com> (tiny change).
17455
17456 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17457
17458         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17459
17460 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17461
17462         * spam.el (spam-get-article-as-string): Update to use
17463         gnus-request-article-this-buffer, much simpler.
17464         (spam-get-article-as-buffer): Remove.
17465
17466 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17467
17468         * message.el (message-expand-name): Use EUDC if the user uses that.
17469
17470 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17471
17472         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17473         character for the encoding to avoid consing a string.
17474
17475         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17476         unnecessarily.
17477
17478         * mm-util.el (mm-replace-chars-in-string): Remove.
17479
17480         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17481         of mm-replace-chars-in-string.
17482
17483 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17484
17485         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17486
17487         * mm-util.el (mm-subst-char-in-string): Support inplace.
17488
17489         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17490         a new string in every iteration.  Use shy groups.
17491
17492 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17493
17494         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17495         * gnus-soup.el (gnus-soup-group-brew):
17496         * gnus-msg.el (gnus-put-message):
17497         * gnus-move.el (gnus-group-move-group-to-server):
17498         * gnus-kill.el (gnus-batch-score):
17499         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17500         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17501         (gnus-group-update-group, gnus-group-read-group)
17502         (gnus-group-make-group, gnus-group-make-help-group)
17503         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17504         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17505         (gnus-group-sort-by-unread, gnus-group-catchup)
17506         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17507         (gnus-group-yank-group, gnus-group-set-info)
17508         (gnus-group-list-groups):
17509         * gnus.el (gnus-generate-new-group-name):
17510         * gnus-delay.el (gnus-delay-send-queue):
17511         * nnvirtual.el (nnvirtual-catchup-group):
17512         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17513         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17514         (gnus-group-prepare-topics, gnus-topic-check-topology):
17515         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17516         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17517         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17518         (gnus-group-make-articles-read):
17519         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17520         (gnus-group-change-level, gnus-kill-newsgroup)
17521         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17522         (gnus-get-unread-articles, gnus-make-articles-unread)
17523         (gnus-make-ascending-articles-unread): Use accessor
17524         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17525         to get group information for improved readability.
17526
17527
17528 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * gnus-art.el (article-decode-mime-words, article-babel)
17531         (gnus-article-highlight-signature, gnus-article-add-buttons)
17532         (gnus-signature-toggle): Use gnus-with-article-buffer.
17533
17534         * gnus-art.el (gnus-article-highlight-headers)
17535         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17536
17537         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17538         (gnus-article-set-globals, gnus-request-article-this-buffer)
17539         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17540         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17541         (gnus-mime-display-alternative): Use with-current-buffer.
17542
17543 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17544
17545         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17546         also under 80 char limit, and call gnus-error if needed.
17547         (spam-fetch-article-header): Fix - it was a
17548         buffer-local variable (gnus-newsgroup-data).
17549         (spam-find-spam): Use spam-generate-fake-headers, forget about
17550         spam-insert-fake-headers.
17551         (spam-insert-fake-headers): Remove.
17552
17553 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17554
17555         * deuglify.el (gnus-article-outlook-unwrap-lines)
17556         (gnus-outlook-rearrange-article)
17557         (gnus-outlook-repair-attribution-outlook)
17558         (gnus-outlook-repair-attribution-block)
17559         (gnus-outlook-repair-attribution-other): Remove redundant
17560         save-excursion.
17561
17562 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17563
17564         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17565         (spam-fetch-field-subject-fast)
17566         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17567         (spam-fetch-article-header): Add functions to deal with Gnus
17568         internals for fast retrieval of article header data.
17569         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17570
17571 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17572
17573         * pop3.el (pop3-md5): Remove.
17574         (pop3-apop): Replace pop3-md5 with md5.
17575
17576         * mm-bodies.el: base64 is always built-in.
17577
17578         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17579         with-current-buffer.
17580
17581 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * canlock.el (canlock-insert-header): Remove excessive grouping in
17584         regexp.
17585
17586         * gnus-sum.el (gnus-summary-read-document): Ditto.
17587
17588         * gnus-uu.el (gnus-uu-part-number): Ditto.
17589
17590         * html2text.el (html2text-remove-tags): Ditto.
17591         (html2text-format-tags): Ditto.
17592         (html2text-format-single-elements): Ditto.
17593
17594         * mml.el (mml-parse-1): Ditto.
17595
17596 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17597
17598         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17599
17600         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17601
17602         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17603
17604         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17605
17606 2003-11-15  Simon Josefsson  <jas@extundo.com>
17607
17608         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17609         (pgg-gpg-lookup-key): Use regexp match instead of
17610         split-string (split-string is different between emacs 21.2 and
17611         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17612
17613 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17614
17615         * gnus-art.el (gnus-mime-view-all-parts)
17616         (gnus-article-part-wrapper, gnus-article-view-part): Use
17617         with-current-buffer.
17618
17619 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17620
17621         * spam.el (spam-disable-spam-split-during-ham-respool)
17622         (spam-spamoracle-database, spam-cache-lookups)
17623         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17624         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17625         (spam-group-ham-marks, spam-group-spam-marks)
17626         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17627         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17628         also add spam-use-blackholes to the statistical checks.
17629         (spam-fetch-field-fast): Add interface to fetching fields, may
17630         become a macro.
17631         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17632         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17633         (spam-insert-fake-headers): Fake an article when needed.
17634         (spam-find-spam): Fake article when possible.
17635         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17636         (spam-check-bogofilter-headers): Use message-fetch-field instead
17637         of nnmail-fetch-field.
17638
17639 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17640
17641         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17642
17643 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17644
17645         * spam.el (spam-split): Do not require spam-use-CHECK to be
17646         enabled if that check is passed to spam-split explicitly; also
17647         fix so 'spam doesn't get converted to spam-split-group when
17648         spam-split-symbolic-return is t.
17649         (spam-find-spam): Find registrations of the article and use those
17650         instead of re-running spam-split to find the spam/ham
17651         classification of the article.
17652         (spam-log-processing-to-registry, spam-log-registered-p)
17653         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17654         Use gnus-error instead of gnus-message.
17655         (spam-log-registration-type): Add function to determine the
17656         classification of a message based on registry entries; will
17657         return nil if both 'spam and 'ham are found.
17658         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17659         a reasonably fast local cache without the loading errors.
17660         (spam-cache-lookups): Set to t by default.
17661         (spam-find-spam): Don't try to guess spam-cache-lookups.
17662         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17663         spam-caches entry.
17664         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17665         caching of whitelist/blacklist entries.
17666         (spam-check-whitelist, spam-check-blacklist): Invoke
17667         spam-from-listed-p with a type, not a cache variable.
17668         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17669
17670 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17671
17672         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17673
17674         * nnmail.el (nnmail-split-fancy): do.
17675
17676         * mml.el (mml-parse): do.
17677
17678         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17679         (gnus-score-adaptive): do.
17680
17681 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17684         (gnus-mime-button-map): Don't set keymap parent.
17685         (gnus-button-ctan-directory-regexp): Use shy grouping.
17686         (gnus-prev-page-map): Don't set keymap parent.
17687         (gnus-prev-page-map): Remove duplicated one.
17688         (gnus-next-page-map): Don't set keymap parent.
17689         (gnus-mime-security-button-map): Ditto.
17690
17691         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17692         version number.
17693
17694         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17695
17696 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * canlock.el (canlock-sha1-function): Remove.
17699         (canlock-sha1-function-for-verify): Remove.
17700         (canlock-openssl-program): Remove.
17701         (canlock-openssl-args): Remove.
17702         (canlock-ignore-errors): Remove.
17703         (canlock-sha1-with-openssl): Remove.
17704         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17705         (canlock-verify): Don't use canlock-ignore-errors.
17706
17707         * sha1-el.el (sha1-string-external): Make it can return a string
17708         in binary form.
17709         (sha1-region-external): Ditto.
17710         (sha1-string-internal): Ditto.
17711         (sha1-region-internal): Ditto.
17712         (sha1-region): Ditto.
17713         (sha1-string): Ditto.
17714         (sha1): Ditto.
17715
17716 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17717
17718         * spam.el (spam-report-articles-gmane): New command.
17719
17720 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17723
17724         * run-at-time.el (run-at-time-saved): Remove.
17725         (run-at-time): Doc fix.
17726
17727 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17728
17729         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17730         (gnus-summary-limit-map): Add it.
17731         (gnus-summary-make-menu-bar): do.
17732
17733 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17734
17735         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17736         Make attempt at some caching support (done for BBDB only now).
17737         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17738         addresses to be checked.
17739         (spam-clear-cache-BBDB): Add function, to be invoked by
17740         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17741         (spam-check-BBDB): Check and use the caches, if
17742         spam-cache-lookups is on, remove superfluous (provide).
17743
17744 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17745
17746         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17747
17748 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17749
17750         * run-at-time.el (run-at-time-saved): Move to after the definition
17751         of `run-at-time'.
17752
17753         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17754
17755 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17758         mm-w3m-local-map-property.
17759
17760         * mm-view.el (mm-w3m-mode-map): Remove.
17761         (mm-w3m-local-map-property): Remove.
17762         (mm-inline-text-html-render-with-w3m): Don't use
17763         mm-w3m-local-map-property.
17764
17765 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17766
17767         * run-at-time.el: New file.
17768
17769         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17770         under Emacs.
17771
17772         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17773         of gnus-set-text-properties.
17774
17775         * gnus-uu.el (gnus-uu-save-article): Ditto.
17776
17777         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17778
17779         * gnus-cite.el (gnus-cite-parse): Ditto.
17780
17781         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17782         of gnus-.
17783
17784         * gnus-xmas.el (run-at-time): Require run-at-time.
17785
17786         * gnus.el: Changed calls to nnheader-run-at-time and
17787         password-run-at-time throughout to use run-at-time directly.
17788
17789         * password.el: Removed definition of run-at-time.
17790
17791         * nnheaderxm.el: Remove definition of run-at-time.
17792
17793 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17794
17795         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17796         in prompt.
17797
17798 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17799
17800         * messagexmas.el (message-xmas-redefine): Alias
17801         `message-make-caesar-translation-table' to
17802         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17803         version.
17804
17805         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17806         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17807         `gnus-xmas-set-text-properties'.
17808         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17809         `gnus-xmas-completing-read'.
17810         (gnus-xmas-completing-read): Removed.
17811         (gnus-xmas-open-network-stream): Removed.
17812
17813         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17814         XEmacs version.
17815
17816         * dns.el (dns-make-network-process): Use `open-network-stream'
17817         instead of `gnus-xmas-open-network-stream'.
17818
17819         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17820
17821         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17822
17823 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17824
17825         * gnus-art.el (gnus-mime-display-alternative)
17826         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17827         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17828         Don't use gnus-local-map-property.
17829
17830         * gnus-util.el (gnus-local-map-property): Remove.
17831
17832         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17833         gnus-completing-read-maybe-default with completing-read.
17834
17835         * gnus-util.el (gnus-completing-read): do.
17836         (gnus-completing-read-maybe-default): Remove.
17837
17838 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17839
17840         * password.el: Only autoload `run-at-time' if not XEmacs.
17841         Only autoload the itimer functions if XEmacs.
17842
17843 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17844
17845         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17846         XEmacsen.
17847
17848         * dgnushack.el: Autoload executable-find for XEmacs.
17849
17850 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17851
17852         * gnus-art.el (gnus-read-string): Remove.
17853         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17854         read-string.
17855
17856 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17857
17858         * netrc.el: Autoload password-read.
17859         (netrc): Add configuration group.
17860         (netrc-encoding-method, netrc-openssl-path): Add
17861         variables for encoding and decoding of files with symmetric
17862         ciphers.
17863         (netrc-encode): Add assistant function to encode a file with
17864         netrc-encoding-method.
17865         (netrc-parse): Add interactive parameter, added optional
17866         decoding if netrc-encoding-method is non-nil but otherwise
17867         behavior is standard.
17868         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17869         Do s/encode/encrypt/ everywhere.
17870
17871         * spam.el: Remove executable-find autoload.
17872
17873 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17874
17875         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17876
17877         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17878
17879 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17880
17881         * gnus-art.el (gnus-treat-ansi-sequences)
17882         (article-treat-ansi-sequences): New variable and function.
17883         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17884
17885         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17886         Use it.
17887
17888 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17889
17890         * mm-util.el (mm-quote-arg): Remove.
17891
17892         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17893         shell-quote-argument.
17894
17895         * gnus-uu.el (gnus-uu-command): do.
17896
17897         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17898
17899         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17900         with make-char.
17901
17902         * mm-util.el (mm-make-char): Remove.
17903
17904         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17905         add-minor-mode.
17906
17907         * gnus-undo.el (gnus-undo-mode): do.
17908
17909         * gnus-topic.el (gnus-topic-mode): do.
17910
17911         * gnus-sum.el (gnus-dead-summary-mode): do.
17912
17913         * gnus-start.el (gnus-slave-mode): do.
17914
17915         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17916
17917         * gnus-ml.el (gnus-mailing-list-mode): do.
17918
17919         * gnus-gl.el (gnus-grouplens-mode): do.
17920
17921         * gnus-draft.el (gnus-draft-mode): do.
17922
17923         * gnus-dired.el (gnus-dired-mode): do.
17924
17925         * gnus-ems.el (gnus-add-minor-mode): Remove.
17926
17927         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17928         Replace gnus-char-width with char-width.
17929
17930         * gnus-ems.el (gnus-char-width): Remove.
17931
17932         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17933         Replace gnus-char-width with char-width.
17934
17935         * gnus-ems.el (gnus-char-width): Remove.
17936
17937         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17938         definition.
17939         Remove Emacs 20 hash table compatibility code.
17940
17941         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17942         20 compatibility code.
17943
17944         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17945
17946         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17947
17948         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17949         with point-at-{eol,bol}.
17950
17951         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17952
17953         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17954
17955         * flow-fill.el (fill-flowed-point-at-bol)
17956         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17957
17958         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17959         Replace with point-at-{eol,bol} throughout all files.
17960
17961 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * ntlm.el (ntlm-string-as-unibyte): New macro.
17964         (ntlm-build-auth-response): Use it.
17965
17966         Remove Emacs 20 stuff:
17967         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17968         (butlast, mapc, remove): Remove the compiler macros.
17969         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17970         of delq and copy-sequence.
17971         * gnus-art.el (popup-menu): Remove the compiler macro.
17972         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17973         Emacs 20.
17974
17975 2004-01-05  Simon Josefsson  <jas@extundo.com>
17976
17977         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17978         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17979         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17980         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17981         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17982         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17983         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17984         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17985         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17986         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17987         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17988         string-xor into ntlm-string-xor.  Suggested by
17989         Jesper Harder <harder@myrealbox.com>.
17990
17991         * ntlm.el: Don't include poem.
17992
17993         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17994         Jesper Harder <harder@myrealbox.com>.
17995
17996         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17997
17998         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17999         probably breaks emacs with DL patch, but do we care? Is anyone
18000         still using the DL stuff?)
18001
18002         * sieve-manage.el: Use the password package.
18003         (sieve-manage-read-passwd): Remove.
18004         (sieve-manage-interactive-login): Use password.  Re-add
18005         condition-case around loop.
18006
18007         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18008         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18009         the password package.
18010
18011 2003-02-19  Simon Josefsson  <jas@extundo.com>
18012
18013         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18014         token.
18015
18016 2002-08-07  Simon Josefsson  <jas@extundo.com>
18017
18018         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18019         (sieve-manage-authenticators):
18020         (sieve-manage-authenticator-alist): Add some SASL mechs.
18021         (sieve-sasl-auth): New function.
18022         (sieve-manage-cram-md5-auth):
18023         (sieve-manage-plain-auth): Rewrite using SASL library.
18024         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18025         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18026         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18027         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18028
18029 2004-01-05  Simon Josefsson  <jas@extundo.com>
18030
18031         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18032         New files.
18033
18034 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18035
18036         * gnus-group.el (gnus-no-groups-message): Update.
18037
18038         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18039
18040 2003-11-09  Simon Josefsson  <jas@extundo.com>
18041
18042         * imap.el: Support for ID IMAP extension (RFC 2971).
18043         (imap-local-variables): Add imap-id.
18044         (imap-id): New variable.
18045         (imap-id): New function.
18046         (imap-parse-response): Parse untagged ID response.
18047         * nnimap.el (nnimap-id): New variable.
18048         (nnimap-open-connection): Use it.
18049
18050 2003-12-28  Simon Josefsson  <jas@extundo.com>
18051
18052         * gnus-score.el (gnus-score-edit-all-score): New.
18053         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18054
18055 2004-01-04  Simon Josefsson  <jas@extundo.com>
18056
18057         * password.el: Add.
18058
18059 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18060
18061         * dns.el (dns-query-types): Fix typo.
18062         (dns-query-types): New function.
18063         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18064         PTR and SOA replies, see RFC 1035.
18065
18066 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18067
18068         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18069
18070         * Moved to Changelog.2.
18071
18072 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18073
18074         * gnus.el (gnus-version-number): Bump version.
18075
18076 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18077
18078         * gnus.el: No Gnus v0.1 is released.
18079
18080 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18081
18082         * gnus.el: No Gnus v0.0 is released.
18083
18084 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18085
18086         * gnus.el (gnus-version-number): Bump.
18087         (gnus-version): No.
18088
18089 See ChangeLog.2 for earlier changes.
18090
18091     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18092       Free Software Foundation, Inc.
18093
18094   This file is part of GNU Emacs.
18095
18096   GNU Emacs is free software: you can redistribute it and/or modify
18097   it under the terms of the GNU General Public License as published by
18098   the Free Software Foundation, either version 3 of the License, or
18099   (at your option) any later version.
18100
18101   GNU Emacs is distributed in the hope that it will be useful,
18102   but WITHOUT ANY WARRANTY; without even the implied warranty of
18103   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18104   GNU General Public License for more details.
18105
18106   You should have received a copy of the GNU General Public License
18107   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18108
18109 ;; Local Variables:
18110 ;; coding: utf-8
18111 ;; fill-column: 79
18112 ;; add-log-time-zone-rule: t
18113 ;; End: