bdf679b69bfff61877625eb5f5ad267b1deba685
[gnus] / lisp / ChangeLog
1 2010-10-13  Julien Danjou  <julien@danjou.info>
2
3         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4         responses.
5
6 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9
10         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
11         anything in Emacs.
12
13         * shr.el (shr-current-column): Remove buggy and unnecessary function.
14
15 2010-10-13  Julien Danjou  <julien@danjou.info>
16
17         * shr.el (shr-width): Make shr-width a defcustom with default to
18         fill-column.
19         (shr-tag-img): Use shr-width rather than fill-column.
20
21 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * dgnushack.el (byte-optimize-apply)
24         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
25
26         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
27         position when (X-)Faces exist.
28         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
29         avatars when called interactively.
30
31 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
34         gnus-article-x-face-too-ugly is bound.
35
36 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
39
40         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
41         mailbox that doesn't exist.
42
43 2010-10-12  Julien Danjou  <julien@danjou.info>
44
45         * shr.el (shr-tag-img): Encode URL properly when retrieving.
46         (shr-get-image-data): Encode URL properly when fetching from cache.
47         (shr-tag-img): Use aligned-to spaces to align correctly images.
48
49         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
50         before inserting the Gravatar.
51
52         * shr.el (shr-tag-img): Add align attribute support for <img>.
53
54 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * gnus-gravatar.el (gnus-art): Required.
57
58         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
59         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
60         Remove long obsoleted functions.
61
62 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
65
66         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
67
68         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
69         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
70         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
71         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
72         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
73         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
74         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
75
76 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * nnimap.el (nnimap-request-rename-group): Select group read-only
79         before renaming it.
80
81         * shr.el (shr-insert): Fix up the white space only regexp.
82
83         * nnimap.el (nnimap-transform-split-mail): Not all articles have
84         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
85
86         * shr.el (shr-current-column): New function.
87         (shr-find-fill-point): New function.
88
89 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
90
91         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
92         numbers.
93
94 2010-10-11  Julien Danjou  <julien@danjou.info>
95
96         * shr.el (shr-hr-line): Add.
97         (shr-tag-hr): Use shr-hr-line to specify which character to use to
98         display hr lines.
99         (shr-max-columns): Do not change state to nil if we just inserting
100         spaces.
101
102 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * gnus-topic.el (gnus-topic-read-group): If after the last group,
105         select the last group.
106
107 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
108
109         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
110
111 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
112
113         * dig.el (dig-mode-map): Declare and define in one step.
114
115 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
118         for Gnus.
119         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
120         (nnimap-update-qresync-info): Mark \Seen articles as read.
121
122         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
123         non-variable, too.
124
125         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
126         available.
127         (nnimap-update-info): Rely more on the current active than the param
128         active to avoid marking articles as read too much.
129
130         * auth-source.el (auth-source-create): Use (user-login-name) for the
131         user name default.
132
133         * nnimap.el (nnimap-update-info): If the server doesn't return any
134         useful info, just use the previous info.
135         (nnimap-update-info): Prefer old info over start-article.
136         (nnimap-update-qresync-info): Finish implementing QRESYNC.
137
138 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
139
140         * nnir.el (autoload): Clean up autoloads.
141         (nnir-imap-default-search-key): Renamed from
142         nnir-imap-search-field. Use key rather than value.
143         (nnir-imap-search-other): New variable.
144         (nnir-read-parm): Use it.
145         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
146         (gnus-summary-nnir-goto-thread): Modify to work with imap.
147
148 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
149
150         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
151         the process, too.
152
153 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
156         Allbery.
157
158         * shr.el: Rework the way things are indented by <li> slightly.
159
160         * gnus.el (gnus-group-set-parameter): Fix typo.
161
162         * nnimap.el: Start implementing QRESYNC support.
163
164 2010-10-09  Julien Danjou  <julien@danjou.info>
165
166         * nnir.el (nnir-engines): Fix too many arguments.
167
168 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
171         group is the "last", so that the backends like nnfolder actually save
172         their folders.
173
174         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
175         try to use that for the tls stream.
176         (nnimap-retrieve-group-data-early): Rework the marks code to heed
177         UIDVALIDITY and find out which groups are read-only and not.
178         (nnimap-get-flags): Use the same marks parsing code as the rest of
179         nnimap.
180
181 2010-10-09  Julien Danjou  <julien@danjou.info>
182
183         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
184
185         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
186         retrieving gravatars.
187
188         * shr.el (shr-table-corner): Add.
189         (shr-table-line): Add.
190         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
191
192 2010-10-08  Julien Danjou  <julien@danjou.info>
193
194         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
195
196 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
197
198         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
199
200         * gnus-sum.el (gnus-mark-article-as-unread)
201         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
202         (gnus-summary-set-bookmark): Use it.
203
204         * gnus-msg.el (gnus-setup-message): Use it.
205
206         * gnus-demon.el (gnus-demon-remove-handler): Use it.
207
208         * gnus.el (gnus-group-remove-parameter): Use it.
209
210         * gnus-group.el (gnus-group-make-web-group): Use it.
211
212         * gnus-demon.el (gnus-demon-remove-handler): Use it.
213
214         * nnregistry.el: Update docs to mention manual.
215
216         * gnus-registry.el: Update docs to mention nnregistry.el.
217         (gnus-registry-initialize): Don't install nnregistry refer method
218         automatically.
219         (gnus-registry-install-nnregistry): Remove it.
220
221 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * shr.el (shr-insert): Don't insert double spaces.
224
225 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * gnus-gravatar.el (gnus-treat-from-gravatar)
228         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
229         called interactively.
230
231         * gnus-art.el (gnus-mime-view-part-externally)
232         (gnus-mime-view-part-internally): Make predicate function passed to
233         gnus-mime-view-part-as-type assume argument is a mime type, not a list
234         of a mime type.
235
236         * shr.el (shr-table-widths): Don't use cl function `reduce'.
237
238 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * shr.el (require): Require cl when compiling.
241         (shr-tag-hr): New function.
242
243         * nnimap.el (nnimap-update-info): Remove double setting of high.
244         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
245         makes nnimap work properly on Courier again.
246
247         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
248         the variable for backwards compatability.
249
250         * mm-decode.el (mm-save-part): If given a non-directory result, expand
251         the file name before using to avoid setting mm-default-directory to
252         nil.
253
254         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
255         bidning gnus-agent variables.
256
257         * shr.el (shr-render-td): Use a cache for the table rendering function
258         to avoid getting an exponential rendering behaviour in nested tables.
259         (shr-insert): Rework the line-breaking algorithm.
260         (shr-insert): Don't leave trailing spaces.
261         (shr-insert-table): Also insert empty TDs.
262         (shr-tag-blockquote): Ensure paragraphs after </ul>.
263
264 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
265
266         * gnus-sum.el (gnus-number): Rename from `number'.
267         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
268         (gnus-summary-limit-children): Update uses correspondingly.
269
270 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
273         (gnus-gravatar-transform-address): Don't show avatars of people of
274         which mail addresses match gnus-gravatar-too-ugly.
275
276 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * shr.el (shr-table-widths): Expand TD elements to fill available
279         space.
280
281 2010-10-07  Julien Danjou  <julien@danjou.info>
282
283         * nnimap.el (nnimap-request-rename-group): Add this method.
284
285 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
288         name from XEmacs' function-arglist.
289
290         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
291         gravatar under XEmacs.
292
293 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
294
295         * auth-source.el: Update docs with TODO items.
296
297         * gnus-sync.el: Update docs to explain state and plans.
298
299         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
300         Hooks for mark updates.
301         (gnus-request-set-mark, gnus-request-update-mark): Use them.
302
303         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
304         hooks with arguments, which is needed for mark update hooks.
305
306 2010-10-06  Julien Danjou  <julien@danjou.info>
307
308         * gnus.el (gnus-expand-group-parameter): Only return and act on what
309         was matched.
310
311         * sieve-manage.el: Update example in `Commentary'.
312
313         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
314
315         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
316         not 2000.
317         (sieve-manage-authenticate): Re-add function.
318
319 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * shr.el (shr-insert): Get 'space transition right.
322         (shr-render-td): Only delete space at the end of the TD.
323
324         * nnimap.el (nnimap-open-connection): Prepare to support
325         open-gnutls-stream.
326
327         * shr.el: Rearrange function order to be more logical.
328
329 2010-10-06  Julien Danjou  <julien@danjou.info>
330
331         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
332         (nnrss-discover-feed): Remove 404 URL in docstring.
333
334         * nnir.el: Fix Swish-E URL.
335         Fix Namazu URL.
336
337         * message.el (message-change-subject): Remove 404 URL in a comment.
338
339 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
342         called interactively.
343
344         * gnus-util.el (gnus-remove-if): Allow hash table.
345         (gnus-remove-if-not): New function.
346
347         * gnus-art.el (gnus-mime-view-part-as-type)
348         * gnus-score.el (gnus-summary-score-effect)
349         * gnus-sum.el (gnus-read-move-group-name):
350         Replace remove-if-not with gnus-remove-if-not.
351
352         * gnus-group.el (gnus-group-completing-read):
353         Regard collection as a hash table if it is not a list.
354
355 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * shr.el (shr-render-td): Allow blank/missing <TD>s.
358
359         * shr.el: Document the table-rendering algorithm.
360
361 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
364         for Emacsen having no `libxml-parse-html-region' support.
365
366 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
369         invalid URLs.
370
371         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
372         line-broken.
373         (shr-tag-img): Ignore image fetching errors.
374         (shr-overlays-in-region): Compute overlay positions correctly.
375
376         * mm-decode.el (mm-shr): Require shr.
377
378         * gnus-art.el (gnus-blocked-images): Move variable here.
379
380         * shr.el (shr-insert-table): Bind free variable.
381
382         * mm-decode.el (mm-shr): Bind shr-content-function.
383
384         * shr.el (shr-content-function): New variable.
385
386         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
387         added for symmetry.
388
389         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
390
391         * gnus-group.el (gnus-group-make-group): Doc fix.
392
393         * nnimap.el (nnimap-request-newgroups): Return success.
394
395         * shr.el (shr-find-elements): New function.
396         (shr-tag-table): Put all the images after the table.
397         (shr-tag-table): Really inhibit images inside the table.
398         (shr-collect-overlays): Copy over overlays from the TD elements to the
399         main document.
400
401         * mm-decode.el (mm-shr): Bind shr-blocked-images to
402         gnus-blocked-images.
403
404 2010-10-05  Julien Danjou  <julien@danjou.info>
405
406         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
407
408         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
409         (gnus-html-maximum-image-size): Add this function.
410         (gnus-html-put-image): Use gnus-html-maximum-image-size.
411
412         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
413         server-value of the capability is nil.
414
415 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * shr.el (shr-tag-em): Add <EM> tag.
418
419 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
420
421         * sieve-manage.el (sieve-manage-default-stream): Make default stream
422         customizable.
423
424         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
425         handing broken links to browse-url.
426
427 2010-10-05  Julien Danjou  <julien@danjou.info>
428
429         * gnus-util.el (gnus-emacs-completing-read)
430         (gnus-iswitchb-completing-read): Use autoload rather than require.
431
432 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
435         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
436         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
437         iswitchb-temp-buflist for XEmacs.
438
439         * gnus-util.el (gnus-completing-read-function): Exclude
440         gnus-icompleting-read and gnus-ido-completing-read from candidates for
441         XEmacs since iswitchb.el is very old and ido.el is unavailable in
442         XEmacs.
443
444         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
445         not to use `delete-dups' that is unavailable in XEmacs 21.4.
446
447         * gnus-html.el: Don't require help-fns under XEmacs.
448         (gnus-html-schedule-image-fetching): Work for XEmacs.
449
450         * mm-decode.el (mm-shr): Decode contents by charset.
451
452 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
455         unknown.
456
457         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
458         (shr-get-image-data): Ensure against the cache file missing.
459
460         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
461         for data.
462
463         * spam-report.el (spam-report-url-ping-plain): Don't query about
464         killing the process.
465
466         * shr.el (shr-render-td): Protect against too-wide text.
467
468 2010-10-04  Julien Danjou  <julien@danjou.info>
469
470         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
471         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
472
473         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
474         retrieved.
475
476 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
477
478         * shr.el (browse-url): Required.
479         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
480         lines.
481         (shr-show-alt-text, shr-browse-image): New commands.
482         (shr-browse-url, shr-copy-url): New commands.
483
484         * gnus-sum.el (gnus-widen-article-window): New variable.
485         (gnus-summary-select-article-buffer): Use it.
486
487         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
488         without @ signs.
489
490 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
491
492         * nnir.el (nnir-run-imap): Remove spurious space in search string.
493
494 2010-10-04  Julien Danjou  <julien@danjou.info>
495
496         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
497         for XEmacs.
498
499 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
502
503         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
504         (nnimap-close-server): Implement.
505
506         * dgnushack.el (iswitchb): Require to shut up the compiler.
507
508         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
509         (shr-insert): Tweak line breaking.
510         (shr-insert): Handle <pre> better.
511         (shr-tag-li): Get <li> indentation right.
512         (shr-tag-li): Get <li> indentation even righter.
513         (shr-tag-blockquote): Ensure paragraph start.
514         (shr-make-table): Tweak table generation.
515         (shr-make-table): Fix typo.
516
517         * shr.el: Implement table rendering.
518
519 2010-10-04  Julien Danjou  <julien@danjou.info>
520
521         * gnus-html.el (gnus-html-put-image): Fix resize image code.
522
523 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * shr.el (shr-insert): Use string anchors instead of line anchors.
526
527 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * shr.el: Add headings.
530         (shr-ensure-paragraph): Actually work.
531         (shr-tag-li): Make <ul> prettier.
532         (shr-insert): Get white space at the beginning/end of elements right.
533         (shr-tag-p): Collapse subsequent <p>s.
534         (shr-ensure-paragraph): Don't insert double line feeds after blank
535         lines.
536         (shr-insert): \t is also space.
537         (shr-tag-s): Fix "s" tag name function.
538         (shr-tag-s): Fix face prop name.
539
540 2010-10-03  Julien Danjou  <julien@danjou.info>
541
542         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
543
544         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
545         gnus-window-inside-pixel-edges.
546
547         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
548         gnus-ems.
549
550         * mm-view.el (mm-inline-image-emacs): Support image resizing.
551
552         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
553         function.
554
555         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
556         resize choice.
557
558 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
561         beginning of the buffer.
562
563         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
564         article buffer again.
565
566         * shr.el (shr-tag-p): Don't insert newlines at the start of the
567         buffer.
568
569         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
570         when it's at the start of the buffer.
571
572         * shr.el (shr-tag-blockquote): Convert name.
573         (shr-rescale-image): Use the right image-size variant.
574
575         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
576         buffer isn't shown, then select the current article first instead of
577         bugging out.
578         (gnus-summary-select-article-buffer): Show both the article and summary
579         buffers again.
580
581         * shr.el (shr-fontize-cont): Protect against regions with no text.
582         Rename tag functions to shr-tag-* for enhanced security.
583         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
584
585 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
586
587         * shr.el (shr-insert):
588         * pop3.el (pop3-movemail):
589         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
590         loaded.
591
592 2010-10-03  Glenn Morris  <rgm@gnu.org>
593
594         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
595
596         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
597
598         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
599
600         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
601
602         * gnus-util.el (gnus-make-local-hook): Simplify.
603
604 2010-10-02  Julien Danjou  <julien@danjou.info>
605
606         * gnus-util.el (gnus-iswitchb-completing-read): New function.
607         (gnus-ido-completing-read): New function.
608         (gnus-emacs-completing-read): New function.
609         (gnus-completing-read): Use gnus-completing-read-function.
610         Add gnus-completing-read-function.
611
612 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * shr.el (shr-insert-document): Autoload.
615         (shr-img): Be silent.
616         (shr-insert): Add a newline after every picture before text.
617         (shr-add-font): Use overlays for combining faces.
618         (shr-insert): Pass upwards the text start point.
619
620         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
621         possible.
622         (mm-shr): New function.
623
624 2010-10-02  Julien Danjou  <julien@danjou.info>
625
626         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
627         should go backward.
628
629 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
630
631         * shr.el (shr): Fix typo in provide call.
632
633 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * shr.el: New file.
636
637         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
638
639         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
640         completing read.
641
642 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
645         we're being queried about.  Suggested by Dan Jacobson.
646
647         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
648         by Jason Eisner.
649
650         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
651         table, too.  Suggested by Stefan Wiens.
652         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
653         the table unnecessary.  Suggested by Stefan Wiens.
654
655         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
656         longer needed, and probably doesn't work either, as pointed out by
657         Stefan Wiens.
658         (gnus-summary-exit): Remove call to the clearing function.
659         (gnus-summary-exit-no-update): Ditto.
660
661         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
662         instead of gnus-eval-in-buffer-window to avoid popping up frames.
663         Reported by Stefan Monnier.
664         (gnus-summary-save-in-rmail): Ditto.
665
666         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
667         article buffer, instead of both the article buffer and the summary
668         buffer.  Sort of suggested by Dan Jacobson.
669
670         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
671
672         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
673         Suggested by Dan Jacobson.
674
675         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
676         documentation clearer.
677
678         * message.el (message-shorten-references): Comment on the number "21".
679         Suggested by Stefan Monnier.
680
681         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
682         Suggested by Dan Jacobson.
683
684         * gnus.el (gnus-large-newsgroup): Mention
685         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
686
687         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
688         externalize attachments.  Bug reported by Steve Wen.
689
690         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
691         really message anything to the user.
692
693         * nnmail.el (nnmail-article-group): Allow using the fancy split method
694         directly.
695
696         * nnimap.el (nnimap-request-group): Low higher than high to signal no
697         messages in empty groups.
698
699 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
700
701         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
702         non-UIDNEXT group.
703
704 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
707         not the value from the collection.
708
709         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
710         values.  This sometimes happens on some groups that have no info.
711         (nnimap-request-newgroups): New function.
712
713 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
714
715         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
716         check into `gnus-registry-initialize'.
717         (gnus-registry-initialize): Ditto.
718         Fix and extend header docs.
719
720 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
723         regexp backtrace overflows.
724
725         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
726         for starttls that tls.el implements; i.e. openssl.
727
728         * tls.el (tls-starttls-switches): Give up on using starttls with
729         gnutls-cli.
730         (tls-program): Add --insecure to be consistent with the defaults from
731         openssl s_client.  Now all three commands are insecure.
732
733 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * lpath.el: Bind completion-styles-alist for XEmacs.
736
737         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
738         (gravatar-create-image): New function that's an alias to
739         gnus-xmas-create-image, gnus-create-image, or create-image.
740         (gravatar-data->image): Use it.
741
742 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
743
744         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
745         install the nnregistry refer method.
746         (gnus-registry-install-hooks): Use it.
747         (gnus-registry-unfollowed-groups): Add nnmairix to the default
748         unfollowed groups.
749
750 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
751
752         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
753         expanding threads.
754
755 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * nnir.el: Use the server names without suffixes (bug #7009).
758
759         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
760         unencrypted to STARTTLS, if possible.
761
762 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
763
764         * message.el (message-ignored-supersedes-headers): Strip Injection-*
765         headers before superseding.
766
767 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * nnrss.el (nnrss-use-local): Add documentation.
770
771         * nnimap.el (nnimap-extend-tls-programs): New function.
772         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
773         (nnimap-wait-for-connection): Accept the greeting from the stupid
774         output from openssl s_client -starttls, too.
775
776         * tls.el (tls-starttls-switches): New variable.
777         (tls-find-starttls-argument): Use it.
778         (open-tls-stream): Ditto.
779
780         * netrc.el (netrc-credentials): Return the value of the "default"
781         entry.
782         (netrc-machine): Ditto.
783
784         * nnimap.el (nnimap-find-article-by-message-id): Really return the
785         article number.
786         (nnimap-split-fancy): New variable.
787         (nnimap-split-incoming-mail): Use it.
788
789         * nntp.el (nntp-server-list-active-group): Document.
790
791         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
792         SELECT to get the message-id.
793
794         * mail-source.el (mail-sources): Removed webmail support.
795         (defvar): Ditto.
796         (mail-source-fetcher-alist): Ditto.
797         (mail-source-fetch-webmail): Removed.
798
799         * webmail.el: Removed -- doesn't seem relevant any more.
800
801         * gnus.el: Fix up make-obsolete-variable declarations throughout.
802
803         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
804         the \r.
805
806 2010-09-30  Julien Danjou  <julien@danjou.info>
807
808         * gnus-agent.el (gnus-agent-add-group): Fix call to
809         gnus-completing-read.
810
811 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * nndoc.el (nndoc-retrieve-groups): New function.
814
815         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
816         `default', use nnmail-split-methods.
817         (nnimap-request-article): Downcase the NILs so that they are nil.
818
819         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
820         symbol.
821
822         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
823         code, since if the user has requested network, that's what they ought
824         to get.
825         (nnimap-request-set-mark): Erase the buffer before issuing commands.
826         (nnimap-split-rule): Mark as obsolete.
827
828         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
829         variable.
830
831         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
832         correct slot, too.
833
834 2010-09-29  Julien Danjou  <julien@danjou.info>
835
836         * gnus.el (gnus-local-domain): Declare variable obsolete.
837
838         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
839         computing.
840         (gnus-ido-completing-read): Require ido.
841
842 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-registry.el: Don't prompt on load, which makes it impossible to
845         build Gnus.
846
847         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
848         when interpreting the structures.
849         (nnimap-request-accept-article): Add \r\n to the lines to make this
850         work with Cyrus.
851
852         * nndraft.el (nndraft-request-expire-articles): Use the group name
853         instead if "nndraft".  Fix found by Nils Ackermann.
854
855 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
856
857         * nnregistry.el: Added.
858
859 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
860
861         * nnmail.el (group, group-art-list, group-art):
862         Remove unneeded directives.
863
864 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
867         (mm-mime-charset)
868         * rfc2047.el (rfc2047-syntax-table)
869         * utf7.el (utf7-utf-16-coding-system): Comment fix.
870
871         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
872         rather than `insert-file-contents' and `eval-region'.
873
874         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
875         construction.
876
877         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
878
879         * time-date.el: No need to require cl for Emacs 21.
880
881 2010-09-29  Julien Danjou  <julien@danjou.info>
882
883         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
884         replacement of `gnus-gravatar-relief' to mimic
885         `gnus-faces-properties-alist'.
886         Add :version property.
887
888 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * mail-source.el (mail-source-report-new-mail)
891         * message.el (message-default-mail-headers)
892         * mm-decode.el (mm-valid-image-format-p): Comment fix.
893
894         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
895
896 2010-09-28  Julien Danjou  <julien@danjou.info>
897
898         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
899         mail-address contains the same string as real-name.
900
901         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
902         non-blank in header, otherwise it'll get stripped.
903
904         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
905         real-name, and then for mail address rather than doing : or , search.
906
907 2010-09-27  Julien Danjou  <julien@danjou.info>
908
909         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
910         (gnus-server-goto-server): Use gnus-completing-read.
911
912         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
913
914         * mm-util.el (defalias): Use gnus-completing-read.
915         (mm-codepage-setup): Use gnus-completing-read.
916
917         * smime.el (smime-sign-buffer): Use gnus-completing-read.
918         (smime-decrypt-buffer): Use gnus-completing-read.
919
920         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
921
922         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
923         (mml-minibuffer-read-disposition): Use gnus-completing-read.
924         (mml-insert-multipart): Use gnus-completing-read.
925
926         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
927
928         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
929
930         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
931
932         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
933
934         * gnus.el (gnus-read-method): Use gnus-completing-read.
935
936         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
937
938         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
939         (gnus-mime-action-on-part): Use gnus-completing-read.
940         (gnus-article-encrypt-body): Use gnus-completing-read.
941
942         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
943         (gnus-topic-move-matching): Use gnus-completing-read.
944         (gnus-topic-copy-matching): Use gnus-completing-read.
945         (gnus-topic-sort-topics): Use gnus-completing-read.
946         (gnus-topic-move): Use gnus-completing-read.
947
948         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
949         (gnus-agent-add-group): Use gnus-completing-read.
950
951         * nnmairix.el (nnmairix-create-server-and-default-group): Use
952         gnus-completing-read.
953         (nnmairix-update-groups): Use gnus-completing-read.
954         (nnmairix-get-server): Use gnus-completing-read.
955         (nnmairix-backend-to-server): Use gnus-completing-read.
956         (nnmairix-goto-original-article): Use gnus-completing-read.
957         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
958
959         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
960
961         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
962         (gnus-group-make-useful-group): Use gnus-completing-read.
963         (gnus-group-make-web-group): Use gnus-completing-read.
964         (gnus-group-add-to-virtual): Use gnus-completing-read.
965         (gnus-group-browse-foreign-server): Use gnus-completing-read.
966
967         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
968         (gnus-summary-limit-to-extra): Use gnus-completing-read.
969         (gnus-summary-execute-command): Use gnus-completing-read.
970         (gnus-summary-respool-article): Use gnus-completing-read.
971         (gnus-read-move-group-name): Use gnus-completing-read.
972
973         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
974         (gnus-summary-score-effect): Use gnus-completing-read.
975
976         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
977
978         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
979         right completing-read function.
980         (gnus-use-ido): New variable
981         (gnus-completing-read-with-default): Remove.
982
983 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
986         x-focus-frame.
987
988         * nnimap.el (auth-source-forget-user-or-password)
989         (auth-source-user-or-password): Autoload.
990
991         * message.el (message-from-style, message-interactive)
992         (message-cite-prefix-regexp, message-sendmail-envelope-from)
993         (message-yank-prefix, message-indentation-spaces, message-signature)
994         (message-signature-file): Add comment.
995
996 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
999         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1000         new articles.
1001
1002         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1003         parts.
1004         (nnimap-request-article): Work with the t setting, too.
1005
1006         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1007         that you don't get flashes of other buffers.
1008         (gnus-summary-show-complete-article): Intern before setting.
1009
1010 2010-09-27  David Engster  <dengste@eml.cc>
1011
1012         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1013         well as HEADERS.
1014         (nnmairix-retrieve-headers): Provide new argument for the above.
1015
1016 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-sum.el (gnus-summary-move-article): Don't alter
1019         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1020         group.
1021
1022         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1023
1024         * message.el (message-cite-prefix-regexp): Revert my last edit.
1025
1026         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1027         variable instead of the Gnus variable.
1028
1029         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1030
1031         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1032         again.
1033
1034         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1035         since some servers don't like it.
1036         (nnimap-open-connection): Forget credentials if the server says the
1037         password was wrong.
1038         (nnimap-parse-line): Protect against invalid data.
1039
1040         * gnus-sum.el (gnus-summary-move-article): Add comment.
1041         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1042         nothing alters it while scanning for new messages.
1043
1044         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1045         which may or may not help.
1046         (nnimap-open-connection): If we're doing a stream connection, and then
1047         discover we're on a STARTTLS-capable server, then open a STARTTLS
1048         connection instead.
1049
1050 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * nnimap.el (utf7): Required.
1053
1054         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1055         prefix.
1056
1057 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1058
1059         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1060
1061 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * nnimap.el (nnimap-request-accept-article): Message the error on
1064         error.
1065
1066 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1069
1070 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * nndoc.el (nndoc-request-list): Return success always.
1073
1074         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1075         `fetch-old' -- we only want to fetch the articles we've requested.  The
1076         rest are in the agent, probably.
1077         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1078         disappeared server" to something low.  It's not important.
1079
1080         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1081         arrived before the FETCH data.
1082
1083         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1084         target here, because we don't know the Gnus name of the group.
1085
1086         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1087         for the correct group.
1088
1089         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1090
1091         * gnus.el (gnus): Give a final warning after startup.
1092
1093         * gnus-util.el (gnus-action-message-log): New variable.
1094         (gnus-message): Use it.
1095         (gnus-final-warning): New function.
1096
1097         * nnimap.el (nnimap-open-connection): Record the greeting.
1098         (nnimap): Add greeting.
1099
1100 2010-09-26  Julien Danjou  <julien@danjou.info>
1101
1102         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1103         arguments.
1104         (gnus-html-wash-images): Fix spec computing to include start/end.
1105
1106         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1107
1108 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1111         deletion.
1112         (nnimap-retrieve-headers): Don't select the group, because that's
1113         already done by nnimap-possibly-change-group.
1114
1115         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1116         (gnus-picon-transform-address): Use it.
1117
1118         * mail-source.el (mail-source-value): Revert previous patch.
1119
1120         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1121         on failure.
1122         (nnimap-open-connection): Look up both virtual and physical server name
1123         credentials.
1124
1125         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1126
1127 2009-02-07  Dave Love  <fx@gnu.org>
1128
1129         * tls.el (open-tls-stream): Don't query killing process.
1130
1131 2009-02-08  Dave Love  <fx@gnu.org>
1132
1133         * gnus-win.el (gnus-window-to-buffer-helper,
1134         gnus-all-windows-visible-p): Function needn't be a symbol.
1135
1136         * mail-source.el (mail-source-value): Function needn't be a symbol.
1137
1138 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * message.el (message-cite-prefix-regexp): Remove } from the cite
1141         prefix.
1142
1143         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1144         highlight again, so that the highlight is correct.
1145
1146         * gnus-picon.el (gnus-picon): Remove again.
1147         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1148
1149         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1150         doing the header highlightling, so that the background colour of the
1151         picon is correct.
1152
1153         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1154         (gnus-picon): Ditto.
1155         (gnus-picon): Reinstate.  The background colour for picons is white.
1156         (gnus-picon-insert-glyph): Make the background white.
1157
1158         * nnml.el (nnml-open-nov): Don't return dead buffers.
1159
1160         * auth-source.el (auth-source-create): Query the user for whether to
1161         store the credentials.
1162
1163         * netrc.el (netrc-store-data): New function.
1164
1165         * auth-source.el (auth-source-user-or-password): Use the existing auth
1166         sources, if any, for creation.
1167
1168         * gnus.el (gnus-group-fast-parameter): Return the last matching
1169         parameter instead of the first matching parameter.
1170
1171 2010-09-26  Julien Danjou  <julien@danjou.info>
1172
1173         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1174
1175 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * mml2015.el (mml2015-use): Remove gpg support.
1178
1179         * mml1991.el (mml1991-function-alist): Remove gpg function.
1180         (mml1991-gpg-sign): Removed.
1181
1182 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1183
1184         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1185         (gnus-browse-unsubscribe-current-group): Document it.
1186         (gnus-browse-unsubscribe-group): Use it.
1187
1188 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1191         address to the To list for easier response.
1192
1193         * gnus.el (gnus-play-startup-jingle): Removed.
1194         (gnus-splash): Don't play jingle.
1195         (gnus): Silence gnus-load message.
1196
1197         * gnus-art.el (gnus-treat-play-sounds): Removed.
1198
1199         * gnus.el (gnus-play-jingle): Remove audio support.
1200
1201         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1202
1203         * earcon.el: Removed -- no users.
1204
1205         * gnus-audio.el: Removed -- no users of this package.
1206
1207         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1208
1209         * gnus-start.el (gnus-setup-news): Remove nocem support.
1210
1211         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1212
1213         * gnus.el (gnus-use-nocem): Removed.
1214
1215         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1216         Removed.
1217
1218         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1219         uses NoCeM any more.
1220
1221         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1222         (gnus-button-ctan-handler): Ditto.
1223         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1224         (gnus-button-ctan-directory-regexp): Ditto.
1225         (gnus-button-handle-ctan): Ditto.
1226         (gnus-button-tex-level): Ditto.
1227         (gnus-button-alist): Removed CTAN stuff.
1228
1229 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1232         nnimap-streaming test.
1233
1234         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1235         servers twice.
1236
1237         * nnimap.el (nnimap-open-connection): Add more error reporting when
1238         nnimap fails early.
1239
1240         * nnheader.el (nnheader-get-report-string): New function.
1241         (nnheader-get-report): Use it.
1242
1243         * gnus-int.el (gnus-check-server): Say what the error was when opening
1244         failed.
1245
1246         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1247         using streaming.
1248
1249 2010-09-25  Julien Danjou  <julien@danjou.info>
1250
1251         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1252         gnus-window-inside-pixel-edges.
1253
1254 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1257
1258         * mm-decode.el (mm-save-part): Allow saving to other directories the
1259         normal Emacs way.
1260
1261         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1262         by Jay Berkenbilt.
1263
1264         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1265         there isn't a single byte.
1266
1267         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1268         just do it.  It doesn't really seem to matter what the user responds
1269         here, I think, so it's just a confusing question.
1270
1271         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1272         non-streaming case.
1273
1274         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1275         (gnus-article-encrypt-body): Use it.
1276
1277         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1278         keystroke.
1279
1280         * nnimap.el (nnimap-find-wanted-parts-1): Use
1281         gnus-fetch-partial-articles.
1282
1283         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1284
1285         * nnimap.el (nnimap-insert-partial-structure): New function.
1286         (nnimap-get-partial-article): New function.
1287         (nnimap-request-article): Use it.
1288         (nnimap-wait-for-response): Return whether the wait was successful.
1289         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1290         retrieval wasn't successful.
1291         (nnimap-retrieve-group-data-early): Allow throttling servers.
1292         (nnimap-streaming): New variable.
1293         (nnimap-fetch-partial-articles): Removed.
1294
1295         * mm-decode.el (mm-with-part): Protect against killed buffers.
1296
1297         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1298         for prettier summary display.
1299
1300 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1301
1302         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1303         directly.
1304
1305 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1308         apparently third-party libraries depend on it.
1309
1310         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1311         before starting negotiation.
1312
1313         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1314         privacy reasons.
1315         (gnus-treat-mail-gravatar): Ditto.
1316
1317         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1318         buffer when inserting images.  Inserting text into the headers, for
1319         instance, can make them invalid.
1320
1321 2010-09-25  Julien Danjou  <julien@danjou.info>
1322
1323         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1324         variables.
1325
1326         * nnheader.el: Remove useless variables news-reply-yank-from and
1327         news-reply-yank-message-id.
1328
1329         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1330         variables.
1331
1332         * mml1991.el: Remove useless mml1991-verbose.
1333
1334         * gnus.el: Remove useless variable gnus-use-generic-from.
1335         Remove obsolete variable gnus-topic-indentation.
1336
1337         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1338
1339         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1340
1341         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1342
1343         * gnus-group.el: Remove useless gnus-group-icon-cache.
1344         Remove useless gnus-ephemeral-group-server.
1345
1346         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1347
1348         * mml2015.el: Remove useless mml2015-verbose.
1349
1350         * mml-smime.el: Remove useless mml-smime-verbose.
1351
1352         * gnus.el: Remove useless gnus-local-domain.
1353
1354         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1355         gnus-gravatar-size.
1356
1357         * gnus-art.el: Remove useless gnus-treat-translate.
1358
1359 2010-09-24  Julien Danjou  <julien@danjou.info>
1360
1361         * gnus-sum.el: Add support for Gravatars.
1362
1363         * gnus-art.el: Add support for Gravatars.
1364
1365         * gnus-gravatar.el: Add this file.
1366
1367         * gravatar.el: Add this file.
1368
1369 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1372
1373         * gnus-group.el (gnus-group-fetch-faq): Removed.
1374
1375         * gnus.el (gnus-group-faq-directory): Removed.
1376
1377         * gnus-group.el (gnus-group-fetch-charter): Removed.
1378
1379         * gnus.el (gnus-group-charter-alist): Removed.
1380
1381         * gnus-group.el (gnus-group-archive-directory): Removed.
1382         (gnus-group-recent-archive-directory): Ditto.
1383         (gnus-group-make-archive-group): Removed.
1384
1385         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1386
1387         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1388         use the same article number for all the cached articles.
1389
1390         * nnimap.el (nnimap-command): Register the last command time so
1391         that we can use it for idling NOOPs.
1392         (nnimap-open-connection): Start the keeplive timer.
1393         (nnimap-make-process-buffer): Store all the process buffers.
1394         (nnimap-keepalive): New function.
1395
1396         * starttls.el: (starttls-open-stream): Add autoload cookie.
1397
1398 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1399
1400         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1401         handling.
1402
1403 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1406         its data structures.
1407
1408         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1409         instead of the cl.el copy-list.
1410         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1411         equalp.
1412
1413 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1416         and tool-bar-local-item-from-menu.
1417
1418         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1419         mode-line-highlight face for Emacs.
1420
1421         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1422         loading gnus-sum.elc; fix comment for canlock-verify.
1423         (gnus-article-jump-to-part): Use read-number.
1424         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1425         Emacs pre-21 compatible code for help-echo.
1426         (gnus-article-next-page-1): No need to adjust the number of lines.
1427         (gnus-article-describe-bindings): Always use help-buffer.
1428
1429         * gnus-audio.el (gnus-audio-inline-sound)
1430         * gnus-cus.el (gnus-custom-mode)
1431         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1432
1433         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1434
1435         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1436         compatible code.
1437
1438 2010-09-24  Glenn Morris  <rgm@gnu.org>
1439
1440         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1441         visiting the fcc file in rmail-mode.
1442
1443         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1444
1445 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * nnir.el: Silence the byte compiler.
1448
1449         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1450         alias to browse-url-url-encode-chars if any.
1451         (gnus-html-encode-url): Use it.
1452
1453 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * gnus-start.el (gnus-use-backend-marks): New variable.
1456         (gnus-get-unread-articles-in-group): Use it.
1457
1458         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1459         makeover.
1460
1461 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1462
1463         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1464
1465 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1468         Removed.
1469         (gnus-setup-news-hook): Removed
1470         gnus-fixup-nnimap-unread-after-getting-new-news.
1471
1472         * gnus-int.el (gnus-request-update-info): Protect against backends not
1473         having the function.
1474
1475         * nnimap.el (nnimap-stream): Mention starttls.
1476         (nnimap-open-connection): Add starttls support.
1477
1478 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1479
1480         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1481
1482 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1485         BODYSTRUCTUREs.
1486         (nnimap-transform-headers): Unfold quoted {42} headers.
1487
1488         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1489         the info.
1490         (gnus-get-unread-articles): Only call updatep on backends that support
1491         it.
1492
1493         * nnweb.el (nnweb-request-update-info): NOOP.
1494
1495         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1496
1497         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1498         since it only deals with marks.
1499
1500         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1501         gnus-request-marks, and make a new gnus-request-update-info.
1502
1503         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1504         the active instead of the high number, which is usually too low.
1505
1506 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1507
1508         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1509         * encrypt.el: Removed.
1510
1511 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1514         server in symbolic form.
1515
1516         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1517         0.9.
1518
1519 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1522         (nnimap-update-info): Fix up code slightly.
1523
1524         * gnus-int.el (gnus-open-server): Add tracing for performance
1525         debugging.
1526
1527         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1528         (gnus-group-insert-group-line): Pass the real group name so that it
1529         gets the right data.
1530
1531         * gnus-start.el (gnus-get-unread-articles): Don't have
1532         `gnus-get-unread-articles-in-group' update info, since that can be
1533         really slow and doesn't seem to be needed?
1534
1535 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1536
1537         * time-date.el (date-to-time): Try using parse-time-string first before
1538         using the slower timezone-make-date-arpa-standard.
1539
1540 2010-09-22  Julien Danjou  <julien@danjou.info>
1541
1542         * gnus-group.el (gnus-group-insert-group-line): Call
1543         gnus-group-highlight-line.
1544         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1545         default hook list.
1546         (gnus-group-update-eval-form): Add new function.
1547         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1548         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1549
1550 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1553         immediate, then expire all articles.
1554         (nnimap-update-info): Fix off-by-one errors.
1555         (nnimap-flags-to-marks): Would return no marks lists for group with no
1556         flags.  Instead return the other data.
1557
1558 2010-09-22  Julien Danjou  <julien@danjou.info>
1559
1560         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1561         Only return an icon.
1562         (gnus-group-insert-group-line): Compute icon to return.
1563
1564         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1565         variable.
1566         (gnus-html-image-fetched): Only cache if
1567         gnus-html-image-automatic-caching is set.
1568         (gnus-html-image-fetched): Check for errors.
1569
1570 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571
1572         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1573         once per method on `g'.  This ensures that backends like nnfolder don't
1574         open all their folders.
1575
1576         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1577         (nnimap-request-list): Nix out group in the correct buffer.
1578         (nnimap-parse-flags): Implement by using `read' instead of
1579         hand-parsing.
1580         (nnimap-flags-to-marks): Pass on permanent-flags.
1581         (nnimap-make-process-buffer): Record the server name.
1582         (nnimap-parse-flags): Fix typo.
1583         (nnimap-request-scan): Run split on the server in general, not just a
1584         single group.
1585
1586         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1587         parameter, and propagate this downwards.
1588
1589         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1590         since EXAMINE changes it on the server.
1591
1592         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1593         this command might take a while.
1594
1595 2010-09-22  Julien Danjou  <julien@danjou.info>
1596
1597         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1598         harmful if you have 2 images side-by-side, they can't be properly
1599         update on text deletion.  Using text-property is safer here.
1600         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1601         data.
1602
1603 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * nnimap.el (nnimap-expunge-inbox): Removed.
1606         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1607         (nnimap-expunge): Flip default to t.
1608
1609         * gnus.el (gnus-method-to-server): Don't push things to the cache
1610         unless it's unique.
1611         (gnus-server-to-method): Ditto.
1612
1613 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1614
1615         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1616
1617 2010-09-22  Julien Danjou  <julien@danjou.info>
1618
1619         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1620         get the start of data.
1621         (gnus-html-encode-url): Add this function to encode special chars in
1622         URL.
1623         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1624         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1625
1626         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1627         default.
1628         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1629
1630         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1631         images alt-text.
1632         (gnus-html-put-image): Put alt-text as help-echo.
1633
1634 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1637         * mm-util.el (mm-decompress-buffer)
1638         * nnir.el (nnir-run-find-grep)
1639         * pop3.el (pop3-list): Use 3rd arg of split-string.
1640
1641         * time-date.el (format-seconds): Comment fix.
1642
1643         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1644         and byte-optimize-form-code-walker.
1645         (dgnushack-make-auto-load): Don't advise make-autoload.
1646
1647         * lpath.el: Remove Emacs 21 stuff.
1648
1649 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1652         outside the active range.  Suggested by Dan Christensen.
1653
1654         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1655         slightly later to avoid double-getting it.
1656
1657         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1658         previous patch.
1659
1660         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1661
1662 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1663
1664         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1665
1666 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-int.el (gnus-open-server): Give a better error message in the
1669         "go offline" case.
1670
1671         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1672         marks for nnimap, which is seldom the right thing to do.
1673
1674         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1675         (gnus-same-method-different-name): New function.
1676
1677         * nnimap.el (parse-time): Require.
1678
1679         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1680         method in the presence of many similar methods.
1681
1682         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1683
1684         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1685         nnml-inhibit-expiry.
1686
1687         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1688         find out whether methods are equal.
1689
1690         * nnimap.el (nnimap-find-expired-articles): New function.
1691         (nnimap-process-expiry-targets): New function.
1692         (nnimap-request-move-article): Request the article before looking at
1693         what the Message-ID is.  Fix found by Andrew Cohen.
1694         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1695
1696         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1697         for oldness in addition to being a predicate.
1698
1699         * nnimap.el (nnimap-request-group): When we have zero articles, return
1700         the right data to Gnus.
1701         (nnimap-request-expire-articles): Only delete articles immediately if
1702         the target is 'delete.
1703
1704         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1705         method, this would bug out.
1706
1707         * gnus-group.el (gnus-group-expunge-group): Renamed from
1708         gnus-group-nnimap-expunge, and implemented as a normal interface
1709         function.
1710
1711         * gnus-int.el (gnus-request-expunge-group): New function.
1712
1713         * nnimap.el (nnimap-request-create-group): Implement.
1714         (nnimap-request-expunge-group): New function.
1715
1716 2010-09-21  Julien Danjou  <julien@danjou.info>
1717
1718         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1719         (gnus-html-cache-expired): Add new function.
1720         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1721         wethever we should display image for fetch it.
1722         Compute alt-text earlier to pass it to the fetching function too.
1723         (gnus-html-schedule-image-fetching): Change function argument to only
1724         get one image at a time, not a list.
1725         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1726         cache.
1727         (gnus-html-get-image-data): New function to retrieve image data from
1728         cache.
1729         (gnus-html-put-image): Change buffer argument to use image data rather
1730         than file, and place image above region rather than inserting a new
1731         one. Do not take alt-text as argument, since it's useless now: we place
1732         the image above alt-text.
1733         (gnus-html-prune-cache): Remove.
1734         (gnus-html-show-images): Start to fetch image when we find one, do not
1735         push into a temporary list.
1736         (gnus-html-prefetch-images): Only fetch image if they have expired.
1737         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1738         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1739
1740 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1743
1744 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1747         spec inser "*" if the group isn't active instead of 0.
1748
1749         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1750         opening the server.
1751         (nnimap-request-delete-group): Implement group deletion.
1752         (nnimap-transform-headers): Return the size of the entire message in
1753         the Bytes header, not just the size of the first part.
1754         (nnimap-request-move-article): When moving an article from nnimap,
1755         request the article first so the accepting form has an article to
1756         accept.  Reported by Dan Christensen.
1757         (nnimap-command): Make sure that the error message doesn't error out.
1758
1759 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1760
1761         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1762         we haven't requested anything.
1763
1764 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1767         "".  Fix found by Andrew Cohen.
1768
1769         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1770         instead of -encode-string.
1771
1772 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1775
1776         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1777         by mm-subst-char-in-string.
1778
1779 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1782         waiting for the connection string.
1783
1784         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1785         arriving.
1786
1787         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1788         bogus characters.  This allows selecting certain Gmail groups.
1789
1790         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1791         (nnimap-fetch-partial-articles): New variable.
1792         (nnimap-open-connection): When looking for credentials, also use the
1793         nnimap-server-port.
1794         (nnimap-request-article): Return the group/article number, so that Gnus
1795         `^' works as expected.
1796         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1797         them.
1798
1799         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1800         comments.
1801         (gnus-methods-sloppily-equal): New function.
1802         (gnus): When using the development version of Gnus, load the gnus-load
1803         file.
1804
1805         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1806         `gnus-open-server' on each method before trying to scan them etc.  This
1807         ensures that all the backend parameters are set correctly.
1808
1809         * nnimap.el (nnimap-authenticator): New variable.
1810         (nnimap-open-connection): Allow anonymous login.
1811         (nnimap-transform-headers): The chars header is called Chars not
1812         Bytes.
1813         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1814         drops.
1815
1816         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1817         patch, found by Knut Anders Hatlen.
1818
1819 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1820
1821         * gnus-agent.el (gnus-agent-batch-confirmation)
1822         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1823         to gnus-message.
1824         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1825         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1826         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1827         * gnus-int.el (gnus-open-server): Likewise.
1828         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1829         (gnus-score-check-syntax): Likewise.
1830         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1831         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1832         Likewise.
1833         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1834
1835 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1838         calling conventions so that prefetch doesn't bug out.
1839
1840 2010-09-19  Julien Danjou  <julien@danjou.info>
1841
1842         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1843         rather than `subst-char-in-region' in order to be able to replace ASCII
1844         char by UTF-8 ones.
1845
1846         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1847         than curl.
1848         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1849         the right URL and ALT text on images.
1850         (gnus-html-wash-tags): Fix tag case.
1851         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1852         (gnus-article-html): Add -o display_ins_del=2 option.
1853         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1854
1855 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1858         the extra mail headers, which sometimes seem to happen for unknown
1859         reasons.
1860
1861         * mail-parse.el (mail-header-encode-parameter): Define as
1862         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1863         (or most, perhaps?) mail readers don't understand the latter, but do
1864         understand the former.
1865
1866         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1867         to nil, so that no methods are automatically agentized.  I think this
1868         is probably what most users want.
1869
1870         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1871         from url-retrieve, for instance about invalid URLs.
1872
1873         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1874         groups that have no articles.
1875         (nnimap-request-article): Check that we really got an article when we
1876         requested one.
1877
1878         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1879         doesn't exist.
1880
1881         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1882         nntp buffer so the agent can save it.
1883         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1884         that CRLF doesn't get translated to \n.
1885         (nnimap-open-connection): Don't make 'shell commands only send \n.
1886
1887 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1888
1889         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1890         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1891         Update var name.
1892         (nnml-generate-nov-file): Use dolist.
1893         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1894         Use with-current-buffer.
1895
1896 2010-09-18  Julien Danjou  <julien@danjou.info>
1897
1898         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1899         parallel.
1900
1901 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902
1903         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1904         the range update right.
1905         (nnimap-request-group): Don't make `M-g' bug out on group with no
1906         marks.
1907         (nnoo): Required, so that other packages can require nnimap.
1908         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1909         command we're looking for.  This helps when the server sends more
1910         responses after we've gotten everything we expected.
1911         (nnimap): Add a `newlinep' field to keep track of end-of-line
1912         conventions.
1913         Don't send CRLF to things that don't want it.
1914         (nnimap-request-accept-article): Ditto.
1915
1916 2010-09-18  Julien Danjou  <julien@danjou.info>
1917
1918         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1919         than curl to retrieve images.
1920
1921 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1924         the marks.
1925         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1926         (nnimap-wait-for-connection): New function.
1927         (nnimap-open-connection): If we have PREAUTH, don't query for login
1928         credentials.
1929         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1930         when doing a partial update.
1931
1932 2010-09-18  Julien Danjou  <julien@danjou.info>
1933
1934         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1935         tags.
1936
1937 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * nnimap.el (nnimap-credentials): New function.
1940         (nnimap-open-connection): Use the new function to look for credentials
1941         also on the numeric equivalents of "imap" and "imaps".
1942
1943         * gnus-start.el (gnus-activate-group): Send the info to
1944         gnus-request-group.
1945
1946         * nnimap.el (nnimap-request-group): Have the "check" version of the
1947         function parse flags and update the info, so that a `M-g' get a total
1948         resync of all flags from the group.
1949
1950         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1951         to allow backends to alter the info on group selection.  Also alter all
1952         the backend -request-group functions to take the parameter.
1953
1954         * nnimap.el (nnimap-store-info): New function.
1955         (nnimap-update-info): Store the info for later usage.
1956         (nnimap-request-group): Use the stored info for the dont-check case, so
1957         that we don't retrieve all marks when we enter a group.
1958
1959         * nnimap.el: Use deffoo instead of defun for interface functions.
1960
1961         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1962         update the group info.  This makes the nndraft groups, for instance, go
1963         back to their old behaviour.
1964
1965         * gnus-sum.el (gnus-select-newsgroup): Indent.
1966
1967         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1968         in.
1969         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1970         nothing.
1971
1972         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1973         from methods that are denied.
1974
1975         * gnus-int.el (gnus-method-denied-p): New function.
1976
1977         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1978         store the password instead of netrc.
1979         (nnimap-open-connection): Don't error out when we can't make a
1980         connections.
1981
1982         * auth-source.el (auth-source-create): In the password prompt, say what
1983         we're querying for.  Also prompt for user name if that hasn't been
1984         given.
1985
1986         * nnimap.el (nnimap-with-process-buffer): Removed.
1987
1988 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1991         method when we're reading from the agent.
1992
1993         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1994
1995         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1996         that's probably most useful for users.
1997
1998         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1999         "failed" all the time.
2000
2001         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2002         ...)) with (with-current-buffer ... ).
2003
2004         * nntp.el (nntp-open-server): Return whether the open was successful or
2005         not.
2006
2007         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2008         select an unread unseen article first.
2009
2010         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2011         /etc/services, supply some sensible port defaults.
2012
2013         * dgnushack.el: Define netrc-credentials.
2014
2015 2010-09-17  Julien Danjou  <julien@danjou.info>
2016
2017         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2018
2019 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2020
2021         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2022         doesn't have any parameters.
2023
2024 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2027         only upcased checks.
2028
2029         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2030
2031         * nnimap.el (nnimap-open-shell-stream): New function.
2032         (nnimap-open-connection): Use it.
2033         (nnimap-transform-headers): Get the number of lines in each message.
2034         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2035         number of lines.
2036         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2037         problem.
2038
2039         * utf7.el (utf7-encode): Autoload.
2040
2041         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2042         to allow the mail splitting to not return a default group.  This is
2043         useful for nnimap, which will leave unmatched mail in the inbox.
2044
2045         * nnimap.el: Rewritten.
2046
2047         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2048         nnimap usage.
2049
2050         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2051         if the move is internal, so that nnimap can do fast internal moves.
2052
2053         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2054         data.
2055         (gnus-read-active-for-groups): Support finishing the early retrieval of
2056         data.
2057
2058         * gnus-range.el (gnus-range-nconcat): New function.
2059
2060         * gnus-int.el (gnus-finish-retrieve-group-infos)
2061         (gnus-retrieve-group-data-early): New functions.
2062
2063 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2064
2065         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2066         (nnrss-retrieve-groups):
2067         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2068         (pop3-quit): Use with-current-buffer.
2069
2070 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2073         instead of nnheader-accept-process-output.
2074
2075         * dgnushack.el (dgnushack-compile): Add comment.
2076
2077         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2078
2079         * gnus-html.el (gnus-html-schedule-image-fetching)
2080         (gnus-html-prefetch-images): Replace process-kill-without-query by
2081         gnus-set-process-query-on-exit-flag.
2082
2083 2010-09-16  Romain Francoise  <romain@orebokech.com>
2084
2085         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2086
2087 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2090         parameter to unintern is mandatory-ish in Emacs 24.
2091
2092         * gnus-html.el (gnus-html-schedule-image-fetching)
2093         (gnus-html-prefetch-images): Check for curl before using it.
2094
2095         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2096         depend on curl, which isn't essential.
2097
2098         * imap.el: Revert back to version
2099         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2100         seem problematic.
2101
2102 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2103
2104         * gnus-registry.el (gnus-registry-install-shortcuts):
2105         Explicitly pass `obarray' to `unintern' to avoid a warning.
2106
2107 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2110         change.
2111
2112         * nnrss.el (nnrss-request-list): Removed this function and related
2113         functions, including the moreover stuff.
2114
2115 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * nnrss.el (nnrss-retrieve-groups): New function.
2118
2119 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2120
2121         * .dir-locals.el: Add no-byte-compile cookie.
2122
2123 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * time-date.el (format-seconds): Comment fix.
2126
2127         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2128         for back end that doesn't support request-scan.
2129
2130 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2133         then do request scans from the backends.
2134
2135         * netrc.el (netrc-credentials): New conveniency function.
2136
2137         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2138         avoid running a hook per line, since this takes a lot of time,
2139         profiling shows.
2140         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2141         directly if gnus-visual-p is true.
2142
2143 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2146         groups; replace mapcar with dolist which is a bit faster; pass groups
2147         info to gnus-read-active-file-1.
2148         (gnus-read-active-file-1): Scan only specified groups if the new
2149         optional arg `infos' is given.
2150
2151 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2154
2155         * pop3.el (pop3-movemail): Removed.
2156         (pop3-streaming-movemail): Renamed to pop3-movemail.
2157
2158         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2159         don't restrict end-tag searches to the end of the line.
2160
2161 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2164         articles of every unchecked group to t, which means unknown since the
2165         server has never been opened.
2166
2167 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-html.el (gnus-html-show-alt-text): New command.
2170         (gnus-html-browse-image): Ditto.
2171         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2172         to browse the image directly.
2173         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2174         better.
2175
2176         * gnus-async.el (gnus-async-article-callback): Call
2177         `gnus-html-prefetch-images' unconditionally.
2178
2179         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2180         before feeding URLs to curl.
2181
2182 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2185         internal images as deletable by `W D D'.
2186
2187         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2188         (gnus-async-article-callback): Fix typo.
2189
2190 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2193         current line to work around bugs in the output from w3m.
2194
2195         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2196         for groups that want that.
2197
2198         * nntp.el (nntp-wait-for-string): Supply a timeout for
2199         accept-process-output to ensure progress.
2200
2201         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2202         level to get unread articles from, then use that for foreign groups,
2203         too.
2204
2205         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2206         confuses the rest of the function.
2207
2208         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2209         for the methods that support -retrieve-groups, too.
2210
2211         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2212
2213 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2216         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2217
2218         * pop3.el: Require cl when compiling.
2219         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2220
2221 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2224         that aren't going to be activated.
2225         (gnus-get-unread-articles): Fix up the last commit.
2226
2227         * gnus-html.el (gnus-article-html): Allow calling without specifying
2228         the handle.  In that case, dissect the buffer first.
2229
2230         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2231
2232         * nnimap.el (nnimap-open-connection): Revert the change that would look
2233         into authinfo for imaps instead of imap.
2234
2235         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2236         say that you don't want to call gnus-request-group with don-check, but
2237         do check the reponse.  This is for virtual groups only.
2238         (gnus-get-unread-articles): Count the archive groups as secondary, so
2239         that they're activated the same way as before.
2240
2241         * imap.el (imap-message-map): Removed optional buffer parameter, since
2242         no callers use it.
2243         (imap-message-get): Ditto.
2244         (imap-message-put): Ditto.
2245         (imap-mailbox-map): Ditto.
2246         (imap-mailbox-put): Ditto.
2247         (imap-mailbox-get): Ditto.
2248         (imap-mailbox-get): Revert last change for this function.
2249
2250         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2251         case-insensitively.
2252         (nnimap-debug): Removed.
2253
2254         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2255         to use `imap-fetch' instead.  According to the comments, this should be
2256         safe, since all other IMAP clients use the 1:* syntax.
2257         (imap-enable-exchange-bug-workaround): Removed.
2258         (imap-debug): Removed -- doesn't seem very useful.
2259
2260         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2261         mail from a file, and the file doesn't exist.
2262
2263         * imap.el (imap-log): New convenience function used throughout instead
2264         of repeating the same code all over the place.
2265
2266         * pop3.el (pop3-streaming-movemail): Return t for success.
2267
2268         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2269         .authinfo if we're using ssl connection.
2270
2271         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2272         already have if we're in a main Gnus `g' run.
2273
2274         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2275
2276 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2279
2280         * nnmh.el (nnmh-request-list-1): Bind `file'.
2281
2282         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2283         alias to set-process-query-on-exit-flag or process-kill-without-query.
2284         (pop3-open-server): Use it.
2285
2286 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2289         box to the Incoming file.  Fixes mistake in previous checkin.
2290
2291         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2292         request loop (for debugging purposes) removed.
2293
2294         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2295         culprit is more visible.
2296         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2297         (nnml-add-incremental-nov): New functions to do "incremental" nov
2298         updates, where we just append to the end of the existing nov files
2299         without reading/writing them in full.
2300
2301         * mail-source.el (mail-source-delete-crash-box): Really only check the
2302         incoming files once in a while.
2303
2304         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2305
2306         * mail-source.el (mail-source-delete-crash-box): Only check the
2307         incoming files for deletion once per day to save a lot of file
2308         accesses.
2309
2310         * pop3.el (pop3-logon): Fix up unbound variable typo.
2311
2312         * mail-source.el (pop3-streaming-movemail): Autoload.
2313
2314         * pop3.el (pop3-streaming-movemail): Respect
2315         pop3-leave-mail-on-server.
2316
2317         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2318         retrieval.
2319
2320         * pop3.el (pop3-process-filter): Removed unused function.
2321         (pop3-streaming-movemail, pop3-send-streaming-command)
2322         (pop3-wait-for-messages, pop3-write-to-file)
2323         (pop3-number-of-responses): New functions for streaming pop3
2324         retrieval.
2325
2326         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2327         come from no known methods.
2328         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2329         list.
2330
2331         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2332         message sizes.
2333         (pop3-movemail): Use erase-buffer instead of looping and deleting
2334         regions, which seems rather odd.
2335
2336         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2337         file once per `g' run.
2338
2339         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2340         directories.  This makes the draft queue directory work.
2341
2342         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2343         data from the backends, so that we only request the list of groups from
2344         each method once.  This should speed things up considerably.
2345
2346         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2347         detect that it's not implemented.
2348
2349         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2350         we actually do recurse down into the tree, but don't stat all leaf
2351         nodes.
2352
2353         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2354         then say so instead of bugging out.
2355
2356         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2357         files exist before trying to read them.
2358
2359         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2360         around <pre_int>.
2361
2362         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2363
2364         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2365
2366 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * mm-util.el (mm-image-load-path): Just return the image directories,
2369         not all directories in the path in addition to the image directories.
2370         (mm-image-load-path): Maintain a cache of the image directories so that
2371         the `g' command in Gnus doesn't have to stat dozens of directories each
2372         time.
2373
2374         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2375         (gnus-html-wash-tags): Add a new `i' command to insert images.
2376         (gnus-html-insert-image): New command and keystroke.
2377         (gnus-html-redisplay-with-images): New command and keystroke.
2378         (gnus-html-show-images): Renamed command.
2379         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2380         spacers.
2381         (gnus-html-wash-tags): Decode entities at the end, so that entities
2382         inside the tags don't mess up the rest of the "parsing".
2383
2384         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2385         so that nnimap methods aren't agentized by default.  There's apparently
2386         many problems related to agent/imap behaviour.
2387
2388         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2389
2390         * gnus-html.el: Doc fix.
2391
2392 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2395         specifier-spec-list for Emacs 21.
2396
2397         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2398         glyph-width and glyph-height instead of display-graphic-p and
2399         image-size; make avoidance of displaying small images work for XEmacs.
2400
2401         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2402         for XEmacs.
2403
2404         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2405         of symbol that holds plist data.
2406         (gnus-process-plist): Remove plist of process after getting it.
2407
2408 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * message.el (message-generate-hashcash): Change default to
2411         'opportunistic if hashcash is installed.
2412
2413         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2414         (gnus-html-put-image): Only call image-size once, since it's somewhat
2415         time-consuming on remote X servers.
2416
2417 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2420         type on data, not a file name.
2421
2422         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2423         window-pixel-edges for Emacs 21.
2424
2425         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2426         decoded contents.
2427         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2428
2429 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2432         group line format, since it isn't very interesting.
2433
2434         * gnus-agent.el (gnus-agent-short-article),
2435         (gnus-agent-long-article): Increase values for these two variables,
2436         since most people are likely to have more network connection and
2437         storage than before.
2438
2439         * gnus.el (gnus-refer-article-method): Change default to 'current.
2440         When referring an article, the common behaviour is to refer it from the
2441         current select method, not the native select method.  The chances of
2442         the native select method having the message in question is rather slim
2443         these days.
2444
2445         * gnus-sum.el (gnus-auto-select-subject): Change default to
2446         `unseen-or-unread'.  I think it's likely that most people want to
2447         select an unseen article over a previously seen, but unread one.
2448
2449         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2450         means that in the article buffer none of the minor mode elements will
2451         be shown, usually, and this is not desirable in most cases.
2452
2453         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2454         that commands like `d' (and the like) go to the next line in the
2455         buffer, instead of the next unread article.  I think this is the
2456         behaviour that is most natural for most users.
2457         (gnus-single-article-buffer): Change default to nil, so that people can
2458         have as many article buffers open as they have summary buffer.  I think
2459         this is the most natural way for the groups to behave.
2460
2461         * message.el (message-generate-new-buffers): Change default to
2462         `unsent', so that all new message buffers start their names with the
2463         string "*unsent", and it's easier to find the buffers if you move from
2464         them.
2465
2466 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2469         small.  They're probably tracking images.
2470         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2471         (gnus-html-rescale-image): Yet another try at getting the image sizing
2472         right.
2473
2474         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2475         nntp-marks-file-name is nil.
2476
2477 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2478
2479         * gnus-html.el (gnus-html-wash-tags)
2480         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2481         Better logging.
2482
2483 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2486
2487         * gnus-html.el (gnus-html-wash-tags): Check the value of
2488         gnus-blocked-images in the summary buffer.
2489
2490 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2491
2492         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2493
2494 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2497         like "a", it seems like.
2498         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2499         since it needs to be picked from the correct buffer.
2500
2501         * nnwfm.el: Removed.
2502
2503         * nnlistserv.el: Removed.
2504
2505 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2506
2507         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2508         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2509
2510 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * nnkiboze.el: Removed.
2513
2514         * nndb.el: Removed.
2515
2516         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2517         alt text.
2518         (gnus-html-rescale-image): Try to get the rescaling logic right for
2519         images that are just wide and not tall.
2520
2521         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2522         overshadow variable bindings.
2523
2524 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2525
2526         * gnus-html.el (gnus-html-wash-tags)
2527         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2528         extra logging.
2529
2530 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2533         (gnus-max-image-proportion): New variable.
2534         (gnus-html-rescale-image): New function.
2535         (gnus-html-put-image): Rescale images.
2536
2537 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2538
2539         Fix up some byte-compiler warnings.
2540         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2541         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2542         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2543         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2544         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2545         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2546         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2547
2548 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * gnus-html.el (gnus-article-html): Decode contents by charset.
2551
2552 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2555         (gnus-html-frame-width, gnus-blocked-images)
2556         * message.el (message-prune-recipient-rules): Add custom version.
2557         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2558
2559         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2560         functions.
2561
2562         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2563         gnus-process-get.
2564
2565 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2566
2567         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2568         instead of lsub directly.
2569
2570 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * nnwarchive.el: Removed.
2573
2574         * gnus-soup.el: Removed.
2575
2576         * nnsoup.el: Removed.
2577
2578         * nnultimate.el: Removed.
2579
2580         * gnus-html.el (gnus-blocked-images): New variable.
2581
2582         * message.el (message-prune-recipients): New function.
2583         (message-prune-recipient-rules): New variable.
2584
2585         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2586         guess whether a long line is natural text or not.
2587
2588         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2589         gnus-process-plist and friends for compatibility.
2590
2591 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2592
2593         * gnus-html.el: Require packages that define macros used in this file.
2594         (gnus-article-mouse-face): Declare to silence byte-compiler.
2595         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2596         process-get.
2597         (gnus-html-put-image): Use plist-get to avoid getf.
2598         (gnus-html-prefetch-images): Use with-current-buffer.
2599
2600 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gnus-ems.el: Provide compatibility functions for
2603         gnus-set-process-plist.
2604
2605         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2606         header-line-format for XEmacs 21.4.
2607
2608         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2609         * gnus.el (gnus-valid-select-methods)
2610         * message.el (message-send-mail-partially-limit)
2611         * mm-decode.el (mm-text-html-renderer)
2612         * mml.el (mml-insert-mime-headers-always)
2613         * smiley.el (smiley-regexp-alist): Bump custom version.
2614
2615 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * gnus-html.el: require mm-url.
2618         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2619         with the url to `url'.
2620         (gnus-html-wash-tags): Support cid: URLs/images.
2621
2622 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2625         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2626         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2627
2628         * gnus-move.el: Removed file, since it doesn't really work.
2629
2630         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2631         UTF-8.  This seems to fix problems with some German web feeds.
2632
2633         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2634         at the top so that the proper colours are applied.
2635
2636         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2637         don't have dots in their names.
2638
2639         * gnus-art.el (gnus-article-view-part): Doc fix.
2640
2641         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2642         XEmacs-compatible.
2643         (gnus-html-put-image): Don't do images on non-graphic displays.
2644
2645         * nnslashdot.el: Removed this unused backend.
2646
2647         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2648         actions.
2649         (gnus-undo-register-1): Revert last change.
2650
2651         * gnus-group.el (gnus-group-completing-read): Protect against not
2652         having completion-styles bound.
2653
2654         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2655         make broken recipients happier.
2656
2657         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2658
2659         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2660         point parameter.
2661
2662         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2663
2664         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2665         completion-styles for group selection.
2666
2667 2009-02-04  Andreas Schwab  <schwab@suse.de>
2668
2669         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2670         headers and regexp-quote the match if necessary.
2671
2672 2009-03-24  Miles Bader  <miles@gnu.org>
2673
2674         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2675         the blinking smiley.
2676
2677 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2678
2679         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2680         blink smiley.
2681
2682 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2685         where the dribbel file lives exists.
2686
2687         * message.el (message-send-mail-partially-limit): Change the default to
2688         nil, since most people don't want this.
2689
2690         * mm-url.el (mm-url-decode-entities): Also decode entities like
2691         &#x3212.
2692
2693 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2694
2695         * gnus-sum.el (gnus-summary-idna-message):
2696         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2697         Hyperlink urls in docstrings with URL `...'.
2698
2699 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2700
2701         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2702         functions.
2703
2704 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2707         say what the mouseover text should be.
2708
2709         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2710         version of the mm-w3m-safe-url-regexp variable to only download images
2711         in the groups where we want that to happen.
2712
2713         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2714
2715         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2716         easier debugging.
2717         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2718         big pictures in the article buffer.
2719
2720         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2721         gnus-article-html.
2722         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2723         w3m.
2724
2725         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2726
2727 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2730         which doesn't exist.
2731
2732         * message.el (message-inhibit-ecomplete): New variable to allow some
2733         function to inhibit ecomplete address storage.
2734         (message-resend): Disable ecomplete message storage when resending
2735         messages.
2736
2737         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2738
2739 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2742         Save excursion while copying, moving, and deleting articles in order to
2743         prevent the cursor from jumping to unforeseen place.
2744
2745 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * lpath.el: No need to bind bookmark-current-buffer,
2748         bookmark-yank-point and bookmark-make-record-function.
2749
2750 2010-08-17  Glenn Morris  <rgm@gnu.org>
2751
2752         * gnus-sync.el: Require gnus components whose functions are used.
2753
2754         * gnus-art.el (bookmark-make-record-function):
2755         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2756         Declare for compiler.
2757
2758         * mm-url.el (mml-compute-boundary): Autoload.
2759
2760 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2763
2764 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2765
2766         Typo fix "hoo4a" -> "hook".
2767
2768         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2769
2770 2010-08-14  Glenn Morris  <rgm@gnu.org>
2771
2772         * gnus-sync.el (gnus-sync): Fix defgroup version.
2773
2774 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2775
2776         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2777
2778         * gnus-sync.el: Fix docs.
2779         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2780         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2781
2782 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2783
2784         Optimizations for gnus-sync.el.
2785
2786         * gnus-sync.el: Add docs about gnus-sync-backend
2787         possibilities.
2788         (gnus-sync-save): Remove unnecessary message.
2789         (gnus-sync-read): Optimize and show what groups were skipped.
2790
2791 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2792
2793         Minor bug fixes for gnus-sync.el.
2794
2795         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2796         read the sync on get-new-news.
2797
2798         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2799         quiet.
2800
2801         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2802
2803 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2804
2805         Make saving and restoring of hidden threads work with overlays.
2806         Patch applied by Ted Zlatanov.
2807
2808         * gnus-sum.el (gnus-hidden-threads-configuration)
2809         (gnus-restore-hidden-threads-configuration): Update to deal with text
2810         properties, rather than searching for a magic character.
2811
2812 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2813
2814         New gnus-sync.el library for synchronization of marks.
2815
2816         * gnus-sync.el: New library for synchronization of marks.
2817
2818         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2819         renamed from `gnus-registry-grep-in-list'.
2820
2821         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2822
2823         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2824
2825 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2828         determining charset of text fails.
2829
2830 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * nnmail.el (nnmail-get-new-mail-1): Revert.
2833
2834         * nnml.el (nnml-active-number): Make sure names of newly created groups
2835         in nnml-group-alist are encoded.
2836
2837 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2840         containing non-ASCII characters in active file for nnml back end.
2841
2842 2010-07-24  David Engster  <dengste@eml.cc>
2843
2844         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2845         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2846
2847 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2848
2849         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2850         tag (Bug#6654).
2851
2852 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2855         the article buffer, not the summary buffer.
2856
2857 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2860         Emacs 23 as well.
2861
2862 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2865         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2866
2867 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2868
2869         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2870         Patch applied by Karl Fogel.
2871
2872         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2873         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2874
2875 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2876
2877         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2878         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2879         C-w still not working correctly from Article buffers; Thierry's
2880         patch to fix that will be applied after this.
2881
2882         * gnus-art.el (bookmark-make-record-function): New local variable.
2883
2884         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2885         article buffer.
2886         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2887
2888 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2889
2890         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2891         on changes in bookmark.el.
2892
2893 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2896         `no-log' instead of message not to log prompt string.
2897
2898 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2899
2900         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2901         the *other* type of HTML form submission.
2902
2903 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2904
2905         * auth-source.el (auth-source-pick): If choice does not contain a
2906         questioned keyword, set the check to t.
2907
2908 2010-06-12  Romain Francoise  <romain@orebokech.com>
2909
2910         * gnus-util.el (gnus-date-get-time): Move up before first use.
2911
2912 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2915         (gnus-article-edit-part): Bind it to make last part that is substituted
2916         or deleted visible.
2917         (gnus-mime-display-single): Buttonize part of which id equals to
2918         gnus-mime-buttonized-part-id.
2919
2920 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2921
2922         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2923         (gnus-dd-mmm): Use gnus-date-get-time.
2924         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2925         simplify logic.
2926         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2927         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2928
2929 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2930
2931         * auth-source.el (top): Autoload `secrets-list-collections',
2932         `secrets-create-item', `secrets-delete-item'.
2933         (auth-sources): Fix tag string.
2934         (auth-get-source, auth-source-retrieve, auth-source-create)
2935         (auth-source-delete): New defuns.
2936         (auth-source-pick): Rewrite in order to avoid 2 passes.
2937         (auth-source-forget-user-or-password): New parameter USERNAME.
2938         (auth-source-user-or-password): New parameters CREATE-MISSING and
2939         DELETE-EXISTING.  Retrieve password interactively, if needed.
2940
2941 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2942
2943         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2944         deleting unused directories when gnus-expert-user is t.
2945
2946 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2949         for each temp file when gnus-article-browse-delete-temp is ask.
2950
2951 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2952
2953         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2954         Lisp calls to delete-backward-char by calls to delete-char.
2955
2956 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2957
2958         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2959
2960 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2961
2962         * password-cache.el (password-cache-remove): Fix docstring.
2963
2964 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2967         article unless decoding article to be saved.
2968
2969 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2972         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2973         generated within the mm-with-unibyte-current-buffer macro.
2974
2975 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2978         to nil when we're in a mml-preview buffer and no group is selected.
2979
2980 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2981
2982         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2983         when catching the `C-g'.  Reported by "Leo".
2984
2985 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * message.el (message-forward-make-body-plain)
2988         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2989         multibyte-string-p.
2990
2991         * lpath.el: Revert.
2992
2993 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * message.el (message-forward-make-body-mml): Assume original message
2996         is multibyte string; error on unibyte.
2997         (message-forward-make-body-plain): Ditto; don't add excessive newline
2998         in body end.
2999
3000         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3001
3002 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3003
3004         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3005         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3006
3007 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * mm-extern.el (mm-extern-url): Don't use
3010         mm-with-unibyte-current-buffer.
3011         (mm-extern-cache-contents): Use with-current-buffer instead of
3012         save-excursion + set-buffer.
3013
3014 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * mm-util.el (mm-emacs-mule): Remove.
3017
3018 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3019
3020         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3021         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3022         change.
3023
3024 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3027         bind the default value of enable-multibyte-characters to nil.
3028
3029 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * message.el (message-forward-make-body-plain)
3032         (message-forward-make-body-mml):
3033         Don't use mm-with-unibyte-current-buffer.
3034
3035 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3036
3037         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3038
3039 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3040
3041         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3042         (Bug#5592).
3043
3044 2010-05-07  Julien Danjou  <julien@danjou.info>
3045
3046         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3047         it to mm-pipe-part.
3048
3049         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3050         it is given.
3051
3052 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * binhex.el (binhex-decode-region-internal)
3055         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3056         (dns-query)
3057         * nnweb.el (nnweb-gmane-search)
3058         * pgg-parse.el (pgg-parse-armor)
3059         * pgg.el (pgg-verify-region)
3060         * sha1.el (sha1-string-external)
3061         * uudecode.el (uudecode-decode-region-internal)
3062         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3063         XEmacs.
3064
3065         * gnus-art.el (gnus-article-browse-html-parts)
3066         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3067         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3068         make-temp-file.
3069
3070         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3071         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3072         compiling.
3073
3074         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3075         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3076         XEmacs when compiling.
3077
3078         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3079         gnus-pick-mode-off-hook for XEmacs when compiling.
3080         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3081         gnus-binary-mode-off-hook for XEmacs when compiling.
3082
3083         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3084         nil if char-charset is not available.
3085
3086         * imap.el (imap-disable-multibyte)
3087         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3088         macros.
3089
3090         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3091         instead of encode-coding-string.
3092
3093         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3094         'xemacs) instead of mm-emacs-mule to switch function definitions.
3095         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3096
3097         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3098         bind temporary-file-directory for XEmacs;
3099         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3100         timer-set-function for XEmacs 21.4 and SXEmacs;
3101         bind timer-list for XEmacs 21.4 and SXEmacs;
3102         fbind char-charset and find-charset-region for non-Mule XEmacs;
3103         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3104         encode-coding-region and encode-coding-string for XEmacs having no
3105         file-coding feature.
3106
3107 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3108
3109         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3110
3111 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3114         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3115
3116 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3117
3118         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3119         alias `jka-compr-delete-temp-file' no longer exists.
3120
3121 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3122
3123         Use define-minor-mode in Gnus where applicable.
3124         * mml.el (mml-mode): Use define-minor-mode.
3125         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3126         (gnus-undo-mode): Use define-minor-mode.
3127         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3128         (gnus-dead-summary-mode): Use define-minor-mode.
3129         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3130         Initialize in declaration.
3131         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3132         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3133         (gnus-mailing-list-mode): Use define-minor-mode.
3134         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3135         (gnus-draft-mode): Use define-minor-mode.
3136         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3137         (gnus-dired-mode): Use define-minor-mode.
3138
3139 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3140
3141         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3142         handles on recursive mml-to-mime translation and check them for
3143         boundary delimiter collisions.  Reported by Greg Troxel.
3144
3145 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3148
3149 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3150
3151         * mm-util.el (mm-find-buffer-file-coding-system):
3152         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3153
3154 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3155
3156         * message.el (message-generate-headers): Record insertion of optional
3157         headers as well.  Otherwise the check to prevent repeated insertion of
3158         optional headers is a no-op.
3159
3160 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3161
3162         * smime.el: Don't mention CVS.
3163
3164         * nnrss.el (nnrss-fetch): Don't mention CVS.
3165
3166         * nnir.el: Don't mention CVS.
3167
3168 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3169
3170         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3171
3172 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * lpath.el: Fbind bookmark-default-handler,
3175         bookmark-get-bookmark-record, bookmark-make-record-default,
3176         bookmark-prop-get for Emacs <23 and XEmacs.
3177
3178 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3179
3180         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3181         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3182         Use with-current-buffer to silence the byte-compiler.
3183         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3184         bother to require `gnus'.
3185         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3186
3187 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3188
3189         * gnus-sum.el (gnus-summary-bookmark-make-record)
3190         (gnus-summary-bookmark-jump): New functions.
3191         (gnus-summary-mode): Setup bookmark support.
3192
3193 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3194
3195         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3196         if set.
3197
3198 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3201         gnus-article-browse-html-save-cid-image; make it work recursively for
3202         forwarded messages as well.
3203         (gnus-article-browse-html-parts): Work when prefix arg is given.
3204         (gnus-article-browse-html-article): Doc fix.
3205
3206 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3207
3208         * message.el (message-default-mail-headers):
3209         (message-default-headers): Carry the value mail-default-headers over
3210         into message-default-mail-headers, rather than message-default-headers.
3211
3212 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3213
3214         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3215         charset.
3216
3217         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3218         charset into the <meta> tag when the article is encoded to utf-8.
3219
3220 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3223         directories as well.
3224         (gnus-article-browse-html-parts): Work for images that do not specify
3225         file names; delete temp directory when quitting; insert header at the
3226         right place; use file: scheme for image files.
3227
3228 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3229
3230         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3231         (gnus-article-browse-html-parts): Use it to make temporary cid image
3232         files in addition to html file so that browser may display them.
3233
3234 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3237
3238 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3239
3240         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3241
3242 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3243
3244         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3245         about Secret Service API sources.  Improve Customize options.
3246         (auth-source-pick): Change to accept any number of search parameters.
3247         Implement fallbacks iteratively, not recursively.  Add scoring on the
3248         second pass and sort by score.  Call Secret Service API when needed.
3249         (auth-source-user-or-password): Use it.  Call Secret Service API
3250         directly when needed to get the user name and the password.
3251
3252 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3253
3254         * message.el (message-interactive): Doc fix.
3255         (message-qmail-inject-args): Reflow.
3256         (message-kill-to-signature): Fix typo in docstring.
3257
3258         * smiley.el (smiley-buffer): Fix typo in docstring.
3259
3260 2010-03-24  Glenn Morris  <rgm@gnu.org>
3261
3262         * mail-source.el (gnus-message): Declare.
3263         (mail-source-delete-old-incoming): Require gnus-util.
3264
3265 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3268
3269         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3270
3271         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3272         password-cache's default if it is not bound.
3273         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3274         password-cache-expiry's default if it is not bound.
3275
3276         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3277         available in Emacs 21.
3278
3279         * lpath.el: Suppress compiler warnings for:
3280         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3281         XEmacs;
3282         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3283         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3284         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3285
3286 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3287
3288         * auth-source.el (auth-sources): Fix up definition so extra parameters
3289         are always inline.
3290
3291 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3292
3293         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3294         wasn't updated after mismatch.  Clear cached mailbox info correctly
3295         when uidvalidity changes.
3296         (nnimap-group-prefixed-name): New function to avoid some code
3297         duplication.
3298         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3299         (nnimap-request-group): Use it.
3300         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3301         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3302         with many imap folders.  This is done by caching the group status from
3303         the imap server persistently in a group parameter `imap-status'.  (This
3304         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3305         but not persistently, so every Gnus startup was still very slow.)
3306
3307 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3308
3309         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3310         delete the extra newline.  Otherwise editing of :string and :number
3311         types don't work.
3312
3313 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3316         secrets.el dependency.
3317         (auth-sources): Add optional user name.  Add secrets.el configuration
3318         choice (unused right now).
3319
3320 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3321
3322         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3323         `gnus-registry-install-shortcuts' fill in the functions.
3324
3325         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3326         warnings.
3327         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3328         (gnus-registry-install-shortcuts): Populate and use it in a
3329         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3330
3331 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3332
3333         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3334         In-place substitutions for the group name encoding/decoding.
3335         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3336         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3337         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3338         (nnimap-update-unseen, nnimap-request-list)
3339         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3340         (nnimap-request-set-mark, nnimap-split-to-groups)
3341         (nnimap-split-articles, nnimap-request-newgroups)
3342         (nnimap-request-create-group, nnimap-request-accept-article)
3343         (nnimap-request-delete-group, nnimap-request-rename-group)
3344         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3345         `encoded-mbx' for consistency.
3346         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3347         variable `imap-current-mailbox'.
3348
3349         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3350         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3351
3352 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3353
3354         * pop3.el (pop3-display-message-size-flag): Display message size byte
3355         counts during POP3 download.
3356         (pop3-movemail): Use it.
3357         (pop3-list): Implement listing of available messages.
3358
3359 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3360
3361         * nnir.el (nnir-get-article-nov-override-function): New function to
3362         override the normal NOV retrieval.
3363         (nnir-retrieve-headers): Use it.
3364
3365 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3366
3367         * auth-source.el (netrc-machine-user-or-password): Autoload.
3368
3369 2010-03-19  Glenn Morris  <rgm@gnu.org>
3370
3371         Stop message.el from loading about 40 libraries it doesn't always need.
3372         The general approach is to autoload rather than require, and to
3373         require in the specific functions rather than the file.  (Bug#5642)
3374
3375         * gmm-utils.el: Don't require wid-edit.
3376         (widget-create-child-value, widget-convert, widget-default-get):
3377         Autoload.
3378
3379         * gnus-util.el: Don't require time-date, netrc.
3380         (message-fetch-field, gnus-group-name-decode): Declare rather than
3381         autoloading.
3382         (gnus-fetch-field): Require message.
3383         (gnus-decode-newsgroups): Require gnus-group.
3384
3385         * ietf-drums.el: Don't require time-date.
3386
3387         * message.el: Don't require hashcash, canlock, ecomplete.
3388         Do require mail-utils.  Require nnheader only when compiling.
3389         (smtpmail-default-smtp-server): Remove declaration.
3390         (message-send-mail-function): Check smtpmail-default-smtp-server
3391         is bound rather than requiring smtpmail.
3392         (message-auto-save-directory, message-insert-signature): Use
3393         expand-file-name rather than nnheader-concat.
3394         (nnheader-insert-file-contents): Autoload.
3395         (hashcash-wait-async): Declare.
3396         (message-send-mail): Only call gnus-setup-posting-charset if
3397         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3398         (message-send-mail-with-sendmail): Require sendmail.
3399         (canlock-password, canlock-password-for-verify): Declare.
3400         (message-canlock-password): Require canlock.
3401         (nnheader-get-report): Autoload.
3402         (gnus-setup-posting-charset): Declare.
3403         (message-send-news): Require gnus-msg.
3404         (message-make-references, message-make-in-reply-to): Use mail-header-id
3405         rather than the alias mail-header-message-id.
3406         (ecomplete-add-item, ecomplete-save): Declare.
3407         (message-put-addresses-in-ecomplete): Require ecomplete.
3408         (ecomplete-display-matches): Autoload.
3409
3410         * mm-decode.el: Don't require mailcap, gnus-util.
3411         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3412         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3413         Autoload.
3414         (mailcap-mime-extensions): Declare.
3415
3416         * mm-encode.el: Don't require mailcap.
3417         (mailcap-extension-to-mime): Autoload.
3418
3419         * mml-sec.el: Don't require password-cache.
3420
3421         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3422         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3423         (mml-minibuffer-read-type): Require mailcap.
3424         (mml-preview): Require gnus-msg.
3425
3426         * mml1991.el: Require password-cache.
3427         (password-cache-expiry): Remove declaration.
3428
3429         * mml2015.el: Require password-cache.
3430         (password-cache-expiry): Remove declaration.
3431
3432         * nneething.el (mailcap): Require mailcap.
3433
3434         * nnheader.el (declare-function): Add compatibility stub.
3435         (message-remove-header): Declare rather than autoload.
3436         (nnheader-replace-header): Require message.
3437
3438         * nnimap.el (declare-function): Add compatibility stub.
3439         (netrc-parse, netrc-machine-user-or-password): Declare.
3440         (nnimap-open-connection): Require netrc.
3441
3442         * nntp.el (declare-function): Add compatibility stub.
3443         (netrc-parse, netrc-machine, netrc-get): Declare.
3444         (nntp-send-authinfo): Require netrc.
3445
3446         * rfc2047.el: Don't require qp.
3447         (quoted-printable-encode-region, quoted-printable-decode-string):
3448         Autoload.
3449
3450         * sieve-mode.el: Don't require easymenu.
3451         (easy-menu-add-item): Autoload it.
3452
3453         * spam-stat.el (time-to-number-of-days): Autoload it.
3454
3455 2010-03-19  Glenn Morris  <rgm@gnu.org>
3456
3457         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3458
3459 2010-03-18  Glenn Morris  <rgm@gnu.org>
3460
3461         * hashcash.el (declare-function): Remove duplicate definition.
3462
3463 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3464
3465         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3466         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3467         value if any backslash escapes).
3468
3469 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3472         if it is available.  (bug#5647)
3473
3474         * lpath.el: Suppress compiler warning for coding-system-from-name for
3475         Emacs 21 and XEmacs.
3476
3477 2010-03-14  Juri Linkov  <juri@jurta.org>
3478
3479         * hmac-def.el:
3480         * hmac-md5.el:
3481         * netrc.el: Fix keywords.
3482
3483 2010-02-26  Glenn Morris  <rgm@gnu.org>
3484
3485         * message.el (message-send-mail-function): Change the default, so that
3486         it inherits from a customized send-mail-function.  (Bug#5643)
3487
3488 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3489
3490         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3491         shell-command-to-string signals an error (bug#5299).
3492
3493 2010-02-24  Glenn Morris  <rgm@gnu.org>
3494
3495         * message.el (message-smtpmail-send-it)
3496         (message-send-mail-with-mailclient): Doc fixes.
3497
3498 2010-02-16  Glenn Morris  <rgm@gnu.org>
3499
3500         * message.el (message-default-mail-headers): Change the default value
3501         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3502
3503 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3506         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3507
3508 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3509
3510         * time-date.el (date-to-time): Doc fix (Bug#5408).
3511
3512 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3513
3514         * message.el (message-mail): Just pass yank-action on to message-setup.
3515         (message-setup): Handle (FUN . ARGS) form of yank-action.
3516         (message-with-reply-buffer, message-widen-reply)
3517         (message-yank-original): Handle non-buffer values of
3518         message-reply-buffer (Bug#4080).
3519         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3520
3521 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3522
3523         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3524         Fix typo in docstring.
3525
3526 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3527
3528         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3529         response.
3530
3531 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3534
3535         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3536
3537         * message.el (message-check-news-header-syntax): Protect against a
3538         string that `rfc822-addresses' returns when parsing fails.
3539
3540 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3543         (gnus-previous-char-property-change): New functions.
3544
3545         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3546
3547 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3548
3549         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3550         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3551
3552 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3553
3554         * message.el (message-exchange-point-and-mark): Rework last change to
3555         avoid using optional arg of exchange-point-and-mark, for backward
3556         compatibility.
3557
3558 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3559
3560         * message.el (message-exchange-point-and-mark): Call
3561         exchange-point-and-mark with an argument rather than setting
3562         mark-active by hand (Bug#5175).
3563
3564 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * nntp.el (nntp-service-to-port): Work for service expressed with
3567         numeric string; replace [:digit:] with [0-9] for XEmacs.
3568
3569 2009-12-17  Glenn Morris  <rgm@gnu.org>
3570
3571         * gnus-group.el (gnus-bug-group-download-format-alist):
3572         Change emacs entry to debbugs.gnu.org.  Bump :version.
3573
3574 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3575
3576         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3577
3578 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3579
3580         * message.el (message-info): Explain why we use `Info-goto-node'.
3581
3582 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3585
3586 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3587
3588         * message.el (message-completion-in-region): New compatibility function.
3589         (message-expand-group): Use it.
3590
3591 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3594         with no unread article should be listed if the 2nd arg `predicate' is
3595         given.
3596
3597 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3600
3601 2009-11-29  Juri Linkov  <juri@jurta.org>
3602
3603         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3604         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3605         on `gnus-recenter'. (Bug#4698, Bug#4981)
3606
3607 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3608
3609         * sha1.el (sha1-string-external): default-directory "/" in case
3610         otherwise non-existent.  process-connection-type pipe for touch of
3611         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3612
3613 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3614
3615         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3616         it's comms related and sgml-mode.el has "comm" on that basis too.
3617
3618 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3621         containing tspecial characters if they have been already quoted.
3622
3623 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3624
3625         * dns-mode.el (auto-mode-alist): Purecopy string.
3626
3627 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3628
3629         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3630
3631 2009-10-24  Glenn Morris  <rgm@gnu.org>
3632
3633         * gnus-art.el (help-xref-stack-item): Define for compiler.
3634
3635 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3636
3637         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3638
3639 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3642
3643 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3646         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3647
3648 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3651         (gnus-overlays-in): New alias to overlays-in.
3652
3653         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3654         gnus-overlay-get, and gnus-delete-overlay.
3655         (gnus-summary-show-thread): Make it work as well for systems in which
3656         next-single-char-property-change is not available.
3657         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3658
3659         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3660         (gnus-overlay-get): New alias to extent-property.
3661         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3662
3663         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3664         SXEmacs.
3665
3666         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3667         SXEmacs.
3668
3669 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3670
3671         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3672
3673 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3674
3675         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3676         and XEmacs that don't have `remove-overlays'.
3677
3678 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3679
3680         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3681         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3682         selective display.  Use overlays instead.
3683
3684 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3685
3686         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3687
3688 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3689
3690         * spam-stat.el (spam-stat-load): Fix typo in message.
3691
3692 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3693
3694         * dig.el (dig-invoke): Fix typo in docstring.
3695         (query-dig): Reflow docstring.
3696
3697 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3698
3699         * gnus-art.el (gnus-article-encrypt-body):
3700         * message.el (message-check-recipients):
3701         * mm-util.el (mm-codepage-setup):
3702         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3703         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3704
3705 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3706
3707         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3708         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3709         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3710         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3711         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3712
3713 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3714
3715         * dig.el: Add "Keywords: comm", as per net-utils.el.
3716
3717 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3718
3719         * dig.el (dig-mode): Use define-derived-mode.
3720
3721 2009-09-19  Glenn Morris  <rgm@gnu.org>
3722
3723         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3724
3725 2009-09-18  Glenn Morris  <rgm@gnu.org>
3726
3727         * gnus-diary.el (gnus-diary-check-message):
3728         * message.el (message-insert-formatted-citation-line):
3729         * nnbabyl.el (top-level):
3730         * nndiary.el (nndiary-schedule):
3731         Fix typos in condition-case handlers.
3732
3733 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3736         configuration that provides the sole article window in a frame;
3737         position point correctly after deleting a part.
3738
3739 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3740
3741         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3742         (spam-resolve-registrations-routine): Use it to unregister articles
3743         that change status.
3744
3745 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3748         with XEmacs.
3749         (parse-time-string-chars): Use it.
3750
3751 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3752
3753         * imap.el (imap-interactive-login): Better messages.
3754         (imap-open): Fix bug with renamed buffer on reconnect.
3755         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3756         for easier debugging and cleaner code.  On successful (guessed based on
3757         server capabilities) secondary authentication, set imap-state
3758         correctly.
3759         (imap-last-authenticator): Define imap-last-authenticator as a variable
3760         to avoid warnings.
3761
3762 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * nnrss.el (nnrss-request-article): Remove binding of
3765         default-enable-multibyte-characters that has gotten needless by
3766         the 2007-07-13 change in rfc2047-encode-message-header.
3767
3768         * mml.el (mml-insert-multipart): Error on the message header.
3769         (mml-insert-part): Error on the message header; position point at
3770         the end of a MIME tag.
3771
3772 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * time-date.el (autoload): Expand define-obsolete-function-alias into
3775         defalias and make-obsolete for old Emacsen that Gnus supports.
3776         (with-no-warnings): Define it for old Emacsen.
3777         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3778         is available.
3779         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3780         float-time is available; suppress compile warning for time-to-seconds.
3781
3782         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3783         (gnus-float-time): Alias to float-time if it exists.
3784
3785         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3786         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3787         float-time is available; suppress compile warning for time-to-seconds.
3788
3789         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3790         XEmacs.
3791
3792 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3793
3794         * imap.el (imap-message-map): Docstring fix.
3795
3796 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3799         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3800         Add the optional argument `encoding' that overrides the default.
3801
3802         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3803         mm-encode-buffer.
3804
3805 2009-09-04  Glenn Morris  <rgm@gnu.org>
3806
3807         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3808         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3809         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3810         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3811         * mm-util.el (mm-with-unibyte-current-buffer)
3812         (mm-find-buffer-file-coding-system):
3813         * yenc.el (yenc-decode-region): Use default-value rather than
3814         default-enable-multibyte-characters.
3815
3816 2009-09-03  Glenn Morris  <rgm@gnu.org>
3817
3818         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3819         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3820         than default-enable-multibyte-characters.
3821
3822 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3823
3824         * gnus-art.el (gnus-article-read-summary-keys):
3825         Fix gnus-buffer-configuration's value temporarily used.
3826
3827 2009-09-02  Glenn Morris  <rgm@gnu.org>
3828
3829         * gnus-util.el (gnus-float-time): New function.
3830         * gnus-delay.el (gnus-delay-article):
3831         * gnus-sum.el (gnus-thread-latest-date):
3832         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3833         * nnspool.el (nnspool-request-newgroups):
3834         Use gnus-float-time rather than time-to-seconds.
3835         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3836
3837         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3838         (gnus-header-subject-face, gnus-header-newsgroups-face)
3839         (gnus-header-name-face, gnus-header-content-face):
3840         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3841         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3842         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3843         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3844         (gnus-cite-face-11):
3845         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3846         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3847         (gnus-server-closed-face, gnus-server-denied-face)
3848         (gnus-server-offline-face):
3849         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3850         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3851         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3852         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3853         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3854         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3855         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3856         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3857         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3858         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3859         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3860         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3861         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3862         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3863         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3864         (gnus-summary-high-undownloaded-face)
3865         (gnus-summary-low-undownloaded-face)
3866         (gnus-summary-normal-undownloaded-face)
3867         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3868         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3869         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3870         (gnus-splash-face):
3871         * message.el (message-header-to-face, message-header-cc-face)
3872         (message-header-subject-face, message-header-newsgroups-face)
3873         (message-header-other-face, message-header-name-face)
3874         (message-header-xheader-face, message-separator-face)
3875         (message-cited-text-face, message-mml-face):
3876         * sieve-mode.el (sieve-control-commands-face)
3877         (sieve-action-commands-face, sieve-test-commands-face)
3878         (sieve-tagged-arguments-face):
3879         * spam.el (spam-face):
3880         Mark face aliases with "-face" in the name as obsolete.
3881
3882 2009-09-01  Glenn Morris  <rgm@gnu.org>
3883
3884         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3885         than goto-line.
3886
3887 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3890         Don't move point if the command is invoked inside the message header.
3891
3892 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3893
3894         * imap.el (imap-send-command): Simplify.
3895         (imap-wait-for-tag): point-max -> buffer-size.
3896
3897 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3898
3899         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3900         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3901         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3902         * nnir.el (nnir-swish-e-index-file):
3903         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3904         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3905         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3906         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3907         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3908         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3909
3910 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3913         Don't save excursion.
3914
3915 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3916
3917         * nnheader.el (nnheader-find-file-noselect):
3918         * mm-util.el (mm-insert-file-contents):
3919         Use (default-value 'major-mode) instead of default-major-mode.
3920
3921 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3922
3923         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3924
3925 2009-08-26  Glenn Morris  <rgm@gnu.org>
3926
3927         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3928         than placing in files.el.
3929
3930 2009-08-25  Glenn Morris  <rgm@gnu.org>
3931
3932         * nnir.el (top-level): Don't require cl at run-time.
3933         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3934         Replace cl-function substitute with gnus-replace-in-string.
3935         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3936         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3937         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3938         simplified expansions.
3939
3940 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3941
3942         * dig.el (dig): Add autoload cookie.
3943
3944 2009-08-22  Glenn Morris  <rgm@gnu.org>
3945
3946         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3947         goto-line.
3948
3949 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3950
3951         * parse-time.el (parse-time-string-chars): Save match data.
3952
3953 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3954
3955         * parse-time.el (parse-time-string-chars): Compute using character
3956         classes, to handle non-ascii characters (Bug#3190).
3957
3958 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3961
3962         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3963         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3964         (gnus-mm-display-part, gnus-mime-display-single)
3965         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3966         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3967
3968         * gnus-sum.el
3969         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3970         (gnus-summary-move-article): Add expirable mark to articles copied or
3971         moved to group that has auto-expire turned on if the option is non-nil.
3972
3973 2009-07-24  Glenn Morris  <rgm@gnu.org>
3974
3975         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3976         Fix typo.  (Bug#3903)
3977
3978 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3981         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3982         that should not be used for draft articles.
3983         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3984         that has no concern in minor mode keys.
3985         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3986         Abolish.
3987
3988 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3991         article without making inquiry to a user for unknown encoding.
3992
3993         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3994         (nnmaildir--scan): Assume i-node and device number that file-attributes
3995         returns might be cons-cell.
3996
3997         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3998
3999         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4000
4001 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4002
4003         * auth-source.el: Remove docs now in auth.texi.  Don't use
4004         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4005         `auth-source-hide-passwords' and use them.
4006
4007 2009-07-15  Glenn Morris  <rgm@gnu.org>
4008
4009         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4010
4011 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4014         excessive whitespace from the default values of title and description.
4015
4016 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4019         mail-fetch-field to fetch Content-Description header in order to
4020         exclude newlines.
4021
4022 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4023
4024         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4025         format used by GnuPG 2.0.11.
4026
4027 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4030         to deleted part.
4031
4032 2009-05-30  David Engster  <dengste@eml.cc>
4033
4034         * nnmairix.el: Remove old documentation in the commentary block.
4035         (nnmairix-request-group): Do not update active file for nnml back ends.
4036         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4037         end so that overview files are ignored.
4038         (nnmairix-update-groups): Make updating the groups more robust by using
4039         marks.
4040         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4041         with dollar characters in message-id.
4042
4043 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4046         2008-12-25 in dns.el.
4047
4048 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4049
4050         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4051         could happen if the text is only composed of spaces and/or tabs.
4052
4053 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4054
4055         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4056         when sending a queued message to avoid extra mml tags.
4057
4058 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4061
4062 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4065         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4066         rmail-toggle-header for XEmacs;
4067         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4068
4069 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * gnus-dired.el: Remove autoload for gnus-setup-message.
4072         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4073         displaying Gnus logo; always use compose-mail.
4074
4075 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4078
4079 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4082         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4083         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4084         available.
4085         (gnus-nocem-epg-verify): New function.
4086
4087 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4088
4089         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4090
4091 2009-02-15  Glenn Morris  <rgm@gnu.org>
4092
4093         * gnus-util.el (rmail-insert-rmail-file-header)
4094         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4095         autoloads.
4096         (rmail-default-rmail-file): Remove unnecessary declaration.
4097         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4098
4099 2009-02-14  Glenn Morris  <rgm@gnu.org>
4100
4101         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4102         variable (only used in gnus-util, which declares it anyway).
4103         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4104         which was only needed by gnus-art (changed to not use it any more).
4105         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4106         only used in gnus-util, which autoloads it itself.
4107         (rmail-update-summary): Fix autoload.
4108
4109         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4110         rather than rmail-output-to-rmail-file.
4111
4112 2009-02-07  Glenn Morris  <rgm@gnu.org>
4113
4114         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4115         autoload of function that no longer exists.
4116         (rmail-toggle-header): Declare.
4117         (message-forward-rmail-make-body): Handle mbox Rmail.
4118
4119 2009-01-31  Glenn Morris  <rgm@gnu.org>
4120
4121         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4122         2009-01-09 change.
4123
4124 2009-01-31  Dave Love  <fx@gnu.org>
4125
4126         * imap.el (imap-fetch-safe): Bind debug-on-error.
4127         (imap-debug): Add imap-fetch-safe.
4128
4129 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4130
4131         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4132         (auth-source-forget-all-cached): New convenience function.
4133         (auth-source-user-or-password): Accept list of modes or a single mode.
4134
4135         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4136         auth-source modes.
4137
4138         * netrc.el (netrc-machine-user-or-password): Use list of
4139         auth-source modes.
4140
4141         * nnimap.el (nnimap-open-connection): Use list of
4142         auth-source modes.
4143
4144         * nntp.el (nntp-send-authinfo): Use list of
4145         auth-source modes.
4146
4147 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4148
4149         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4150         now.
4151
4152 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4155         coding system in XEmacs; add a workaround for XEmacs.
4156
4157         * lpath.el: Fbind coding-system-aliasee.
4158
4159 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4162         of current-language-environment.
4163
4164 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4165
4166         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4167         available at runtime.
4168
4169 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4172
4173 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4174
4175         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4176         the greatest positive fixnum value doesn't work under an XEmacs with
4177         bignum support; use the most-positive-fixnum constant instead,
4178         available since Emacs 21.1 with cl and XEmacs 21.1.
4179
4180 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4183         XEmacs gets not to work.
4184
4185 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * mm-util.el (mm-coding-system-priorities): Allow the value like
4188         "Japanese (UTF-8)" of current-language-environment.
4189
4190 2009-01-09  Glenn Morris  <rgm@gnu.org>
4191
4192         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4193         with last-command-event.
4194
4195 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4198         in the doc string.
4199
4200         * message.el (message-fix-before-sending): Amend comment.
4201
4202 2009-01-08  Dave Love  <fx@gnu.org>
4203
4204         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4205
4206 2009-01-07  David Engster  <dengste@eml.cc>
4207
4208         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4209         simplified server definitions by converting it via
4210         gnus-server-to-method.
4211
4212 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4215         parameter's operands.
4216
4217 2009-01-06  David Engster  <dengste@eml.cc>
4218
4219         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4220         primary select method (for gnus-group-mark-article-as-read).
4221
4222 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4223
4224         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4225         `(gnus)Face', not `(gnus)X-Face'.
4226
4227 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * mm-util.el (mm-ucs-to-char): New function.
4230
4231         * mm-url.el (mm-url-decode-entities): Use it.
4232
4233         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4234         unicode-to-char.
4235
4236 2009-01-05  Dave Love  <fx@gnu.org>
4237
4238         * time-date.el: Require cl for `declare'.
4239
4240 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4241
4242         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4243         Dave Love.
4244
4245 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * message.el (message-fix-before-sending): Add `eight-bit' to
4248         illegible-text check.
4249
4250 2009-01-03  Michael Olson  <mwolson@gnu.org>
4251
4252         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4253         `headers' is nil.  This can occur if the IMAP server does not have
4254         permissions to read messages from a folder, but can write new messages
4255         to the folder.
4256         (nnimap-request-article-part): Do not insert `data' if it is nil.
4257
4258         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4259         characters which will confuse `read', so skip past them.
4260
4261 2009-01-01  Dave Love  <fx@gnu.org>
4262
4263         * imap.el (imap-string-to-integer): Fix typo.
4264         (imap-fetch-safe): New function.
4265         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4266
4267         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4268
4269         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4270         (imap-parse-greeting): Fix doc strings.
4271         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4272         (imap-parse-flag-list): Make messages unique.
4273         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4274
4275         * nnimap.el: Fix author email.
4276         (nnimap-split-rule): Add FIXME comment.
4277         (nnimap-debug): Fix doc string.
4278
4279 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4282
4283 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4284
4285         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4286         nslookup if resolv.conf isn't available.
4287         (dns-query): Rename from query-dns.
4288         (dns-query-cached): Rename from query-dns-cached.
4289
4290 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4293         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4294         to check if those variables exist (first appeared in Emacs 18.50).
4295
4296 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * mm-util.el (mm-line-number-at-pos): New function.
4299
4300         * spam-report.el (spam-report-process-queue): Use it.
4301
4302 2008-12-24  David Engster  <dengste@eml.cc>
4303
4304         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4305         parameters that haven't existed as variables as buffer-local variables.
4306
4307 2008-12-23  Dave Love  <fx@gnu.org>
4308
4309         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4310         cadar.
4311
4312         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4313         imap-starttls-p.
4314         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4315
4316 2008-12-22  Dave Love  <fx@gnu.org>
4317
4318         * imap.el: Fix author email.  Doc fixes.
4319         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4320         reply.
4321
4322 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4323
4324         * spam-report.el (spam-report-gmane-max-requests): New constant.
4325         (spam-report-gmane-wait): New variable.
4326         (spam-report-gmane-ham, spam-report-gmane-spam)
4327         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4328         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4329         the server.
4330
4331         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4332         Add explanations.
4333
4334         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4335         nnheader-accept-process-output and nnheader-read-timeout if available.
4336         (pop3-movemail): Use it.
4337
4338         * message.el (message-check-news-body-syntax): Fix signature check if
4339         there's an attachment.
4340
4341 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * mm-util.el: Add comments to the mm- emulating functions.
4344
4345 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4346
4347         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4348         by Stephen Berman <stephen.berman@gmx.net>.
4349
4350 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * mm-util.el (mm-substring-no-properties): New function.
4353         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4354         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4355         (mm-string-to-multibyte): Doc fix.
4356
4357         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4358
4359 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4360
4361         * mml.el (mml-attach-file): Strip text properties from file name.
4362         (Bug#1574)
4363
4364 2008-12-16  Glenn Morris  <rgm@gnu.org>
4365
4366         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4367
4368 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4371         knows since the charset specified might be a bogus alias that
4372         mm-charset-synonym-alist provides.
4373
4374 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4377         "ISO_8859-1".
4378
4379         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4380
4381 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * mm-util.el (mm-charset-eval-alist):
4384         Define it before mm-charset-to-coding-system.
4385         (mm-charset-to-coding-system): Add optional argument `silent';
4386         define it before mm-charset-override-alist.
4387         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4388         default value if it can be used in Emacs currently running;
4389         silence mm-charset-to-coding-system.
4390
4391 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4394         `allow-override' which says whether to use `mm-charset-override-alist'.
4395         (rfc2047-decode-encoded-words): Use it.
4396
4397         * mm-util.el (mm-charset-override-alist): Fix custom type;
4398         add `(gb2312 . gbk)' to choices.
4399
4400 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4403         fast.
4404
4405         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4406
4407         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4408
4409 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4410
4411         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4412         on links.
4413
4414         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4415
4416 2008-12-03  Lute Kamstra  <lute@gnu.org>
4417
4418         * sha1.el: Remove leading * from docstrings of defcustoms,
4419         deffaces, defconsts and defuns.
4420
4421 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4424         users' addresses that don't have domain parts.
4425         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4426         rather than message-narrow-to-head since there will be the message
4427         header separator.
4428
4429 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4430
4431         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4432         since the result is inserted in a unibyte buffer anyway.
4433         (nnimap-demule-use-string-to-multibyte): Remove.
4434         (nnimap-demule): Alias it to mm-string-to-multibyte.
4435
4436 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4437
4438         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4439         variable for debugging bug#464 and bug#1174.
4440         (nnimap-demule): Use it.
4441
4442 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4443
4444         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4445         score calculation correctly.
4446
4447 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4448
4449         * message.el (message-send-mail): Just set the buffer to unibyte
4450         rather than use mm-with-unibyte-current-buffer which does a lot more.
4451         (message-send-mail-partially): Don't bother with
4452         mm-with-unibyte-current-buffer since it's already been made unibyte by
4453         message-send-mail.
4454
4455 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4456
4457         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4458
4459 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4462
4463 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4466         require itself and to remove `with-no-warnings'.
4467
4468 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4469
4470         * starttls.el (starttls-any-program-available): Get the name of the
4471         available TLS layer program.
4472         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4473         well as the host name in the "opening" message.
4474
4475         * auth-source.el (auth-source-cache, auth-source-do-cache)
4476         (auth-source-user-or-password): Cache passwords and logins by default,
4477         allow override with `auth-source-do-cache'.
4478         (auth-source-forget-user-or-password): Allow users to remove cache
4479         entries if needed.
4480
4481 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4482
4483         * md4.el (md4-buffer): Fix typo in docstring.
4484         (md4, md4-64): Doc fixes.
4485         (md4-pack-int32): Reflow docstring.
4486
4487 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4488
4489         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4490         condition-case to only the forward-sexp call.
4491
4492 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4495         quotes contained.  Make it more robust regardless by an extra
4496         condition-case wrapper.
4497
4498 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4501
4502 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * nnml.el (nnml-request-expire-articles): Check if the function set to
4505         `nnmail-expiry-target' returns the symbol `delete'.
4506
4507         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4508
4509         * nnmail.el (nnmail-expiry-target): Fix custom type.
4510
4511 2008-10-02  Glenn Morris  <rgm@gnu.org>
4512
4513         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4514         Silence compiler warning.
4515
4516 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4517
4518         * tls.el (open-tls-stream): Show the actual command being
4519         executed, instead of the format string.
4520
4521 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * lpath.el: Fbind codepage-setup for Emacs 23.
4524
4525 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4526
4527         * mml.el (mml-menu): Don't assume mml2015 is bound.
4528
4529 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4532         exists.
4533
4534 2008-09-27  Glenn Morris  <rgm@gnu.org>
4535
4536         * gnus-util.el (mail-header-remove-comments): Autoload it.
4537
4538 2008-09-27  Andreas Schwab  <schwab@suse.de>
4539
4540         * gnus-util.el (gnus-split-references): Strip comments.
4541         (gnus-parent-id): Likewise.
4542
4543 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4544
4545         * message.el (message-confirm-send): Fix version.
4546
4547 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * message.el (message-idna-to-ascii-rhs-1): Use
4550         mail-extract-address-components rather than mail-header-parse-addresses
4551         that is an alias by default to ietf-drums-parse-addresses that does not
4552         support non-ASCII names in headers' contents.
4553
4554 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4555
4556         * message.el (message-confirm-send): Fixed variable documentation to
4557         avoid the "y/n" wording.
4558
4559 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4560
4561         * message.el (message-set-auto-save-file-name): Save to a different
4562         filename so multiple messages (especially drafts) can be recovered.
4563
4564 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4565
4566         * message.el (message-confirm-send): Add appropriate version.
4567
4568 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4569
4570         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4571         defvar.
4572
4573 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4574
4575         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4576         (mm-pkcs7-enveloped-magic): Ditto.
4577
4578 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4579
4580         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4581         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4582
4583 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4584
4585         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4586         default, it's better.
4587
4588 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4589
4590         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4591         summary line gnus-number property and ignore them (with a warning
4592         message).
4593
4594 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4597         macro caddr in the interactive form since it won't be expanded.
4598
4599 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4602         `charset'; fix name of function called recursively.
4603         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4604
4605 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4608         (gnus-mime-set-charset-parameters): New function.
4609         (gnus-mime-view-part-as-charset): Use it to correctly display part
4610         specifying wrong charset.
4611
4612 2008-09-08  David Engster  <dengste@eml.cc>
4613
4614         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4615         in completing-read for back end server.
4616
4617 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4618
4619         * message.el (message-confirm-send): New variable to confirm sending a
4620         message.
4621         (message-send): Use it.
4622
4623 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4626
4627 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4630
4631 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4632
4633         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4634         prevent tracking too many groups.
4635         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4636         Use it.
4637
4638 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4639
4640         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4641         moving point to the bottom of the window in order to avoid recentering.
4642
4643 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4646
4647         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4648         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4649         (gnus-article-beginning-of-window): Fix calculation.
4650
4651 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-msg.el (gnus-summary-supersede-article)
4654         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4655         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4656         message header.
4657
4658 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4659
4660         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4661         pending output coming after the status change.
4662
4663 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4664
4665         * message.el:
4666         * gnus-start.el:
4667         * gnus-registry.el: Remove VMS support.
4668
4669 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4672         macro.
4673         (rfc2104-hash): Use it.
4674
4675 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4676
4677         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4678         (gnus-summary-sort-by-most-recent-date): New commands.
4679         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4680         and menu entries.
4681
4682 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4685         don't redisplay article for raw contents; remove plural articles stuff.
4686
4687         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4688         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4689         on gnus-summary-save-article; display results properly.
4690
4691 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * lpath.el: No need to fbind ns-focus-frame.
4694
4695 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4698
4699 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4702         gnus-save-all-headers.
4703
4704 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4705
4706         * gnus-util.el (ns-focus-frame): Remove declaration.
4707         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4708         like x.
4709
4710 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4711
4712         * rfc2104.el (rfc2104-zero): Delete defconst.
4713         (rfc2104-hex-alist): Likewise.
4714         (rfc2104-hex-to-int): Delete func.
4715         (rfc2104-hexstring-to-bitstring): Likewise.
4716         (rfc2104-nybbles): New defconst.
4717         (rfc2104-hash): Rewrite for speed.
4718
4719 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * tls.el (open-tls-stream): Make it work with the 2nd argument
4722         BUFFER that is a string but does not exist as a buffer object, as
4723         mentioned in the doc-string.
4724
4725 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4728         SXEmacs.
4729
4730 2008-07-16  Glenn Morris  <rgm@gnu.org>
4731
4732         * gnus-util.el (ns-focus-frame): Declare for compiler.
4733
4734 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4737         set as a group parameter.
4738         (gnus-summary-save-in-pipe): Work when it is called independently.
4739         (gnus-summary-pipe-to-muttprint): Don't modify
4740         gnus-summary-pipe-output-default-command.
4741
4742 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4743
4744         * message.el (message-send-mail-with-sendmail):
4745         Display the error message.
4746
4747 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * gnus-art.el (gnus-default-article-saver):
4750         Add gnus-summary-save-in-pipe to choices.
4751         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4752         gnus-summary-pipe-output-default-command as the default command.
4753         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4754         instead of gnus-last-shell-command.
4755
4756         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4757         New user option.
4758         (gnus-summary-muttprint-program): Mention the value will be changed.
4759         (gnus-summary-save-article): Force showing of all headers.
4760         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4761
4762 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4763
4764         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4765
4766 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4767
4768         * nnimap.el (nnimap-id):
4769         * sieve-manage.el (sieve-manage-open): Doc fixes.
4770
4771 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4772
4773         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4774         if available.
4775
4776 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4777
4778         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4779
4780         * nnkiboze.el (nnkiboze-generate-group):
4781         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4782
4783         * nnmairix.el: Require CL.
4784
4785 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * dgnushack.el: Autoload get-display-table and put-display-table for
4788         XEmacs 21.5.
4789
4790         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4791         21.4 and SXEmacs.
4792
4793 2008-06-15  David Engster  <dengste@eml.cc>
4794
4795         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4796
4797 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4798
4799         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4800         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4801         runtime choice under XEmacs.
4802
4803         * gnus-sum.el (gnus-summary-set-display-table):
4804         Use `gnus-put-display-table', `gnus-get-display-table',
4805         `gnus-set-display-table' for the display table, instead of `aset'.
4806
4807         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4808         Use `gnus-put-display-table', `gnus-get-display-table',
4809         `gnus-set-display-table' for the display table.
4810
4811 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4812
4813         * nnmairix.el: Add autoloads.
4814
4815 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4816
4817         * nnmairix.el (nnmairix-delete-recreate-group)
4818         (nnmairix-update-and-clear-marks): Fix error messages.
4819
4820 2008-06-14  David Engster  <dengste@eml.cc>
4821
4822         * nnmairix.el: Upgrade to version 0.6.
4823         (nnmairix-group-toggle-propmarks-this-group)
4824         (nnmairix-group-toggle-readmarks-this-group)
4825         (nnmairix-group-delete-recreate-this-group)
4826         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4827         (nnmairix-remove-tick-mark-original-article): New commands.
4828         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4829         (nnmairix-propagate-marks-to-nnmairix-groups)
4830         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4831         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4832         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4833         functions needed for marks propagation and manipulation of read marks.
4834         (nnmairix-update-groups): New function.
4835         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4836         (nnmairix-determine-original-group-from-registry)
4837         (nnmairix-determine-original-group-from-path)
4838         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4839         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4840         New helper functions.
4841         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4842         keystrokes for new commands.
4843         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4844         (nnmairix-request-group): Check allow-fast group parameter.
4845         (nnmairix-request-create-group): Set allow-fast group parameter if
4846         nnmairix-allowfast-default is set.
4847         (nnmairix-close-group): Propagate marks upon closing if needed.
4848         (nnmairix-group-toggle-threads-this-group): Use new.
4849         nnmairix-group-toggle-parameter helper function.
4850         (nnmairix-search): Better check for empty search result.
4851         (nnmairix-goto-original-article): Use new helper functions for
4852         determining original article.
4853         (nnmairix-show-original-article): Make sure message-id is in brackets.
4854         (nnmairix-call-mairix-binary): Change variable name.
4855         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4856         helper function.
4857         (nnmairix-widget-toggle-activate): Fix doc string.
4858
4859 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * nnir.el: Require edmacro when compiling with XEmacs.
4862         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4863         available in Emacs 21.
4864
4865 2008-06-11  Glenn Morris  <rgm@gnu.org>
4866
4867         * gnus-util.el (x-focus-frame):
4868         * gnus.el (image-size):
4869         * mm-decode.el (image-size): Declare.
4870
4871         * gnus-picon.el (declare-function): Add compat definition.
4872         (image-size): Declare.
4873
4874         * gnus-group.el (tool-bar-map):
4875         * gnus-sum.el (tool-bar-map): Define for compiler.
4876
4877         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4878
4879         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4880
4881         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4882         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4883         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4884         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4885         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4886         * sieve-manage.el, spam-report.el, spam.el:
4887         Remove unnecessary eval-and-compile of autoloads.
4888
4889 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4890
4891         * auth-source.el: Precise Tramp doc.
4892
4893 2008-06-07  Glenn Morris  <rgm@gnu.org>
4894
4895         * nnmairix.el: Remove unnecessary eval-when-compile.
4896
4897 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * lpath.el: Fbind propertize for XEmacs 21.4.
4900
4901 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4902
4903         * nnir.el: Move here from ../contrib.
4904
4905 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4906
4907         * gnus-util.el (gnus-read-shell-command): New function.
4908         * mm-decode.el (mm-pipe-part):
4909         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4910
4911 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4914
4915 2008-06-03  Glenn Morris  <rgm@gnu.org>
4916
4917         * pop3.el (nnheader-accept-process-output): Autoload it.
4918
4919 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4922         are not 2-digit hexadecimal characters that follow `%'s.
4923
4924 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4925
4926         * message.el (message-bogus-recipient-p): Fix type in doc string.
4927         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4928         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4929         Improve custom options.
4930         (message-bogus-recipient-p): Adjust accordingly.
4931
4932 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4933
4934         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4935         long-form month and day names.
4936
4937 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * dgnushack.el: Autoload debug, eudc-expand-inline and
4940         pgg-snarf-keys-region for XEmacs.
4941
4942         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4943
4944         * nnmairix.el: Require edmacro when compiling with XEmacs.
4945
4946 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4947
4948         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4949         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4950
4951 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4952
4953         * auth-source.el: Add more docs.
4954
4955         * netrc.el (netrc-machine): Always match if the port is not given.
4956
4957 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4960         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4961         retrieval faster in some cases, but might make CPU usage larger.  If
4962         this has any bad side effects, we might revert this change.
4963
4964         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4965         seems to make mail retrieval much, much faster.
4966         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4967         unconditionally.
4968
4969         * gnus-draft.el (gnus-group-send-queue): Bind
4970         message-send-mail-partially-limit to nil to avoid being prompted.
4971
4972 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4973
4974         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4975
4976         * message.el (message-bogus-address-regexp): Fix and improve custom
4977         type.
4978         (message-setup-hook): Add message-check-recipients as custom option.
4979
4980 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4981
4982         * message.el (message-cite-function): Remove bogus autoload which crept
4983         in during merge from v5-10.
4984
4985 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4986
4987         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4988
4989         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4990
4991         * auth-source.el: Preliminary Tramp docs.
4992         (auth-sources): Change the default auth-sources to use
4993         EPA .gpg files.
4994
4995 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4996
4997         * nntp.el: Autoload `auth-source-user-or-password'.
4998         (nntp-send-authinfo): Use it.
4999
5000         * nnimap.el: Autoload `auth-source-user-or-password'.
5001         (nnimap-open-connection): Use it.
5002
5003         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5004         for the gnus-message function.
5005         (auth-source-user-or-password): Use it.
5006
5007 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5008
5009         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5010         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5011         (rfc2104-hash): Use it.
5012
5013 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5014
5015         * gnus-art.el (gnus-article-toggle-truncate-lines):
5016         Don't use `iff' in docstring.
5017
5018 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5019
5020         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5021
5022         * gnus-util.el (gnus-extract-address-component-name)
5023         (gnus-extract-address-component-email): Convenience functions around
5024         `gnus-extract-address-components'.
5025
5026         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5027         Use `gnus-extract-address-component-email' to fix bug of comparing full
5028         sender name to `user-mail-address'.
5029
5030 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5031
5032         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5033         catch/throw to optimize.
5034         (gnus-registry-find-keywords): Just use member to find a keyword.
5035
5036 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5037
5038         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5039         is current before calling gnus-server-prepare.
5040         (gnus-server-setup-buffer, gnus-server-update-server)
5041         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5042
5043 2008-05-04  Juri Linkov  <juri@jurta.org>
5044
5045         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5046         (mailcap-file-default-commands): Use mailcap-replace-in-string
5047         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5048         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5049
5050 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5051
5052         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5053
5054 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5055
5056         * gnus.el: Bump version to 0.11.
5057
5058 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5059
5060         * gnus.el: No Gnus v0.10 is released.
5061
5062 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5065         hooks.
5066         (gnus-update-read-articles): Speed up non-marks-using users.
5067         (gnus-use-marks): Define gnus-use-marks.
5068         (gnus-propagate-marks): Rename variable to something more sensible.
5069
5070 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5071
5072         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5073         (gmm-image-load-path-for-library): Fix typos in docstrings.
5074         (gmm-message): Reflow docstring.
5075
5076 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5077
5078         * mail-source.el (mail-source-set-1, mail-source-bind):
5079         Move auth-source code out of the macro to clean it up and fix bugs.
5080
5081 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5084         by sender if it's equal to user-mail-address, it's likely to be
5085         useless.
5086
5087         * mail-source.el (mail-source-bind): Don't use user or password if they
5088         are not bound.  Unintern them if they are nil.  Don't use server unless
5089         it's bound, and default it to empty string otherwise.
5090
5091 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5092
5093         * mail-source.el: Load auth-source.el.
5094         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5095         get user name or password, if auth-sources is set up.
5096
5097         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5098         strategy of splitting with parent.
5099         (gnus-registry-split-fancy-with-parent)
5100         (gnus-registry-post-process-groups): Use it and fix prior
5101         bug (returning a list as the split result).
5102
5103         * auth-source.el (auth-sources): Remove server parameter.
5104         (auth-source-pick, auth-source-user-or-password)
5105         (auth-source-user-or-password-imap)
5106         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5107         (auth-source-user-or-password-sftp)
5108         (auth-source-user-or-password-smtp): Remove server parameter.
5109
5110 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5111
5112         * smime.el (smime-sign-region, smime-encrypt-region)
5113         (smime-decrypt-region):
5114         Remove redundant calls to `generate-new-buffer-name'.
5115
5116 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5117
5118         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5119         Don't use QP for message/rfc822.
5120         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5121
5122 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5123
5124         * sieve-manage.el (sieve-string-bytes): Remove.
5125         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5126         correct byte-length only if the process's coding-system is the same as
5127         the one used internally by Emacs to represent strings.
5128
5129 2008-04-22  Juri Linkov  <juri@jurta.org>
5130
5131         * mailcap.el (mailcap-file-default-commands): New function.
5132
5133 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5134
5135         * message.el (message-signature-separator, message-cite-function):
5136         Change custom version.
5137
5138 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5139
5140         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5141         commands.
5142         (tls-checktrust): Ditto.
5143
5144 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * mm-decode.el (mm-display-external): Make temp file read-only.
5147
5148 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5149
5150         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5151         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5152         `C-c C-f d'.
5153
5154 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5155
5156         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5157
5158 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5159
5160         * gnus.el: Bump version to 0.9.
5161
5162 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5163
5164         * gnus.el: No Gnus v0.8 is released.
5165
5166 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5167
5168         * mail-source.el (mail-source-value):
5169         Prefer fboundp to functionp so it works with macros as well.
5170
5171 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5172
5173         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5174         Fix last change in case the element is not even a symbol.
5175
5176 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5177
5178         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5179         Prefer fboundp to functionp so it works with macros as well.
5180
5181 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5182
5183         * auth-source.el: Added docs.
5184         (auth-sources): Modify format to support server.
5185         (auth-source-pick, auth-source-user-or-password)
5186         (auth-source-user-or-password-imap)
5187         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5188         (auth-source-user-or-password-sftp)
5189         (auth-source-user-or-password-smtp): Add server parameter.
5190
5191 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5192
5193         * gnus-registry.el: Initialize the registry when gnus-registry-install
5194         is t.
5195
5196 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * compface.el (uncompface): Make buffer unibyte.
5199
5200 2008-04-05  Glenn Morris  <rgm@gnu.org>
5201
5202         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5203
5204 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5205
5206         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5207         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5208
5209         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5210         multibyteness after rather than before erasing it.
5211
5212         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5213         mm-with-multibyte.
5214         (gnus-request-article-this-buffer): Make sure the proper decoding is
5215         used if gnus-original-article-buffer happens to be unibyte.
5216
5217         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5218         default-enable-multibyte-characters.
5219
5220         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5221         default-enable-multibyte-characters.
5222
5223         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5224
5225         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5226
5227 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5228
5229         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5230         (imap-message-copyuid-1): Use it.
5231         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5232         J. Williams in
5233         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5234
5235         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5236         imap-enable-exchange-bug-workaround.
5237         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5238
5239 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5240
5241         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5242         a 100 byte status-checks into a 2-3MB transfer for each group.
5243         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5244         to enable bug workaround or not.
5245         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5246
5247 2008-03-31  Glenn Morris  <rgm@gnu.org>
5248
5249         * message.el (mml2015-use): Declare for compiler.
5250         (message-info): Require mml2015 when appropriate.
5251
5252 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5255         whitespace.
5256
5257 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5258
5259         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5260         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5261         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5262         (nntp-service-to-port): New function.
5263         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5264         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5265         (nntp-open-netcat-stream): New function.
5266         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5267
5268 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5269
5270         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5271
5272 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5273
5274         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5275
5276 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5277
5278         * dns.el (dns-write): Use set-buffer-multibyte.
5279
5280 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5281
5282         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5283
5284 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5285
5286         * message.el (message-signature-separator): Change default.
5287         Improve custom type.
5288         (message-cite-function): Change default to
5289         message-cite-original-without-signature.
5290
5291         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5292         toggle.
5293
5294         * message.el (message-check-news-body-syntax): Fix signature check.
5295         (message-setup-1): Mark buffer as unmodified _after_ running
5296         message-setup-hook and handling message-alternative-emails.
5297         (message-shorten-references): Be more strict when building list of
5298         valid references to comply with GNKSA.
5299
5300         * gnus-group.el (gnus-read-ephemeral-bug-group)
5301         (gnus-read-ephemeral-debian-bug-group)
5302         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5303
5304         * message.el (message-info): Don't use booleanp which isn't supported
5305         in Emacs 21 and XEmacs.
5306
5307 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5310         gnus-group-gmane-group-download-format.
5311         (gnus-group-read-ephemeral-gmane-group): Rename from
5312         gnus-group-read-ephemeral-gmane-group.
5313         (gnus-read-ephemeral-gmane-group-url): Rename from
5314         gnus-group-read-ephemeral-gmane-group-url.
5315         (gnus-bug-group-download-format-alist): New variable.
5316         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5317         (gnus-read-ephemeral-emacs-bug-group): New commands.
5318
5319 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5322         (gnus-visible-headers): Improve custom type.
5323
5324 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5325
5326         * mml.el (mml-menu): Add workarounds for XEmacs.
5327
5328         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5329         X-Boundary header.
5330
5331         * message.el (message-simplify-recipients): Fix previous commit.
5332
5333 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5334
5335         * mm-util.el (mm-set-buffer-multibyte): New function.
5336         * mm-decode.el (mm-copy-to-buffer): Use it.
5337
5338 2008-03-19  Glenn Morris  <rgm@gnu.org>
5339
5340         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5341         Accidentally removed in the sync process with Emacs.
5342
5343 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * message.el (message-alter-recipients-discard-bogus-full-name):
5346         New function.
5347         (message-alter-recipients-function): New variable.
5348         (message-get-reply-headers): Use it.
5349         (message-replace-header): New helper function.
5350         (message-recipients-without-full-name): New variable.
5351         (message-simplify-recipients): New command.
5352
5353         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5354
5355         * message.el (message-info): Handle EasyPG manual.
5356
5357         * mml.el (mml-menu): Add entry for EasyPG.
5358
5359 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5360
5361         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5362         parameter.
5363
5364         * message.el (message-disassociate-draft): Specify drafts group name
5365         fully.
5366
5367 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5370         unnecessary duplicates from the match list.
5371
5372 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5375
5376         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5377
5378         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5379         args of `how-many' of which the XEmacs version doesn't take; declare
5380         Info-index-next as function.
5381
5382 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         * gnus-score.el (gnus-score-headers): Fix handling of
5385         gnus-inhibit-slow-scoring.
5386
5387         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5388         string.
5389         (gnus-button-url-regexp): Improve handling of parenthesis.
5390         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5391         (gnus-button-handle-info-keystrokes): Handle index entries.
5392
5393 2008-03-15  Glenn Morris  <rgm@gnu.org>
5394
5395         * parse-time.el (parse-time-string): Simplify.
5396
5397 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5400         Incoming* files.
5401
5402 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5403
5404         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5405         (auth-source-pick): Use it.
5406
5407 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5408
5409         * binhex.el (binhex-decode-region-internal):
5410         * uudecode.el (uudecode-decode-region-internal):
5411         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5412         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5413         setting default-enable-multibyte-characters.
5414
5415 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5416
5417         * auth-source.el (auth-source-protocols)
5418         (auth-source-protocols-customize, auth-source-choices): Added and
5419         modified variable customizations and defaults.
5420         (auth-source-pick, auth-source-user-or-password)
5421         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5422         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5423         (auth-source-user-or-password-sftp)
5424         (auth-source-user-or-password-smtp): Use new variables and provide an
5425         interface to netrc.el.
5426
5427 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5430         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5431         Make sure the nntp port to specify is a string.
5432
5433 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5434
5435         * nntp.el: Use with-current-buffer.
5436         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5437         dubious mm-with-unibyte-current-buffer.
5438         (nntp-with-open-group-function): New function extracted from
5439         nntp-with-open-group macro.
5440         (nntp-with-open-group): Use the function, so it's easier to debug.
5441         Add indentation and debugging info.
5442         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5443         the use of the netcat alternatives.
5444
5445         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5446         Avoid mm-string-as-multibyte as well.
5447
5448         * nnweb.el (nnweb-insert-html):
5449         Remove use of nnheader-string-as-multibyte.
5450
5451         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5452         (nnheader-string-as-multibyte): Remove.
5453
5454         * mm-view.el: Use inhibit-read-only.
5455         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5456         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5457         or unibyte-string.
5458
5459         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5460         (mm-uu-yenc-extract): Use with-current-buffer.
5461
5462         * gnus-soup.el (gnus-soup-send-packet): Don't use
5463         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5464
5465         * nnmh.el: Use with-current-buffer.
5466         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5467         mm-string-as-multibyte on the output of mm-encode-coding-string.
5468
5469         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5470         (nnimap-request-move-article): Use with-current-buffer.
5471
5472         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5473         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5474         conversion uses string-make-unibyte rather than string-as-unibyte.
5475
5476         * gnus-msg.el: Use with-current-buffer.
5477
5478         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5479
5480 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5481
5482         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5483         string for caching if it is 'PIN.
5484
5485 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * lpath.el: Consider the case without Emacs/W3.
5488
5489 2008-03-08  Glenn Morris  <rgm@gnu.org>
5490
5491         * time-date.el (date-to-time, time-subtract, time-add)
5492         (safe-date-to-time): Doc fixes.
5493
5494 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * mail-source.el (mail-source-delete-old-incoming-confirm):
5497         Change default to nil.
5498         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5499
5500 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * lpath.el: Rearrange.
5503
5504         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5505         (gnus-article-goto-prev-page): Work for articles having ^L's.
5506
5507         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5508
5509         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5510
5511 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5512
5513         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5514         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5515         (gnus-bookmark-jump): Adjust some variable names.
5516
5517 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5518
5519         * auth-source.el: New package.
5520         (auth-source-choices): Add customization entry point variable.
5521
5522         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5523         bug.
5524
5525 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5526
5527         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5528         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5529         (gnus-registry-install-shortcuts): Rename from
5530         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5531         the `gnus-registry-mark-map' keymap dynamically from
5532         `gnus-registry-marks'.  The generated functions update the summary line
5533         when a registry mark is added or deleted, and will call
5534         `gnus-registry-install-p' (see the comments in the code).
5535         (gnus-registry-user-format-function-M): Use concat intelligently.
5536
5537         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5538         the registry mark functions.
5539
5540 2008-03-05  Glenn Morris  <rgm@gnu.org>
5541
5542         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5543         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5544         gnus-art.
5545         (top-level): No need to load own source when compiling.
5546
5547 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5550         Suggested by <chris.anderton@zetnet.co.uk>.
5551
5552 2008-03-04  Glenn Morris  <rgm@gnu.org>
5553
5554         * gnus-sum.el (top-level): No need to require gnus when compiling,
5555         since unconditionally required near start of file.
5556         (gnus-summary-display-while-building): Move definition before use.
5557
5558 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5559
5560         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5561         formatting function.
5562
5563 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5566         with plists.
5567         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5568         Use new format.
5569
5570 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5573         `where-is-internal' that returns a range of key sequences.
5574
5575 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5576
5577         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5578
5579         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5580         (gnus-summary-jump-to-group): Consider windows on other displayed
5581         frames as well.  Similar changes might be needed elsewhere, but that's
5582         the one I've bumped into during my use.
5583
5584         * nndoc.el (nndoc-oe-dbx-type-p):
5585         * gnus-msg.el (gnus-debug):
5586         * gnus-group.el (gnus-update-group-mark-positions):
5587         Use mm-string-to-multibyte.
5588
5589 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5592         doesn't handle NotDashEscaped.
5593
5594         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5595         (mml-dnd-attach-options): Fix typo in custom choice.
5596
5597         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5598         nndoc-article-type to mbox.
5599         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5600
5601         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5602         to nil, instead of html2text.
5603
5604         * imap.el (imap-debug): Add `imap-ping-server'.
5605
5606         * gnus-bookmark.el: Add FIXMEs.
5607
5608         * message.el (message-form-letter-separator)
5609         (message-send-form-letter-delay): New variables.
5610         (message-send-form-letter): Use them.  New command to send form
5611         letters.  Requested by Uwe Siart.
5612         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5613
5614 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * Update copyright years.
5617
5618 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5619
5620         Sync from EMACS_22_BASE.
5621
5622         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5623
5624 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5625
5626         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5627         empty author.
5628
5629 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * gnus-registry.el (gnus-registry-marks): Add variable for
5632         customization of marks and their appearance.
5633         (gnus-registry-read-mark): Use it.
5634         (gnus-registry-do-marks): Add utility function to loop through
5635         `gnus-registry-marks'.
5636         (gnus-registry-install-shortcuts-and-menus): Add function to install
5637         shortcuts and menus.
5638         (gnus-registry-initialize): Use it.
5639         (gnus-registry-default-mark): Clarify documentation.
5640
5641 2008-02-29  Glenn Morris  <rgm@gnu.org>
5642
5643         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5644         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5645         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5646         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5647         Change defcustom :version from 23.0 to 23.1.
5648
5649 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * gnus-registry.el (gnus-registry-follow-group-p)
5652         (gnus-registry-post-process-groups): Add functions to aid registry
5653         splitting and improve logging.  Clarify behavior in function
5654         documentation.
5655         (gnus-registry-split-fancy-with-parent): Use them.
5656
5657 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5658
5659         * gnus-art.el: Use with-current-buffer.
5660
5661 2008-02-27  David Engster  <dengste@eml.cc>
5662
5663         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5664         Express real group name in the response.
5665
5666 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5669         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5670         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5671         autoload gnus-registry-fetch-group when compiling.
5672         (nnmairix-request-group-with-article-number-correction): Remove
5673         unreferenced argument passed to nnmairix-call-backend.
5674
5675 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5676
5677         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5678         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5679         Wilde.
5680
5681 2008-02-27  Glenn Morris  <rgm@gnu.org>
5682
5683         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5684         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5685         variables to defconsts.  Convert comments to doc-strings.
5686         (nnmairix-last-server, nnmairix-current-server): Convert from free
5687         variables to defvars.  Convert comments to doc-strings.
5688         (gnus-registry-fetch-group): Autoload.
5689         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5690         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5691         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5692         caddr.
5693         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5694         nnmairix-request-group-with-article-number-correction call.
5695         (nnmairix-fast, nnmairix-group): New, less general names, for free
5696         variables passed from nnmairix-request-group to
5697         nnmairix-request-group-with-article-number-correction.  Declare.
5698         (nnmairix-request-group-with-article-number-correction):
5699         Use nnmairix-fast, nnmairix-group rather than fast, group.
5700
5701 2008-02-26  David Engster  <dengste@eml.cc>
5702
5703         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5704         version 0.5.
5705
5706 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5707
5708         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5709         instead of making an extra function call.  Don't add the current group
5710         to articles only when they have the group.  Use
5711         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5712         Reported by David <de_bb@arcor.de>.
5713
5714 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5717         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5718
5719 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5720
5721         * mail-source.el (mail-source-delete-incoming): Change default.
5722         Supplement doc string.
5723
5724         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5725
5726 2008-02-14  Glenn Morris  <rgm@gnu.org>
5727
5728         * time-date.el (format-seconds): New function.
5729
5730 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * nnmail.el (nnmail-message-id-cache-file): Derive from
5733         `gnus-home-directory'.
5734
5735 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5738         Document negative prefix.
5739
5740         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5741
5742 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * message.el (message-unsent-separator): Add the Exim bounce
5745         separator.
5746
5747 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5748
5749         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5750         list.
5751         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5752         recipient/signer list.
5753
5754 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * Makefile.in (datarootdir): Define.
5757         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5758         name that might contain whitespace.
5759
5760 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5763         fbound (Emacs 23 unicode), signal an error.
5764
5765 2008-02-08  Glenn Morris  <rgm@gnu.org>
5766
5767         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5768
5769 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5770
5771         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5772         ports to the calls to `netrc-machine-user-or-password' in addition to
5773         "imap" and "imaps".
5774
5775 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5776
5777         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5778
5779         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5780
5781 2008-02-01  Kenichi Handa  <handa@m17n.org>
5782
5783         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5784         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5785         (rfc2104-hash): Convert the result of concat to unibyte string.
5786
5787 2008-02-01  Dave Love  <fx@gnu.org>
5788
5789         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5790         coding-system-for-read.
5791         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5792
5793 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5796         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5797         <hanche@math.ntnu.no>.
5798
5799 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5802
5803         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5804
5805 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5806
5807         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5808         * message.el (message-beginning-of-line): Use featurep instead of bound
5809         tests in order to resolve conditionals at compile time.
5810
5811 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5812
5813         * mail-source.el (mail-sources): Add `group' choice.
5814
5815         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5816         parameter `in-group' to control into which group the articles go.
5817         Add treatment of `group' mail-source.
5818
5819 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5822
5823         * mm-decode.el (mm-dissect-buffer): Decode description.
5824
5825         * mml.el (mml-to-mime): Encode message header first.
5826
5827 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5830         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5831
5832         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5833         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5834
5835 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5836
5837         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5838
5839 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5842         prefix keys.
5843         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5844         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5845         gnus-xmas.el.
5846
5847         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5848         (gnus-xmas-article-describe-bindings): New function.
5849         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5850         gnus-xmas-article-describe-bindings.
5851
5852         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5853
5854 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5857         Add new variables for article mark management.
5858         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5859         list of extra data entries which, when present, will indicate that the
5860         article ID should not be trimmed from the registry.
5861         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5862         functions.
5863         (gnus-registry-read-mark): New function to read a mark name from the
5864         user.
5865         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5866         (gnus-registry-set-article-mark-internal): New functions to add and
5867         remove marks.
5868         (gnus-registry-get-article-marks): New function to show the marks for
5869         an article, or retrieve them for further use.
5870
5871 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5874         keys when no argument is given.
5875
5876 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * imap.el (imap-ping-server): New variable.
5879         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5880         (imap-ping-server): Minor doc string fixes.
5881
5882 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5883
5884         * imap.el (imap-ping-server): New function.
5885         (imap-opened): Call imap-ping-server.
5886
5887 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * gnus-sum.el (gnus-article-sort-by-random)
5890         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5891         jidanni@jidanni.org.
5892
5893 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * gnus-art.el (gnus-article-describe-bindings): New function.
5896         (gnus-article-read-summary-keys): Use it.
5897         (gnus-article-mode-map): Bind `C-h b' to it.
5898
5899 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5902         XEmacs.
5903         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5904         against non-character events.
5905
5906         * lpath.el: Fbind map-keymap for Emacs 21.
5907
5908 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5909
5910         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5911         command.
5912         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5913         instead of END.  Change name of the temp file.
5914         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5915         customizable.
5916
5917 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5920         bind `S W' to gnus-article-wide-reply-with-original; set default
5921         binding to gnus-article-read-summary-send-keys.
5922         (gnus-article-read-summary-keys): Fix the order of keys; display
5923         continuation keys correctly in the echo area; describe bindings
5924         correctly when keys end with `C-h'.
5925         (gnus-article-read-summary-send-keys): New function.
5926         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5927         for gnus-article-read-summary-send-keys; display continuation keys
5928         correctly in the echo area.
5929         (gnus-article-reply-with-original): Ignore prefix argument.
5930         (gnus-article-wide-reply-with-original): New function.
5931
5932         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5933         Emacs 21.
5934
5935 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5938         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5939
5940 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5943         (gnus-group-read-ephemeral-gmane-group): New command.
5944
5945 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5946
5947         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5948
5949 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * message.el (message-send-mail-function): Increase custom version.
5952
5953         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5954         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5955
5956 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5957
5958         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5959         for the cases where imap-authenticate is called with a nil buffer
5960         parameter.
5961
5962 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5965         html parts correctly; support forwarded messages.
5966         (gnus-article-browse-html-article): Remove work buffers.
5967
5968         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5969         compiling.
5970         (netrc-bound-and-true-p): New macro.
5971         (netrc-parse): Use it instead of bound-and-true-p that is not available
5972         in XEmacs 21.4.
5973
5974 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5975
5976         * gnus-registry.el (gnus-registry-mark-article)
5977         (gnus-registry-article-marks): Add functionality to mark articles
5978         through the Gnus registry.
5979
5980         * encrypt.el: Clarify documentation for the new pgg method.
5981         (encrypt-file-alist): Add PGG option.
5982         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5983         functionality.  Abstract password key and messaging to external
5984         functions.
5985         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5986         (encrypt-message-method-and-cipher): Add new convenience external
5987         functions.
5988         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5989         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5990
5991         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5992         (netrc-parse): Use encrypt-file-alist to determine if
5993         encrypt-find-model or encrypt-insert-file-contents should be used.
5994
5995         * encrypt.el: Clarify documentation.  Load password-cache or
5996         password, whichever one is found first, instead of autoloading.
5997
5998 2007-12-19  Glenn Morris  <rgm@gnu.org>
5999
6000         * mml.el (message-options-set, message-narrow-to-head)
6001         (message-in-body-p, message-mail-p, message-encode-message-body):
6002         Autoload.
6003         (message-remove-header, message-narrow-to-headers-or-head)
6004         (message-subscribed-p, message-make-mail-followup-to)
6005         (message-position-on-field, message-news-p)
6006         (message-options-set-recipient, message-generate-headers)
6007         (message-sort-headers): Declare as functions.
6008
6009 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6012         convention in doc string.
6013
6014 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6017         title to html parts.
6018         (gnus-article-browse-html-article): Pass message header to it.
6019
6020         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6021
6022 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6023
6024         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6025         or password compatible with XEmacs.
6026
6027 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6028
6029         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6030         format document.
6031         (gnus-mime-delete-part): Don't write description line if empty.
6032         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6033
6034 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6035
6036         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6037         (gnus-summary-mark-read-and-unread-as-read)
6038         (gnus-summary-mark-current-read-and-unread-as-read)
6039         (gnus-summary-mark-unread-as-ticked): Doc fix.
6040         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6041
6042 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6045         Christoph Conrad <christoph.conrad@gmx.de>.
6046
6047 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6048
6049         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6050         yes-or-no-p.
6051
6052 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * mm-decode.el (mm-add-meta-html-tag): New function.
6055         (mm-save-part-to-file, mm-pipe-part): Use it.
6056
6057         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6058         gnus-y-or-n-p instead of y-or-n-p.
6059         (gnus-article-browse-html-parts): Work with message/external-body; use
6060         mm-add-meta-html-tag.
6061
6062 2007-12-11  Glenn Morris  <rgm@gnu.org>
6063
6064         * gnus-cache.el: Require gnus-sum not just when compiling.
6065
6066         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6067
6068         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6069         definitions before use.
6070
6071         * mm-decode.el: Require gnus-util.
6072         (mm-remove-part): Only call delete-annotation on XEmacs.
6073
6074         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6075
6076         * nnmail.el: Require gnus-int.
6077
6078         * spam.el: Move `require's before `eval-when-compile's.
6079
6080         * gnus-ems.el (gnus-alive-p):
6081         * gnus-fun.el (message-goto-eoh):
6082         * gnus-util.el (gnus-group-name-decode):
6083         * mail-source.el (gnus-compress-sequence):
6084         * message.el (Info-goto-node, format-spec):
6085         * mm-bodies.el (message-options-get):
6086         * mm-decode.el (mm-view-pkcs7):
6087         * mm-util.el (gmm-write-region):
6088         * mml-smime.el (mml-compute-boundary)
6089         (gnus-completing-read-with-default):
6090         * mml.el (widget-button-press, gnus-make-hashtable):
6091         * mml1991.el (mm-decode-content-transfer-encoding)
6092         (mm-encode-content-transfer-encoding)
6093         (message-options-get, message-options-set):
6094         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6095         * nnfolder.el (gnus-request-group):
6096         * nnheader.el (ietf-drums-unfold-fws):
6097         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6098         * smime.el (gnus-run-mode-hooks):
6099         * spam-stat.el (gnus-message): Autoload.
6100
6101         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6102         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6103         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6104         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6105         Add declare-function compatibility definition.
6106
6107         * gnus-cache.el (nnvirtual-find-group-art):
6108         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6109         (gnus-add-image, gnus-add-wash-type):
6110         * gnus-group.el (nnkiboze-score-file):
6111         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6112         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6113         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6114         (message-tokenize-header, gnus-get-buffer-create)
6115         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6116         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6117         * gnus.el (gnus-group-decoded-name):
6118         * mail-source.el (imap-capability):
6119         * mm-bodies.el (message-options-set):
6120         * mm-decode.el (gnus-configure-windows):
6121         * mm-extern.el (message-goto-body):
6122         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6123         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6124         (epg-sub-key-validity, message-options-set):
6125         * mml.el (widget-event-point, gnus-configure-windows):
6126         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6127         * mml2015.el (epg-check-configuration, epg-configuration)
6128         (message-options-set):
6129         * nndb.el (nndb-request-article):
6130         * nnfolder.el (gnus-request-create-group):
6131         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6132         * nnmaildir.el (gnus-group-mark-article-read):
6133         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6134         * rfc1843.el (message-fetch-field):
6135         * spam.el (gnus-extract-address-components):
6136         Declare as functions.
6137
6138 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6141
6142         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6143
6144         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6145         bind show-trailing-whitespace for XEmacs.
6146
6147 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6150         new no-op macro for backward compatibility.
6151
6152         * imap.el (imap-string-to-integer): New function.
6153
6154 2007-12-09  Glenn Morris  <rgm@gnu.org>
6155
6156         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6157
6158         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6159         * message.el, mm-view.el, sieve-manage.el, smime.el:
6160         Add declare-function compatibility definition.
6161
6162         * gnus-art.el (w3-region, w3m-region, Info-menu):
6163         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6164         * gnus-sum.el (gnus-get-predicate):
6165         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6166         * message.el (mail-abbrev-in-expansion-header-p):
6167         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6168         (w3m-detect-meta-charset, w3m-region):
6169         * sieve-manage.el (password-read, password-cache-add)
6170         (password-cache-remove):
6171         * smime.el (password-read-and-add): Declare as functions.
6172
6173 2007-12-08  David Kastrup  <dak@gnu.org>
6174
6175         * gnus-sum.el (gnus-summary-simplify-subject-query):
6176         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6177         `message'.
6178
6179 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6182         it to bind idna-program, installation-directory, defined-colors, and
6183         face-attribute for XEmacs of the version that compiles defcustom forms.
6184
6185 2007-12-07  Glenn Morris  <rgm@gnu.org>
6186
6187         * gnus-art.el (article-make-date-line): Revert previous change.
6188
6189 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6190
6191         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6192
6193 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6194
6195         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6196         Call gnus-add-to-range ranges only once with a prepared article-list.
6197
6198 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6199
6200         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6201         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6202         group names with backslashes.  Reported by Tassilo Horn
6203         <tassilo@member.fsf.org>.
6204
6205 2007-12-06  Deepak Goel  <deego3@gmail.com>
6206
6207         * gnus-art.el (article-make-date-line):
6208         * gnus-start.el (gnus-load):
6209         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6210
6211 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-art.el (gnus-use-idna)
6214         * gnus-start.el (gnus-site-init-file)
6215         * message.el (message-use-idna)
6216         * mm-uu.el (mm-uu-hide-markers)
6217         * smiley.el (smiley-style): Revert changes that suppress warnings.
6218
6219 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6222         specify charset to html source.  Reported by Christoph Conrad
6223         <christoph.conrad@gmx.de>.
6224
6225 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6228         idna-program in order to suppress byte compile warning issued by XEmacs
6229         that came to byte compile the default value section of defcustom forms
6230         recently.
6231
6232         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6233         value of installation-directory.
6234
6235         * message.el (message-use-idna): Don't directly refer to the value of
6236         idna-program.
6237
6238         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6239
6240         * smiley.el (smiley-style): Don't directly call face-attribute.
6241
6242 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6243
6244         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6245
6246         * gnus-dired.el: Reduce Gnus dependencies.
6247         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6248         require.  Use autoloads instead.
6249         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6250         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6251         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6252         (gnus-dired-mode): Adjust doc string.
6253         (gnus-dired-mail-mode): New variable.
6254         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6255         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6256         (gnus-dired-mail-buffers): New function.  Return mail or message
6257         composition buffers.
6258         (gnus-dired-attach): Use it.
6259         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6260         NO-DECODE.
6261         (gnus-dired-print): Use `gnus-print-buffer' depending on
6262         `gnus-dired-mail-mode'.
6263
6264 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * rfc2047.el (rfc2047-encoded-word-regexp)
6267         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6268         explaining what regexp patterns are for.
6269
6270 2007-12-04  Glenn Morris  <rgm@gnu.org>
6271
6272         * password.el: Move to password-cache.el.
6273
6274         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6275         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6276         * mml-smime.el (password-read, password-cache-add)
6277         (password-cache-remove):
6278         No need to autoload, since mml-sec requires password.
6279
6280         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6281         * message.el (gnus-extract-address-components):
6282         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6283
6284         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6285         password.
6286
6287 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * mailcap.el: Reduce dependencies.
6290         (mail-header-parse-content-type): Autoload.
6291         (mailcap-delete-duplicates): New alias.
6292         (mailcap-mime-info): Add optional argument NO-DECODE.
6293         (mailcap-mime-types): Use mailcap-delete-duplicates.
6294
6295         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6296
6297 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6298
6299         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6300         (imap-parse-status): Upcase status-att for servers that sends them
6301         lower-case (e.g., MS Exchange 2007).
6302
6303 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6304
6305         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6306         function.
6307
6308         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6309         (gnus-uu-yenc-article): New function.
6310
6311         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6312
6313         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6314         buffer.
6315
6316 2007-12-02  Glenn Morris  <rgm@gnu.org>
6317
6318         * binhex.el (binhex): New custom group.
6319         (binhex-decoder-program, binhex-decoder-switches)
6320         (binhex-use-external): Move to the binhex custom group.
6321
6322         * uudecode.el (uudecode): New custom group.
6323         (uudecode-decoder-program, uudecode-decoder-switches)
6324         (uudecode-use-external): Move to the uudecode custom group.
6325
6326         * netrc.el (top-level): Don't load `encrypt' features.
6327         (netrc-parse): Don't use encrypt.
6328         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6329
6330         * encrypt.el: Remove file.
6331
6332 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6335         matches on patches.
6336
6337         * gnus-art.el (gnus-article-browse-html-article): Mention
6338         `mm-text-html-renderer' in the doc string.
6339
6340         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6341         string.  Add comments.
6342
6343         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6344         if rhs is ASCII.
6345
6346 2007-12-01  Glenn Morris  <rgm@gnu.org>
6347
6348         * mail-source.el (top-level): Require format-spec before
6349         eval-when-compile.
6350
6351 2007-11-30  Glenn Morris  <rgm@gnu.org>
6352
6353         * encrypt.el: Require password, rather than autoloading password-read.
6354
6355 2007-11-29  Glenn Morris  <rgm@gnu.org>
6356
6357         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6358         (sasl-make-client, sasl-next-step, sasl-step-data)
6359         (sasl-step-set-data): Declare as functions.
6360
6361 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6364
6365 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6366
6367         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6368         certs should be verified and what is to be done in the event of a
6369         verification failure.
6370
6371         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6372         caller can indicate whether the cache should be disregarded for this
6373         call.  This way the result of the call is reproducible at all times and
6374         can be considered a canonical server name for the supplied method.
6375         (gnus-agent-method-p): Canonicalize server names by pushing their
6376         method through `gnus-method-to-server' using the no-cache argument.
6377
6378         * gnus-srvr.el (gnus-server-insert-server-line): Call
6379         `gnus-method-to-server' with `no-cache' argument.
6380
6381         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6382         gnus-agent-possibly-synchronize-flags as this should be called when the
6383         server is actually being opened.
6384         (gnus-agent-possibly-synchronize-flags)
6385         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6386         flags file of an agentized server to the latter function.
6387
6388         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6389         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6390         after a connection has been established successfully.
6391
6392 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * gnus-art.el (article-display-face): Force to display face if called
6395         interactively; check if gnus-article-x-face-too-ugly matches author.
6396         (article-display-x-face): Display face even if From header is missing
6397         as article-display-face does.
6398
6399 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6400
6401         * hashcash.el (message-narrow-to-headers-or-head)
6402         (message-fetch-field, message-goto-eoh)
6403         (message-narrow-to-headers): Declare as functions.
6404
6405 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * mail-source.el (mail-sources): Default to fetch from file for
6408         compatibility with default of nnmail-spool-file.
6409
6410 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6413         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6414         to look for encoded word that should be encoded again.
6415         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6416         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6417         encoding pattern.
6418         (rfc2047-decode-region): Switch strict regexp and loose one according
6419         to rfc2047-allow-irregular-q-encoded-words.
6420
6421 2007-11-25  Romain Francoise  <romain@orebokech.com>
6422
6423         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6424
6425 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * tls.el (tls-program): Provide more custom choices from
6428         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6429         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6430
6431 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6432
6433         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6434         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6435
6436         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6437         `nnmail-spool-file'.
6438
6439         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6440         `nnmail-spool-file'.
6441
6442         * gnus-move.el (gnus-change-server): Ditto.
6443
6444         * gnus-kill.el (gnus-batch-score): Ditto.
6445
6446         * gnus-cache.el (gnus-jog-cache): Ditto.
6447
6448         * gnus-msg.el (gnus-summary-reply):
6449         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6450
6451 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6452
6453         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6454         version.  Minor improvement to doc strings.
6455         (tls-program): Add comment.
6456
6457 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6458
6459         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6460         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6461         mismatch between the hostname provided in the certificate and the name
6462         of the host connnecting to.
6463         (open-tls-stream): Use them.  Check certificates against trusted root
6464         certificates.
6465
6466 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * gnus-cache.el (gnus-cache-generate-nov-databases):
6469         Use nnml-generate-nov-databases-directory instead of
6470         nnml-generate-nov-databases-1.
6471
6472 2007-11-24  Glenn Morris  <rgm@gnu.org>
6473
6474         * message.el (message-tool-bar-retro): Update for rename
6475         mail_send.xpm->mail-send.xpm.
6476
6477 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6480         `smime-ldap-search' for Emacs 22 and up.
6481
6482 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6483
6484         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6485
6486         * message.el (message-send-mail-function): Fix error convention.
6487         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6488         (message-widen-reply, message-send-mail, message-talkative-question)
6489         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6490         (message-clone-locals, message-send-news): Use with-current-buffer.
6491         (message-insert-or-toggle-importance): Remove unused var `valid'.
6492         (message-make-references): Remove unused var `new-references'.
6493         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6494
6495 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6496
6497         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6498         (spam-split-symbolic-return-positive): Reflow docstring.
6499         (spam-backends, spam-summary-exit-behavior)
6500         (spam-mark-ham-unread-before-move-from-spam-group)
6501         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6502         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6503         (spam-clear-cache, spam-backend-check, spam-install-backend)
6504         (spam-install-statistical-backend, spam-list-of-processors)
6505         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6506         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6507         (spam-check-crm114, spam-initialize, spam-unload-hook):
6508         Fix typos in docstrings.
6509
6510 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6513         been checked if they have never been read and those group levels are
6514         higher than the one that a user specified.
6515
6516 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6519         foreign groups unless a group level is specified by a user.
6520         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6521
6522 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6523
6524         * message.el (message-send-mail-function): Require sendmail.
6525
6526 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * message.el (message-send-mail-function): Check for smtpmail too.
6529
6530         * utf7.el (utf7-encode, utf7-decode): Use coding system
6531         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6532
6533         * message.el (message-send-mail-function): New function.
6534         (message-send-mail-function): Set default using
6535         message-send-mail-function.  Adjust doc string.
6536         (message-send-mail-with-mailclient): New function.
6537
6538 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6539
6540         * smime.el (from):
6541         * rfc2047.el (message-posting-charset):
6542         * qp.el (mm-use-ultra-safe-encoding):
6543         * pop3.el (parse-time-months):
6544         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6545         * nnml.el (files):
6546         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6547         (jka-compr-compression-info-list, ange-ftp-path-format)
6548         (efs-path-regexp):
6549         * nndiary.el (files):
6550         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6551         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6552         (epg-digest-algorithm-alist, inhibit-redisplay)
6553         (password-cache-expiry):
6554         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6555         (pgg-output-buffer, password-cache-expiry):
6556         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6557         (efs-path-regexp):
6558         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6559         (inhibit-redisplay):
6560         * mm-uu.el (file-name, start-point, end-point, entry)
6561         (gnus-newsgroup-name, gnus-newsgroup-charset):
6562         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6563         (latin-unity-ucs-list):
6564         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6565         (mm-uu-binhex-decode-function):
6566         * message.el (gnus-message-group-art, gnus-list-identifiers)
6567         (rmail-enable-mime-composing, gnus-local-organization)
6568         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6569         (gnus-read-active-file, facemenu-add-face-function)
6570         (facemenu-remove-face-function, gnus-article-decoded-p)
6571         (tool-bar-mode):
6572         * mail-source.el (display-time-mail-function):
6573         * gnus-util.el (nnmail-pathname-coding-system)
6574         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6575         (gnus-original-article-buffer, gnus-user-agent)
6576         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6577         (xemacs-codename, sxemacs-codename, emacs-program-version):
6578         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6579         * gnus-start.el (gnus-agent-covered-methods)
6580         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6581         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6582         (gnus-newsgroup-headers, gnus-group-list-mode)
6583         (gnus-group-mark-positions, gnus-newsgroup-data)
6584         (gnus-newsgroup-unreads, nnoo-state-alist)
6585         (gnus-current-select-method, mail-sources)
6586         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6587         (nnmail-spool-file, gnus-cache-active-hashtb):
6588         * gnus-mh.el (mh-lib-progs):
6589         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6590         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6591         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6592         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6593         (gnus-group-buffer):
6594         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6595         (font-lock-set-defaults):
6596         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6597         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6598         (gnus-summary-post-menu, total-parts, type, condition, length):
6599         * gnus-agent.el (gnus-agent-read-agentview):
6600         * flow-fill.el (show-trailing-whitespace):
6601         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6602         eval-and-compile wrappers for byte compiler pacifiers.
6603
6604         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6605         (mm-display-inline-fontify): Check for featurep 'xemacs not
6606         extent-list.
6607
6608         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6609         itimer-list.
6610         (mm-create-image-xemacs): Only do something for XEmacs.
6611         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6612
6613         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6614
6615         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6616         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6617
6618 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6619
6620         * nnimap.el (nnimap-split-download-body):
6621         * gnus-demon.el (gnus-demon):
6622         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6623
6624 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6627         macros.
6628         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6629         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6630         copy data from unibyte buffer to multibyte current buffer.
6631         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6632         to copy data from unibyte current buffer to multibyte buffer.
6633         (nntp-make-process-buffer): Make process buffer unibyte.
6634
6635         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6636
6637 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6638
6639         * pop3.el (pop3-open-server): Accept and process data more robustly at
6640         connexion start to avoid spurious "POP SSL connexion failed" errors.
6641
6642 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6645         read group names.
6646
6647 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6648
6649         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6650
6651 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6654         (nnmail-save-active): Use a unibyte buffer when saving active file,
6655         which may contain non-ASCII group names.
6656
6657         * nnml.el (nnml-request-group): Decode group names in messages.
6658
6659 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6660
6661         * message.el (message-citation-line-function)
6662         (message-insert-formatted-citation-line): Fix spelling of
6663         `message-insert-formated-citation-line'.
6664
6665 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6666
6667         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6668
6669 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6672         nnmail-pathname-coding-system.
6673
6674         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6675         that a user enters; decode group names in messages.
6676
6677         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6678
6679 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6682
6683         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6684
6685         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6686         risky local variable.
6687
6688         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6689
6690 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6691
6692         * encrypt.el: Improve documentation to fix function name typo.
6693         Reported by Daiki Ueno <ueno@unixuser.org>.
6694
6695 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6698         even if the point is not in the last page of an article.
6699         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6700         back to the previous page.
6701
6702 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6703
6704         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6705
6706 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6709
6710 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6711
6712         * message.el (message-check-news-body-syntax): Avoid
6713         mm-string-as-multibyte.
6714         (message-hide-headers): Don't assume (point-min)==1.
6715
6716 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * message.el (message-remove-blank-cited-lines): Fix if remove is
6719         given.
6720         (message-bogus-address-regexp): New variable.
6721         (message-bogus-recipient-p): New function.
6722         (message-check-recipients): New command.
6723         (message-syntax-checks): Add `bogus-recipient'.
6724         (message-fix-before-sending): Add `bogus-recipient'.
6725
6726         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6727         (gnus-treat-body-boundary): Don't test window-system.
6728
6729 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6730
6731         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6732
6733 2007-10-28  Miles Bader  <miles@gnu.org>
6734
6735         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6736         at compile-time too.
6737
6738 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * gnus-msg.el (gnus-message-setup-hook): Add
6741         `message-remove-blank-cited-lines' to options.
6742
6743 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6744
6745         * message.el (message-remove-blank-cited-lines): New function.
6746         Suggested by Karl Plästerer.
6747
6748 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6751         mapc.
6752
6753         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6754         (top-level): Use mapc to set functions to be traced for debugging.
6755
6756         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6757         called for effect with while loop.
6758
6759         * message.el (message-talkative-question): Replace mapcar called for
6760         effect with mapc.
6761
6762         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6763         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6764         called for effect with dolist.
6765
6766         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6767
6768         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6769         gnus-extra-headers and nnmail-extra-headers.
6770
6771         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6772         called for effect with dolist.
6773         (top-level): Use mapc to set functions to be traced for debugging.
6774
6775         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6776         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6777         dolist.
6778
6779         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6780         Replace mapcar called for effect with mapc.
6781         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6782         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6783         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6784         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6785
6786         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6787         remove-if that's a cl function.
6788
6789         * webmail.el (webmail-debug): Replace mapcar called for effect with
6790         dolist.
6791
6792         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6793         with mapc.
6794
6795 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6798         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6799         with while loop.
6800
6801         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6802         functions from article-* functions.
6803         (gnus-multi-decode-header): Replace mapcar called for effect with
6804         dolist.
6805
6806         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6807         (gnus-bookmark-show-details): Replace mapcar called for effect with
6808         while loop.
6809
6810         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6811         called for effect with while loop.
6812
6813         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6814         with dolist.
6815
6816         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6817         mapcar called for effect with dolist.
6818
6819         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6820
6821         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6822         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6823         Replace mapcar called for effect with dolist.
6824         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6825         mapc.
6826
6827         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6828         Replace mapcar called for effect with dolist.
6829         (gnus-topic-list): Replace mapcar called for effect with mapc.
6830
6831         * gnus.el: Use mapc instead of mapcar to add autoloads.
6832
6833 2007-10-23  Richard Stallman  <rms@gnu.org>
6834
6835         * gnus-group.el (gnus-group-highlight): Mark as risky.
6836
6837 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus.el (gnus-server-to-method): Return method found first in
6840         gnus-newsrc-alist.
6841
6842         * gnus-art.el (gnus-article-highlight-signature)
6843         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6844         button overlay without the front stickiness.
6845
6846 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6847
6848         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6849         overview buffer needed a catch to receive its throw.
6850         (gnus-agent-flush-cache): Declared as interactive to make this function
6851         easier to use.
6852
6853 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6856         `next-line'.
6857
6858 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6861         exclude address matching message-dont-reply-to-names.
6862
6863 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-util.el (gnus-string<): New function.
6866
6867         * gnus-sum.el (gnus-article-sort-by-author)
6868         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6869
6870 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6873         the frame-focus tag is set in gnus-buffer-configuration.
6874
6875 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6878         the front stickiness.
6879
6880 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6883         url pattern; remove duplicate one.
6884         (gnus-article-extend-url-button): New function.
6885         (gnus-article-add-buttons): Use it.
6886         (gnus-button-push): Use concatenated url that it makes.
6887
6888 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6889
6890         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6891
6892 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6893
6894         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6895         Don't hardcode point-min==1.
6896
6897 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6900         Fix comment about "iso8859-1".
6901
6902 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6903
6904         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6905         ones returned from the verify-function.
6906
6907         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6908         mml2015-extract-cleartext-signature if extraction failed.
6909
6910 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6911
6912         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6913         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6914         failed.
6915
6916 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6919
6920 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6923         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6924         recommends to use EasyPG instead of PGG.
6925
6926         * pgg.el: Revert to revision 6.23.2.16.
6927
6928         * pgg-def.el: Revert to revision 6.6.2.14.
6929
6930         * pgg-gpg.el: Revert to revision 6.23.2.34.
6931
6932 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6933
6934         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6935         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6936         thread for both the null and zero (kill/expire thread) universal prefix
6937         cases.
6938         (gnus-summary-expire-thread): Add new function to expire a thread,
6939         using gnus-summary-kill-thread.
6940         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6941         shortcuts for gnus-summary-expire-thread.
6942         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6943         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6944
6945 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6946
6947         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6948         extras value, so an extras entry can be deleted.
6949         (gnus-registry-delete-extra-entry): Use it.
6950         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6951         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6952         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6953         storage through the gnus-registry, and provide an appropriate API for
6954         it.
6955
6956 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6959         Suggested by Leo <sdl.web@gmail.com>.
6960
6961         * gnus.el: Do.
6962
6963 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6966         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6967
6968         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6969
6970         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6971         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6972
6973 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6976         newline.
6977         (nnmbox-request-accept-article): Don't change article in source buffer;
6978         narrow to header to use message-fetch-field rather than
6979         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6980         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6981         as delimiters; make sure article ends with newline.
6982         (nnmbox-delete-mail): Correct last position of article to be deleted;
6983         ignore X-Gnus-Newsgroup header in article body.
6984         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6985         positions; make sure article ends with newline.
6986
6987         * message.el (message-display-abbrev): Don't infloop when a user
6988         inserts SPC in the beginning of header.
6989
6990         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6991         coding-system-for-read and coding-system-for-write for XEmacs having no
6992         file-coding feature.
6993
6994         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6995
6996 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6999         list of groups not followed by default.  Fix type to be regexp.
7000         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7001
7002 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7003
7004         * hmac-def.el (define-hmac-function): Switch from old-style to
7005         new-style backquotes.
7006
7007         * md4.el (md4-make-step): Likewise.
7008
7009 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7012         raw-text coding system when saving .newsrc file, which may contain
7013         non-ASCII group names.
7014
7015 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-cus.el (gnus-score-extra): New widget.
7018         (gnus-score-extra-convert): New function.
7019         (gnus-score-customize): Use it for Extra.
7020
7021 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7022
7023         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7024         (mml2015-mailcrypt-clear-verify): Use it.
7025         (mml2015-gpg-clear-verify): Use it.
7026         (mml2015-pgg-clear-verify): Use it.
7027         (mml2015-epg-clear-verify): Replace the current part with the output
7028         from GnuPG; don't extract the plaintext by itself.
7029
7030         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7031         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7032         mml2015-clear-verify-function; don't touch the armor headers or
7033         dash-escaped text here.
7034
7035 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7038         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7039         parts, or application/octet-stream as a last resort.
7040         (gnus-mime-view-part-as-type): Don't toggle display.
7041         (gnus-mime-view-part-as-charset): Don't turn off display before
7042         querying charset.
7043
7044         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7045         stuff to undisplayer function in Emacs.
7046         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7047
7048         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7049         text/calendar parts.
7050
7051 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7054         decoding text/calendar parts.
7055
7056         * message.el (message-forward-make-body-mime): Always mark body as
7057         having no illegible text; remove signed-or-encrypted argument.
7058         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7059
7060         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7061         (mml-generate-mime-1): Don't encode body if it is specified to be in
7062         raw form; don't make buffer be unibyte when inserting multibyte string.
7063
7064 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7065
7066         * sha1.el: Fix up comment style.
7067         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7068         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7069
7070         * hex-util.el: Fix up comment style.
7071         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7072
7073         * gnus-salt.el: Use with-current-buffer.
7074         (gnus-pick-setup-message): Fix long-standing typo.
7075
7076 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * imap.el (imap-logout-timeout): New variable.
7079         (imap-logout, imap-logout-wait): New functions.
7080         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7081
7082         * nnimap.el (nnimap-logout-timeout): New server variable.
7083         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7084         nnimap-logout-timeout.
7085
7086         * gnus-art.el (gnus-article-summary-command-nosave)
7087         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7088
7089 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus.el (gnus-maximum-newsgroup): New variable.
7092
7093         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7094         according to gnus-maximum-newsgroup.
7095
7096         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7097         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7098         Limit the range of articles according to gnus-maximum-newsgroup.
7099
7100 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7101
7102         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7103         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7104         Don't perform gnus-configure-windows here; reuse existing sticky
7105         article buffer.
7106
7107         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7108         it doesn't exist in gnus-article-mode.
7109
7110 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7113         (gnus-agent-decoded-group-name): New function.
7114         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7115         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7116
7117 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7118
7119         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7120         Add binding for gnus-sticky-article.
7121         (gnus-summary-exit): Don't kill sticky article buffers.
7122
7123         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7124         article buffer.
7125         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7126         (gnus-kill-sticky-article-buffers): New commands.
7127
7128 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * nntp.el (nntp-xref-number-is-evil): New server variable.
7131         (nntp-find-group-and-number): If it is non-nil, don't trust article
7132         numbers in the Xref header.
7133
7134 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * gnus-agent.el (gnus-agent-read-group): New function.
7137         (gnus-agent-flush-group, gnus-agent-expire-group)
7138         (gnus-agent-regenerate-group): Use it.
7139         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7140         nnmail-pathname-coding-system.
7141
7142 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7145
7146         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7147         that are unread as unread, and also as selected so that information of
7148         marks having been changed by a user may be updated when exiting group.
7149
7150 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7153         calculated ignoring signature parts to gnus-treat-article.
7154
7155 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7158         a point here in order to keep the window start.
7159         (gnus-insert-mime-security-button): Make a button overlay without the
7160         front stickiness.
7161         (gnus-mime-display-security): Goto the end of a button.
7162
7163         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7164
7165 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7168         group-name-at-point.
7169         (gnus-group-completing-read): New function that offers decoded
7170         non-ASCII group names for completion.
7171         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7172         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7173         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7174         (gnus-group-fetch-control): Use it.
7175         (gnus-fetch-group): Use group-name-at-point for the initial value
7176         rather than the default value; use gnus-alive-p.
7177
7178         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7179         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7180         (gnus-summary-post-news): Use gnus-group-completing-read.
7181
7182         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7183         (gnus-read-move-group-name): Decode group name for completion.
7184
7185 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7186
7187         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7188         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7189         Yamaoka slightly modified the code).
7190
7191 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7194         (nnmail-split-incoming): Bind it.
7195
7196         * nnml.el (nnml-group-name-charset): New function.
7197         (nnml-decoded-group-name): Use it; don't decode group name if
7198         nnmail-group-names-not-encoded-p is non-nil.
7199         (nnml-encoded-group-name): New function.
7200         (nnml-group-pathname): Inline nnml-decoded-group-name.
7201         (nnml-request-expire-articles): Decode group name in message.
7202         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7203         nnmail-pathname-coding-system.
7204         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7205         not decoded ones according to nnmail-group-names-not-encoded-p.
7206         (nnml-generate-active-info): Use nnml-encoded-group-name.
7207
7208 2007-08-08  Glenn Morris  <rgm@gnu.org>
7209
7210         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7211         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7212         doc-strings and comments.
7213
7214 2007-07-25  Glenn Morris  <rgm@gnu.org>
7215
7216         * Relicense all FSF files to GPLv3 or later.
7217
7218 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-sum.el (gnus-summary-move-article): Make
7221         gnus-summary-respool-article work.
7222
7223 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7224
7225         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7226         string.
7227
7228 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7229
7230         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7231         that should be ignored when comparing distant RSS articles with local
7232         ones.
7233         (nnrss-make-hash-index): New function.  Create a hash index according
7234         to the ignored fields.
7235         (nnrss-check-group): Use it.
7236
7237 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7238
7239         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7240
7241         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7242
7243         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7244         the new optional argument ENCODED is non-nil.
7245         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7246         coding system for encoding group name.
7247         (gnus-group-make-rss-group): Pass un-encoded group name to
7248         gnus-group-make-group.
7249         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7250         encoded.
7251
7252         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7253         Encode group name to which articles are moved or copied.
7254         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7255         coding system for encoding Newsgroup, Followup-To and Xref headers.
7256
7257         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7258         marks; use nnheader-file-coding-system to write a file.
7259         (nnagent-retrieve-headers): Bind file-name-coding-system to
7260         nnmail-pathname-coding-system.
7261
7262         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7263
7264         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7265         (nnml-request-article, nnml-request-create-group)
7266         (nnml-request-rename-group, nnml-find-id)
7267         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7268         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7269         (nnml-save-marks): Use nnml-group-pathname instead of
7270         nnmail-group-pathname.
7271
7272         (nnml-request-create-group, nnml-request-expire-articles)
7273         (nnml-request-move-article, nnml-request-delete-group)
7274         (nnml-deletable-article-p, nnml-possibly-create-directory)
7275         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7276         (nnml-open-marks): Bind file-name-coding-system to
7277         nnmail-pathname-coding-system.
7278
7279         (nnml-request-article): Pass server argument to nnml-find-group-number.
7280         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7281         server argument to nnml-possibly-create-directory.
7282         (nnml-request-accept-article): Pass server argument to
7283         nnml-active-number and nnml-save-mail.
7284         (nnml-find-group-number): Pass server argument to nnml-find-id.
7285         (nnml-request-update-info): Pass server argument to
7286         nnml-marks-changed-p.
7287
7288         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7289         (nnml-save-mail, nnml-active-number): Add server argument.
7290
7291         (nnml-request-delete-group): Warn if group is missing.
7292         (nnml-get-nov-buffer): Decode group name.
7293         (nnml-generate-active-info): Encode group name.
7294         (nnml-open-marks): Decode group name in messages.
7295
7296 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7299         if it is not specified.
7300         (gnus-article-pipe-part, gnus-article-save-part)
7301         (gnus-article-interactively-view-part, gnus-article-copy-part)
7302         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7303         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7304         (gnus-article-replace-part, gnus-article-delete-part)
7305         (gnus-article-view-part-as-type): Pass raw prefix argument to
7306         gnus-article-part-wrapper.
7307
7308 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus-agent.el (gnus-agent-save-active): Bind
7311         nnheader-file-coding-system to gnus-agent-file-coding-system.
7312
7313         * gnus-cache.el (gnus-cache-save-buffers)
7314         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7315         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7316         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7317         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7318         (gnus-cache-generate-active, gnus-cache-rename-group)
7319         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7320         (gnus-cache-update-overview-total-fetched-for): Bind
7321         file-name-coding-system to nnmail-pathname-coding-system.
7322         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7323         variables.
7324         (gnus-cache-decoded-group-name): New function.
7325         (gnus-cache-file-name): Use it.
7326         (gnus-cache-generate-active): Use non-decoded group name for active.
7327
7328         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7329         right place.
7330         (gnus-write-active-file): Don't break non-ASCII group names.
7331
7332         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7333         nnmail-pathname-coding-system.
7334
7335         * lpath.el: Bind default-file-name-coding-system,
7336         file-name-coding-system and language-info-alist for XEmacs.
7337
7338         * gnus-uu.el (gnus-uu-decode-save): Typo.
7339
7340 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7343
7344 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7347         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7348         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7349         (gnus-agent-flush-group, gnus-agent-flush-cache)
7350         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7351         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7352         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7353         (gnus-agent-regenerate-group)
7354         (gnus-agent-update-files-total-fetched-for)
7355         (gnus-agent-update-view-total-fetched-for): Bind
7356         file-name-coding-system to nnmail-pathname-coding-system.
7357         (gnus-agent-group-pathname): Don't encode file names by
7358         nnmail-pathname-coding-system.
7359         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7360         coding-system-for-write instead of buffer-file-coding-system to
7361         gnus-agent-file-coding-system.
7362
7363         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7364         Decode group name.
7365
7366         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7367
7368         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7369         (gnus-read-newsrc-el-file): Make group names unibyte.
7370
7371         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7372         nnmail-pathname-coding-system.
7373
7374         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7375         (nnrss-request-delete-group): Bind file-name-coding-system to
7376         nnmail-pathname-coding-system.
7377         (nnrss-read-server-data, nnrss-read-group-data): Bind
7378         file-name-coding-system correctly.
7379         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7380
7381         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7382         (nntp-server-to-method-cache): New variable.
7383         (nntp-group-pathname): New function that decodes non-ASCII group names.
7384         (nntp-possibly-create-directory, nntp-marks-changed-p)
7385         (nntp-save-marks, nntp-open-marks): Use it.
7386         (nntp-possibly-create-directory, nntp-open-marks):
7387         Bind file-name-coding-system to nnmail-pathname-coding-system.
7388         (nntp-open-marks): Decode group names when bootstrapping marks.
7389
7390         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7391         Newsgroups and Folowup-To headers.
7392
7393 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7396         (gnus-server-closed-face, gnus-server-denied-face)
7397         (gnus-server-offline-face): Remove variable.
7398         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7399
7400         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7401         of modifying message-stack directly for XEmacs.
7402
7403         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7404         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7405         if the coding-system argument is nil for XEmacs.
7406
7407         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7408         mm-charset-override-alist.
7409
7410         * rfc2047.el: Don't require base64; require rfc2045 for the function
7411         rfc2045-encode-string.
7412         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7413         to quote the parameter value.
7414
7415 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7418         form in gnus-group-name-charset-method-alist.
7419
7420         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7421         overrides the default layout edit-form.
7422
7423         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7424
7425         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7426
7427 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7430         as unfetched articles.
7431
7432 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7433
7434         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7435
7436 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7439         original back end that keeps marks in the local system.
7440
7441 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7444         arg of pop-to-buffer for XEmacs.
7445         (gnus-article-read-summary-keys): Ditto; don't restore window
7446         configuration if summary command ends up with neither article buffer
7447         nor summary buffer; describe bindings if summary keys end with C-h.
7448
7449 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * message.el (message-fix-before-sending): Skip raw message part to be
7452         forwarded while checking illegible text.
7453         (message-forward-make-body-mime, message-forward-make-body): Mark
7454         signed or encrypted raw message as having no illegible text.
7455
7456 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7459         (gnus-message-with-timestamp-1): New macro.
7460         (gnus-message-with-timestamp): New function.
7461         (gnus-message): Use them.
7462
7463         * nnheader.el (nnheader-message): Use them.
7464
7465 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7468         .newsrc.eld file.
7469
7470 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-agent.el (gnus-agent-fetch-headers)
7473         (gnus-agent-retrieve-headers): Bind
7474         gnus-decode-encoded-address-function to identity.
7475
7476         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7477         available also when the server returns simply a dot.
7478
7479         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7480
7481 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7484
7485 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-ems.el (gnus-x-splash): Make it work.
7488
7489         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7490         from being used.
7491
7492         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7493
7494 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7497         4th and the 5th arguments.
7498
7499         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7500         the front stickiness.
7501         (gnus-article-summary-command-nosave): Correct the order of the
7502         arguments passed to pop-to-buffer.
7503         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7504         summary command ends up with the article buffer.
7505
7506         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7507         the same faces.
7508
7509 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7510
7511         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7512
7513 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7514
7515         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7516         * gnus-sum.el (gnus-summary-highlight):
7517         * pgg.el (pgg-sign-region, pgg-sign):
7518         * mail-source.el (mail-source-delete-old-incoming-confirm):
7519         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7520
7521 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-art.el (gnus-mime-view-part-externally)
7524         (gnus-mime-view-part-internally): Fix predicate function passed to
7525         completing-read.
7526
7527         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7528
7529         * gnus.el (gnus-update-message-archive-method): Add :version.
7530
7531 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus.el (gnus-update-message-archive-method): New variable.
7534
7535         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7536         according to gnus-message-archive-method if
7537         gnus-update-message-archive-method is non-nil.
7538
7539 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7542         by Loic Dachary <loic@dachary.org>.
7543         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7544
7545 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * message.el (message-pop-to-buffer): Add switch-function argument.
7548         (message-mail): Pass switch-function argument to it.
7549
7550 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7551
7552         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7553         Improve doc string.
7554
7555 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7558         (gnus-header-content)
7559         * gnus-cite.el (gnus-cite-10)
7560         * gnus-srvr.el (gnus-server-closed)
7561         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7562         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7563         (gnus-group-mail-3-empty, gnus-group-mail-low)
7564         (gnus-group-mail-low-empty, gnus-splash)
7565         * message.el (message-header-to, message-header-cc)
7566         (message-header-subject, message-header-other, message-header-name)
7567         (message-header-xheader, message-separator, message-cited-text)
7568         (message-mml): Lighten colors of faces used for dark background.
7569
7570 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7571
7572         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7573         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7574
7575 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * message.el (message-narrow-to-headers-or-head):
7578         Ignore mail-header-separator in the body.
7579
7580 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7583         same as window size.
7584
7585 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7586
7587         * message.el (message-font-lock-keywords): Use message-header-xheader
7588         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7589         ahead of the anything pattern, to get it recognised.
7590
7591 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7594         spam.el loads uses it in the compiled defadvice form.
7595
7596 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7597
7598         * gnus-sum.el (gnus-articles-to-read)
7599         (gnus-summary-insert-old-articles): Don't truncate group name for
7600         `read-string'.
7601
7602         * gnus-util.el (gnus-limit-string): Delete this function.
7603
7604         * gnus-sum.el (gnus-simplify-subject-fully): Use
7605         `truncate-string-to-width' instead.
7606
7607 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7608
7609         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7610         if, on summary exit, the next group has to be selected.
7611         (gnus-summary-exit): Use it.
7612
7613 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7614
7615         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7616         non-break space.
7617
7618 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7621         Check if group is not a directory.
7622         (nnfolder-request-expire-articles): Don't delete articles if the target
7623         group is not available.
7624
7625         * nnml.el (nnml-request-create-group): Properly check if group is not a
7626         file.
7627         (nnml-request-expire-articles): Don't delete articles if the target
7628         group is not available.
7629
7630         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7631         Don't quote characters that are within parentheses.
7632
7633 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7636         (gnus-handle-ephemeral-exit): Select article according to it.
7637
7638 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * message.el (message-insert-formated-citation-line): Remove newline.
7641         (message-citation-line-format): Add final \n here so that the user can
7642         avoid a blank line.
7643
7644 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7645
7646         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7647         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7648         Update lanl/arXiv support.
7649
7650 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7651
7652         * gnus.el: Bump version number.
7653
7654 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7655
7656         * gnus.el (gnus-version-number): Bump version.
7657
7658 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7659
7660         * gnus.el: No Gnus v0.6 is released.
7661
7662 2007-04-27  Didier Verna  <didier@xemacs.org>
7663
7664         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7665         * gmm-utils.el (gmm-regexp-concat): here.
7666         * message.el: Don't require 'gnus-util.
7667         (message-dont-reply-to-names): Handle name change above.
7668         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7669
7670 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7673         since the initial value varies according to the system.
7674
7675 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7678
7679 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7680
7681         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7682
7683 2007-04-24  Didier Verna  <didier@xemacs.org>
7684
7685         Improve the type of gnus-ignored-from-addresses.
7686         * gnus-util.el (gnus-orify-regexp): New function.
7687         * message.el (gnus-util): Require it.
7688         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7689         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7690         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7691
7692 2007-04-24  Didier Verna  <didier@xemacs.org>
7693
7694         * gnus-sum.el:
7695         * gnus-utils.el: Fix some trailing whitespaces.
7696
7697 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7700         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7701         article's Message-ID; refer parent article in summary buffer.
7702
7703         * message.el (message-bounce): Call mime-to-mml.
7704
7705         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7706         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7707         optimize and/or forms properly.
7708
7709 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7712         URL.
7713
7714 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7717
7718 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7721         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7722         displayed of multipart/alternative part if it is invoked from summary
7723         buffer.
7724
7725         * mm-view.el (mm-inline-text-html-render-with-w3m)
7726         (mm-inline-text-html-render-with-w3m-standalone)
7727         (mm-inline-render-with-function): Use mail-parse-charset by default.
7728
7729 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7730
7731         * parse-time.el (parse-time-string-chars): Check if CHAR
7732         is less than the length of parse-time-syntax.
7733
7734 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7737         from gnus-newsgroup-processable.
7738
7739 2007-04-16  Didier Verna  <didier@xemacs.org>
7740
7741         * gnus-msg.el (gnus-configure-posting-styles): Handle
7742         message-signature-directory properly with :file syntax.  Reported by
7743         "Leo".
7744
7745 2007-04-11  Didier Verna  <didier@xemacs.org>
7746
7747         New user option: message-signature-directory.
7748         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7749         * message.el (message-insert-signature): Ditto.
7750         * message.el (message-signature-file): Doc update.
7751         * message.el (message-signature-directory): New.
7752
7753 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * gnus-msg.el (gnus-inews-yank-articles): Use
7756         message-exchange-point-and-mark instead of exchange-point-and-mark.
7757
7758 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * message.el (message-yank-original): Make sure cited text ends with
7761         newline; don't exchange point and mark.
7762
7763 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7764
7765         * tls.el (open-tls-stream): Properly handle case where there
7766         is no associated buffer.
7767
7768 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7769
7770         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7771         message-yank-original, make sure (< mark TEXT point).
7772
7773 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * message.el (message-fill-column): New variable.
7776         (message-mode): Use it.  Add comment on a possible new hook.
7777
7778         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7779         (nnmail-get-new-mail): Reformat.
7780
7781         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7782
7783         * gmm-utils.el: Fix Commentary.
7784         (gmm-tool-bar-from-list): Fix typo in doc string.
7785
7786 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7787
7788         * message.el (message-yank-original): Don't switch point and mark
7789         unnecessarily to put point and mark as documented.
7790
7791 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7794         from the message heads.
7795
7796 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7797
7798         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7799         article buffer does not have a window.  This may not be the best
7800         solution but is certainly better than setting the start of the null,
7801         that is the current, window.
7802
7803 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7806         (gnus-draft-setup): Run it.
7807
7808         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7809         gnus-score-fast-scoring.  Allow regexp.
7810         (gnus-score-headers): Use it.
7811
7812         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7813         XEmacs.
7814
7815         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7816         string.
7817         (gnus-button-alist): Also catch `<f1> k ...'.
7818         (gnus-treat-display-x-face): Fix doc string.
7819
7820 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7821
7822         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7823         evaluation of gnus-extended-version to ensure correct generation of the
7824         User-Agent header when message-generate-headers-first is used.
7825
7826 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7827
7828         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7829         hashcash-path is nil.  Don't call callback with incorrect number of
7830         parameters if val is 0.
7831
7832 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7833
7834         * message.el (message-required-news-headers):
7835         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7836
7837 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7838
7839         * tls.el (open-tls-stream): In handshake-waiting loop,
7840         don't wait more if there is output available to process.
7841
7842 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7843
7844         * tls.el (tls-program): Doc fix.
7845
7846 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * message.el (message-generate-new-buffers): Change the meaning of the
7849         nil value; add `standard' to the choices; treat t as `unique'; improve
7850         doc string.
7851         (gnus-select-frame-set-input-focus): Autoload.
7852         (message-buffer-name): Search for the existing message buffer if
7853         message-generate-new-buffers is nil or `standard'; treat the value t of
7854         message-generate-new-buffers as `unique'.
7855         (message-pop-to-buffer): Raise the frame already displaying the message
7856         buffer; clear the echo area after querying.
7857         (message-setup): Pass the `continue' argument to compose-mail.
7858         (message-mail): Prefer `switch-function' if it is given; search for the
7859         existing message buffer if the `continue' argument is non-nil; pass
7860         continue and switch-function arguments to compose-mail by way of
7861         message-setup.
7862         (message-mail-other-window): Adjust argument of message-setup.
7863         (message-mail-other-frame): Ditto.
7864
7865 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7868         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7869         to turn font-lock on when turning gnus-message-citation-mode on.
7870
7871 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7872
7873         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7874         (mml-smime-function-alist): New variable; add epg as the backend.
7875         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7876         mml-smime- functions instead.
7877         * mm-view.el: Require smime.
7878
7879 2007-03-05  Didier Verna  <didier@xemacs.org>
7880
7881         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7882         instead of just inheritance for posting styles.
7883         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7884
7885 2007-02-24  Chris Moore  <dooglus@gmail.com>
7886
7887         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7888         * pgg-pgp.el (pgg-pgp-encrypt-region):
7889         * pgg-gpg.el (pgg-gpg-encrypt-region):
7890         Check pgg-encrypt-for-me if no other recipients.
7891
7892 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7893
7894         * tls.el (tls-certtool-program): Fix custom type.
7895
7896 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7899         and point-at-eol instead of line-(beginning|end)-position.
7900
7901         * assistant.el (assistant-parse-buffer): Ditto.
7902
7903         * netrc.el (netrc-parse-services): Ditto.
7904
7905 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7906
7907         * mml2015.el (mml2015-epg-find-usable-key): New function.
7908         (mml2015-epg-sign): Use it.
7909         (mml2015-epg-encrypt): Use it.
7910
7911 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * message.el (message-make-in-reply-to): Quote name containing
7914         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7915         if there are special characters.  Reported by NAKAJI Hiroyuki
7916         <nakaji@jp.freebsd.org>.
7917
7918 2007-02-27  Didier Verna  <didier@xemacs.org>
7919
7920         Include the group parameters as well as the topic ones in the
7921         inheritance filter process.
7922         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7923         argument GROUP-PARAMS-LIST.
7924         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7925
7926 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * nntp.el (nntp-never-echoes-commands)
7929         (nntp-open-connection-functions-never-echo-commands): New variables.
7930         (nntp-send-command): Use them.
7931
7932 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7933
7934         * mml2015.el (mml2015-epg-verify): Simplified.
7935
7936 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * mml.el (mml-content-disposition-alist): New user option.
7939         (mml-content-disposition): New function.
7940         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7941         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7942
7943 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7944
7945         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7946         verification.
7947
7948 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7949
7950         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7951         articles posted in the last 24 hours.
7952
7953 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7954
7955         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7956
7957 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7958
7959         * nntp.el (nntp-send-command): Don't wait for echoes when
7960         nntp-open-ssl-stream is used.
7961
7962 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7965         (gnus-message-add-citation-keywords)
7966         (gnus-message-remove-citation-keywords): Remove.
7967         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7968         directly, make the variables in font-lock-defaults buffer-local, add
7969         gnus-message-citation-keywords to them and then update the value of
7970         font-lock-keywords.
7971
7972 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * message.el (message-cite-original-1): Don't call
7975         gnus-article-highlight-citation.
7976
7977         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7978         citations; fix line count.
7979
7980 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7983         (gnus-message-add-citation-keywords)
7984         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7985         versions of font-lock-add-keywords and font-lock-remove-keywords to
7986         work with XEmacs correctly.
7987
7988 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7989
7990         * gnus-cite.el (gnus-cite-face-list): Set the values of
7991         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7992         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7993         (gnus-message-cite-prefix-regexp): New variable.
7994         (gnus-message-search-citation-line): Use it; protect against long
7995         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7996         the 0th match data for Emacs.
7997         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7998         (gnus-message-add-citation-keywords): Append keywords rather than
7999         prepending; emulate font-lock-add-keywords if it is not available.
8000         (gnus-message-remove-citation-keywords): Emulate
8001         font-lock-remove-keywords if it is not available.
8002
8003         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8004
8005         * message.el (message-cite-prefix-regexp): Set the value of
8006         gnus-message-cite-prefix-regexp.
8007
8008 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8009
8010         * nnweb.el (nnweb-google-parse-1): Update parser.
8011
8012 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8013
8014         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8015
8016 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8017
8018         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8019         regexp.
8020
8021 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8024         string-to-multibyte.
8025         (uudecode-decode-region-internal): Use it.
8026
8027         * lpath.el: Fbind string-as-multibyte for XEmacs.
8028
8029 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8032         custom choice.
8033
8034         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8035
8036 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8037
8038         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8039
8040         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8041         `write-region' to respect `mm-inhibit-file-name-handlers'.
8042
8043 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8046         Use gnus-home-directory instead of "~/" or "$HOME".
8047
8048 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8049
8050         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8051         to mention filename.
8052         Add comments at beginning regarding usage.
8053         (encrypt-write-file-contents): Change interactive so a string is
8054         acceptable.  If the file has no associated model, show an error instead
8055         of a nonsense prompt.
8056
8057 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8058
8059         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8060         Thanks to Yoshihiko Yamada for kind notification of this typo.
8061
8062 2007-01-12  Kenichi Handa  <handa@m17n.org>
8063
8064         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8065         multibyte buffer.
8066
8067 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * gnus-score.el (gnus-score-fast-scoring): New variable.
8070         (gnus-score-headers): Use it.
8071
8072         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8073
8074         * message.el (message-cite-original-1): Call
8075         gnus-article-highlight-citation if requested.
8076         (message-make-from): Allow name and address as optional arguments.
8077
8078         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8079
8080         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8081         bugs to doc string.
8082         (gnus-button-alist): Add mid\\|message-id.
8083         (gnus-button-fetch-group): Extend for use in
8084         `browse-url-browser-function'.
8085         (gnus-button-url-regexp): Try to catch paired parentheses like in
8086         Wikipedia URLs.
8087
8088         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8089         Suggested by Simon Krahnke <overlord@gmx.li>.
8090
8091 2007-01-13  Romain Francoise  <romain@orebokech.com>
8092
8093         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8094         Update copyright.
8095
8096 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8097
8098         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8099
8100 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8101
8102         * gnus-registry.el (gnus-registry-unfollowed-groups)
8103         (gnus-registry-split-fancy-with-parent): Fix documentation.
8104
8105 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8108         from nnweb groups.
8109
8110 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8111
8112         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8113         Xref urls.  Erase buffer before requesting head.
8114
8115 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8118         customizable.
8119
8120 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8121
8122         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8123         no signing key is found.
8124         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8125         no encrypting and/or signing key is found.
8126
8127 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8130
8131 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8132
8133         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8134         headers read from disk with the ones newly found in the current search.
8135         This should no longer cause problems, because the article numbers in
8136         Gmane's `nov.php' output are ignored since the previous change.
8137
8138 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8139
8140         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8141
8142 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8145         replace-regexp-in-string; bind url-version; fbind display-images-p and
8146         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8147         find-face and set-itimer-function for Emacs; bind itimer-list for
8148         Emacs.
8149
8150         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8151
8152 2007-01-01  Romain Francoise  <romain@orebokech.com>
8153
8154         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8155
8156 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8157
8158         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8159         `define-minor-mode' macro definition expanded properly.
8160         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8161         exclude it there.
8162
8163         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8164         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8165         `fboundp' test.
8166         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8167         This is OK to autoload in (S)XEmacs now.
8168
8169 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8172         keystroke.
8173         (gnus-summary-limit-to-singletons): Fix typo.
8174
8175         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8176         else fails.
8177
8178 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8179
8180         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8181         docstring.
8182
8183         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8184         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8185         (gnus-summary-insert-dormant-articles): Fix typo in message.
8186
8187 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8190         nil for XEmacs.
8191         (gnus-message-citation-mode): Don't autoload in XEmacs.
8192
8193         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8194
8195 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8196
8197         * nnimap.el (nnimap-expunge-search-string): Mention
8198         nnimap-search-uids-not-since-is-evil in docstring.
8199
8200 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8201
8202         * spam.el: Revert to make-obsolete-variable because
8203         define-obsolete-variable-alias is not supported in Emacs 21.
8204
8205         * spam.el (spam-ifile-path, spam-ifile-database-path)
8206         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8207         make-obsolete-variable.
8208         (spam-bsfilter-path, spam-bsfilter-program)
8209         (spam-spamassassin-path, spam-spamassassin-program)
8210         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8211         use "path" inappropriately.
8212         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8213         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8214         variable names.
8215
8216 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8217
8218         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8219         summary buffer.
8220
8221         * password.el (password-cache-remove): Use clear-string to burn
8222         password, if available.
8223
8224 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8227
8228         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8229
8230         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8231         (gnus-message-highlight-citation): Move defcustom here from
8232         gnus-cite.el.
8233         (gnus-message-citation-mode): Autoload.
8234
8235         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8236         checks to make it compile with XEmacs.
8237         (gnus-message-citation-mode): New minor mode.
8238         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8239         (gnus-message-highlight-citation): New variables.
8240         (gnus-message-search-citation-line)
8241         (gnus-message-add-citation-keywords)
8242         (gnus-message-remove-citation-keywords)
8243         (turn-on-gnus-message-citation-mode)
8244         (turn-off-gnus-message-citation-mode): New functions.
8245
8246 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8247
8248         * gnus-cite.el: Enable highlighting of different citation levels in
8249         message-mode.
8250
8251 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8252
8253         * message.el (message-make-fqdn): Fix comment.
8254         (message-bogus-system-names): Add ".local".
8255
8256         * spam.el (spam-ifile-path, spam-ifile-program)
8257         (spam-ifile-database-path, spam-ifile-database)
8258         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8259         Don't use "path" inappropriately.
8260         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8261         strings.
8262         (spam-check-ifile, spam-ifile-register-with-ifile)
8263         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8264         new variable names.
8265
8266         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8267         (gnus-treat-display-smileys): Simplify using
8268         gnus-image-type-available-p.
8269
8270         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8271         available.
8272
8273         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8274         `display-images-p' if available.
8275
8276 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8279         one after turning on the buffer's multibyteness instead of decoding
8280         them directly in the unibyte buffer that causes unexpected conversion
8281         in Emacs 23 (unicode).
8282
8283 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8284
8285         * message.el (message-generate-hashcash): Fix custom type.
8286
8287 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8290
8291 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8292
8293         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8294         disconnect icons.  Add help text.
8295
8296 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8297
8298         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8299         negated to be consistent with the others we handle.
8300
8301 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8302
8303         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8304         version of gnus-summary-buffer to something, so that we can use two
8305         article buffers at the same time.
8306
8307 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8308
8309         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8310         trigger all the extra headers.
8311         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8312         sorting.
8313
8314 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8315
8316         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8317         solid groups.
8318
8319 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8320
8321         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8322
8323 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * legacy-gnus-agent.el: Add Copyright notice.
8326
8327 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8328
8329         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8330
8331 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8332
8333         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8334
8335         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8336         to make it work reliably in CVS Emacs.
8337         (gnus-summary-limit-strange-charsets-predicate)
8338         (gnus-summary-limit-to-predicate): New functions.
8339
8340 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8341
8342         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8343         specifying array size.
8344         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8345         array if it is too small.
8346         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8347         (gnus-sort-threads-loop): New function.
8348
8349 2006-12-06  Chris Moore  <dooglus@gmail.com>
8350
8351         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8352         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8353
8354 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8355
8356         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8357         options.
8358
8359 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8362         DOS-ing the recipient.
8363
8364         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8365         the headers when creating the mapping to avoid mismappings.
8366         (nnweb-gmane-create-mapping): Always nix out old mapping.
8367
8368 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8371         and mm-verify-option to never.
8372
8373 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * message.el (message-signed-or-encrypted-p): New function.
8376         (message-forward-make-body): Use it.
8377
8378         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8379         Replace encode-coding-string with mm-encode-coding-string.
8380
8381 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * nneething.el (nneething-decode-file-name): Replace
8384         decode-coding-string with mm-decode-coding-string.
8385
8386         * gnus-int.el (gnus-open-server): Say failed server's name.
8387
8388 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8389
8390         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8391         strings to a single string.  Quote `errors-file-name'.
8392         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8393         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8394         Adjust calls.  Use `shell-quote-argument'.
8395
8396 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8397
8398         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8399         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8400
8401         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8402         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8403         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8404         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8405         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8406         (gnus-subscribe-newsgroup, gnus-1):
8407         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8408         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8409         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8410         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8411
8412 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8415         keystroke.
8416         (gnus-summary-limit-to-bodies): Implement headersp.
8417
8418 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419
8420         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8421
8422 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8425
8426 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8427
8428         * message.el (message-generate-hashcash): Expand range of values to
8429         include `opportunistic'.
8430         (message-send-mail): Use it.
8431
8432 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8433
8434         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8435         and comment it.
8436
8437         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8438
8439 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * gnus-util.el (gnus-extract-address-components): Improve comment.
8442
8443 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * gnus-util.el (gnus-extract-address-components): Work with address in
8446         which the name portion contains @.
8447
8448         * lpath.el: Fbind custom-autoload.
8449
8450 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * gnus.el (gnus-start): Move custom group up.
8453         (gnus-select-method): Don't autoload, but make it available for
8454         `customize-variable'.
8455         (gnus-getenv-nntpserver): Don't autoload.
8456
8457 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8458
8459         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8460
8461 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * message.el (message-sendmail-extra-arguments): New variable.
8464         (message-send-mail-with-sendmail): Use it.
8465
8466 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8469         mm-with-unibyte-current-buffer to make string unibyte.
8470
8471         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8472         mm-string-as-multibyte.
8473
8474 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8475
8476         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8477         Reported by Werner Koch <wk@gnupg.org>.
8478
8479 2006-11-14  Daiki Ueno  <ueno@p360>
8480
8481         * mml2015.el: Autoload epa-select-keys when compiling.
8482
8483 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8484
8485         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8486         message-options.
8487         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8488
8489 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8490
8491         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8492         EasyPG (< 0.0.6).
8493         (mml2015-always-trust): New user option.
8494         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8495         prompt.
8496
8497 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * nntp.el (nntp-authinfo-force): New variable.
8500         (nntp-send-authinfo): Use it.
8501
8502 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8505         decode encoded words.  Improve prompt.  Add comment about forwarding.
8506         (message-replacement-char): Move up.
8507
8508 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8509
8510         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8511         instead of gnus-intersection because arguments of gnus-sorted-nunion
8512         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8513
8514 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8517         (message-simplify-subject-functions): Enable
8518         message-strip-subject-encoded-words by default.
8519
8520 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * message.el (message-strip-subject-encoded-words): New function.
8523         (message-simplify-subject-functions): New variable.
8524         (message-simplify-subject): Use it.  Fix typo in doc string.
8525         Support message-strip-subject-encoded-words.
8526
8527 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8528
8529         * gnus-diary.el (gnus-diary-delay-format-function):
8530         * nndiary.el (nndiary-reminders):
8531         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8532
8533 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * gnus-art.el (article-hide-boring-headers): Fetch date from
8536         gnus-original-article-buffer to avoid problems with localized date
8537         strings.
8538
8539 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8542
8543 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8546         New variables.
8547         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8548         (mm-charset-synonym-alist): Move some entries to
8549         mm-codepage-iso-8859-list.
8550         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8551         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8552
8553 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8556
8557 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8560         with Emacs 21 and XEmacs.
8561
8562 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8563
8564         * spam.el (spam-parse-address): New function for better parsing,
8565         catching errors, etc.
8566         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8567
8568 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8569
8570         * mm-view.el: Add interactive arg to html2text autoload.
8571
8572 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8575
8576 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8579         variables.
8580         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8581         (mm-charset-synonym-alist): Move some entries to
8582         mm-codepage-iso-8859-list.
8583
8584         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8585
8586 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * message.el (message-citation-line-format)
8589         (message-insert-formated-citation-line): Fix implementation of %E, %N
8590         and %n according to the doc string.
8591
8592 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8593
8594         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8595         car-safe to avoid bad parses.
8596
8597 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8600         names.
8601
8602         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8603
8604 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8607         header.
8608
8609         * message.el (message-draft-headers): Add Date.
8610         (message-headers-to-generate): Fix typo in docstring.
8611
8612         * nndraft.el (nndraft-required-headers): New variable.
8613         (nndraft-generate-headers): Use it.
8614
8615         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8616
8617 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8618
8619         * gnus-registry.el (gnus-registry-wash-for-keywords)
8620         (gnus-registry-find-keywords): New functions to allow easy searching of
8621         articles that are in the registry.
8622
8623 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8624
8625         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8626         ietf-drums-parse-address instead of gnus-extract-address-components.
8627         Reported by Damien Elmes <damien@repose.cx>.
8628
8629 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * gnus.el (gnus-mime): Remove unused custom group.
8632
8633 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8634
8635         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8636         "blank line" when searching for end of armor headers.
8637
8638 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * gmm-utils.el (gmm-write-region): Fix variable name.
8641
8642 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * gmm-utils.el (gmm-write-region): New function based on compatibility
8645         code from `mm-make-temp-file'.
8646
8647         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8648
8649         * nnmaildir.el (nnmaildir--update-nov)
8650         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8651         Use `gmm-write-region'.
8652
8653 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8656         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8657
8658         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8659
8660         * message.el (message-replacement-char): New variable.
8661         (message-fix-before-sending): Use it.
8662         (message-simplify-subject): New function to remove duplicate code.
8663         (message-reply, message-followup): Use it.
8664
8665         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8666         gnus-summary-limit-to-articles.
8667
8668 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-util.el (gnus-with-local-quit): New macro.
8671
8672         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8673
8674 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8675
8676         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8677         ignore non-string data.
8678
8679 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8680
8681         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8682         non-string data (needs to be done in the registry too).
8683
8684 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8685
8686         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8687         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8688         (gnus-registry-split-fancy-with-parent)
8689         (gnus-registry-fetch-simplified-message-subject-fast)
8690         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8691         Remove text properties on ingress into the registry and when it's saved.
8692         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8693         registry from entries with no groups.
8694
8695 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8696
8697         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8698         function to remove string properties.
8699
8700 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8701
8702         * gmm-utils.el (gmm): Adjust custom version.
8703
8704         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8705         custom version.
8706
8707         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8708
8709 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * gnus-art.el (gnus-insert-prev-page-button)
8712         (gnus-insert-next-page-button): Simplify.  Reformat.
8713
8714 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8715
8716         * gnus-art.el (gnus-insert-prev-page-button)
8717         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8718
8719 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8720
8721         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8722
8723 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8724
8725         * gnus-art.el (gnus-insert-mime-button)
8726         (gnus-insert-mime-security-button):
8727         Apply gnus-article-button-face to MIME and security buttons.
8728
8729 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8732         readable.
8733
8734 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8737
8738 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8739
8740         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8741         `browse-url-of-file' instead of `browse-url'.
8742
8743 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8744
8745         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8746         regexp.  Articles containing quotation were cut prematurely.
8747
8748 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * message.el (message-cite-original-1): Use nobody by default for the
8751         value of From header.
8752         (message-reply): Ditto.
8753
8754 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8755
8756         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8757         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8758         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8759
8760 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8763         mails in the doc string.  Add some URLs in comment.
8764         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8765
8766 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8769         backslashes handling and the way to find boundaries of quoted strings.
8770
8771 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8772
8773         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8774         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8775         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8776         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8777
8778 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8781         doc string.
8782         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8783
8784 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * lpath.el: Fbind epg-check-configuration.
8787
8788 2006-09-06  Simon Josefsson  <jas@extundo.com>
8789
8790         * mml2015.el (mml2015-use): Doc fix, mention epg.
8791
8792 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8793
8794         * mml2015.el (mml2015-use): Default to epg, if available.
8795
8796 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8797
8798         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8799         message-sender.
8800         (mml1991-epg-encrypt): Ditto.
8801         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8802         message-sender.
8803         (mml2015-epg-encrypt): Ditto.
8804
8805 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8806
8807         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8808         several common directories.
8809
8810 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8811
8812         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8813         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8814
8815 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-art.el (article-decode-encoded-words): Make it fast.
8818
8819 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8822
8823         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8824         in quoted string into `\'.
8825
8826 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8829         Use standard-syntax-table.
8830
8831 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * gnus-art.el (gnus-decode-address-function): New variable.
8834         (article-decode-encoded-words): Use it to decode headers which are
8835         assumed to contain addresses.
8836         (gnus-mime-delete-part): Remove useless `or'.
8837
8838         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8839         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8840         (gnus-nov-parse-line): Use it to decode From header.
8841         (gnus-get-newsgroup-headers): Ditto.
8842         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8843
8844         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8845         (mail-decode-encoded-address-string): New alias.
8846
8847         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8848         New function.
8849         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8850         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8851         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8852         (rfc2047-decode-string): Ditto.
8853         (rfc2047-decode-address-region): New function.
8854         (rfc2047-decode-address-string): New function.
8855
8856 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * message.el (message-caesar-buffer-body): Allow rotating headers.
8859
8860         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8861
8862         * message.el (message-insert-formated-citation-line): Fix %f.
8863         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8864
8865 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8868         (gnus-bookmark-mouse-available-p): New macro.
8869         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8870         (gnus-bookmark-bmenu-show-infos): Use it.
8871         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8872         (gnus-bookmark-bmenu-hide-infos): Ditto.
8873         (gnus-bookmark-remove-properties): New function.
8874         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8875         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8876         (gnus-bookmark-write-file): Bind coding-system-for-write.
8877         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8878         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8879         group before selecting it.
8880         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8881         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8882         quit-window if it is not available; use gnus-mouse-2 and bind it to
8883         gnus-bookmark-bmenu-select-by-mouse.
8884         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8885         (gnus-bookmark-bmenu-select-by-mouse): New function.
8886
8887 2006-08-13  Romain Francoise  <romain@orebokech.com>
8888
8889         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8890         space.
8891
8892 2006-08-10  Romain Francoise  <romain@orebokech.com>
8893
8894         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8895         (dns-mode-soa-auto-increment-serial): New user option.
8896         (dns-mode-soa-maybe-increment-serial): New function.
8897         (dns-mode): Add the latter to `write-contents-functions'.
8898
8899 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * compface.el (uncompface): Use binary rather than raw-text-unix.
8902
8903 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * compface.el (uncompface): Make sure the eol conversion doesn't take
8906         place when communicating with the external programs.  Reported by
8907         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8908
8909 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8912
8913 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8914
8915         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8916         Make it more robust by parsing author and date independently.
8917
8918 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8921
8922 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8923
8924         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8925         first matching secret key.
8926         (mml2015-epg-encrypt): Ditto.
8927
8928         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8929         first matching secret key.
8930         (mml1991-epg-encrypt): Ditto.
8931
8932         * mml2015.el (mml2015-encrypt-to-self): New user option.
8933         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8934         mml2015-epg-encrypt-to-self is set.
8935
8936         * mml1991.el (mml1991-encrypt-to-self): New variable.
8937         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8938         mml1991-epg-encrypt-to-self is set.
8939
8940         * mml2015.el (mml2015-signers): New user option.
8941         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8942         (mml2015-epg-encrypt): Allow to select signing keys.
8943
8944         * mml1991.el (mml1991-signers): New variable.
8945         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8946         (mml1991-epg-encrypt): Allow to select signing keys.
8947
8948 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * nnheader.el (nnheader-insert-head): Make it work even if the file
8951         uses CRLF for the line-break code.
8952
8953 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8954
8955         * mml2015.el: Require mml-sec instead of password.
8956         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8957         (mml2015-cache-passphrase): Inherit the default value from
8958         mml-secure-cache-passphrase.
8959         (mml2015-passphrase-cache-expiry): Inherit the default value from
8960         mml-secure-passphrase-cache-expiry.
8961
8962         * mml1991.el: Require mml-sec instead of password.
8963         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8964         (mml1991-cache-passphrase): Inherit the default value from
8965         mml-secure-cache-passphrase.
8966         (mml1991-passphrase-cache-expiry): Inherit the default value from
8967         mml-secure-passphrase-cache-expiry.
8968
8969         * mml-sec.el: Require password.
8970         (mml-secure-verbose): New user option.
8971         (mml-secure-cache-passphrase): New user option.
8972         (mml-secure-passphrase-cache-expiry): New user option.
8973
8974 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8975
8976         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8977         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8978         andreas@altroot.de (Andreas Vögele).
8979
8980         FIXME: Use `tiny change'?
8981
8982 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8983
8984         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8985         workaround for the url package included with Emacs.
8986
8987         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8988
8989 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8992         correctly.  This fixes a bug caused by the 2006-05-12 change.
8993
8994 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8995
8996         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8997         some information about the error when saying that the `bogus' mail
8998         group will be used.
8999
9000 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9003         string.
9004
9005 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9006
9007         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9008
9009 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9010
9011         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9012
9013 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9014
9015         * mml1991.el (mml1991-function-alist): Add epg.
9016         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9017         (mml1991-epg-encrypt): New functions.
9018
9019 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9020
9021         * mml2015.el (mml2015-verbose): New variable.
9022         (mml2015-cache-passphrase): Ditto.
9023         (mml2015-passphrase-cache-expiry): Ditto.
9024         (mml2015-function-alist): Add epg.
9025         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9026         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9027         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9028         functions.
9029
9030 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9031
9032         * message.el (message-cite-original-1): Preserve region when removing
9033         quoted text due to X-No-Archive in order to avoid bogus attribution
9034         when citing multiple messages.
9035
9036 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9037
9038         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9039         Kenneth Jacker <khj@be.cs.appstate.edu>.
9040
9041 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9042
9043         * gnus-diary.el (gnus-user-format-function-d)
9044         (gnus-user-format-function-D): Autoload.
9045
9046         * imap.el (Commentary): Fix typo.
9047
9048         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9049         2006-04-22 contribution.
9050
9051 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9052
9053         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9054         It didn't really fix the bogosity I'm seeing with solid web groups.
9055
9056 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9057
9058         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9059         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9060         created using server names.  If we use the feature without declaring
9061         it, Gnus does not properly manage server and group state.
9062
9063         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9064         bound.
9065
9066 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9067
9068         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9069         looking up the method using GROUP's prefix before inventing a new one.
9070         It is used on killed/unknown groups in various places where returning
9071         an all-new method isn't expected by the caller.
9072
9073         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9074         and match semantics of gnus-group-real-prefix.
9075
9076 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * nnmail.el (nnmail-broken-references-mailers): New variable.
9079         (nnmail-ignore-broken-references): New function generalizing
9080         nnmail-fix-eudora-headers.
9081         (nnmail-fix-eudora-headers): Now obsolete.
9082
9083         * gnus-art.el (gnus-button-handle-custom): Support
9084         `customize-apropos*'.
9085
9086 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9087
9088         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9089
9090         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9091         articles.
9092
9093 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * message.el (message-cite-reply-above): New variable.
9096         (message-yank-original): Use it.
9097
9098 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9101
9102 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9105         as read.
9106
9107         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9108
9109 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9112         (gnus-bookmark-default-file): Use gnus-directory.
9113         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9114         Remove "*" in doc string.
9115         (gnus-bookmark-write-file): Simplify.
9116         (gnus-bookmark-maybe-sort-alist): Use `when'.
9117         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9118         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9119         FIXME about Emacs 21 and XEmacs compatibility.
9120         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9121         compatibility.
9122         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9123         compatibility.
9124         (gnus-bookmark-menu-heading): Fix version.
9125
9126 2006-06-19  Bastien Guerry  <bzg@altern.org>
9127
9128         * gnus-bookmark.el: New file.
9129
9130 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * message.el (message-syntax-checks): Doc fix.
9133
9134 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9135
9136         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9137         unsubscribed groups as if they were killed ones.  It causes duplicate
9138         entries in gnus-newsrc-alist.
9139
9140 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * message.el (message-syntax-checks): Doc fix.
9143         (message-send-mail): Add check for continuation headers.
9144         (message-check-news-header-syntax): Fix regexp used to check for
9145         continuation headers.
9146
9147 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9150
9151 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9154
9155 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9158         default-truncate-lines.
9159
9160 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9163         to fill the utf-8 entry.
9164
9165         * lpath.el: Fbind unicode-precedence-list.
9166
9167 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9168
9169         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9170
9171 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9172
9173         * gnus-agent.el (directory-files-and-attributes): Move all the way
9174         forward (the third and final move).
9175         (gnus-agent-read-agentview): Trap reconstruction errors due to
9176         nonexistant directory.  Handle by returning nil.
9177
9178 2006-05-30  Didier Verna  <didier@xemacs.org>
9179
9180         * message.el (message-dont-reply-to-names): Update the custom type.
9181         * message.el (message-dont-reply-to-names): New defsubst: potentially
9182         convert a list of regexps into a single one.
9183         * message.el (message-get-reply-headers): Use it.
9184         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9185
9186 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus-agent.el (directory-files-and-attributes): Move forward.
9189
9190 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * gnus-ml.el (gnus-mailing-list-subscribe)
9193         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9194         (gnus-mailing-list-message): Fix doc strings.
9195
9196 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9197
9198         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9199         of doing it manually.
9200
9201 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9204         comment.
9205
9206 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9207
9208         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9209         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9210         (gnus-agent-read-local): All symbols allocated in my-obarray.
9211         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9212         (gnus-agent-regenerate-group): Check numeric names to see if they are
9213         messages or groups.
9214         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9215         better way of do this...)
9216
9217         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9218         'dummy.group' (there should be a better way of do this...)
9219
9220 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9223         (gnus-saved-headers): Ditto.
9224         (gnus-default-article-saver): Mention functions may have properties.
9225         (gnus-article-save): Override gnus-save-all-headers and
9226         gnus-saved-headers by :headers property which saver function may have.
9227         (gnus-summary-save-in-file): Add :headers property.
9228         (gnus-summary-write-to-file): Ditto.
9229
9230         * gnus-sum.el (gnus-summary-save-article): Bind
9231         gnus-prompt-before-saving to t when saving many articles in a file;
9232         always show all headers.
9233
9234         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9235
9236 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9237
9238         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9239         marks.
9240
9241         * message.el (message-indent-citation): Add optional arguments to allow
9242         using it outside of message buffers.
9243
9244         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9245         (gnus-article-treat-unfold-headers): Use it.
9246         (gnus-article-truncate-lines): New variable.
9247         (gnus-article-mode): Use it.
9248         (gnus-article-toggle-truncate-lines): New function.
9249
9250         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9251         gnus-article-toggle-truncate-lines.
9252
9253         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9254         coding system in XEmacs, use binary.
9255
9256 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9259         after-load-alist.
9260
9261         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9262         this function should save decoded articles.
9263         (gnus-summary-write-to-file): Use property to specify this function
9264         should save decoded articles and specify gnus-summary-save-in-file
9265         should be used to save articles other than the first one when saving
9266         many articles.
9267         (gnus-summary-save-body-in-file): Use property to specify this
9268         function should save decoded articles.
9269         (gnus-summary-write-body-to-file): Use property to specify this
9270         function should save decoded articles and specify
9271         gnus-summary-save-body-in-file should be used to save articles other
9272         than the first one when saving many articles.
9273
9274         * gnus-sum.el (gnus-summary-save-article): Simplify.
9275
9276 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * gnus-art.el (gnus-default-article-saver): Add
9279         gnus-summary-write-body-to-file.
9280         (gnus-article-save-coding-system): Don't use coding system object
9281         in XEmacs.
9282         (gnus-read-save-file-name): Add optional `dir-var' argument which
9283         specifies directory in which files are saved; work even if optional
9284         `variable' argument is not specified.
9285         (gnus-summary-write-to-file): Read file name.
9286         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9287         (gnus-summary-write-body-to-file): New function.
9288
9289         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9290         (gnus-summary-local-variables): Add it.
9291         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9292         (gnus-summary-save-article): Remove optional `decode' argument;
9293         determine whether to decode articles by the value of
9294         gnus-default-article-saver; when saving many files using
9295         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9296         it first and use gnus-summary-save-in-file or
9297         gnus-summary-save-body-in-file thereafter unless
9298         gnus-prompt-before-saving is always; move point to article which
9299         will be saved.
9300         (gnus-summary-save-article-file): Revert.
9301         (gnus-summary-write-article-file): Revert.
9302         (gnus-summary-save-article-body-file): Revert.
9303         (gnus-summary-write-article-body-file): New function.
9304
9305 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * gnus-art.el (gnus-default-article-saver): Doc fix.
9308         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9309         from gnus-summary-save-article-coding-system, and default to a
9310         certain coding system.
9311         (gnus-output-to-file): Add coding cookie and encode text according
9312         to gnus-article-save-coding-system; don't use mm-append-to-file.
9313
9314         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9315         gnus-art.el and rename to gnus-article-save-coding-system.
9316         (gnus-summary-save-article): Require gnus-art; don't show all
9317         headers if it decodes articles; don't add coding cookie here;
9318         don't bind mm-text-coding-system-for-write.
9319         (gnus-summary-save-article-file): Save decoded articles.
9320         (gnus-summary-write-article-file): When saving many files, use
9321         gnus-summary-write-to-file first and gnus-summary-save-in-file
9322         thereafter unless gnus-prompt-before-saving is always.
9323         (gnus-summary-save-article-body-file): Save decoded articles.
9324
9325         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9326
9327 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * nnrss.el (nnrss-check-group): Bind hash-index.
9330
9331 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9332
9333         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9334         its hash index.  Store this hash in `nnrss-group-data'.
9335         (nnrss-read-group-data): Update accordingly.
9336
9337 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9340         entry.
9341
9342         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9343         gnus-article-browse-html-article.
9344
9345 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9346
9347         * gnus-sum.el (gnus-summary-mime-map): Add
9348         gnus-article-browse-html-article.
9349
9350         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9351
9352 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9355         suitable coding systems in customize.
9356
9357 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * mail-source.el (mail-sources): Fix custom type.
9360
9361 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9362
9363         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9364         (gnus-summary-expire-articles-now): Shorten prompt.
9365
9366         * gmm-utils.el (wid-edit): Require.
9367         (defun-gmm): Renamed from `gmm-defun-compat'.
9368         (gmm-image-search-load-path): Use it.
9369         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9370
9371 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9374         variable.
9375         (gnus-summary-save-article): Add optional `decode' argument.  If
9376         it is set and gnus-summary-save-article-coding-system is non-nil,
9377         save decoded article.
9378         (gnus-summary-write-article-file): Save decoded article if
9379         gnus-summary-save-article-coding-system is non-nil.
9380
9381         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9382         type.
9383
9384 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9387
9388 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9391         first to test gnus-single-article-buffer which may be buffer-local.
9392
9393         * gnus-sum.el (gnus-summary-setup-buffer): Make
9394         gnus-single-article-buffer buffer-local and nil in ephemeral
9395         group; make gnus-article-buffer, gnus-article-current, and
9396         gnus-original-article-buffer always buffer-local.
9397         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9398         group.
9399         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9400
9401 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * nnml.el (nnml-request-compact-group): Compressed files might not
9404         have .gz extension.
9405
9406 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9407
9408         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9409         (mm-copy-to-buffer): Use with-current-buffer.
9410         (mm-display-part): Simplify.
9411         (mm-inlinable-p): Add optional arg `type'.
9412
9413 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9414
9415         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9416         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9417         Try harder to show the attachment internally or externally using
9418         gnus-mime-view-part-as-type.
9419
9420 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * message.el (message-from-style, message-signature-separator)
9423         (message-user-organization-file, message-send-mail-function)
9424         (message-citation-line-function, message-yank-prefix)
9425         (message-indent-citation-function, message-signature)
9426         (message-signature-file, message-signature-insert-empty-line):
9427         Remove autoloads.
9428
9429         * gnus-art.el (gnus-buttonized-mime-types): Remove
9430         "multipart/signed".  Revert 2006-04-26 change.
9431
9432 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9433
9434         * gnus.el (gnus-version-number): Bump version.
9435
9436 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9437
9438         * gnus.el: No Gnus v0.5 is released.
9439
9440 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9441
9442         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9443         fetching articles by message-id.
9444
9445 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * message.el (hashcash): Require hashcash as normal.
9448
9449         * ecomplete.el (ecomplete-highlight-match-line): Use
9450         point-at-eol.
9451         (ecomplete-highlight-match-line): Use `highlight', because that
9452         face exists in both Emacs and XEmacs.
9453
9454         * message.el (message-display-abbrev): Use point-at-bol.
9455
9456         * mail-source.el: Don't require timer/timer-funcs.
9457
9458         * gnus-async.el: Ditto.
9459
9460         * password.el: Ditto.
9461
9462         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9463
9464         * mm-url.el: Ditto.
9465
9466         * gnus-xmas.el: Don't require timer-funcs.
9467
9468         * mm-util.el: Require timer/timer-funcs.
9469
9470 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9471
9472         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9473         Close.
9474
9475 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9478         unibyte after clear-decrypt function runs.
9479
9480         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9481         returns as a unibyte string.
9482
9483 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * lpath.el: Revert.
9486
9487         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9488         (pgg-gpg-process-sentinel): Revert.
9489
9490         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9491         (pgg-pgp-lookup-key): Revert.
9492
9493         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9494         (pgg-pgp5-lookup-key): Revert.
9495
9496         * pgg.el (pgg-fetch-key): Revert.
9497
9498 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * lpath.el: Fbind string-as-multibyte for XEmacs.
9501
9502         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9503         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9504         (mml1991-pgg-encrypt): Ditto.
9505
9506         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9507         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9508         a multibyte buffer.
9509
9510         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9511         (pgg-pgp-lookup-key): Ditto.
9512
9513         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9514         (pgg-pgp5-lookup-key): Ditto.
9515
9516         * pgg.el (pgg-fetch-key): Ditto.
9517
9518 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * message.el (message-user-organization-file): Check several
9521         locations of the organization file.
9522
9523         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9524         Add gnus-article-view-part-as-type.
9525
9526         * gnus-art.el (gnus-article-view-part-as-type): New function.
9527
9528         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9529         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9530
9531         * mml.el: Simplify autoload.
9532         (mml-mode): defvar dnd-protocol-alist instead of using
9533         symbol-value.
9534         (mml-default-directory): New variable.
9535         (mml-minibuffer-read-file): Use it.
9536         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9537
9538         * message.el (message-citation-line-format): New variable.
9539         (message-insert-formated-citation-line): New function.
9540         (message-citation-line-function): Add
9541         `message-insert-formated-citation-line' to custom type.
9542
9543         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9544         to doc string.
9545
9546         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9547         depending on mm-verify-option.
9548
9549 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9552         binding pgg-* variables; reimplement the section which prevents
9553         MIME header from being signed.
9554         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9555         pgg-text-mode; remove a blank line at the top of body.
9556
9557         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9558         lines at the top of body; use gnus-newsgroup-charset if there's no
9559         Charset header.
9560
9561 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * message.el (message-self-insert-commands): Doc fix.
9564
9565         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9566         (mm-uu-pgp-encrypted-test): Ditto.
9567         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9568         between header and body; return application/pgp-encrypted handle
9569         if decryption failed; decode decrypted body by charset.
9570
9571         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9572         element match to application/pgp-*.
9573
9574 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9575
9576         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9577         HTML.
9578
9579 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580
9581         * mail-source.el (mail-source-call-script): Message the error
9582         string.
9583
9584 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9585
9586         * gnus-util.el (gnus-byte-compile): Use it.
9587
9588 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9589
9590         * gnus-util.el (kill-empty-logs): New function.
9591
9592 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * message.el (message-mail-alias-type): Doc fix.
9595         (message-mail-alias-type-p): New function.
9596         (message-send): Use it.
9597         (message-mode): Ditto.
9598         (message-strip-forbidden-properties): Ditto.
9599
9600         * ecomplete.el (ecomplete-database-file-coding-system): New
9601         variable.
9602         (ecomplete-save): Use it.
9603         (ecomplete-setup): Use it.
9604
9605 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * message.el (message-self-insert-commands): New variable.
9608         (message-strip-forbidden-properties): Use it.
9609
9610 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9613         that doesn't make XEmacs choke.
9614
9615 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * gnus-util.el (gnus-replace-in-string):
9618         Prefer replace-regexp-in-string over of replace-in-string.
9619
9620 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-util.el (gnus-select-frame-set-input-focus):
9623         Use select-frame-set-input-focus if it is available in XEmacs; use
9624         definition defined in Emacs 22 for old Emacsen.
9625
9626         * dgnushack.el: Autoload unmorse-region for XEmacs.
9627
9628         * lpath.el: Bind cursor-in-non-selected-windows and
9629         select-frame-set-input-focus for XEmacs.
9630
9631 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9634
9635 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9636
9637         * gnus-registry.el (gnus-registry-cache-save): Remove text
9638         properties when saving via the temp buffer.
9639
9640 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * message.el (message-generate-hashcash): Honor custom type.
9643
9644 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9645
9646         * message.el (message-generate-hashcash): Default to non-nil when
9647         hashcash is found.
9648
9649         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9650         (gnus-refer-thread-limit): Increase default to 500.
9651
9652         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9653
9654         * flow-fill.el (fill-flowed): Allow delete-space.
9655
9656 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9659         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9660         Remove autoloads.
9661
9662 2006-04-18  Simon Josefsson  <jas@extundo.com>
9663
9664         * message.el (message-generate-hashcash): Default to.
9665
9666 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9669         concatenating segments rather than before concatenating them.
9670
9671 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9674
9675 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9678
9679         * message.el (message-forward-make-body-plain): Allow
9680         message-forward-ignored-headers to be a list.
9681         (message-remove-ignored-headers): Factor out into function.
9682         (message-forward-make-body-mml): Use it.
9683
9684         * imap.el (imap-quote-specials): New function.
9685         (imap-login-auth): Quote specials.
9686
9687         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9688         (rfc2231-parse-string): Allow concatanation of parameters that
9689         aren't contiguous.  The test case is
9690           (mail-header-parse-content-type "message/external-body;
9691             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9692             access-type=LOCAL-FILE;
9693             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9694
9695 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9696
9697         * nntp.el (nntp-accept-process-output): Return the value of
9698         `nnheader-accept-process-output'.
9699
9700 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9701
9702         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9703         (gnus-button-alist): Recognize more diff formats.
9704         (gnus-button-patch): Strip directory.
9705
9706 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9709         Emacs 22 when setting focus.
9710
9711 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712
9713         * gnus-art.el (gnus-article-treat-types): Do treatment of
9714         text/x-verbatim parts.
9715         (gnus-button-patch): New command.
9716
9717         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9718         addresses that contain invalid characters.
9719
9720 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * message.el (message-put-addresses-in-ecomplete): Use
9723         gnus-replace-in-string.
9724         (message-is-yours-p): Use the more correct
9725         mail-header-parse-address instead of
9726         mail-extract-address-components.
9727         (message-put-addresses-in-ecomplete): Fix typo.
9728
9729         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9730         keystroke.
9731
9732         * gnus-art.el (gnus-treatment-function-alist): Change order of
9733         newsgroups/generic header folding to avoid double-folding.
9734
9735         * message.el (message-hidden-headers): Add X-Draft-From.
9736
9737         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9738         command.
9739         (gnus-summary-repeat-search-article-backward): New command.
9740
9741         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9742         groups in the parent topic.
9743
9744 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9745
9746         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9747         (spam-extra-header-to-number): Return the CRM114 number as a
9748         number instead of a string.
9749
9750 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * gnus-art.el (gnus-face-properties-alist): Moved here from
9753         gnus-fun.
9754
9755         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9756
9757 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758
9759         * message.el (message-strip-forbidden-properties): Only display on
9760         self-insert-command.
9761
9762         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9763         reindent.
9764         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9765
9766 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9767
9768         * smiley.el (smiley-style): Fix typo.
9769
9770 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9771
9772         * hashcash.el (hashcash-insert-payment-async-2): Use
9773         message-goto-eoh instead of doing it manually.
9774         (mail-add-payment): Use message-narrow-to-header instead of trying
9775         to do the same itself.
9776
9777         * message.el (message-hidden-headers): Add Face.
9778
9779         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9780         reparenting code.
9781         (gnus-summary-reparent-children): Refactored out code.
9782         (gnus-summary-thread-map): New keystroke.
9783         (gnus-summary-reparent-children): Make into command.
9784
9785         * smiley.el (smiley-style): Default to `medium' if using a large
9786         font.
9787
9788         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9789         does it itself.
9790
9791         * message.el (message-point-in-header-p): Simplify definition.
9792
9793 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794
9795         * nnagent.el (nnagent-request-set-mark): Silence log file
9796         writing.
9797         (nnagent-request-set-mark): Use write-region instead of
9798         append-to-file.
9799
9800         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9801         strange select method.
9802
9803         * ecomplete.el (ecomplete-display-matches): Get highlightling
9804         right.
9805         (ecomplete-display-matches): Use literals.
9806         (ecomplete-display-matches): Disable message logging.
9807
9808         * message.el (message-display-abbrev): Small optimization.
9809
9810         * ecomplete.el (ecomplete-display-matches): Allow automatic
9811         display.
9812
9813         * message.el (message-strip-forbidden-properties): Display
9814         abbrevs.
9815         (message-display-abbrev): Get automatic display right.
9816
9817         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9818         keystrokes.
9819
9820 2006-04-13  Romain Francoise  <romain@orebokech.com>
9821
9822         TODO: Backport to v5-10!
9823
9824         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9825         Moved here (and renamed) from gnus-registry.el.
9826
9827         * gnus-registry.el: Require gnus-util.
9828         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9829
9830 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831
9832         * gnus-group.el (gnus-group-catchup-current): Change
9833         if-then-else-if-then-else into cond.
9834         (gnus-group-catchup): Indent.
9835         (group-name-at-point): New function.
9836         (gnus-fetch-group): Provide default from thing at point.
9837
9838 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9839
9840         * message.el (message-display-abbrev): Fix regexp.
9841
9842         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9843         choosing.
9844         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9845         dead variables.
9846
9847         * message.el (message-newline-and-indent): Remove debugging.
9848         (message-display-abbrev): Use new implementation.
9849
9850 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-art.el (gnus-article-mode): Set
9853         cursor-in-non-selected-windows to nil.
9854
9855         * smiley.el: Revert previous change.
9856         (smiley-data-directory): defvar it before using it in the
9857         defcustom of `smiley-style'.
9858
9859 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9860
9861         * message.el (message-newline-and-indent): New function.
9862
9863         * ecomplete.el: Implement more bits.
9864
9865         * message.el (message-put-addresses-in-ecomplete): Clean up the
9866         string.
9867
9868         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9869
9870         * gnus-sum.el (gnus-summary-save-parts): Bind
9871         gnus-summary-save-parts-counter and use it to make unique file
9872         names.
9873
9874         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9875
9876         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9877         parameter to say whether to actually parse the individual
9878         addresses.
9879
9880         * message.el (message-put-addresses-in-ecomplete): New function.
9881         (ecomplete): Require.
9882         (message-mail-alias-type): Add ecomplete as an option.
9883
9884 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9885
9886         * flow-fill.el (fill-flowed): Remove trailing space from blank
9887         quoted lines.
9888
9889 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9890
9891         * smiley.el (smiley-style): Move definition later to avoid a
9892         compilation warning.
9893
9894 2006-04-12  Kenichi Handa  <handa@m17n.org>
9895
9896         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9897         buffer and then decode the buffer text if necessary.
9898         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9899         first, and after mm-encode-body, change the buffer to unibyte.
9900         Use mm-disable-multibyte instead of set-buffer-multibyte.
9901
9902 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9905         Content-Type header instead of Content-Disposition header.
9906         (gnus-mime-inline-part): Ditto.
9907         (gnus-mime-view-part-as-charset): Ignore charset that the part
9908         specifies.
9909
9910         * mm-decode.el (mm-display-part): Work with external parts and
9911         usual parts similarly.
9912
9913         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9914         instead of gnus-display-mime.
9915
9916         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9917         instead of with-temp-buffer.
9918
9919         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9920         tag to summarized topics part in order to encode non-ASCII text.
9921
9922 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * smiley.el (smiley-style): New variable.
9925         (smiley-directory): New function.
9926         (smiley-data-directory): Derive from `smiley-style' using
9927         `smiley-directory'.
9928         (smiley-regexp-alist): Add new entries.
9929
9930         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9931         (gnus-article-browse-delete-temp): Add :version.
9932
9933 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9934
9935         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9936         the sieve region.
9937
9938 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9939
9940         * gnus.el (gnus-version-number): Bump version.
9941
9942 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9943
9944         * gnus.el: No Gnus v0.4 is released.
9945
9946 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9947
9948         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9949         layout.
9950
9951         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9952         unknown charset.
9953
9954         * message.el (message-header-synonyms): Add Original-To to the
9955         default.
9956
9957         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9958         optional parameter.
9959
9960 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9961
9962         * gnus-fun.el (gnus): Require it for gnus-directory.
9963
9964 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9967
9968 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9969
9970         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9971
9972 2006-04-05  Simon Josefsson  <jas@extundo.com>
9973
9974         * password.el (password-reset): New function.
9975
9976 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9977
9978         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9979         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9980
9981 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9982
9983         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9984         Some whitespace was matched into the url, which broke browsing hits
9985         > 100 when mm-url-use-external was nil.
9986
9987 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9990         gnus-extra-headers for 'Newsgroups.
9991
9992         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9993         bound.
9994
9995 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9996
9997         * pgg-gpg.el: Clean up process buffers every time gpg processes
9998         complete.
9999
10000 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10003         doc string.
10004
10005 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10006
10007         * pgg-gpg.el (pgg-gpg-process-filter)
10008         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10009
10010         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10011         lines, temporary fix.
10012
10013 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10014
10015         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10016
10017 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10018
10019         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10020         default-enable-multibyte-characters.  This reverts the change from
10021         revision 6.17 which is no longer necessary because the passphrase
10022         is sent separately now.  GnuPG messages are unreadable under
10023         multibyte locales with default-enable-multibyte-characters set to
10024         nil.
10025
10026 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10027
10028         * message.el (message-tool-bar-gnome): Move "spell".
10029
10030 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10033         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10034         instead.
10035
10036 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10037
10038         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10039         newsgroups handling for NNTP overviews which don't include
10040         Newsgroups.
10041
10042 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10043
10044         * message.el (message-resend): Bind message-generate-hashcash to nil.
10045
10046 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10047
10048         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10049         when searching for already-paid recipients.
10050
10051 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10052
10053         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10054         passphrases when it is not needed.
10055         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10056         passphrase stuff from gpg, should only be necessary when you use
10057         gpg with a smartcard.
10058
10059 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * mml.el (mml-insert-mime): Ignore cached contents of
10062         message/external-body part.
10063
10064         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10065         (mm-insert-part): Ditto.
10066
10067 2006-03-23  Simon Josefsson  <jas@extundo.com>
10068
10069         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10070         Reiner.
10071         (pgg-gpg-use-agent-p): Use it again.
10072
10073 2006-03-23  Simon Josefsson  <jas@extundo.com>
10074
10075         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10076         older emacsen.
10077         (pgg-gpg-use-agent-p): Don't use it.
10078
10079 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10082         if we can.
10083
10084 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10085
10086         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10087         (pgg-gpg-update-agent): New function.
10088         (pgg-gpg-use-agent-p): New function.
10089         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10090         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10091         (pgg-gpg-sign-region): Use it.
10092
10093 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10096         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10097
10098 2006-03-21  Simon Josefsson  <jas@extundo.com>
10099
10100         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10101         <wilde@sha-bang.de>.
10102         (pgg-gpg-use-agent): New variable.
10103         (pgg-gpg-process-region): Use it.
10104         (pgg-gpg-encrypt-region): Likewise.
10105         (pgg-gpg-encrypt-symmetric-region): Likewise.
10106         (pgg-gpg-decrypt-region): Likewise.
10107         (pgg-gpg-sign-region): Likewise.
10108         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10109
10110 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10113
10114         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10115         Add comment on version.
10116
10117 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * smiley.el: Add missing test smiley.
10120
10121 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * mm-decode.el (mm-with-part): New macro.
10124         (mm-get-part): Use it; work with message/external-body as well.
10125         (mm-save-part): Treat name and filename equally.
10126
10127         * mm-extern.el (mm-extern-cache-contents): New function.
10128         (mm-inline-external-body): Use it; force the part to be displayed;
10129         move undisplayer added to the cached handle to the parent.
10130
10131         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10132         (gnus-mime-view-part-as-type): Work with message/external-body.
10133
10134         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10135
10136 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10139         images in image-load-path.  [Sync with image.el, revision 1.60, in
10140         Emacs.]
10141
10142 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10145         path rather than symbol.  Always return list of directories.
10146         Guarantee that image directory comes first.  [Sync with image.el,
10147         revision 1.59, in Emacs.]
10148
10149         * message.el (message-make-tool-bar): Adjust to new API of
10150         `gmm-image-load-path-for-library'.
10151
10152         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10153
10154         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10155
10156 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10157
10158         * gnus-art.el (gnus-article-only-boring-p):
10159         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10160         intangible text.
10161         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10162
10163 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10164
10165         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10166         `defun' instead of `gmm-defun-compat'.
10167
10168 2006-03-14  Simon Josefsson  <jas@extundo.com>
10169
10170         * message.el (message-unique-id): Don't use message-number-base36
10171         if (user-uid) is a float.
10172         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10173
10174 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10177
10178         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10179         empty line between a part and a message part.
10180
10181 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * smiley.el: Add more test smileys.
10184         (smiley-data-directory, smiley-regexp-alist)
10185         (gnus-smiley-file-types): Fix doc strings.
10186         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10187         adding new elements.
10188         (smiley-mouse-map): Unused code.  Make it a comment.
10189
10190 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10193         scan latest NoCeM messages instead of old ones.
10194         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10195         delimiters that are recently used.
10196         (gnus-nocem-load-cache): Add autoload cookie.
10197
10198         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10199
10200         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10201         level which is larger than gnus-use-nocem is specified.
10202
10203         * gnus-group.el (gnus-group-get-new-news): Ditto.
10204
10205 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10206
10207         * gnus-util.el (gnus-tool-bar-update): New function.
10208
10209         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10210         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10211
10212         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10213
10214         * gnus-group.el (gnus-group-redraw-when-idle)
10215         (gnus-group-redraw-check): Remove.
10216         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10217
10218 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10221         if optional last element is specified in splits (FIELD VALUE...).
10222
10223 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10226         to gmm-image-load-path-for-library.  Call with no-error argument.
10227         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10228
10229         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10230
10231         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10232
10233         * gmm-utils.el (gmm-image-load-path): Remove alias.
10234
10235 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * gmm-utils.el (gmm-image-load-path): Add alias.
10238
10239         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10240         nnml-generate-nov-databases-1.
10241         (nnml-generate-nov-databases): Use it.
10242         (nnml-generate-nov-databases-directory): Document no-active
10243         argument.
10244
10245         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10246         directory if path is t.  Add no-error.
10247
10248         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10249         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10250
10251         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10252         resetting gnus-article-browse-html-temp-list.
10253
10254         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10255         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10256         Add example to docstring.  Rename local variables.  Move error
10257         checks to default case in cond and simplify.
10258
10259 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10262         handle is multipart when calling it recursively.
10263         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10264
10265 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10266
10267         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10268         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10269
10270 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10273         is loaded.
10274
10275         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10276         loaded.
10277
10278 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10281         to "Emacs 23 (unicode)" in doc string.
10282
10283         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10284         "Emacs 23 (unicode)" in comment.
10285
10286 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10289
10290         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10291         characters 160 through 255 in Emacs 23.
10292
10293 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10296         gnus-article-browse-html-temp.
10297         (gnus-article-browse-delete-temp): Make it customizable.  Add
10298         `file'.  Adjust doc string.
10299         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10300         query for each file.  Adjust doc string.
10301         (gnus-article-browse-html-parts): Add
10302         `gnus-article-browse-delete-temp-files' to
10303         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10304
10305 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10306
10307         * gnus-art.el (gnus-article-browse-html-temp)
10308         (gnus-article-browse-delete-temp): New variables.
10309         (gnus-article-browse-delete-temp-files): New function.
10310         (gnus-article-browse-html-parts): Use it.
10311
10312 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10313
10314         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10315
10316         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10317         string.
10318
10319         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10320         gnus-summary-insert-new-articles when unplugged.  Remove
10321         gnus-summary-search-article-forward.
10322
10323         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10324         display-visual-class instead of display-color-cells.
10325
10326 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * dgnushack.el: Autoload customize-group for XEmacs.
10329
10330         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10331         message/* containing non-ASCII text properly.
10332
10333 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * message.el: Require gmm-utils, remove autoloads.
10336         (message-tool-bar): Set default based on
10337         gmm-tool-bar-style.
10338         (message-tool-bar-gnome): Add gmm-customize-mode.
10339
10340         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10341         gmm-tool-bar-style.
10342         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10343
10344         * gnus-group.el (gnus-group-tool-bar): Set default based on
10345         gmm-tool-bar-style.
10346         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10347
10348         * gmm-utils.el (gmm-image-directory): Rename variable from
10349         gmm-image-load-path.
10350         (gmm-image-load-path): Use gmm-image-directory.
10351         (gmm-customize-mode): New function.
10352         (gmm-tool-bar-style): New variable.
10353
10354         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10355         gnus-group-redraw-line-number.
10356         (gnus-group-redraw-check): Simplify.
10357         (gnus-group-tool-bar-update): Remove redraw check.
10358         (gnus-group-make-tool-bar): Add redraw check.
10359
10360 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10361
10362         * gnus-art.el (gnus-button): Add missing parentheses.
10363
10364 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * lpath.el: Fbind line-number-at-pos.
10367
10368 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10371
10372 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10373
10374         * gnus-art.el (gnus-button): New face.
10375         (gnus-article-button-face): Use it.
10376
10377         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10378         gnus-summary-next-page.  Re-order.
10379
10380         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10381         next-node are now included.
10382         (gnus-group-redraw-line-number): New internal variable.
10383         (gnus-group-redraw-check): Helper function for updating the tool
10384         bar.
10385         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10386
10387         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10388
10389         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10390         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10391         Use it to match format of Spamassassin 3.0 and later.  Reported by
10392         IRIE Tetsuya <irie@t.email.ne.jp>.
10393         (spam-check-bogofilter)
10394         (spam-bogofilter-register-with-bogofilter): Fix args of
10395         `gnus-error' calls.
10396
10397 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10400         unnecessary interaction when sending queued mails.  Reported by
10401         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10402
10403 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10406         first or last are nil.
10407
10408 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10409
10410         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10411
10412 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10415
10416 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10417
10418         * dns.el (query-dns): Protect more against buggy tcp output.
10419
10420 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10423         nov.php.
10424
10425 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10426
10427         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10428         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10429         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10430         output on the server side.
10431         (nnweb-google-create-mapping): Update regexps and add some
10432         progress indication.
10433
10434 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10437         gnus-agent-toggle-plugged.  Re-order icons.
10438         (gnus-group-tool-bar-gnome): Add
10439         gnus-group-{prev,next}-unread-group.
10440         (gnus-group-tool-bar-gnome): Re-order icons.
10441
10442         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10443         gnus-summary-insert-new-articles.
10444
10445         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10446         comments.
10447
10448         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10449         also available in Emacs 21.3.
10450
10451         * message.el (message-fix-before-sending): Change "Emacs 22" to
10452         "Emacs 23 (unicode)" in comment.
10453
10454         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10455         "Emacs 23 (unicode)" in comment.
10456
10457         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10458         comment.
10459         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10460
10461         * mm-view.el (mm-fill-flowed): Add :version.
10462
10463 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10466         and load-path.
10467
10468 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * message.el: Autoload gmm-image-load-path.
10471         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10472         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10473         consitency.
10474
10475         * gmm-utils.el (gmm-image-load-path): Also search in
10476         "../etc/images".  Don't set gmm-image-load-path if we don't find
10477         the image.
10478
10479 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gmm-utils.el (gmm-image-load-path): Don't make
10482         `gmm-image-load-path' include subdirectories which the second arg
10483         `image' might specify.
10484
10485         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10486         subdirectory to icon file names.
10487
10488         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10489
10490 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10493         gmm-image-load-path calls.
10494
10495         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10496
10497         * message.el (message-make-tool-bar): Ditto.
10498
10499         * mml.el (mml-preview): Added comment concerning tool bar icons.
10500
10501         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10502         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10503
10504         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10505         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10506
10507         * message.el (message-tool-bar-gnome): Use new icon names.
10508         (message-make-tool-bar): Use `gmm-image-load-path'.
10509
10510         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10511         functions from MH-E.
10512         (gmm-image-load-path): New variable from MH-E.
10513         (gmm-image-load-path): New function from MH-E.  Added arguments
10514         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10515         *-image-load-path-called-flag.
10516
10517 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10518
10519         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10520
10521 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10522
10523         * nnimap.el (nnimap-request-move-article): Change folder back to
10524         source group before deleting.
10525
10526 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10529
10530         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10531         mm-url.
10532
10533         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10534
10535 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10538         coding system which mm-charset-to-coding-system returns for a
10539         given charset is valid.
10540
10541 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10542
10543         * html2text.el (html2text-remove-tag-list):
10544         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10545
10546 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10547
10548         * gnus-cus.el: Revert 2005-10-17 change.
10549
10550 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-art.el (article-strip-banner): Call
10553         article-really-strip-banner only when the regexp match is made.
10554
10555 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * gnus-art.el (article-strip-banner): Use
10558         gnus-extract-address-components instead of
10559         mail-header-parse-addresses to make it work with non-ASCII text;
10560         remove mail-encode-encoded-word-string.
10561
10562         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10563         values which are surrounded with \"...\"; make it never cause a
10564         Lisp error; give up parsing of parameters if it failed in
10565         extracting type.
10566
10567 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10568
10569         * smime.el (smime-cert-by-ldap-1): Fix bug where
10570         `smime-ldap-search' returns results without userCertificates.
10571
10572 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10575
10576 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * spam.el (spam-check-spamassassin-headers): Adapt format for
10579         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10580         <ari@mbf.ocn.ne.jp>.
10581         (spam-list-of-processors): Add spam-use-gmane.
10582
10583 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10586         make-temp-file; make it work with XEmacs as well.
10587
10588         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10589         mm-make-temp-file.
10590
10591         * mm-decode.el (mm-display-external): Use the 3rd arg of
10592         mm-make-temp-file.
10593         (mm-create-image-xemacs): Ditto.
10594
10595 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10598         with message-narrow-to-headers.
10599         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10600         (gnus-draft-check-draft-articles): New function.
10601         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10602
10603 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10604
10605         * gnus-art.el (gnus-article-browse-html-parts):
10606         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10607         Don't use suffix argument for mm-make-temp-file for Emacs 21
10608         compatibility.  Remove useless `format'.
10609
10610 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10611
10612         * nnweb.el (nnweb-google-wash-article): Update regexps.
10613         (nnweb-group-alist): Use defvoo instead of defvar.
10614
10615 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10618         re-loading nn* modules.
10619
10620 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10623         for `tool-bar-mode' and don't check it's default-value.
10624
10625         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10626
10627         * message.el (message-make-tool-bar): Ditto.
10628
10629         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10630         `substring'.  Shorten tmp-file name.
10631
10632         * gnus.el: Remove bogus comment.
10633
10634 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10635
10636         * gnus-art.el (gnus-article-browse-html-parts): New function.
10637         (gnus-article-browse-html-article): New function for viewing html
10638         articles with a browser.
10639
10640 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10641
10642         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10643         in elisp.
10644         (pgg-gpg-encrypt-symmetric-region): Ditto.
10645         (pgg-gpg-sign-region): Ditto.
10646
10647         * pgg-def.el (pgg-text-mode): New variable.
10648
10649         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10650         (mml2015-pgg-encrypt): Ditto.
10651
10652         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10653         (mml1991-pgg-encrypt): Ditto.
10654
10655 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10658         message-make-date instead of current-time-string.
10659
10660         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10661         to gnus-decoded which mm-uu might set.
10662
10663 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10666         don't decode quoted parameters; remove misimported Emacs code.
10667         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10668         (rfc2231-decode-encoded-string): Don't use split-string which
10669         behaves differently according to Emacs version; use
10670         mm-decode-coding-region to convert charset to coding-system.
10671         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10672         (rfc2231-encode-string): Remove misimported Emacs code.
10673
10674 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10677         when calling mail-header-parse-content-type.
10678         (article-de-quoted-unreadable): Ditto.
10679         (article-de-base64-unreadable): Ditto.
10680         (article-wash-html): Ditto.
10681
10682         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10683         calling mail-header-parse-content-type and
10684         mail-header-parse-content-disposition.
10685         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10686         mail-header-parse-content-type.
10687
10688         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10689         insert charset and format parameters; encode description after
10690         inserting it to buffer.
10691         (mml-insert-parameter): Fold lines properly even if a parameter is
10692         segmented into two or more lines; change the max column to 76.
10693
10694         * rfc1843.el (rfc1843-decode-article-body): Don't use
10695         ignore-errors when calling mail-header-parse-content-type.
10696
10697         * rfc2231.el (rfc2231-parse-string): Return at least type if
10698         possible; don't cause an error even if it fails in parsing of
10699         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10700         (rfc2231-encode-string): Don't break lines at the beginning, leave
10701         it to mml-insert-parameter.
10702
10703         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10704         calling mail-header-parse-content-type.
10705
10706 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10707
10708         * spam-report.el (spam-report-gmane-use-article-number):
10709         Improve doc string.
10710         (spam-report-gmane-internal): Check if a suitable header was found
10711         in the article.
10712
10713 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10716         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10717
10718 2006-02-05  Romain Francoise  <romain@orebokech.com>
10719
10720         Update copyright notices of all files in the gnus directory.
10721
10722 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10723
10724         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10725
10726 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10729         segmented lines of parameter value to cope with Thunderbird 1.5
10730         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10731         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10732         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10733
10734 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10735
10736         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10737         parts.
10738
10739 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10740
10741         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10742         there's only one active file for all servers.
10743         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10744         solid groups.  Gnus might have used a FAST request to select the group.
10745         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10746         and nnweb-search redundantly in the active file.
10747         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10748         (nnweb-request-create-group): Don't use ARGS.
10749         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10750         initialisations.  Let nnoo do the work.
10751
10752 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10755         Say the part has been decoded.
10756
10757         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10758
10759 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10760
10761         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10762         mailcap-viewer-test-cache when there's no 'test clause, since that
10763         will invert the meaning of a "nil" test previously determined by
10764         mailcap-mailcap-entry-passes-test.
10765
10766 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10769         compiling.
10770
10771         * gnus-sum.el: Ditto.
10772
10773         * message.el: Don't bind tool-bar-map when compiling.
10774
10775 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10776
10777         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10778
10779 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10780
10781         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10782         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10783         current Google Groups.
10784
10785 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10786
10787         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10788         and tool-bar-mode.
10789
10790         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10791         and tool-bar-mode.
10792
10793         * message.el (message-tool-bar-update): Simplify.
10794         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10795
10796         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10797         gnus-summary-buffer.
10798         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10799         gnus-summary-reply.
10800
10801         * gmm-utils.el (gmm): Add :version.
10802
10803 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * Makefile.in (clean): New rule.
10806         (distclean): Use it.
10807
10808 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10809
10810         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10811         autoload.
10812
10813 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * gmm-utils.el (gmm-verbose): Add :group.
10816
10817 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * message.el: Change some comments WRT tool-bars.
10820
10821         * gnus-sum.el (gnus-summary-tool-bar)
10822         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10823         (gnus-summary-tool-bar-zap-list): New variables.
10824         (gnus-summary-make-tool-bar): Complete rewrite using
10825         `gmm-tool-bar-from-list'.
10826
10827         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10828         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10829         variables.
10830         (gnus-group-make-tool-bar): Complete rewrite using
10831         `gmm-tool-bar-from-list'.
10832         (gnus-group-tool-bar-update): New function.
10833
10834         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10835
10836 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10839         is dissected into a single part of which the type is the same as
10840         the given one; decode charset.
10841
10842 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10843
10844         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10845         into alists as symbol not string, since that's what
10846         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10847         look for.
10848
10849 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10852         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10853
10854         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10855
10856 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10859         (gnus-xmas-mime-security-button-menu): New function.
10860
10861         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10862         (gnus-mime-security-button-menu): New definition.
10863         (gnus-mime-security-button-map): Use them.
10864         (gnus-mime-security-button-menu): New function.
10865         (gnus-insert-mime-security-button): Addition to help echo.
10866         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10867         (gnus-mime-security-pipe-part): New functions.
10868
10869         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10870         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10871
10872         * mm-decode.el (mm-handle-set-disposition): Remove.
10873         (mm-handle-set-description): Remove.
10874
10875 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10878         (mm-w3m-standalone-supports-m17n-p): New function.
10879         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10880         w3m usage.
10881
10882         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10883         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10884
10885 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10886
10887         * message.el (message-tool-bar-zap-list): Use
10888         gmm-tool-bar-zap-list as custom type.
10889         (message-tool-bar-update): New function.
10890         (message-tool-bar, message-tool-bar-gnome)
10891         (message-tool-bar-retro): Add message-tool-bar-update.
10892         (message-tool-bar-gnome): Add flyspell-buffer.
10893
10894         * gnus-util.el (gnus-error): Describe `args'.
10895
10896         * gmm-utils.el (gmm-error): Describe `args'.
10897         (gmm-tool-bar-zap-list): New widget.
10898         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10899
10900 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10903         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10904         the number of recursive calls.
10905
10906         * mm-decode.el (mm-handle-set-disposition): New macro.
10907         (mm-handle-set-description): New macro.
10908
10909 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10912         encoding.
10913
10914 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * message.el (message-tool-bar-zap-list, message-tool-bar)
10917         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10918         (message-tool-bar-local-item-from-menu): Remove.
10919         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10920         (message-make-tool-bar): New function.
10921         (message-mode): Use `message-make-tool-bar'.
10922
10923         * gmm-utils.el: New file.
10924         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10925         (gmm-lazy): New widget copied from `nnmail.el'.
10926         (gmm-tool-bar-from-list): New function for creating customizable
10927         tool bars.
10928         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10929         output.
10930         (gmm): Add :prefix to defgroup.
10931
10932 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10933
10934         * gmm-utils.el (gmm-widget-p): New function.
10935
10936 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * mml.el (mml-attach-file): Describe `description' in doc string.
10939         (mml-menu): Add Emacs MIME manual and PGG manual.
10940
10941 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10942
10943         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10944
10945 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10946
10947         * nntp.el (nntp-end-of-line): Doc fix.
10948
10949 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10950
10951         * imap.el (imap-open): Handle case where buffer is a buffer
10952         object.
10953
10954 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10955
10956         * gnus-delay.el (gnus-delay): Don't autoload.
10957         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10958         to be re-loaded when customizing the `gnus-delay' group.
10959
10960 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10961
10962         * message.el (message-insert-citation-line): Use newlines.
10963
10964 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10965
10966         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10967         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10968         these routines, so the passphrase can be managed externally and
10969         passed in to the system.
10970         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10971         pgg-add-passphrase-to-cache function.
10972
10973         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10974         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10975         these routines, so the passphrase can be managed externally and
10976         passed in to the system.
10977         (pgg-pgp5-sign-region): Use new name of
10978         pgg-add-passphrase-to-cache function.
10979
10980 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10981
10982         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10983         part of the decoded armor to find the key-identifier.
10984         (pgg-gpg-lookup-key-owner): New function to return the
10985         human-readable identifier of a key owner.
10986         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10987         itself.
10988         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10989         the key value) if we have a key and can match it against a secret
10990         key.  Also, added a note pointing out fact that the prompt only
10991         indicates the first matching key.
10992
10993         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10994         pgg-decrypt-region.
10995         (pgg-add-passphrase-to-cache): Rename from
10996         `pgg-add-passphrase-cache' to reduce confusion (all callers
10997         changed).
10998         (pgg-remove-passphrase-from-cache): Rename from
10999         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11000         changed).
11001         (pgg-read-passphrase, pgg-add-passphrase-cache)
11002         (pgg-remove-passphrase-cache): Add informative docstrings.
11003         (pgg-decrypt): Convey provided passphrase in subordinate call to
11004         pgg-decrypt-region.
11005
11006 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11007
11008         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11009         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11010         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11011         'passphrase' argument, so the passphrase can be managed externally
11012         and then passed in to the system.
11013
11014         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11015         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11016         so the passphrase cache can be used reliably with identifiers
11017         besides a pgp packet's key id.
11018
11019         * pgg-gpg.el (pgg-gpg-encrypt-region)
11020         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11021         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11022         these routines, so the passphrase can be managed externally and
11023         passed in to the system.
11024
11025         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11026         'notruncate' argument, so the passphrase cache can be used
11027         reliably with identifiers besides a pgp packet's key id.
11028
11029 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11030
11031         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11032         symmetric encryption.
11033         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11034         encrypted session key.
11035         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11036         message ask for the passphrase in a proper way.
11037
11038         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11039         New user commands for symmetric encryption.
11040
11041 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11044
11045         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11046
11047 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11048
11049         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11050
11051 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * mm-decode.el (mm-inlined-types): Add application/pgp.
11054         (mm-automatic-display): Ditto.
11055
11056         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11057         part as text.
11058
11059 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * nnrss.el: Update copyright.
11062         (nnrss-opml-import): Query whether to subscribe to each entry.
11063
11064         * gnus-art.el:
11065         * gnus-sum.el:
11066         * gnus-xmas.el:
11067         * messagexmas.el:
11068         * mm-uu.el:
11069         * mm-view.el: Update copyright.
11070
11071 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11072
11073         * message.el (message-info): New function.
11074         (message-mode-menu): Add it.
11075         Update copyright.
11076
11077         * ChangeLog: Fix and update copyright.
11078
11079 2006-01-13  Romain Francoise  <romain@orebokech.com>
11080
11081         * message.el (message-forward-subject-name-subject): Prefer the
11082         address to 'nowhere' if the sender has no name.
11083         Fix typo.  Update copyright year.
11084
11085 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-art.el (article-wash-html): Use
11088         gnus-summary-show-article-charset-alist if a numeric arg is given.
11089         (gnus-article-wash-html-with-w3m-standalone): New function.
11090
11091         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11092         mm-inline-text-html-render-with-w3m-standalone.
11093         (mm-text-html-washer-alist): Map w3m-standalone to
11094         gnus-article-wash-html-with-w3m-standalone.
11095         (mm-inline-text-html-render-with-w3m-standalone): New function.
11096
11097 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11100         Improve LaTeX.
11101
11102 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11105         (nnrss-request-article): Render text/plain parts as HTML.
11106
11107         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11108         the buffer.
11109
11110 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11111
11112         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11113         custom definition of `gnus-posting-styles'.
11114
11115         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11116         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11117
11118 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11121         Use nntp for bug archive.
11122
11123 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11126         parts.
11127         (nnrss-normalize-date): New function converts ISO 8601 date into
11128         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11129         (nnrss-check-group): Use it.
11130
11131 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11134
11135         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11136         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11137         (nnrss-insert-w3): Ditto.
11138
11139 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11142         the articles to be forwarded including the case where neither a
11143         number of articles nor a region is specified.
11144
11145 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * nnrss.el (nnrss-request-article): Fix last change; fill
11148         text/plain parts.
11149
11150 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11153         in text/plain part.
11154         (nnrss-check-group): Don't add excessive newline to dc:subject.
11155
11156 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11157
11158         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11159         article.
11160
11161 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11164         (nnml-use-compressed-files, nnml-save-mail): Support other
11165         comression programs such as bzip2.
11166
11167 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11168
11169         * dns.el (query-dns): Make sure we check the buffer size before
11170         removing tcp headers.
11171
11172 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11175         remove MIME buttons associated with multipart/alternative parts.
11176         (gnus-mime-display-alternative): Tag buttons using `article-type'
11177         text property.
11178
11179         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11180         associated with multipart/alternative parts.
11181
11182         * gnus-art.el (gnus-signature-separator): Fix custom type.
11183
11184         * mm-decode.el (mm-inlined-types): Fix custom type.
11185         (mm-keep-viewer-alive-types): Ditto.
11186         (mm-automatic-display): Ditto.
11187         (mm-attachment-override-types): Ditto.
11188         (mm-inline-override-types): Ditto.
11189         (mm-automatic-external-display): Ditto.
11190
11191 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11192
11193         * spam-report.el (spam-report-user-mail-address)
11194         (spam-report-user-agent): New variables.
11195         (spam-report-url-ping-plain): Use spam-report-user-agent.
11196
11197 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11198
11199         * gnus-art.el (gnus-button-handle-custom): Do not just use
11200         `customize-apropos' for any "M-x customize-*" button but the
11201         function called for.  Accept both the function name and its
11202         argument in order to achieve this.
11203         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11204         function name to `gnus-button-handle-custom' in case of "M-x
11205         customize-*" buttons.
11206
11207 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11210         multipart/alternative and add xref to mm-discouraged-alternatives
11211         in doc string.
11212
11213         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11214         gnus-buttonized-mime-types in doc string.
11215
11216 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11217
11218         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11219         Suggest image/.* in the doc string.
11220
11221 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11224         message-marks (Debian bug #342521).
11225
11226 2005-12-12  Simon Josefsson  <jas@extundo.com>
11227
11228         * password.el (password-read-from-cache): Add.
11229         (password-read): Use it.
11230
11231 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11234         us-ascii as a MIME charset.
11235
11236         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11237         against the case where the 2nd arg TYPE is nil.
11238
11239 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * pop3.el (pop3-stream-type): Fix custom version.
11242
11243         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11244
11245 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11246
11247         * mm-decode.el (mm-display-external): Add missing cdr.
11248
11249 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11252         RFC1524) if it is in mailcap or add a suffix according to
11253         mailcap-mime-extensions when generating a temp filename; postpone
11254         deleting a temp file for 2 seconds for some wrappers, shell
11255         scripts, and so on, which might exit right after having started a
11256         viewer command as a background job.
11257
11258 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * nntp.el (nntp-marks-directory): Fix custom group.
11261
11262         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11263         steps when < 10.
11264
11265         * gnus-start.el (gnus-no-server-1): Mention
11266         `gnus-level-default-subscribed' in doc string.
11267
11268 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11269
11270         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11271         parens.
11272
11273 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * gnus-xmas.el (gnus-use-toolbar): Revert.
11276         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11277         gnus-use-toolbar is default.
11278
11279         * messagexmas.el (message-use-toolbar): Revert.
11280         (message-setup-toolbar): Use global default-toolbar if
11281         message-use-toolbar is default.
11282
11283 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11286         according to default-toolbar-visible-p.
11287
11288         * messagexmas.el (message-use-toolbar): Ditto.
11289
11290 2005-11-26  Dave Love  <fx@gnu.org>
11291
11292         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11293         (tls-program, tls-success): Provide openssl alternative.
11294
11295         * starttls.el: Doc fixes.
11296         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11297         SERVICE to PORT.
11298
11299         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11300         port null or service name.
11301         (starttls-negotiate): Autoload.
11302
11303 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * message.el (message-kill-to-signature): Fix interactive spec.
11306
11307 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * pop3.el (pop3-open-server): Recognize a string as a service name.
11310
11311 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11312
11313         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11314
11315 2005-11-23  Dave Love  <fx@gnu.org>
11316
11317         Add pop3s, pop3/starttls.
11318
11319         * pop3.el (pop3-authentication-scheme): Clarify doc.
11320         (open-tls-stream, starttls-open-stream): Autoload.
11321         (pop3-stream-type): New.
11322         (pop3-open-server): Use it.
11323
11324         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11325         for POP.
11326         (mail-source-keyword-map): Add :stream for POP.
11327         (mail-source-fetch-pop): Use pop3-stream-type.
11328
11329 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11332         of current-time-string.
11333
11334 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11335
11336         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11337         date header.
11338
11339 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11340
11341         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11342         it can seriously impact performance as it bypasses the agent's
11343         local caches.
11344
11345 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11346
11347         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11348         must be explicitly online rather than "not explicitly offline" for
11349         its flags to be synchronized.
11350
11351         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11352         that gnus-uu-unmark-thread will function correctly.
11353
11354         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11355         1024K is instead displayed as 1M.
11356
11357 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11358
11359         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11360
11361 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11362
11363         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11364
11365 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11366
11367         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11368         error message to display actual error condition.
11369         (gnus-agent-save-local): Avoid saving symbols that are bound to
11370         nil as they simply result in a warning message in
11371         gnus-agent-read-local.
11372
11373 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11376         rather than make-variable-buffer-local for file-precious-flag.
11377
11378 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11379
11380         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11381         for duplicates which are removed.  The invalid sort check then
11382         triggers a rescan after the sort as sorting may have moved
11383         duplicate entries such that they can be cheaply detected.
11384
11385 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11388
11389 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11390
11391         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11392         internal variable to a custom variable.  Changed default value
11393         from compressed(2) to uncompressed(1).
11394         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11395         support for uncompressed agentview files.  Taken together, reading
11396         the agentview file should now be 6-7 times faster.
11397
11398 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11399
11400         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11401         as a buffer-local variable.  This avoids creating truncated
11402         dribble files as a result of a hang up, eg.
11403
11404 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11405
11406         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11407         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11408         XEmacs.
11409
11410 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * gnus-start.el (gnus-start-draft-setup): Enforce
11413         `gnus-draft-mode' for nndraft:drafts at startup.
11414
11415         * gnus.el (gnus-splash): Change custom group.
11416         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11417         allow-list argument.
11418
11419         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11420         string.
11421
11422 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-art.el (gnus-default-article-saver): Add user-defined
11425         `function' to custom type.
11426
11427 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11428
11429         * imap.el (imap-open): Handle case where buffer is a buffer
11430         object.
11431
11432 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11435         long lines.
11436         (gnus-cache-delete-group): Wrap doc strings.
11437
11438         * gnus-agent.el (gnus-agent-rename-group)
11439         (gnus-agent-delete-group): Wrap doc strings.
11440
11441 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * messagexmas.el (message-use-toolbar): Change the valid values
11444         into default, top, bottom, left, and right.
11445         (message-toolbar-thickness): New variable.
11446         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11447         well.
11448         (message-setup-toolbar): Make it work.
11449
11450         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11451         (gnus-use-toolbar): Change the valid values into default, top,
11452         bottom, left, and right.
11453         (gnus-toolbar-thickness): New variable.
11454         (gnus-xmas-setup-toolbar): New function.
11455         (gnus-xmas-setup-group-toolbar): Use it.
11456         (gnus-xmas-setup-summary-toolbar): Use it.
11457
11458 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11459
11460         * gnus-start.el (gnus-1): Add "native" to
11461         gnus-predefined-server-alist.
11462
11463         * gnus.el (gnus-method-to-server): Don't add "native" to the
11464         lists here, because that leads to problems when
11465         gnus-select-method is bound.
11466
11467 2005-11-09  Simon Josefsson  <jas@extundo.com>
11468
11469         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11470         use (not sort-by-date) instead.
11471
11472 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11473
11474         * gnus-delay.el (gnus-delay-group): Don't autoload.
11475         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11476         to be re-loaded when customizing the `gnus-delay' group.
11477
11478 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11479
11480         * message.el: Revert last changes.
11481         (message-insert-citation-line): Use newlines.
11482
11483 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11484
11485         * message.el (message-courtesy-message)
11486         (message-mark-insert-begin, message-mark-insert-end)
11487         (message-elide-ellipsis, message-cancel-message)
11488         (message-add-header, message-change-subject)
11489         (message-cross-post-followup-to-header)
11490         (message-cross-post-insert-note, message-reduce-to-to-cc)
11491         (message-widen-reply, message-delete-not-region)
11492         (message-kill-to-signature, message-insert-signature)
11493         (message-insert-importance-high, message-insert-importance-low)
11494         (message-insert-or-toggle-importance)
11495         (message-insert-disposition-notification-to)
11496         (message-indent-citation, message-yank-original)
11497         (message-cite-original-without-signature, message-cite-original)
11498         (message-insert-citation-line, message-position-on-field)
11499         (message-fix-before-sending, message-send-mail-partially)
11500         (message-send-mail, message-send-mail-with-sendmail)
11501         (message-send-mail-with-qmail, message-send-news)
11502         (message-check-news-header-syntax, message-generate-headers)
11503         (message-insert-courtesy-copy, message-fill-address)
11504         (message-fill-header, message-shorten-references)
11505         (message-setup-1, message-cancel-news)
11506         (message-forward-make-body-plain, message-forward-make-body-mime)
11507         (message-forward-make-body-mml, message-encode-message-body)
11508         (message-forward-make-body-digest-plain)
11509         (message-forward-make-body-digest-mime)
11510         (message-use-alternative-email-as-from): Insert `hard-newline'
11511         instead of ordinary newlines.
11512
11513 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * message.el (message-generate-headers): Downcase the argument
11516         given to message-check-element.
11517
11518 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11519
11520         * nntp.el (nntp-authinfo-rejected): New error condition.
11521         (nntp-wait-for): Use new error condition to signal authentication
11522         error.
11523         (nntp-retrieve-data): Rethrow new error condition to break out of
11524         recursive call to nntp-send-authinfo.
11525
11526 2005-11-08  Romain Francoise  <romain@orebokech.com>
11527
11528         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11529         (gnus-summary-exit-map): Bind to `Z p'.
11530         (gnus-summary-make-menu-bar): Add menu item.
11531
11532 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11533
11534         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11535         (gnus-treat-*): Add `first' in all doc strings.
11536
11537         * gnus-group.el (gnus-group-compact-group): Fix typo.
11538
11539 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * gnus.el (gnus-parameters-case-fold-search): New variable.
11542         (gnus-parameters-get-parameter): Use it.
11543
11544         * gnus-score.el (gnus-home-score-file): Doc fix.
11545
11546 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11547
11548         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11549
11550 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * mm-util.el (mm-special-display-p): New function.
11553
11554         * mml.el (mml-preview): Use it; doc fix.
11555
11556 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11557
11558         * imap.el (imap-open): Handle case where buffer is a buffer object.
11559
11560 2005-10-29  Romain Francoise  <romain@orebokech.com>
11561
11562         * message.el (message-fix-before-sending): Fix comment.
11563
11564 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11565
11566         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11567
11568 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11569
11570         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11571         Used in gnus-score.el.
11572
11573 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11574
11575         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11576
11577 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11578
11579         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11580         whitespace removed in revision 7.8.  Use concatenated string to
11581         protect trailing whitespace.
11582
11583 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11584
11585         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11586         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11587         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11588         Courier IMAP ("some version from 2004").  Mostly based on similar
11589         code in the same function.
11590
11591 2005-10-26  Didier Verna  <didier@xemacs.org>
11592
11593         * gnus-group.el (gnus-group-compact-group): Invalidate original
11594         article buffer.
11595         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11596         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11597         NOV database and in article itself.
11598         Invalidate article backlog.
11599
11600 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11603
11604 2005-10-26  Simon Josefsson  <jas@extundo.com>
11605
11606         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11607         part of 2004-07-25 change.
11608
11609 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * message.el (message-display-completion-list): New function.
11612         (message-expand-group): Use it; make sure the Completions buffer
11613         is modifiable.
11614 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11615
11616         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11617         user-mail-name is an empty string.
11618
11619 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11620
11621         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11622         depending on gnus-score-decay-constant.
11623
11624         * encrypt.el (encrypt-insert-file-contents)
11625         (encrypt-write-file-contents): Don't use `gnus-message'.
11626
11627         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11628         arguments.
11629         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11630         arguments to mm-uu-verbatim-marks-extract.
11631         (mm-uu-hide-markers): New variable.
11632         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11633
11634         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11635         (gnus-convert-image-to-face-command): Use "convert" by default to
11636         allow other input image formats.
11637         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11638         accordingly.
11639
11640 2005-10-23  Simon Josefsson  <jas@extundo.com>
11641
11642         * imap.el (imap-gssapi-program): Align command line parameters
11643         with latest GNU SASL.
11644         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11645
11646 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11647
11648         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11649         HTML.
11650         (nnslashdot-request-article): Ditto.
11651
11652         * lpath.el (featurep): Add nobreak-char-display.
11653
11654 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11655
11656         * mail-source.el (mail-source-fetch-pop): Require pop3.
11657         (mail-source-check-pop): Ditto.
11658
11659 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11662         errors.
11663
11664 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11667         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11668
11669         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11670
11671         * mm-bodies.el (mm-decode-string): Call
11672         `mm-charset-to-coding-system' with allow-override argument.
11673
11674 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11677         (rfc2047-charset-to-coding-system): New function.
11678         (rfc2047-decode-encoded-words): New function.
11679         (rfc2047-decode-region): Use them.
11680         (rfc2047-decode-cte): Remove.
11681         (rfc2047-parse-and-decode): Remove.
11682         (rfc2047-decode): Remove.
11683
11684 2005-10-15  Kenichi Handa  <handa@m17n.org>
11685
11686         * rfc2047.el (rfc2047-decode-cte): New function.
11687         (rfc2047-decode-region): Change the way to decode successive
11688         encoded-words: decode B- or Q-encoding in each encoded-word,
11689         concatenate them, and decode it as charset.
11690
11691 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * lpath.el: Fbind codepage-setup for XEmacs.
11694
11695 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11696
11697         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11698         widget-move-and-invoke.
11699         (gnus-custom-mode): Use gnus-custom-map.
11700
11701 2005-10-15  Bill Wohler  <wohler@newt.com>
11702
11703         * message.el (message-tool-bar-map): Renamed image file from
11704         mail_send to mail/send.
11705
11706 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11707
11708         * message.el (message-expand-group): Pass the common
11709         prefix substring of completion to `display-completion-list'.
11710
11711 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * mml-sec.el (mml-secure-method): New internal variable.
11714         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11715         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11716         functions using mml-secure-method.
11717
11718         * mml.el (mml-mode-map): Add key bindings for those functions.
11719         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11720         Harder <harder@myrealbox.com>.
11721         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11722         end of message if point is the headers of the message.
11723
11724         * message.el (message-in-body-p): New function.
11725
11726         * assistant.el: Autoload gnus-util and netrc.
11727
11728         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11729         Use `mm-charset-override-alist' only when decoding.
11730
11731         * mm-bodies.el (mm-decode-body): Call
11732         `mm-charset-to-coding-system' with allow-override argument.
11733
11734         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11735         `filename' from Content-Disposition if Content-Type doesn't
11736         provide `name'.
11737         (gnus-mime-view-part-as-type): Set default instead of
11738         initial-input.
11739
11740 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11741
11742         * format-spec.el (format-spec): Propagate text properties of % spec.
11743
11744 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11745
11746         * gnus-art.el (gnus-treat-predicate): Add `first'.
11747
11748 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11751         (mm-charset-override-alist): New variable.
11752         (mm-charset-to-coding-system): Use it.
11753         (mm-codepage-setup): New helper function.
11754         (mm-charset-eval-alist): New variable.
11755         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11756         about unknown charsets.
11757
11758         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11759
11760 2005-10-04  David Hansen  <david.hansen@gmx.net>
11761
11762         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11763         (nnrss-check-group): Ditto.
11764
11765 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11768         Rename x-gnus-verbatim to x-verbatim.
11769         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11770
11771         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11772         x-verbatim.
11773
11774         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11775
11776         * gnus-util.el (gnus-remove-duplicates): Remove.
11777
11778         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11779         instead of gnus-remove-duplicates.
11780
11781         * message.el (message-remove-duplicates): Remove.
11782         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11783         message-remove-duplicates.
11784
11785         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11786         available, else use implementation from `delete-dups'.
11787
11788         * message.el (message-insert-expires): New function.
11789         (message-mode-map): Add key binding.
11790         (message-mode-field-menu): Add menu entry.
11791         (message-mode): Document it.
11792         (message-make-expires-date): Use `message-make-date'.
11793
11794 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11795
11796         * message.el (message-make-expires-date): New function.
11797
11798 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * Makefile.in (list-installed-shadows): New entry.
11801         (install): Use it.
11802         (remove-installed-shadows): New entry.
11803
11804         * dgnushack.el (dgnushack-default-load-path): New variable.
11805         (dgnushack-find-lisp-shadows): New function.
11806         (dgnushack-remove-lisp-shadows): New function.
11807
11808 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * Makefile.in (install-el-elc): New entry.
11811         (install): Use it so that .el files are necessarily installed.
11812
11813 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11816
11817 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11818
11819         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11820         function rather than the diff-mode.el package.
11821         (mm-display-external): Use with-current-buffer.
11822         (mm-viewer-completion-map, mm-viewer-completion-map):
11823         Move initialization inside declaration.
11824
11825 2005-09-29  Simon Josefsson  <jas@extundo.com>
11826
11827         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11828         autoload mail-check-payment.
11829         (spam-check-hashcash): Define unconditionally, since hashcash.el
11830         is part of Gnus now.  Ignore errors from payment checking.
11831
11832 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * message.el (message-bold-region, message-unbold-region): Rename
11835         from `bold-region' and `unbold-region'.
11836
11837         * message.el: Remove useless autoloads.
11838
11839 2005-09-28  Simon Josefsson  <jas@extundo.com>
11840
11841         * message.el (message-use-idna): Default to t.
11842         (message-use-idna): Test whether encoding works too.  Doc fix.
11843
11844 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * nntp.el (nntp-warn-about-losing-connection): Remove.
11847
11848 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11849
11850         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11851         customizable.  Change default value.
11852         (mm-uu-diff-groups-regexp): Change default value.
11853         (mm-uu-type-alist): Add doc string.
11854         (mm-uu-configure): Add doc string.  Make it interactive.
11855         (mm-uu-tex-groups-regexp): New variable.
11856         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11857         (mm-uu-type-alist): Add LaTeX documents.
11858         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11859         of "text/verbatim".
11860         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11861
11862         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11863         instead of "text/verbatim".
11864
11865         * message.el (message-mark-inserted-region)
11866         (message-mark-insert-file): Use slrn style marks when called with
11867         prefix argument.
11868
11869 2005-09-27  Simon Josefsson  <jas@extundo.com>
11870
11871         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11872
11873 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11874
11875         * message.el (message-remove-duplicates): New function.
11876         Implementation borrowed from `gnus-remove-duplicates'.
11877         (message-idna-to-ascii-rhs): Also encode idna addresses in
11878         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11879         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11880         only ask about the same idna domain once per header and also tell
11881         in what header to replace the idna domain.
11882
11883         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11884         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11885         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11886         a header is decoded and not just the last one.
11887
11888 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11891         has been decoded.
11892
11893         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11894         (mm-insert-part): Don't modify text if it has been decoded.
11895
11896         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11897         decoded.
11898
11899         * mm-view.el (mm-inline-text): Don't strip text props unless
11900         decoding enriched or richtext parts.
11901
11902 2005-09-25  Romain Francoise  <romain@orebokech.com>
11903
11904         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11905         * gnus-start.el (gnus-subscribe-interactively):
11906         * gnus-uu.el (gnus-uu-grab-articles):
11907         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11908         space.
11909
11910 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11911
11912         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11913         * mm-view.el (mm-view-pkcs7-decrypt):
11914         * gnus-sum.el (gnus-summary-limit-to-extra)
11915         (gnus-summary-respool-article, gnus-read-move-group-name):
11916         * gnus-score.el (gnus-summary-increase-score):
11917         * gnus-util.el (gnus-completing-read-with-default):
11918         * gnus-art.el (gnus-read-save-file-name)
11919         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11920         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11921         * message.el (message-check-news-header-syntax):
11922         Follow convention for reading with the minibuffer.
11923
11924 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * spam-report.el (spam-report-url-ping-plain):
11927         Use gnus-extended-version as User-Agent.
11928
11929         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11930         default value is nil.
11931
11932         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11933         (mm-uu-verbatim-marks-extract): New function.
11934         (mm-uu-extract): New face.
11935         (mm-uu-copy-to-buffer): Use it.
11936
11937         * spam-report.el (spam-report-gmane-ham): Renamed from
11938         `spam-report-gmane-unspam'.
11939         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11940         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11941
11942         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11943         Autoload.
11944         (spam-report-gmane-unregister-routine): Renamed
11945         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11946
11947 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11948
11949         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11950         (spam-report-gmane-unregister-routine): Add support for gmane
11951         unregistration.
11952
11953         * spam-report.el (spam-report-gmane-unspam)
11954         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11955         (spam-report-gmane): Change to take a single article and do unspam
11956         registration.
11957
11958 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * mm-url.el (mm-url-decode-entities): Fix regexp.
11961
11962 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11963
11964         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11965         default to nil, to be able to use Gnus at all.  If the default
11966         switches to something else, then the function should be fixed not
11967         be exceedingly slow.
11968
11969 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11970
11971         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11972         fail hard.
11973
11974         * spam-report.el: Add better Keywords line.
11975
11976         * spam.el: Add Maintainer and better Keywords line.
11977
11978 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-art.el (gnus-article-replace-part)
11981         (gnus-mime-replace-part): New functions.
11982         (gnus-mime-action-alist, gnus-mime-button-commands)
11983         (gnus-mime-save-part-and-strip): Added file argument.
11984         (gnus-article-part-wrapper): Added interactive argument.
11985
11986         * gnus-sum.el (gnus-summary-mime-map): Add
11987         `gnus-article-replace-part'.
11988
11989 2005-09-19  Didier Verna  <didier@xemacs.org>
11990
11991         The nnml compaction feature:
11992         * nnml.el (nnml-request-compact-group): New function.
11993         * nnml.el (nnml-request-compact): New function.
11994         * gnus-int.el (gnus-request-compact-group): New function.
11995         * gnus-int.el (gnus-request-compact): New function.
11996         * gnus-group.el (gnus-group-compact-group): New function.
11997         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11998         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11999         * gnus-srvr.el (gnus-server-compact-server): New function.
12000         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12001         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12002
12003 2005-09-18  Deepak Goel  <deego@gnufans.org>
12004
12005         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12006         format spec.
12007
12008 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12011
12012 2005-09-15  Romain Francoise  <romain@orebokech.com>
12013
12014         * message.el (message-fill-paragraph): Clarify docstring.
12015
12016 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-art.el (gnus-mime-display-part): Protect against broken
12019         MIME messages.
12020
12021 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12024         before parsing header.
12025
12026 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12027
12028         * html2text.el (html2text-replace-list): Add new entities.
12029
12030 2005-09-11  Romain Francoise  <romain@orebokech.com>
12031
12032         * message.el (message-alternative-emails): Improve docstring.
12033         (message-setup-1): Call `message-use-alternative-email-as-from'
12034         after `message-setup-hook' to give it precedence over posting
12035         styles, etc.
12036         (message-use-alternative-email-as-from): Add docstring.  Remove
12037         the original From header if present.
12038
12039         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12040         (nnml-save-mail): Use it.
12041
12042         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12043         articles.  Add new argument `silent'.
12044         (gnus-uu-mark-all): Report the total number of marked articles.
12045
12046 2005-09-10  Romain Francoise  <romain@orebokech.com>
12047
12048         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12049         (gnus-uu-mark-series): Likewise.
12050
12051 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * spam-report.el (spam-report-gmane): Fix generation of spam
12054         report URL.
12055
12056 2005-09-10  Simon Josefsson  <jas@extundo.com>
12057
12058         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12059         t, based on discussion on the ding list with Robert Epprecht
12060         <epprecht@solnet.ch>.
12061
12062 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * spam-report.el (spam-report-gmane): Make it work without
12065         X-Report-Spam header.  Gmane now only provides Archived-At.
12066         This is only used if `spam-report-gmane-use-article-number' is nil.
12067         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12068
12069         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12070         make `gnus-summary-sort-by-recipient' work with threading.
12071
12072         * nnweb.el (nnweb-google-wash-article): Print a message if article
12073         is not available.
12074
12075 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12076
12077         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12078         change.  Decode text/* parts content before displaying.
12079
12080 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12081
12082         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12083
12084 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12087
12088         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12089         url-package-name, url-package-version,
12090         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12091         w3m-display-inline-images, and w3m-minor-mode-map.
12092
12093 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * message.el (message-tab-body-function): Fix mismatched custom type.
12096
12097         * gnus.el (gnus-group-change-level-function): Ditto.
12098
12099         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12100
12101         * gnus-art.el (gnus-signature-limit)
12102         (gnus-article-mime-part-function): Ditto.
12103
12104 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * mml.el (mml-mode): Silence the byte compiler.
12107
12108         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12109         using `(sit-for 0)' before moving the point to the specified part;
12110         skip unbuttonized parts.
12111         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12112         return to the summary window if gnus-auto-select-part is non-nil.
12113
12114 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12117         variables.
12118         (mml-dnd-attach-file, mml-mode): Use them.
12119
12120         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12121         Make fetching article by MID work again for Google Groups.  Added
12122         FIXME concerning gnus-group-make-web-group.
12123
12124         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12125         Don't depend on Gnus by using mail-extract-address-components if
12126         gnus-extract-address-components is not bound.
12127
12128 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12129
12130         * gnus-art.el (gnus-mime-display-security): Don't display the
12131         signature, but only the signed part.
12132
12133 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12136
12137         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12138         list, not listp.
12139
12140 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12141
12142         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12143         when encoding.
12144
12145         * mm-bodies.el (mm-decode-content-transfer-encoding):
12146         De-canonicalize CRLF for all text content types, not just
12147         text/plain.
12148
12149 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12152         valid article; point arrow and cursor at the MIME button.
12153
12154 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12157         Suggested by Dan Christensen <jdc@uwo.ca>.
12158
12159         * mm-decode.el (mm-save-part): Enable change of prompt.
12160
12161 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12162
12163         * gnus-msg.el (gnus-inews-add-send-actions): Made
12164         `message-post-method' lambda parameter ARG `&optional'.
12165
12166 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * gnus-sum.el (gnus-summary-mime-map): Added
12169         gnus-article-save-part-and-strip, gnus-article-delete-part and
12170         gnus-article-jump-to-part.
12171
12172         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12173         (gnus-article-edit-part): Use it.
12174         (gnus-article-part-wrapper): Added no-handle argument.
12175         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12176         functions.
12177
12178 2005-08-29  Romain Francoise  <romain@orebokech.com>
12179
12180         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12181         docstring.
12182         (gnus-face-from-file): Likewise.
12183
12184 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12187         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12188         non-nil.
12189         (gnus-auto-select-part): New variable.
12190         (gnus-article-jump-to-part): New function.
12191         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12192         (gnus-mime-delete-part): Allow selecting specified part after
12193         deleting or stripping parts.
12194         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12195         part if argument is bogus.
12196
12197 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12198
12199         * gnus-art.el (w3m-minor-mode-map):
12200         * gnus-spec.el (gnus-newsrc-file-version):
12201         * gnus-util.el (nnmail-active-file-coding-system)
12202         (gnus-original-article-buffer, gnus-user-agent):
12203         * gnus.el (gnus-ham-process-destinations)
12204         (gnus-parameter-ham-marks-alist)
12205         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12206         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12207         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12208         * mm-decode.el (gnus-current-window-configuration):
12209         * mm-extern.el (gnus-article-mime-handles):
12210         * mm-url.el (url-current-object, url-package-name)
12211         (url-package-version):
12212         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12213         (smime-keys, w3m-cid-retrieve-function-alist)
12214         (w3m-current-buffer, w3m-display-inline-images)
12215         (w3m-minor-mode-map):
12216         * mml-smime.el (gnus-extract-address-components):
12217         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12218         (gnus-newsrc-hashtb, message-default-charset)
12219         (message-deletable-headers, message-options)
12220         (message-posting-charset, message-required-mail-headers)
12221         (message-required-news-headers):
12222         * mml1991.el (mc-pgp-always-sign):
12223         * mml2015.el (mc-pgp-always-sign):
12224         * nnheader.el (nnmail-extra-headers):
12225         * rfc1843.el (gnus-decode-encoded-word-function)
12226         (gnus-decode-header-function, gnus-newsgroup-name):
12227         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12228
12229 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12230
12231         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12232         the end of the date treatments.
12233
12234 2005-08-15  Simon Josefsson  <jas@extundo.com>
12235
12236         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12237         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12238         Capello and Romain Francoise.
12239         (pgg-fetch-key-function): Removed, not used?
12240         (pgg-insert-url-with-w3): Require url, to get
12241         url-insert-file-contents regardless of where it is defined.
12242
12243 2005-08-13  Romain Francoise  <romain@orebokech.com>
12244
12245         * message.el (message-cite-original-1): New function.
12246         (message-cite-original): Use it.
12247         (message-cite-original-without-signature): Ditto.
12248
12249 2005-08-08  Romain Francoise  <romain@orebokech.com>
12250
12251         * message.el (message-yank-empty-prefix): New variable.
12252         (message-indent-citation): Use it.
12253         (message-cite-original-without-signature): Respect X-No-Archive.
12254
12255 2005-08-08  Simon Josefsson  <jas@extundo.com>
12256
12257         * pgg.el: Autoload url-insert-file-contents instead of loading
12258         w3/url.
12259         (pgg-insert-url-with-w3): Don't load url here.
12260
12261 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12262
12263         * message.el (message-kill-to-signature): Don't insert newline at
12264         bol.
12265         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12266
12267 2005-08-06  Romain Francoise  <romain@orebokech.com>
12268
12269         * message.el (message-user-fqdn): Fix typo in docstring.
12270
12271 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12272
12273         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12274
12275         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12276
12277 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * mm-bodies.el (mm-encode-body): Use coding system rather than
12280         charset to encode text.
12281
12282         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12283         number of charsets if utf-8 is available (XEmacs).
12284
12285 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12288         taken from `gnus-button-mid-or-mail-regexp'.
12289         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12290         (gnus-button-alist): Improve regexp for domain part of the MIDs
12291         for news:localpart@domain buttons.
12292         (gnus-button-ctan-directory-regexp): Update.
12293
12294 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * sieve-manage.el (sieve-manage-interactive-login): Use
12297         make-local-variable rather than make-variable-buffer-local.
12298         (sieve-manage-open): Ditto.
12299         (sieve-manage-authenticate): Ditto.
12300
12301         * mml.el (mml-generate-mime-1): Make the content type default to
12302         text/plain if the filename is not specified.
12303
12304 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12307         instead of insert-buffer.
12308
12309         * message.el (message-yank-original): Ditto; set the mark at the
12310         end of the yanked message.
12311
12312 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12315         lines to scroll rather than to stop it.
12316
12317         * mml.el (mml-generate-default-type): Add doc string.
12318         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12319         default to application/octet-stream when determining the content
12320         type if it is not specified for the part or the mml contents; add
12321         a comment about mml-generate-default-type.
12322
12323 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12326         make it default to application/octet-stream when determining the
12327         content type if it is not specified for the external contents.
12328
12329 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12332         segmented parameter but also other parameters might be there.
12333
12334 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * mm-decode.el (mm-display-external): Delete temp file, directory
12337         and buffer immediately if the external process is exited.
12338
12339 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12342         fewer lines than that of scroll-margin.
12343         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12344
12345 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-art.el (gnus-article-next-page): Revert.
12348         (gnus-article-beginning-of-window): New macro.
12349         (gnus-article-next-page-1): Use it.
12350         (gnus-article-prev-page): Ditto.
12351         (gnus-article-edit-part): Use insert-buffer-substring instead of
12352         insert-buffer.
12353         (gnus-article-edit-exit): Ditto.
12354
12355         * gnus-util.el (gnus-beginning-of-window): Remove.
12356         (gnus-end-of-window): Remove.
12357
12358         * lpath.el: Don't bind header-line-format and scroll-margin.
12359
12360 2005-07-25  Simon Josefsson  <jas@extundo.com>
12361
12362         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12363         to have the url package without w3.  Reported by Daiki Ueno
12364         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12365
12366 2005-07-20  Didier Verna  <didier@xemacs.org>
12367
12368         * gnus-diary.el: Remove the description comment (nndiary is now
12369         properly documented in the Gnus manual).
12370         Fix the spelling of "Back End".
12371         * nndiary.el: Ditto.
12372         Fix the copyright notice.
12373
12374 2005-07-18  Romain Francoise  <romain@orebokech.com>
12375
12376         * gnus-sum.el (gnus-summary-to-prefix)
12377         (gnus-summary-newsgroup-prefix): New variables.
12378         (gnus-summary-from-or-to-or-newsgroups): Use them.
12379
12380 2005-07-17  Romain Francoise  <romain@orebokech.com>
12381
12382         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12383         space as it's generally not especially interesting to the user.
12384
12385 2005-07-16  Romain Francoise  <romain@orebokech.com>
12386
12387         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12388         nil to avoid prompting and file modification if one of the
12389         messages at the top of the nnfolder file contains a copyright
12390         notice.
12391         Update copyright notice.
12392
12393         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12394         instead of `current-time-string' as the latter creates a time
12395         string that is not RFC 2822 compliant (it lacks the zone).
12396         Update copyright notice.
12397
12398 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12399
12400         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12401         for text/rtf.  Display default in prompt.  Pass default for M-n.
12402
12403         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12404
12405 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12406
12407         * gnus-msg.el (gnus-button-mailto): Remove
12408         save-selected-window-window hackery because it relies on
12409         save-selected-window internals.
12410
12411 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12414         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12415         (gnus-article-prev-page): Ditto.
12416
12417         * gnus-util.el (gnus-beginning-of-window): New function.
12418         (gnus-end-of-window): New function.
12419
12420         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12421
12422 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12423
12424         * gnus-score.el (gnus-score-edit-all-score): Set
12425         gnus-score-edit-exit-function to gnus-score-edit-done and call
12426         gnus-message.
12427
12428 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12429
12430         * gnus-msg.el (gnus-button-mailto): Remove
12431         save-selected-window-window hackery because it relies on
12432         save-selected-window internals.
12433
12434 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12437         add-minor-mode.
12438         (gnus-binary-mode): Ditto.
12439
12440         * gnus-topic.el (gnus-topic-mode): Ditto.
12441
12442 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12443
12444         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12445         (gnus-article-prev-page): Take scroll-margin into consideration.
12446
12447 2005-07-04  Lute Kamstra  <lute@gnu.org>
12448
12449         Update FSF's address in GPL notices.
12450
12451 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12452
12453         * gnus.el (gnus-exit):
12454         * gnus-group.el (gnus-group-icons):
12455         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12456
12457         * gnus-nocem.el (gnus-nocem):
12458         * message.el (message-various, message-buffers, message-sending)
12459         (message-interface, message-forwarding, message-insertion)
12460         (message-headers, message-news, message-mail):
12461         * pgg-gpg.el (pgg-gpg):
12462         * pgg-parse.el (pgg-parse):
12463         * pgg-pgp.el (pgg-pgp):
12464         * pgg-pgp5.el (pgg-pgp5):
12465         * pop3.el (pop3): Finish `defgroup' description with period.
12466
12467 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-art.el (article-display-face): Improve the efficiency.
12470         (article-display-x-face): Ditto; remove grey x-face stuff.
12471
12472 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-art.el (article-display-face): Correct the position in
12475         which Faces are inserted.
12476
12477 2005-06-29  Didier Verna  <didier@xemacs.org>
12478
12479         * gnus-art.el (article-display-face): Display faces in correct
12480         order.
12481
12482 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12485         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12486         (gnus-nocem-check-article): Fetch the Type header.
12487         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12488         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12489         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12490         make sure gnus-nocem-hashtb is initialized.
12491         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12492         (gnus-nocem-unwanted-article-p): Ditto.
12493
12494         * pgg.el (pgg-verify): Return the verification result.
12495
12496 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12497
12498         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12499         is ascii.
12500
12501 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12502
12503         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12504         `show-nonbreak-escape'.
12505
12506 2005-06-23  Lute Kamstra  <lute@gnu.org>
12507
12508         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12509
12510         * dig.el (dig-mode):
12511         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12512
12513 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12514
12515         * nnimap.el (nnimap-split-download-body): Fix spellings.
12516
12517 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12518
12519         * gnus-art.el (gnus-article-encrypt-body):
12520         * gnus-cus.el (gnus-score-customize):
12521         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12522         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12523
12524 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12525
12526         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12527         header by looking for magic "MII" at the beginnig.
12528
12529 2005-06-16  Miles Bader  <miles@gnu.org>
12530
12531         * gnus-xmas.el (gnus-xmas-group-startup-message):
12532         Use renamed gnus-splash face.
12533
12534         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12535         (assistant-field-face): New backward-compatibility alias for renamed
12536         face.
12537         (assistant-render-text): Use renamed assistant-field face.
12538
12539         * spam.el (spam): Remove "-face" suffix from face name.
12540         (spam-face): New backward-compatibility alias for renamed face.
12541         (spam-face, spam-initialize): Use renamed spam face.
12542
12543         * message.el (message-header-to, message-header-cc)
12544         (message-header-subject, message-header-newsgroups)
12545         (message-header-other, message-header-name)
12546         (message-header-xheader, message-separator, message-cited-text)
12547         (message-mml): Remove "-face" suffix from face names.
12548         (message-header-to-face, message-header-cc-face)
12549         (message-header-subject-face, message-header-newsgroups-face)
12550         (message-header-other-face, message-header-name-face)
12551         (message-header-xheader-face, message-separator-face)
12552         (message-cited-text-face, message-mml-face):
12553         New backward-compatibility aliases for renamed faces.
12554         (message-font-lock-keywords): Use renamed message faces.
12555
12556         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12557         (sieve-test-commands, sieve-tagged-arguments):
12558         Remove "-face" suffix from face names.
12559         (sieve-control-commands-face, sieve-action-commands-face)
12560         (sieve-test-commands-face, sieve-tagged-arguments-face):
12561         New backward-compatibility aliases for renamed faces.
12562         (sieve-control-commands-face, sieve-action-commands-face)
12563         (sieve-test-commands-face, sieve-tagged-arguments-face):
12564         Use renamed sieve faces.
12565
12566         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12567         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12568         (gnus-group-news-3-empty, gnus-group-news-4)
12569         (gnus-group-news-4-empty, gnus-group-news-5)
12570         (gnus-group-news-5-empty, gnus-group-news-6)
12571         (gnus-group-news-6-empty, gnus-group-news-low)
12572         (gnus-group-news-low-empty, gnus-group-mail-1)
12573         (gnus-group-mail-1-empty, gnus-group-mail-2)
12574         (gnus-group-mail-2-empty, gnus-group-mail-3)
12575         (gnus-group-mail-3-empty, gnus-group-mail-low)
12576         (gnus-group-mail-low-empty, gnus-summary-selected)
12577         (gnus-summary-cancelled, gnus-summary-high-ticked)
12578         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12579         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12580         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12581         (gnus-summary-low-undownloaded)
12582         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12583         (gnus-summary-low-unread, gnus-summary-normal-unread)
12584         (gnus-summary-high-read, gnus-summary-low-read)
12585         (gnus-summary-normal-read, gnus-splash):
12586         Remove "-face" suffix from face names.
12587         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12588         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12589         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12590         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12591         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12592         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12593         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12594         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12595         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12596         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12597         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12598         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12599         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12600         (gnus-summary-normal-ticked-face)
12601         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12602         (gnus-summary-normal-ancient-face)
12603         (gnus-summary-high-undownloaded-face)
12604         (gnus-summary-low-undownloaded-face)
12605         (gnus-summary-normal-undownloaded-face)
12606         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12607         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12608         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12609         (gnus-splash-face):
12610         New backward-compatibility aliases for renamed faces.
12611         (gnus-group-startup-message): Use renamed gnus faces.
12612
12613         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12614         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12615         (gnus-server-agent): Remove "-face" suffix from face names.
12616         (gnus-server-agent-face, gnus-server-opened-face)
12617         (gnus-server-closed-face, gnus-server-denied-face)
12618         (gnus-server-offline-face):
12619         New backward-compatibility aliases for renamed faces.
12620         (gnus-server-agent-face, gnus-server-opened-face)
12621         (gnus-server-closed-face, gnus-server-denied-face)
12622         (gnus-server-offline-face): Use renamed gnus faces.
12623
12624         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12625         Remove "-face" suffix from face names.
12626         (gnus-picon-xbm-face, gnus-picon-face):
12627         New backward-compatibility aliases for renamed faces.
12628
12629         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12630         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12631         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12632         (gnus-cite-11): Remove "-face" suffix from face names.
12633         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12634         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12635         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12636         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12637         New backward-compatibility aliases for renamed faces.
12638         (gnus-cite-attribution-face, gnus-cite-face-list)
12639         (gnus-article-boring-faces): Use renamed gnus faces.
12640
12641         * gnus-art.el (gnus-signature, gnus-header-from)
12642         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12643         (gnus-header-content): Remove "-face" suffix from face names.
12644         (gnus-signature-face, gnus-header-from-face)
12645         (gnus-header-subject-face, gnus-header-newsgroups-face)
12646         (gnus-header-name-face, gnus-header-content-face):
12647         New backward-compatibility aliases for renamed faces.
12648         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12649
12650         * gnus-sum.el (gnus-summary-selected-face)
12651         (gnus-summary-highlight): Use renamed gnus faces.
12652         * gnus-group.el (gnus-group-highlight): Likewise.
12653
12654 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12655
12656         * gnus-sieve.el (gnus-sieve-article-add-rule):
12657         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12658         * spam-stat.el (spam-stat-buffer-change-to-spam)
12659         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12660
12661         * message.el (message-is-yours-p):
12662         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12663
12664 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * mm-view.el (mm-inline-text): Withdraw the last change.
12667
12668 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12671         executing enriched-decode.
12672
12673 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12676         charset of tar files.
12677
12678 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12679
12680         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12681
12682 2005-06-04  Lute Kamstra  <lute@gnu.org>
12683
12684         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12685         information is never recorded.
12686
12687 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12688
12689         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12690
12691 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * pop3.el (pop3-apop): Run md5 in the binary mode.
12694
12695         * starttls.el (starttls-set-process-query-on-exit-flag):
12696         Use eval-and-compile.
12697
12698 2005-05-31  Simon Josefsson  <jas@extundo.com>
12699
12700         * smime.el (smime-replace-in-string): Define.
12701         (smime-cert-by-ldap-1): Use it.
12702
12703 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * gnus-art.el (article-display-x-face): Replace
12706         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12707
12708         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12709         set-process-query-on-exit-flag or process-kill-without-query.
12710
12711         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12712         loop instead of replace-regexp.
12713
12714         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12715         instead of process-kill-without-query if it is available.
12716
12717         * lpath.el: Fbind ldap-search-entries.
12718
12719         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12720         instead of find-file-hooks if it is available.
12721
12722         * mml1991.el: Bind pgg-default-user-id when compiling.
12723
12724         * mml2015.el: Bind pgg-default-user-id when compiling.
12725
12726         * nndraft.el (nndraft-request-associate-buffer):
12727         Use write-contents-functions instead of write-contents-hooks if it is
12728         available.
12729
12730         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12731         instead of find-file-hooks if it is available.
12732
12733         * nntp.el (nntp-open-connection): Replace
12734         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12735         (nntp-open-ssl-stream): Ditto.
12736         (nntp-open-tls-stream): Ditto.
12737
12738         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12739         set-process-query-on-exit-flag or process-kill-without-query.
12740         (starttls-open-stream-gnutls): Use it instead of
12741         process-kill-without-query.
12742         (starttls-open-stream): Ditto.
12743
12744 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12745
12746         * smime.el (smime-cert-by-ldap-1): Don't use
12747         replace-regexp-in-string.
12748
12749 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12750
12751         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12752
12753         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12754         in PEM format.  Adjust to the XEmacs compability.
12755
12756 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12759         by `string-to-number'.
12760         * gnus-agent.el (gnus-agent-regenerate-group)
12761         (gnus-agent-fetch-articles): Ditto.
12762         * gnus-art.el (gnus-button-fetch-group): Ditto.
12763         * gnus-cache.el (gnus-cache-generate-active)
12764         (gnus-cache-articles-in-group): Ditto.
12765         * gnus-group.el (gnus-group-set-current-level)
12766         (gnus-group-insert-group-line): Ditto.
12767         * gnus-score.el (gnus-score-set-expunge-below)
12768         (gnus-score-set-mark-below, gnus-summary-score-effect)
12769         (gnus-summary-score-entry): Ditto.
12770         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12771         (gnus-soup-pack): Ditto.
12772         * gnus-spec.el (gnus-xmas-format): Ditto.
12773         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12774         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12775         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12776         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12777         * nndb.el (nndb-get-remote-expire-response): Ditto.
12778         * nndiary.el (nndiary-parse-schedule-value)
12779         (nndiary-string-to-number, nndiary-request-replace-article)
12780         (nndiary-request-article): Ditto.
12781         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12782         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12783         * nneething.el (nneething-make-head): Ditto.
12784         * nnfolder.el (nnfolder-request-article)
12785         (nnfolder-retrieve-headers): Ditto.
12786         * nnheader.el (nnheader-file-to-number): Ditto.
12787         * nnkiboze.el (nnkiboze-request-article): Ditto.
12788         * nnmail.el (nnmail-process-unix-mail-format)
12789         (nnmail-process-babyl-mail-format): Ditto.
12790         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12791         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12792         (nnmh-request-create-group, nnmh-request-list-1)
12793         (nnmh-request-group, nnmh-request-article): Ditto.
12794         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12795         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12796         * nnsoup.el (nnsoup-make-active): Ditto.
12797         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12798         * nntp.el (nntp-find-group-and-number)
12799         (nntp-retrieve-headers-with-xover): Ditto.
12800         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12801         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12802         (pgg-format-key-identifier): Ditto.
12803         * pop3.el (pop3-last, pop3-stat): Ditto.
12804         * qp.el (quoted-printable-decode-region): Ditto.
12805
12806         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12807         of concat.
12808
12809 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12812
12813         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12814
12815         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12816
12817         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12818
12819         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12820
12821         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12822
12823         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12824         (gnus-carpal-mode): Ditto.
12825
12826         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12827         (gnus-browse-mode): Ditto.
12828
12829         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12830
12831         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12832
12833 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12834
12835         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12836
12837 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * gnus-util.el (gnus-run-mode-hooks): New function.
12840
12841         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12842
12843         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12844         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12845
12846 2005-05-27  Lute Kamstra  <lute@gnu.org>
12847
12848         * dns-mode.el (dns-mode): Specify customization group.
12849
12850 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12851
12852         * gnus-agent.el (gnus-agent-make-mode-line-string):
12853         Use mode-line-highlight as mouse-face.
12854
12855 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * canlock.el (canlock): Change the parent group to news.
12858
12859         * deuglify.el (gnus-outlook-deuglify): Add :group.
12860
12861         * dig.el (dig): Add :group.
12862
12863         * dns-mode.el (dns-mode): Add :group.
12864
12865         * encrypt.el (encrypt): Add :group.
12866
12867         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12868         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12869         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12870         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12871         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12872
12873         * gnus-diary.el (gnus-diary): Add :group.
12874
12875         * gnus.el (gnus-group-news-1-face): Add :group.
12876         (gnus-group-news-1-empty-face): Ditto.
12877         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12878         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12879         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12880         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12881         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12882         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12883         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12884         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12885         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12886         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12887         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12888         (gnus-summary-high-ticked-face): Ditto.
12889         (gnus-summary-low-ticked-face): Ditto.
12890         (gnus-summary-normal-ticked-face): Ditto.
12891         (gnus-summary-high-ancient-face): Ditto.
12892         (gnus-summary-low-ancient-face): Ditto.
12893         (gnus-summary-normal-ancient-face): Ditto.
12894         (gnus-summary-high-undownloaded-face): Ditto.
12895         (gnus-summary-low-undownloaded-face): Ditto.
12896         (gnus-summary-normal-undownloaded-face): Ditto.
12897         (gnus-summary-high-unread-face): Ditto.
12898         (gnus-summary-low-unread-face): Ditto.
12899         (gnus-summary-normal-unread-face): Ditto.
12900         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12901         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12902
12903         * hashcash.el (hashcash): New custom group.
12904         (hashcash-default-payment): Add :group.
12905         (hashcash-payment-alist): Ditto.
12906         (hashcash-default-accept-payment): Ditto.
12907         (hashcash-accept-resources): Ditto.
12908         (hashcash-path): Ditto.
12909         (hashcash-extra-generate-parameters): Ditto.
12910         (hashcash-double-spend-database): Ditto.
12911         (hashcash-in-news): Ditto.
12912
12913         * message.el (message-minibuffer-local-map): Add :group.
12914
12915         * netrc.el (netrc): Add :group.
12916
12917         * sieve-manage.el (sieve-manage-log): Add :group.
12918         (sieve-manage-default-user): Diito.
12919         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12920         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12921         (sieve-manage-authenticators): Ditto.
12922         (sieve-manage-authenticator-alist): Ditto.
12923         (sieve-manage-default-port): Ditto.
12924
12925         * sieve-mode.el (sieve-control-commands-face): Add :group.
12926         (sieve-action-commands-face): Ditto.
12927         (sieve-test-commands-face): Ditto.
12928         (sieve-tagged-arguments-face): Ditto.
12929
12930         * smime.el (smime): Add :group.
12931
12932         * spam-report.el (spam-report): Add :group.
12933
12934         * spam.el (spam, spam-face): Add :group.
12935
12936 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12937
12938         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12939         return \n.\n.\n at the end of articles.  Protect against that.
12940         (nntp-with-open-group): Allow debugging.
12941
12942         * nnheader.el (mail-header-set-extra): Make into a function
12943         because I just could't understand how to quote the list properly.
12944
12945         * dns.el (query-dns-cached): New function.
12946
12947 2005-05-26  Lute Kamstra  <lute@gnu.org>
12948
12949         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12950
12951 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12954
12955         * gnus-art.el: Don't autoload mail-extract-address-components.
12956
12957         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12958         eval-and-compile to evaluate it.
12959
12960         * hashcash.el: Don't autoload executable-find.
12961
12962         * nndb.el: Don't declare the nndb back end two or more times; don't
12963         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12964
12965         * nntp.el: Autoload format-spec instead of format; use
12966         eval-and-compile to evaluate autoload forms.
12967
12968 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12969
12970         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12971
12972 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12973
12974         * gnus.el (gnus-version-number): Bump version.
12975
12976 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12977
12978         * gnus.el: No Gnus v0.3 is released.
12979
12980 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12981
12982         * lpath.el (featurep): Bind show-nonbreak-escape.
12983
12984 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * gnus-art.el (gnus-article-edit-part): Disable undo.
12987
12988 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12991         gnus-article-date-lapsed-new-header is t if date timer is active;
12992         skip headers in which the original date value is empty.
12993         (gnus-article-save-original-date): Redefine it as a macro.
12994         (gnus-display-mime): Use it.
12995
12996 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * gnus-art.el (article-date-ut): Support converting date in
12999         forwarded parts as well.
13000         (gnus-article-save-original-date): New function.
13001         (gnus-display-mime): Use it.
13002
13003 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13004
13005         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13006         enclosure element of <item>.
13007
13008 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * message.el (message-kill-buffer-query): Renamed from
13011         `message-kill-buffer-query-if-modified'.  Added :version.
13012
13013 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13016         window layout.
13017
13018 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * mml.el: Autoload dnd when compiling.
13021
13022 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13025         x-dnd-*.
13026
13027 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * qp.el (quoted-printable-encode-region): Save excursion.
13030
13031 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13032
13033         * message.el (message-kill-buffer-query-if-modified): Add new variable
13034         so the user can kill a modified message buffer quickly.
13035         (message-kill-buffer): Use it.
13036
13037 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * lpath.el: Fbind display-time-event-handler; don't fbind
13040         string-to-multibyte.
13041
13042         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13043
13044 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13047         contained in text because xml.el decodes entities) with LFs.
13048
13049 2005-04-11  Lute Kamstra  <lute@gnu.org>
13050
13051         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13052         differently.
13053
13054 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13055
13056         * mm-util.el (mm-detect-coding-region): Typo.
13057
13058 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13061
13062 2005-04-06  Deepak Goel  <deego@gnufans.org>
13063
13064         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13065         user-function allow user modifications of the scores.
13066         (spam-stat-score-buffer-user): New function, to allow
13067         user-computed modifications to the score.
13068         (spam-stat-score-buffer-user-functions): List of additional
13069         scoring functions.
13070         (spam-stat-error-holder): Global temporary error holder.
13071         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13072         variable.
13073
13074 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13075
13076         * gnus-registry.el (gnus-registry-clean-empty-function)
13077         (gnus-registry-trim, gnus-registry-fetch-groups)
13078         (gnus-registry-delete-group): Groups that match
13079         `gnus-registry-ignored-groups' are removed from the registry
13080         entries, not just ignored for splitting.  This helps clean up the
13081         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13082         to get all the groups a message ID is in.
13083
13084         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13085         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13086         (spam-stat-score-buffer-user-functions): Add :number custom type.
13087
13088 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13091         argument in XEmacs.
13092
13093         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13094         (nnrss-request-group): Decode group name first.
13095         (nnrss-request-article): Make a text/plain article if mml-to-mime
13096         failed.
13097         (nnrss-get-encoding): Return a compatible encoding according to
13098         nnrss-compatible-encoding-alist.
13099         (nnrss-find-el): Use consp instead of listp.
13100         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13101
13102 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13105         which Emacs 20 doesn't support.
13106         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13107
13108 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13111         silence the byte compiler inside the defun.
13112
13113         * gnus-demon.el (parse-time-string): Add autoload.
13114
13115         * gnus-delay.el (parse-time-string): Add autoload.
13116
13117         * gnus-art.el (parse-time-string): Add autoload.
13118
13119         * nnultimate.el (parse-time): Require for `parse-time-string'.
13120
13121 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13124
13125         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13126
13127         * smime.el (smime-ldap-host-list): Add :version.
13128
13129 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13132         pass it to `gnus-browse-read-group'.
13133         (gnus-browse-read-group): Add NUMBER argument and pass it to
13134         `gnus-group-read-ephemeral-group'.
13135
13136         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13137         argument and pass it to `gnus-group-read-group'.
13138
13139 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13140
13141         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13142         mm-xemacs-find-mime-charset-1 if we have the mule feature
13143         available at runtime.
13144
13145 2005-03-25  Werner Lemberg  <wl@gnu.org>
13146
13147         * nnmaildir.el: Replace `illegal' with `invalid'.
13148
13149 2005-03-23  Lute Kamstra  <lute@gnu.org>
13150
13151         * time-date.el: Add comment on time value formats.
13152         Don't require parse-time.
13153         (with-decoded-time-value): New macro.
13154         (encode-time-value): New function.
13155         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13156         (days-to-time): Return a valid time value when arg is huge.
13157         (time-since): Use time-subtract.
13158         (time-to-number-of-days): Use time-to-seconds.
13159
13160 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13161
13162         * gnus-start.el (gnus-display-time-event-handler):
13163         Check display-time-timer at runtime rather than only at load time
13164         in case display-time-mode is turned off in the mean time.
13165
13166 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13169         used.
13170
13171         * nneething.el (nneething-map-file-directory): Derive from
13172         `gnus-directory'.
13173
13174         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13175         the To/Cc button.
13176
13177 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13178
13179         * nnmaildir.el (nnmaildir-request-accept-article):
13180         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13181
13182 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13183
13184         * gnus-async.el: Require timer-funcs at compile time when in
13185         XEmacs for `run-with-idle-timer'.
13186
13187 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13188
13189         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13190         autoloaded function.
13191
13192 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13193
13194         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13195
13196 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13197
13198         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13199
13200 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13201
13202         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13203         gnus-expert-user to default.
13204
13205 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13206
13207         * nnimap.el (nnimap-open-server): Ditto.
13208
13209         * imap.el (imap-authenticate): Fix typo.
13210
13211 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13212
13213         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13214         buffer (since IMAP server might return FETCH response out of
13215         order, and the nntp buffer must be sorted).
13216
13217 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13218
13219         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13220         comparison on string.
13221
13222         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13223         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13224         (gnus-agent-summary-fetch-series): Modified to protect against
13225         gnus-agent-summary-fetch-group clearing processable flags.
13226         (gnus-agent-synchronize-group-flags): Update live group buffer as
13227         synchronization may occur due to the user toggle the plugged
13228         status.
13229         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13230         successfully downloaded.
13231         (gnus-agent-expire-group-1): Avoid using markers when the overview
13232         is in ascending order; greatly improves performance.
13233         (gnus-agent-regenerate-group): Use
13234         gnus-agent-synchronize-group-flags to reset read status in both
13235         gnus and server.
13236         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13237
13238 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13239
13240         * message.el: Don't autoload former message-utils variables.
13241         (message-strip-subject-trailing-was): Change doc string.
13242
13243         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13244         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13245         (nnweb-google-search): Add "hl=en" here.
13246         (nnweb-google-parse-1, nnweb-google-create-mapping):
13247         Don't hardcode URL.
13248
13249 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13250
13251         * message.el (message-get-reply-headers, message-followup):
13252         Mention related variables `message-use-followup-to' and
13253         `message-use-mail-followup-to', in the information buffer.
13254
13255         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13256         of broken groups(-beta).google.com.
13257
13258 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13259
13260         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13261         parameter to invoked gnus-request-move-article; remove the
13262         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13263         all at once instead of once per article.
13264         (gnus-summary-remove-process-mark): Accept a list of articles as
13265         well as a single article for processing.
13266
13267         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13268         parameter.
13269
13270         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13271
13272         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13273
13274         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13275         parameter.
13276
13277         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13278         parameter.
13279
13280         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13281         parameter and remove the gnus-sum-hint-move-is-internal variable.
13282
13283         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13284         parameter.
13285
13286         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13287         parameter.
13288
13289         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13290         parameter.
13291
13292         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13293
13294         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13295         parameter.
13296
13297         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13298         parameter.
13299
13300 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13301
13302         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13303         a more conservative way.
13304
13305 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13306
13307         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13308         buffer, so it moves the window's cursor.
13309
13310 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13311
13312         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13313         `mm-dissect-multipart' and receive the from field as an (optional)
13314         argument from `mm-dissect-multipart'.
13315         (mm-dissect-multipart): Receive the from field as an argument and
13316         pass it on when we call `mm-dissect-buffer' on MIME parts.
13317         Fixes verification/decryption of signed/encrypted MIME parts.
13318
13319 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13320
13321         * gnus-sum.el (gnus-summary-move-article): Set
13322         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13323         whatever it calls (right now, only nnimap-request-move article
13324         respects it).
13325
13326         * nnimap.el (nnimap-request-move-article): When
13327         gnus-sum-hint-move-is-internal is set, don't do the extra
13328         nnimap-request-article.
13329
13330 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13333
13334         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13335         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13336
13337         * gnus-sum.el (gnus-summary-caesar-message):
13338         Apply `gnus-treat-article' after rotation.
13339
13340         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13341         doc string.
13342
13343 2005-02-22  Simon Josefsson  <jas@extundo.com>
13344
13345         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13346         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13347         <arne@arnested.dk>.
13348         (encrypt): Add password-cache and password-cache-expiry as group
13349         members.
13350
13351 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13352
13353         * smime.el (smime-ldap-host-list): Doc fix.
13354         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13355         cache) password.
13356         (smime-sign-region): Use it.
13357         (smime-decrypt-region): Use it.
13358         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13359         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13360         fails.
13361         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13362         certificate from DER to PEM format rather than calling openssl.
13363
13364         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13365
13366         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13367         for signing/encryption.
13368
13369         * mml.el (mml-parse-1): Use them.
13370
13371 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13372
13373         * nnrss.el (nnrss-verbose): Removed.
13374         (nnrss-request-group): Use `nnheader-message' instead.
13375
13376 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13377
13378         * nnrss.el (nnrss-verbose): New variable.
13379         (nnrss-request-group): Make it say nnrss is requesting a group.
13380
13381 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13382
13383         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13384         Handle news URL with given port correctly.
13385
13386 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13389         containing special characters.
13390
13391         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13392
13393         * mml.el (mime-to-mml): Ditto.
13394
13395         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13396         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13397         (rfc2047-decode-region): Quote decoded words containing special
13398         characters when rfc2047-quote-decoded-words-containing-tspecials
13399         is non-nil.
13400
13401 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13402
13403         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13404
13405         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13406
13407 2005-02-15  Simon Josefsson  <jas@extundo.com>
13408
13409         * nnimap.el (nnimap-debug): Doc fix.
13410
13411         * imap.el (imap-debug): Doc fix.
13412
13413 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13416
13417 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13418
13419         * gnus.el (spam-contents): Improve docs for spam-contents
13420         parameter in its variable incarnation.
13421
13422 2005-02-14  Simon Josefsson  <jas@extundo.com>
13423
13424         * smime-ldap.el: Use require instead of load-library for ldap.
13425         (smime-ldap-search): Indent.
13426         (smime-ldap-search-internal): Shorten line.
13427
13428         * smime.el (smime-cert-by-dns): Add doc-string.
13429         (smime-cert-by-ldap-1): Indent.
13430
13431         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13432         mml-smime-get-dns-ldap.
13433         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13434
13435 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13436
13437         * smime.el: Require smime-ldap.
13438         (smime-ldap-host-list): New variable.
13439         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13440
13441         * mml-smime.el (mml-smime-encrypt-query): New function.
13442         (mml-smime-encrypt-query): Use it.
13443
13444         * smime-ldap.el: New file.
13445
13446 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13449
13450 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13453         argument in doc string.  Make query for type more clear.
13454
13455 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * gnus.el (gnus-group-startup-message): Search for gnus images in
13458         etc/images/gnus.
13459         * mm-util.el (mm-image-load-path): Likewise.
13460         * smiley.el (smiley-data-directory): Search for smilies in
13461         etc/images/smilies.
13462
13463 2005-02-09  Kim F. Storm  <storm@cua.dk>
13464
13465         Change Emacs release version from 21.4 to 22.1 throughout.
13466         Change Emacs development version from 21.3.50 to 22.0.50.
13467
13468 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13471
13472         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13473         non-Mule XEmacs as well.
13474         (mm-decompress-buffer): Signal an error intentionally if it does
13475         not decompress compressed data because auto-compression-mode is
13476         disabled.
13477
13478 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13479
13480         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13481         an ID in the registry even if it has no groups.
13482
13483 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13486         merge it into mm-decompress-buffer.
13487         (gnus-mime-copy-part): Use the MIME part charset, the value which
13488         a user specified or gnus-newsgroup-charset for decoding, like
13489         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13490         save-buffer what was used.  Suggested by Kevin Ryde
13491         <user42@zip.com.au>.
13492         (gnus-mime-inline-part): Allow the name parameter as well as the
13493         filename parameter; force decompressing of compressed data; always
13494         display contents being not decoded as unibyte.
13495
13496         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13497         as well as the filename parameter.
13498
13499         * mm-util.el (mm-decompress-buffer): Merge
13500         gnus-mime-jka-compr-maybe-uncompress.
13501         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13502         of compressed data.
13503
13504 2005-02-08  Simon Josefsson  <jas@extundo.com>
13505
13506         * imap.el (imap-log): Doc fix.
13507
13508 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13511         the coding cookies; decompress compressed parts.
13512
13513         * mml.el (mml-generate-mime-1): Add the charset parameter according
13514         to the value which a user specified manually or the coding cookie.
13515
13516         * mm-util.el (mm-string-to-multibyte): New function.
13517         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13518         (mm-coding-system-to-mime-charset): New function.
13519         (mm-decompress-buffer): New function.
13520         (mm-find-buffer-file-coding-system): New function.
13521
13522         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13523         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13524         parts.
13525
13526 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13527
13528         * mm-view.el (mm-display-inline-fontify): Decode a part according
13529         to the charset parameter.
13530
13531 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13534         prefix arg is neither nil nor a number, as info specifies.
13535
13536 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13539         timestamps.
13540
13541 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13542
13543         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13544         groups error checking and notify user.
13545
13546 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13547
13548         * message.el (message-send-mail-function): Check existence of
13549         sendmail-program first before using default value
13550         `message-send-mail-with-sendmail'.  Otherwise use more generic
13551         `smtpmail-send-it'.
13552
13553 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * nntp.el (nntp-request-update-info): Always return nil.
13556
13557 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13558
13559         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13560
13561 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13562
13563         * message.el (message-beginning-of-line): Change the behavior when
13564         invoked between BOL and : so that it first moves backward.
13565
13566 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13569         article buffer when editing of the article is discarded.
13570         (gnus-article-prepare): Revert.
13571
13572 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * gnus-art.el (gnus-article-prepare):
13575         Remove message-strip-forbidden-properties from the local hook.
13576
13577 2005-01-27  Simon Josefsson  <jas@extundo.com>
13578
13579         * password.el (password-cache-add): Only start one timer per key.
13580         Reported by Derek Atkins <warlord@MIT.EDU>.
13581
13582 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13583
13584         * run-at-time.el: Removed.  It is no longer needed as
13585         timer-funcs.el in the xemacs-base package has a working version of
13586         `run-at-time'.
13587
13588         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13589
13590         * password.el: Require timer-funcs instead of run-at-time in
13591         XEmacs.
13592         Remove `password-run-at-time' macro.
13593         (password-cache-add): Use `run-at-time' instead of
13594         `password-run-at-time'.
13595
13596         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13597         Remove `nnheader-cancel-function-timers' alias,
13598         `cancel-function-timers' exists in XEmacs in timer-funcs.
13599
13600         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13601         for `run-with-idle-timer'.
13602
13603         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13604         for `run-at-time'.
13605
13606         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13607         for `with-timeout'.
13608
13609         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13610         the same as for XEmacs 21.4.
13611         No need to ignore `run-with-idle-timer', this function exists in
13612         XEmacs now in timer-funcs.el in the xemacs-base package.
13613         (dgnushack-compile): No need to delete
13614         run-at-time.el from the list of files to compile because it
13615         doesn't exist anymore.
13616
13617 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13620         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13621
13622 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13623
13624         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13625         sensitively.
13626
13627 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13628
13629         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13630
13631 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13634         which will be inserted according to the multibyteness of a buffer
13635         rather than the type of contents.  Suggested by ARISAWA Akihiro
13636         <ari@mbf.ocn.ne.jp>.
13637
13638         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13639         of string which old xml.el may return rather than a string.
13640
13641 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13644
13645 2005-01-16  Simon Josefsson  <jas@extundo.com>
13646
13647         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13648         idn/idna.el isn't available.
13649         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13650         <michael@waxrat.com>.
13651
13652         * hashcash.el: Remove non-FSF copyright header.
13653
13654         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13655         (hashcash-generate-payment): Use it.
13656         (hashcash-generate-payment-async): Use it.
13657
13658 2005-01-15  Simon Josefsson  <jas@extundo.com>
13659
13660         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13661         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13662
13663         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13664         gnus-summary-idna-message.
13665         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13666         (gnus-summary-idna-message): New function.
13667
13668 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13669
13670         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13671         gnus-novice-user.
13672
13673 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * nnrss.el (nnrss-request-delete-group): Delete entries in
13676         nnrss-group-alist as well.
13677         (nnrss-save-server-data): Insert newline.
13678
13679 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13680
13681         * gnus.el (gnus-user-agent): Use list of symbols instead of
13682         symbols.  Display full version number for (S)XEmacs.  Optionally
13683         display (S)XEmacs codename.
13684
13685         * gnus-util.el (gnus-emacs-version): Update for new
13686         `gnus-user-agent'.
13687
13688         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13689         Gnus version.
13690
13691 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13694         which is unreadable in some setups.
13695
13696 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-spec.el (gnus-update-format-specifications): Flush the
13699         group format spec cache if it doesn't support decoded group names.
13700
13701 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13704         Allow to apply decay on score files matching a regexp.
13705
13706 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13709         compatibility in %g and %c.
13710
13711 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13714         name for only %g and %c.
13715         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13716         of gnus-tmp-group to decoded group name.
13717         (gnus-group-make-rss-group): Exclude `/'s from group names.
13718
13719 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * nnrss.el (nnrss-get-encoding): Fix regexp.
13722
13723 2004-12-27  Simon Josefsson  <jas@extundo.com>
13724
13725         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13726         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13727         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13728
13729 2004-12-17  Kim F. Storm  <storm@cua.dk>
13730
13731         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13732
13733         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13734
13735 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13736
13737         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13738
13739 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * nnrss.el: Require rfc2047 and mml.
13742         (nnrss-file-coding-system): New variable.
13743         (nnrss-format-string): Redefine it as an inline function.
13744         (nnrss-decode-group-name): New function.
13745         (nnrss-string-as-multibyte): Remove.
13746         (nnrss-retrieve-headers): Decode group name; don't use
13747         nnrss-format-string.
13748         (nnrss-request-group): Decode group name.
13749         (nnrss-request-article): Decode group name; allow a Message-ID as
13750         well as an article number; don't use nnrss-format-string; encode a
13751         Message-ID string which may contain non-ASCII characters; use
13752         mml-to-mime to compose a MIME article.
13753         (nnrss-request-expire-articles): Decode group name.
13754         (nnrss-request-delete-group): Decode group name.
13755         (nnrss-fetch): Clarify error message.
13756         (nnrss-read-server-data): Use insert-file-contents instead of load;
13757         bind file-name-coding-system; use multibyte buffer.
13758         (nnrss-save-server-data): Bind coding-system-for-write to the
13759         value of nnrss-file-coding-system; bind file-name-coding-system;
13760         add coding cookie.
13761         (nnrss-read-group-data): Use insert-file-contents instead of load;
13762         bind file-name-coding-system; use multibyte buffer.
13763         (nnrss-save-group-data): Bind coding-system-for-write to the
13764         value of nnrss-file-coding-system; bind file-name-coding-system.
13765         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13766         make it work with non-ASCII text.
13767         (nnrss-find-el): Make it work with old xml.el as well.
13768
13769 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13770
13771         * nnrss.el (nnrss-get-encoding): New function.
13772         (nnrss-fetch): Use unibyte buffer initially; bind
13773         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13774         decode contents according to the encoding attribute.
13775         (nnrss-save-group-data): Add coding cookie.
13776         (nnrss-mime-encode-string): New function.
13777         (nnrss-check-group): Use it to encode subject and author.
13778
13779 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13780
13781         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13782         imaginary variable.
13783
13784 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13787         correctly even if there are wide characters.
13788
13789 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13790
13791         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13792         downcased symbol names; make a new cache instead of reusing
13793         bbdb-hashtable.
13794
13795 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13798         concatenating segments rather than before concatenating them.
13799         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13800
13801         * message.el (message-get-reply-headers): Bind `extra'.
13802
13803 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13804
13805         * message.el (message-extra-wide-headers): New variable.
13806         (message-get-reply-headers): Use it.
13807
13808 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13811         (gnus-agent-group-pathname): Ditto.
13812
13813         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13814
13815         * gnus-group.el (gnus-group-make-group): Decode group name.
13816         (gnus-group-make-rss-group): Register the group data after opening
13817         the nnrss group.
13818
13819 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13820
13821         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13822         by expiry now get marked as read.
13823
13824 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13827
13828 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13829
13830         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13831         unify Latin characters in XEmacs.
13832         (mm-find-mime-charset-region): Use it.
13833
13834 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-util.el (gnus-delete-directory): New function.
13837
13838         * gnus-agent.el (gnus-agent-delete-group): Use it.
13839
13840         * gnus-cache.el (gnus-cache-delete-group): Use it.
13841
13842 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13845         names.
13846
13847 2004-12-16  Simon Josefsson  <jas@extundo.com>
13848
13849         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13850
13851 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13854
13855         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13856         (gnus-group-set-current-level): Decode group name.
13857
13858 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13859
13860         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13861         failed.
13862
13863 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * gnus-group.el (gnus-group-delete-group): Decode group name.
13866         (gnus-group-make-rss-group): Encode group name.
13867         (gnus-group-catchup-current): Decode group name.
13868         (gnus-group-kill-group): Decode group name.
13869
13870 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13871
13872         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13873
13874 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * gnus-group.el (gnus-group-make-rss-group):
13877         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13878
13879         * gnus-start.el (gnus-setup-news): Honor user's setting to
13880         gnus-message-archive-method.  Suggested by Lute Kamstra
13881         <lute@gnu.org>.
13882
13883 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13884
13885         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13886         global counterparts of the buffer-local variables.
13887
13888 2004-11-16  Romain Francoise  <romain@orebokech.com>
13889
13890         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13891         counterparts of the buffer-local variables.
13892
13893 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * message.el (message-forbidden-properties): Fixed typo in doc
13896         string.
13897
13898 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * gnus-util.el (gnus-replace-in-string): Added doc string.
13901
13902         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13903         to avoid problems when splitting mails with many recipients.
13904
13905 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13906
13907         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13908         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13909
13910 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13911
13912         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13913         if there is no hashtable in memory or file modification time is
13914         newer than cached timestamp.
13915
13916 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13919         not-matching option.
13920
13921 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13924         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13925         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13926         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13927         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13928         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13929
13930 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * message.el (message-forward-make-body-mml): Remove headers
13933         according to message-forward-ignored-headers if a message is decoded.
13934
13935 2004-12-02  Romain Francoise  <romain@orebokech.com>
13936
13937         * message.el (message-forward-make-body-plain): Always remove
13938         headers according to message-forward-ignored-headers.
13939
13940 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13941
13942         * spam.el (spam-summary-prepare-exit): Remove the
13943         gnus-summary-limit pop for now, it has problems with ham marks for
13944         me.
13945
13946 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13947
13948         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13949         correctly.
13950
13951 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13952
13953         * format-spec.el (format-spec): Message the char.
13954
13955 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13956
13957         * gnus-art.el (gnus-split-methods): Reformat comments.
13958
13959         * spam.el (spam-summary-prepare-exit): Remove article limits
13960         before exiting the summary buffer.
13961
13962 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13965         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13966
13967         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13968         order to silence the byte compiler.
13969
13970         * spam.el: Fix the way to silence the byte compiler, which
13971         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13972         bbdb-search-simple, spam-BBDB-register-routine,
13973         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13974         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13975         spam-stat-buffer-is-spam, spam-stat-load,
13976         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13977         spam-stat-save and spam-stat-split-fancy.
13978
13979 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13982         which may confuse users.
13983         (canlock-password-for-verify): Ditto.
13984
13985         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13986
13987         * gnus-art.el (gnus-emphasis-alist): Ditto.
13988
13989         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13990
13991         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13992
13993         * gnus-start.el (gnus-save-killed-list): Ditto.
13994
13995         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13996         (gnus-sum-thread-tree-root): Ditto.
13997         (gnus-sum-thread-tree-false-root): Ditto.
13998         (gnus-sum-thread-tree-single-indent): Ditto.
13999
14000         * message.el (message-courtesy-message): Ditto.
14001         (message-archive-note): Ditto.
14002         (message-subscribed-address-file): Ditto.
14003         (message-user-fqdn): Ditto.
14004
14005         * spam-report.el (spam-report-gmane-regex): Ditto.
14006
14007         * spam.el (spam-blackhole-good-server-regex): Ditto.
14008
14009 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * mml.el (mml-preview): Widen the message buffer before copying
14012         the contents to the preview buffer; sort headers before previewing.
14013
14014         * message.el (message-hidden-headers): Fix the way to avoid a bug
14015         in the `repeat' widget in Emacs 21.3 or earlier.
14016
14017 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * message.el (message-hidden-headers): Default to "^References:".
14020         Improve customization type.  Suggested by Reiner Steib
14021         <Reiner.Steib@gmx.de>.
14022
14023 2004-11-25  Romain Francoise  <romain@orebokech.com>
14024
14025         * message.el (message-strip-forbidden-properties): Remove check for
14026         obsolete `message-hidden' text property, hidden headers are not
14027         accessible in the buffer anymore.
14028
14029 2004-11-22  Romain Francoise  <romain@orebokech.com>
14030
14031         * message.el (message-header-format-alist): Add `From' in list
14032         so that it can be sorted.
14033         (message-fix-before-sending): Widen and sort headers before
14034         sending.
14035         (message-hide-headers): Use narrowing to hide headers by moving
14036         them to the top of the buffer and narrowing to the region
14037         underneath.
14038
14039 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14040
14041         * message.el (message-strip-forbidden-properties): Bind
14042         buffer-read-only (etc) to nil.
14043
14044 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14047         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14048
14049 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14050
14051         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14052
14053 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14054
14055         * dns.el (query-dns): Use sit-for to time instead of
14056         accept-process-output, since that doesn't seem to work on udp
14057         sockets.
14058
14059 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14062
14063 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14064
14065         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14066         doc string.  Improve doc string.
14067
14068 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * nntp.el (nntp-request-update-info): Return nil if
14071         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14072         may not call gnus-activate-group which uselessly issues the GROUP
14073         commands for all nntp groups and wastes time.  Reported by Romain
14074         Francoise <romain@orebokech.com>.
14075
14076         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14077
14078 2004-11-15  Simon Josefsson  <jas@extundo.com>
14079
14080         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14081         headers separately.
14082         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14083         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14084
14085 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14086
14087         * gnus-start.el (gnus-convert-old-newsrc):
14088         Assign legacy-gnus-agent to 5.10.7.
14089
14090 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14091
14092         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14093         start of the lines.
14094
14095 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14096
14097         * hashcash.el (hashcash-default-payment): Change default to 20.
14098         (hashcash-default-accept-payment): Change default to 20.
14099         (hashcash-process-alist): New variable.
14100         (hashcash-generate-payment-async): Add.
14101         (hashcash-already-paid-p): Add.
14102         (hashcash-insert-payment): Don't generate payments twice.
14103         (hashcash-insert-payment-async): Add.
14104         (hashcash-insert-payment-async-2): Add.
14105         (hashcash-cancel-async): Add.
14106         (hashcash-wait-async): Add.
14107         (hashcash-processes-running-p): Add.
14108         (hashcash-wait-or-cancel): Add.
14109         (mail-add-payment): New optional argument.  Conditionally start
14110         asynchronous calculation.
14111         (mail-add-payment-async): Add.
14112
14113         * message.el (message-send-mail): Wait for asynchronous hashcash
14114         results.  Don't clobber existing X-Hashcash headers.
14115         (message-setup-1): Call mail-add-payment-async when
14116         message-generate-hashcash is non-nil.
14117
14118 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14119
14120         * message.el (message-use-alternative-email-as-from): Examine the
14121         From header as well; use message-make-from in order to include a
14122         user's full name.
14123
14124 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14127         default; improve customization type.
14128         (gnus-emphasis-custom-with-format): New macro.
14129         (gnus-emphasis-custom-value-to-external): New function.
14130         (gnus-emphasis-custom-value-to-internal): New function.
14131
14132 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14133
14134         * dns.el (query-dns): Resolve reverse addresses.
14135
14136 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14137
14138         * gnus-group.el (gnus-group-get-new-news): Use it.
14139
14140         * gnus-start.el (gnus-check-reasonable-setup): New function.
14141
14142 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14145         "Args out of range" error.  Reported by Arnaud Giersch
14146         <arnaud.giersch@free.fr>.
14147
14148 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14149
14150         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14151
14152 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14153
14154         * spam.el (spam group): Add :version.
14155
14156         * pgg-def.el (pgg group): Add :version.
14157
14158 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * gnus-art.el (gnus-article-edit-article): Don't associate the
14161         article buffer with a draft file.  This is a temporary measure
14162         against the 2004-08-22 change to gnus-article-edit-mode.
14163
14164 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14167         (html2text-format-tags): Remove unused variable `attr'.
14168
14169 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14172
14173         * tls.el (tls-process-connection-type, tls-success)
14174         (tls-certtool-program): Add :version.
14175
14176         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14177         (starttls-extra-arguments, starttls-process-connection-type)
14178         (starttls-connect, starttls-failure, starttls-success): Add :version.
14179
14180         * spam-stat.el (spam-stat): Add :version.
14181
14182         * sieve.el (sieve): Add :version.
14183
14184         * sha1.el (sha1): Add :version.
14185         (sha1-use-external): Remove redundant version.
14186
14187         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14188         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14189         (nnmail-split-fancy-match-partial-words)
14190         (nnmail-split-lowercase-expanded): Add :version.
14191
14192         * nndiary.el (nndiary): Add :version.
14193
14194         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14195
14196         * mml-sec.el (mml-default-sign-method)
14197         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14198         Add :version.
14199
14200         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14201
14202         * mm-url.el (mm-url-use-external, mm-url-program)
14203         (mm-url-arguments): Add :version.
14204
14205         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14206         (mm-attachment-file-modes, mm-decrypt-option)
14207         (mm-w3m-safe-url-regexp): Add :version.
14208
14209         * message.el (message-cite-prefix-regexp)
14210         (message-sendmail-envelope-from, message-minibuffer-local-map)
14211         (message-user-fqdn, message-completion-alist): Add :version.
14212
14213         * gnus-win.el (gnus-configure-windows-hook)
14214         (gnus-use-frames-on-any-display): Add :version.
14215
14216         * gnus-art.el (gnus-article-address-banner-alist)
14217         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14218         (gnus-treat-from-picon, gnus-treat-mail-picon)
14219         (gnus-treat-x-pgp-sig): Add :version.
14220
14221         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14222         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14223         (gnus-summary-article-delete-hook)
14224         (gnus-summary-display-while-building): Add :version.
14225
14226         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14227         (gnus-get-top-new-news-hook): Add :version.
14228
14229         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14230         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14231
14232         * gnus-registry.el (gnus-registry): Add :version.
14233
14234         * gnus-spec.el (gnus-use-correct-string-widths)
14235         (gnus-make-format-preserve-properties): Add :version.
14236
14237         * gnus.el (gnus-group-charter-alist)
14238         (gnus-group-fetch-control-use-browse-url)
14239         (gnus-install-group-spam-parameters): Add :version.
14240
14241         * gnus-diary.el (gnus-diary): Add :version.
14242
14243         * gnus-delay.el (gnus-delay): Add :version.
14244
14245         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14246         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14247         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14248         Add :version.
14249
14250         * gnus-agent.el (gnus-agent-max-fetch-size)
14251         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14252         (gnus-agent-prompt-send-queue): Add :version.
14253
14254         * deuglify.el (gnus-outlook-deuglify): Add :version.
14255
14256         * html2text.el: Beautify code.  Improve doc strings.  Some
14257         checkdoc cleanup.
14258         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14259
14260 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14261
14262         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14263
14264 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14265
14266         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14267         when package is loaded.
14268
14269         * spam.el (spam-summary-score-preferred-header): Add global preference
14270         for people who want to override the default SpamAssassin over
14271         Bogofilter preference (when both are set).
14272         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14273         (spam-user-format-function-S): Check
14274         spam-summary-score-preferred-header.
14275         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14276         (spam-user-format-function-S): Format the score correctly.
14277
14278 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14281         signature file.  Suggested by Manoj Srivastava
14282         <srivasta@golden-gryphon.com>.
14283
14284         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14285         iso-2022-jp even in the Japanese language environment.
14286         Suggested by Jason Rumney <jasonr@gnu.org>.
14287
14288 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14291         use the same characters as the dummy marks; make it free from
14292         getting affected by the language environment.
14293         (gnus-summary-read-group-1): Update mark positions only when the
14294         format spec is updated.
14295
14296         * gnus-spec.el (gnus-update-format-specifications): Return a list
14297         of updated types.
14298
14299 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14302         of boundp to check if display-warning is available.
14303
14304 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14305
14306         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14307
14308 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * nnspool.el (nnspool-spool-directory): Use news-path if the
14311         news-directory variable is not bound.
14312
14313         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14314         function instead of display-warning if it is not available.
14315
14316 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14317
14318         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14319         v5-10: Use `point-at-bol'.
14320
14321 2004-10-26  Simon Josefsson  <jas@extundo.com>
14322
14323         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14324         <chenggao@gmail.com>.
14325
14326 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14329         instead.
14330
14331 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14332
14333         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14334         to remove a server from the nnimap-server-buffer-alist.
14335         (nnimap-open-connection, nnimap-close-server): Use it.
14336
14337         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14338
14339 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14342         running the major-mode function.
14343
14344 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14347         dummy marks in the right way.
14348
14349 2004-10-18  David Edmondson  <dme@dme.org>
14350
14351         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14352         excessively.
14353
14354 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14355
14356         * gnus-util.el (gnus-split-references): Accept a nil references
14357         string and go on blissfully.
14358
14359         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14360         cases where the references string is non-nil but has no references.
14361
14362         * encrypt.el: Add autoload tags.
14363
14364         * spam.el (spam-resolve-registrations-routine): Remove article
14365         from unregistration list too.  Reported by David Hanak
14366         <dhanak@isis.vanderbilt.edu>
14367
14368 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14371         nil.  Changed custom type.
14372
14373 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14376
14377         * gnus-sum.el (gnus-summary-move-article): Use it.
14378
14379 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14380
14381         * encrypt.el: Add autoload cookies.
14382
14383         * spam.el (spam-backend-article-list-property)
14384         (spam-backend-get-article-todo-list)
14385         (spam-backend-put-article-todo-list)
14386         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14387         Resolve registrations separately.
14388         (spam-register-routine): Format comments.
14389         (spam-unregister-routine, spam-register-routine): Always call with
14390         specific-articles, no default list.
14391         (spam-summary-prepare-exit): Use the spam-classifications function.
14392
14393         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14394         gnus-encrypt.el.
14395
14396         * encrypt.el: Copied from gnus-encrypt.el.
14397
14398         * gnus-encrypt.el: Commented that it's obsolete.
14399
14400 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14403         (gnus-score-save): Use it.
14404
14405         * message.el (message-bury): Use `window-dedicated-p'.
14406
14407 2004-10-15  Simon Josefsson  <jas@extundo.com>
14408
14409         * pop3.el (top-level): Don't require nnheader.
14410         (pop3-read-timeout): Add.
14411         (pop3-accept-process-output): Add.
14412         (pop3-read-response, pop3-retr): Use it.
14413
14414 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14415
14416         * spam.el (spam-register-routine): Move comment.
14417         (spam-verify-bogofilter): Use 'unknown for the initial
14418         spam-bogofilter-valid state, not 'never.
14419
14420         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14421         for netrc-machine.
14422
14423         * nnimap.el (nnimap-open-connection): Use
14424         netrc-machine-user-or-password.
14425
14426 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14427
14428         * gnus-registry.el (gnus-registry-unload-hook):
14429         Set as a variable with add-hook.
14430
14431         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14432         of news-path.
14433
14434         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14435
14436         * spam.el: Delete duplicate `provide'.
14437         (spam-unload-hook): Set as a variable with add-hook.
14438
14439 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14442         in the doc string.
14443
14444         * message.el (message-ignored-news-headers)
14445         (message-ignored-supersedes-headers)
14446         (message-ignored-resent-headers)
14447         (message-forward-ignored-headers): Improve custom type.
14448
14449 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * message.el (message-tokenize-header): Fix 2004-09-06 change
14452         which used point-min in the wrong place.
14453
14454 2004-10-12  Simon Josefsson  <jas@extundo.com>
14455
14456         * tls.el (tls-certtool-program): New variable.
14457         (tls-certificate-information): New function, based on
14458         ssl-certificate-information.
14459
14460 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * compface.el: Move the version of ELisp-based uncompface program
14463         to the contrib directory because of the copyright problem.
14464
14465 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14466
14467         * message.el (message-kill-buffer): Raise the current frame.
14468
14469 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14472
14473         * gnus.el (message-y-or-n-p): Autoload.
14474
14475         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14476         (pop3-password-required, pop3-authentication-scheme)
14477         (pop3-leave-mail-on-server): Made customizable.
14478         (pop3): New custom group.
14479         (pop3-retr): Remove `sleep-for' statements.
14480         Suggested by Dave Love <fx@gnu.org>.
14481
14482         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14483         Windows/DOS.
14484
14485         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14486         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14487         Dave Love <fx@gnu.org>.
14488
14489         * mml.el (mml-minibuffer-read-disposition): Require match.
14490         Suggested by Dave Love <fx@gnu.org>.
14491
14492 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14495         doc string.
14496
14497 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14500
14501 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14502
14503         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14504         instead of calling `mm-insert-inline', to decode text/* parts
14505         before displaying them.
14506
14507 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * mm-uu.el (mm-uu-text-plain-type): New variable.
14510         (mm-uu-pgp-signed-extract-1): Use it.
14511         (mm-uu-pgp-encrypted-extract-1): Use it.
14512         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14513         bind mm-uu-text-plain-type with that value.
14514         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14515         mm-uu-dissect.
14516
14517 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * gnus-group.el (gnus-update-group-mark-positions):
14520         * gnus-sum.el (gnus-update-summary-mark-positions):
14521         * message.el (message-check-news-body-syntax):
14522         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14523         of string-as-multibyte.
14524
14525 2004-10-05  Juri Linkov  <juri@jurta.org>
14526
14527         * gnus-group.el (gnus-update-group-mark-positions):
14528         * gnus-sum.el (gnus-update-summary-mark-positions):
14529         * message.el (message-check-news-body-syntax):
14530         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14531         8-bit unibyte values to a multibyte string for search functions.
14532
14533 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14536         (mm-uu-dissect-text-parts): New function.
14537
14538         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14539         dissect text parts.
14540
14541         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14542         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14543
14544         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14545
14546         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14547         gnus-current-topics instead of gnus-current-topic.
14548
14549 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14550
14551         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14552
14553 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14554
14555         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14556         where approriate.
14557
14558         * nnml.el (nnml-generate-active-info): do.
14559
14560         * nndiary.el (nndiary-generate-active-info): do.
14561
14562         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14563         (gnus-topic-move): do.
14564
14565         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14566         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14567
14568         * gnus-srvr.el (gnus-server-prepare)
14569         (gnus-server-open-all-servers): do.
14570
14571         * gnus-msg.el (gnus-summary-cancel-article)
14572         (gnus-summary-resend-message)
14573         (gnus-summary-mail-crosspost-complaint): do.
14574
14575         * gnus-move.el (gnus-change-server): do.
14576
14577         * gnus-group.el (gnus-group-unmark-all-groups)
14578         (gnus-group-set-current-level): do.
14579
14580 2004-10-04  Simon Josefsson  <jas@extundo.com>
14581
14582         * message.el (message-generate-hashcash): Doc fix.
14583
14584 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14585
14586         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14587         avoid infinite recursion via gnus-get-function.
14588
14589 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14590
14591         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14592
14593         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14594
14595         * nnmail.el (nnmail-split-history): do.
14596
14597         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14598         (nnml-request-delete-group): do.
14599
14600         * nnslashdot.el (nnslashdot-read-groups): do.
14601
14602         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14603         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14604
14605         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14606         (nnspool-sift-nov-with-sed): Use last.
14607         (nnspool-retrieve-headers-with-nov): Use mapc.
14608         (nnspool-request-newgroups): Use dolist.
14609         (nnspool-request-group): Use last.
14610
14611         * nntp.el (nntp-read-server-type): Use dolist.
14612
14613         * nnvirtual.el (nnvirtual-create-mapping)
14614         (nnvirtual-update-read-and-marked): Use dolist.
14615         (nnvirtual-convert-headers): Simplify.
14616
14617 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14618
14619         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14620         support for sync'ing tick marks.
14621
14622 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14625         there's no visible header.
14626
14627 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14628
14629         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14630         necessary, pass full group name to gnus-request-set-marks.
14631
14632 2004-10-01  Simon Josefsson  <jas@extundo.com>
14633
14634         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14635         acroread.
14636
14637 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14638
14639         * spam-report.el (spam-report-gmane): Fix interactive.
14640
14641         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14642
14643         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14644         when writing file.
14645         (gnus-agent-synchronize-flags): Don't default to being
14646         interactive.
14647
14648 2004-09-30  Simon Josefsson  <jas@extundo.com>
14649
14650         * message.el (message-generate-hashcash): Add.
14651         (message-send-mail): Use it, call mail-add-payment.
14652
14653 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14654
14655         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14656
14657 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14658
14659         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14660         gnus-requst-update-info with explicit code to sync the in-memory
14661         info read flags with the marks being sync'd to the backend.
14662
14663         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14664
14665 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14666
14667         * spam.el (spam-verify-bogofilter): Add new function.
14668         (spam-check-bogofilter)
14669         (spam-bogofilter-register-with-bogofilter): Use it.
14670         (spam-verify-bogofilter): Add small fixes.
14671
14672 2004-09-28  Simon Josefsson  <jas@extundo.com>
14673
14674         * hashcash.el (hashcash-generate-payment): Revert.
14675
14676 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14677
14678         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14679         gnus-extract-references instead of gnus-split-references.
14680
14681         * gnus-util.el (gnus-extract-references): Add new function, analogous
14682         to gnus-split-references but extracts only the message-ID without
14683         anything extra.
14684
14685         * hashcash.el (hashcash-generate-payment)
14686         (hashcash-check-payment): Do the right thing if hashcash-path is
14687         nil (because the hashcash program could not be found).
14688
14689         * spam.el (spam-use-hashcash): Remove comment.
14690
14691 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14692
14693         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14694         (gnus-cache-enter-article, gnus-cache-remove-article)
14695         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14696
14697         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14698
14699         * gnus-art.el (article-hide-boring-headers)
14700         (article-translate-strings, article-display-face)
14701         (gnus-article-mime-match-handle-first)
14702         (gnus-article-highlight-headers)
14703         (gnus-article-add-buttons-to-head): do.
14704
14705 2004-09-27  Simon Josefsson  <jas@extundo.com>
14706
14707         * hashcash.el: New version, from
14708         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14709         ../contrib/.
14710
14711 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14714
14715 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14716
14717         * gnus-dup.el (gnus-dup-open): Use mapc.
14718         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14719
14720         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14721         Reported by Stefan Wiens <s.wi@gmx.net>.
14722
14723         * gnus.el (gnus-shutdown): Use dolist.
14724
14725         * gnus-undo.el (gnus-undo): Use mapc.
14726
14727         * nnrss.el (nnrss-generate-active): do.
14728
14729         * message.el (message-cite-original-without-signature)
14730         (message-cite-original): Use mapc.
14731         (message-do-actions, message-make-forward-subject): Use dolist.
14732
14733 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14734
14735         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14736         deletion to remove entire duplicate line.  Fixes merged article
14737         number bug.
14738
14739 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14740
14741         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14742         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14743         first ask if you want to open a server and then, even when you
14744         responded with no, asking if you want to synchronize the server's
14745         flags.
14746         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14747         multi-line expressions.
14748         (gnus-agent-synchronize-group-flags): New internal function.
14749         Updates marks in memory (in the info structure) AND in the
14750         backend.
14751
14752         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14753
14754         * nnagent.el (nnagent-request-set-mark): Use
14755         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14756         method, to ensure that synchronization updates marks in the
14757         backend and in the info (in memory) structure.
14758
14759 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14762         convention fully; don't miss the root article of a thread; make
14763         the X-Draft-From header with correct article numbers.
14764
14765 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14766
14767         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14768         unless plugged.  Disable the agent so that an open failure causes
14769         an error.
14770
14771         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14772         Reverted 2004-09-21 change.  The backend must be opened while
14773         synchronizing flags even when the backend stores the flags
14774         locally.
14775
14776 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14779         in `header' match.  Reported by Svend Tollak Munkejord.
14780
14781         * message.el (message-cite-original): Fix use of
14782         `message-cite-articles-with-x-no-archive'.
14783
14784 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14787         (gnus-window-to-buffer): Ditto.
14788
14789         * mml.el (mml-preview-buffer): New variable.
14790         (mml-preview): Manage window layout with gnus-buffer-configuration.
14791
14792         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14793         X-Draft-From header even if those articles aren't quoted.
14794
14795 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14796
14797         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14798         (gnus-request-set-mark, gnus-request-update-mark): Use new
14799         g-s-t-u-l-m to decide to use backend even when unplugged.
14800
14801 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14804         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14805
14806 2004-09-20  Simon Josefsson  <jas@extundo.com>
14807
14808         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14809         "utf-16-le".
14810
14811 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14812
14813         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14814
14815 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14816
14817         * uudecode.el (uudecode-use-external): Add :version.
14818
14819         * smime.el (smime-CA-file, smime-encrypt-cipher)
14820         (smime-dns-server): Add :version.
14821
14822         * smiley.el (gnus-smiley-file-types): Add :version.
14823
14824         * sha1.el (sha1-use-external): Add :version.
14825
14826         * pgg-def.el (pgg-query-keyserver): Add :version.
14827
14828         * nnmail.el (nnmail-fancy-expiry-targets)
14829         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14830         Add :version.
14831
14832         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14833         (nnimap-retrieve-groups-asynchronous): Add :version.
14834         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14835
14836         * mml.el (mml-content-disposition-parameters)
14837         (mml-insert-mime-headers-always): Add :version.
14838
14839         * mm-util.el (mm-coding-system-priorities): Add :version.
14840
14841         * mm-decode.el (mm-inline-text-html-with-images)
14842         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14843         (mm-verify-option): Add :version.
14844         (mm-text-html-renderer): Change :version.
14845
14846         * message.el (message-fcc-externalize-attachments)
14847         (message-required-headers, message-draft-headers)
14848         (message-subject-trailing-was-query)
14849         (message-subject-trailing-was-ask-regexp)
14850         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14851         (message-mark-insert-end, message-archive-header)
14852         (message-archive-note, message-cross-post-default)
14853         (message-cross-post-note, message-followup-to-note)
14854         (message-cross-post-note-function, message-use-mail-followup-to)
14855         (message-subscribed-address-functions)
14856         (message-subscribed-address-file, message-subscribed-addresses)
14857         (message-subscribed-regexps, message-allow-no-recipients)
14858         (message-yank-cited-prefix, message-signature-insert-empty-line)
14859         (message-hidden-headers, message-hierarchical-addresses)
14860         (message-mail-user-agent, message-use-idna)
14861         (message-valid-fqdn-regexp)
14862         (message-strip-special-text-properties, message-header-synonyms)
14863         (message-beginning-of-line, message-tab-body-function): Add :version.
14864         (message-insert-canlock, message-wide-reply-confirm-recipients):
14865         Change :version.
14866
14867         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14868         and :version.
14869         (mail-source-delete-old-incoming-confirm)
14870         (mail-source-movemail-program): Add :version.
14871
14872         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14873         (gnus-agent-cache, gnus-agent): Change :version.
14874
14875         * gnus-util.el (gnus-use-byte-compile): Change :version.
14876
14877         * gnus-sum.el (gnus-summary-make-false-root-always)
14878         (gnus-summary-default-high-score)
14879         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14880         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14881         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14882         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14883         (gnus-sum-thread-tree-single-indent)
14884         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14885         (gnus-sum-thread-tree-leaf-with-other)
14886         (gnus-sum-thread-tree-single-leaf): Add :version.
14887         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14888         (gnus-article-loose-mime): Change :version.
14889
14890         * gnus-start.el (gnus-backup-startup-file)
14891         (gnus-save-startup-file-via-temp-buffer): Add :version.
14892
14893         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14894         (gnus-server-offline-face): Add :version.
14895
14896         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14897
14898         * gnus-msg.el (gnus-gcc-externalize-attachments)
14899         (gnus-debug-files, gnus-debug-exclude-variables)
14900         (gnus-discouraged-post-methods): Change :version.
14901         (gnus-confirm-mail-reply-to-news)
14902         (gnus-confirm-treat-mail-like-news): Add :version.
14903
14904         * gnus-int.el (gnus-server-unopen-status): Add :version.
14905
14906         * gnus-group.el (gnus-group-jump-to-group-prompt)
14907         (gnus-large-ephemeral-newsgroup)
14908         (gnus-fetch-old-ephemeral-headers): Add :version.
14909
14910         * gnus-fun.el (gnus-x-face-directory)
14911         (gnus-convert-pbm-to-x-face-command)
14912         (gnus-convert-image-to-x-face-command)
14913         (gnus-convert-image-to-face-command): Add :version.
14914
14915         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14916
14917         * gnus-cite.el (gnus-cite-blank-line-after-header)
14918         (gnus-article-boring-faces): Add :version.
14919
14920         * gnus-art.el (gnus-buttonized-mime-types)
14921         (gnus-inhibit-mime-unbuttonizing)
14922         (gnus-treat-display-face)
14923         (gnus-treat-body-boundary): Change :version.
14924         (gnus-body-boundary-delimiter, gnus-picon-databases)
14925         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14926         (gnus-treat-date-english, gnus-treat-fold-headers)
14927         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14928         (gnus-treat-mail-picon, gnus-treat-wash-html)
14929         (gnus-article-encrypt-protocol)
14930         (gnus-use-idna, gnus-article-over-scroll)
14931         (gnus-mime-display-multipart-alternative-as-mixed)
14932         (gnus-mime-display-multipart-related-as-mixed)
14933         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14934         (gnus-ctan-url, gnus-button-ctan-handler)
14935         (gnus-button-handle-ctan-bogus-regexp)
14936         (gnus-button-ctan-directory-regexp)
14937         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14938         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14939         (gnus-button-man-level, gnus-button-emacs-level)
14940         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14941
14942         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14943         (gnus-agent-go-online): Change :version.
14944         (gnus-agent-expire-unagentized-dirs)
14945         (gnus-agent-auto-agentize-methods): Add :version.
14946
14947         * flow-fill.el (fill-flowed-display-column)
14948         (fill-flowed-encode-column): Add :version.
14949
14950         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14951         (gnus-outlook-deuglify-unwrap-max)
14952         (gnus-outlook-deuglify-cite-marks)
14953         (gnus-outlook-deuglify-unwrap-stop-chars)
14954         (gnus-outlook-deuglify-no-wrap-chars)
14955         (gnus-outlook-deuglify-attrib-cut-regexp)
14956         (gnus-outlook-deuglify-attrib-verb-regexp)
14957         (gnus-outlook-deuglify-attrib-end-regexp)
14958         (gnus-outlook-display-hook): Add :version.
14959
14960         * binhex.el (binhex-use-external): Add :version.
14961
14962 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14965         and `invisible'.
14966
14967 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14968
14969         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14970         in gnus-registry-trim.
14971
14972 2004-09-13  Simon Josefsson  <jas@extundo.com>
14973
14974         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14975
14976         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14977
14978         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14979         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14980         <yamaoka@jpl.org>.
14981         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14982         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14983         <yamaoka@jpl.org>.
14984
14985         * sieve.el (sieve-manage-mode): Ditto.
14986
14987 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14990
14991 2004-09-11  Simon Josefsson  <jas@extundo.com>
14992
14993         * dns-mode.el: Add.
14994
14995         * mm-view.el (mm-display-dns-inline): Add.
14996
14997         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14998         (mm-automatic-display): Ditto.
14999
15000         * mailcap.el (mailcap-mime-data): Add text/dns.
15001         (mailcap-mime-extensions): Map .soa to text/dns.
15002
15003 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15004
15005         * gnus-art.el (article-decode-mime-words, article-babel)
15006         (gnus-article-highlight-signature, gnus-article-add-buttons)
15007         (gnus-signature-toggle): Remove unnecessary bindings of
15008         `inhibit-read-only' inherited from v5.10 merge.
15009
15010 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * nntp.el (nntp): New customization group.
15013         (nntp-authinfo-file): Add customization group.
15014
15015         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15016
15017         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15018
15019         * gnus.el (to-address, to-list, subscribed)
15020         (large-newsgroup-initial): Ditto.
15021
15022         * flow-fill.el (fill-flowed-display-column)
15023         (fill-flowed-encode-column): Ditto.
15024
15025 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15026
15027         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15028         Use point-min rather than 1.
15029         (message-send-mail): Use buffer-size rather than point-max.
15030
15031         * gnus-sum.el (gnus-summary-search-article-forward):
15032         Signal a specific `search-failed' rather than a generic `error'.
15033
15034         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15035         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15036         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15037
15038 2004-09-10  Simon Josefsson  <jas@extundo.com>
15039
15040         * nndb.el (require): Remove tcp and duplicate cl.
15041
15042 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * gnus-agent.el (directory-files-and-attributes): Move forward.
15045
15046 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15047
15048         * gnus-agent.el (directory-files-and-attributes): Optionally
15049         defined to support XEmacs.
15050
15051 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15052
15053         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15054         to avoid run-time CL dependencies.
15055         (gnus-agent-unfetch-articles): New function.
15056         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15057         article numbers even when local .overview file is missing.
15058         (gnus-agent-read-article-number): New function.  Only accepts
15059         27-bit article numbers.
15060         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15061         gnus-agent-read-article-number.
15062         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15063         from backend while recognizing that article numbers in .overview
15064         must be valid.
15065         (gnus-agent-update-files-total-fetched-for): Use
15066         directory-files-and-attributes to improve performance.
15067         * gnus-int.el (gnus-request-move-article): Use
15068         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15069         improve performance.
15070
15071         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15072         some users confused by references to .newsrc when they only have a
15073         .newsrc.eld file.
15074         (gnus-convert-mark-converter-prompt)
15075         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15076         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15077         New function.  Used internally to only display 'gnus converting
15078         files' message when actually necessary.
15079
15080         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15081         methods now autoloaded.
15082
15083 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15086         identifiers.
15087
15088 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15089
15090         * gnus-picon.el: Fix indentation and closing parenthesis.
15091
15092 2004-09-01  Simon Josefsson  <jas@extundo.com>
15093
15094         * message.el (message-canlock-generate): Require sha1, not
15095         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15096         to require within a function.  Sadly, if sha1.el isn't loaded, the
15097         let binding in m-c-g will hide the defcustom definition, which is
15098         bad.)
15099
15100         * canlock.el: Require sha1, not sha1-el.
15101
15102         * message.el: Don't autoload sha1 (there is a autoload cookie in
15103         sha1.el).
15104
15105         * sha1-el.el: Renamed to sha1.el.
15106
15107 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15108
15109         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15110
15111 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15112
15113         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15114
15115 2004-08-30  Kim F. Storm  <storm@cua.dk>
15116
15117         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15118
15119         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15120         Add :group 'nnimap.
15121
15122 2004-08-30  Andreas Schwab  <schwab@suse.de>
15123
15124         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15125         ?* and ?\;.
15126
15127         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15128         and ?\' to symbol instead of whitespace.
15129
15130 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15133
15134         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15135         instead of re-search-forward.
15136
15137         * gnus-uu.el (gnus-uu-save-article): Ditto.
15138         (gnus-uu-post-encode-uuencode): Ditto.
15139
15140         * html2text.el (html2text-clean-list-items): Ditto.
15141         (html2text-clean-dtdd): Ditto.
15142         (html2text-format-tags): Ditto.
15143
15144         * message.el (message-send-mail-with-sendmail): Fix regexp.
15145         (message-fill-field-general): Use search-forward instead of
15146         re-search-forward.
15147         (unbold-region): Ditto.
15148
15149         * nnrss.el (nnrss-request-article): Ditto.
15150
15151         * nnslashdot.el (nnslashdot-request-article): Ditto.
15152
15153         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15154
15155         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15156         "Unrecognized menu descriptor" error in XEmacs.
15157
15158 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15159
15160         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15161         parent article of a sparse article in the thread hashtb.
15162
15163 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15164
15165         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15166         (nnmail-expand-newtext): Lowercase expanded entries if
15167         nnmail-split-lowercase-expanded is non-nil.
15168
15169 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15172
15173         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15174         of gnus-tmp-news-method into string under XEmacs.  It will be
15175         passed to gnus-correct-length which takes only a string argument.
15176
15177 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * gnus-util.el (gnus-bind-print-variables): New macro.
15180         (gnus-prin1): Use it.
15181         (gnus-prin1-to-string): Use it.
15182         (gnus-pp): New function.
15183         (gnus-pp-to-string): New function.
15184
15185         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15186         Replace pp-to-string with gnus-pp-to-string.
15187         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15188         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15189         * gnus-msg.el (gnus-debug): Ditto.
15190         * gnus-score.el (gnus-score-save): Ditto.
15191         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15192         gnus-pp-to-string.
15193         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15194         with gnus-pp.
15195         * score-mode.el (gnus-score-pretty-print): Ditto.
15196         * webmail.el (webmail-debug): Ditto.
15197
15198 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gnus-art.el (article-display-face, article-display-x-face):
15201         Use buffer-read-only.
15202
15203 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * gnus-art.el (article-hide-list-identifiers):
15206         Bind inhibit-read-only as t.
15207
15208 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15209
15210         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15211
15212 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15213
15214         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15215         (gnus-narrow-to-page): Don't assume point-min == 1.
15216         (gnus-article-edit-mode): Derive from message-mode.
15217
15218         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15219         point-min == 1.
15220
15221         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15222         Disable incorrect use of `assert'.
15223
15224         * message.el (message-mode): Set comment-start-skip.
15225
15226
15227 2004-08-22  Sam Steingold  <sds@gnu.org>
15228
15229         * pop3.el (pop3-leave-mail-on-server): New user variable.
15230         (pop3-movemail): Delete mail only when it is nil.
15231
15232 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15233
15234         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15235
15236         * mml.el (mml-preview): Use `pop-to-buffer'.
15237
15238         * message.el (message-goto-mail-followup-to): Insert after "To".
15239         (message-carefully-insert-headers): Add comment.
15240
15241         * gnus.el: Remove unused variable `gnus-article-check-size'.
15242
15243         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15244
15245         * gnus-art.el (gnus-button-alist): Improve
15246         `gnus-button-handle-library' entry.
15247
15248 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15249
15250         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15251         downcase, since XEmacs capitalizes error messages differently.
15252
15253 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15254
15255         * nntp.el: Add (require 'gnus) due to reference to
15256         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15257
15258 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15259
15260         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15261         `mm-fill-flowed'.
15262
15263         * mm-decode.el (mm-dissect-singlepart): Check it.
15264
15265 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15266
15267         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15268         'imap' for netrc parsing.
15269
15270 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15271
15272         * mailcap.el (mailcap-mime-data): Mark as risky.
15273
15274 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15277         may be included in the encoded word.
15278         (rfc2047-encode): Don't append a space if the encoded word
15279         includes close parenthesis.
15280
15281 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15284         of text within parentheses.
15285
15286 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15287
15288         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15289         (gnus-encrypt-write-file-contents): Make the password key the file
15290         name PLUS the cipher, not just the cipher.  Also remove failed
15291         passwords from the cache.
15292
15293 2004-08-06  Simon Josefsson  <jas@extundo.com>
15294
15295         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15296         fix.
15297
15298 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15301         LWSP.
15302
15303 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15304
15305         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15306         to append in-reply-to: data to the references: header.
15307
15308         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15309         (netrc-parse): Use gnus-encrypt.el functions.
15310
15311         * gnus-encrypt.el: Add new file for encryption support; currently
15312         does only a few GPG ciphers and an internal XOR cipher.
15313
15314         * password.el: Add comments on using password-read-and-add.
15315         (password-read-and-add): Add function to read and add the
15316         password to the cache at once.
15317
15318 2004-07-28  Simon Josefsson  <jas@extundo.com>
15319
15320         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15321         parameter (but don't use it, for now).
15322
15323         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15324         instead of hard coding to nil.
15325
15326 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15329         as mm-inline-image-xemacs does.
15330
15331 2004-07-26  Simon Josefsson  <jas@extundo.com>
15332
15333         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15334         Revert part of 2004-07-17 change below.
15335
15336 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15339         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15340
15341 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15342
15343         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15344         quotes that actually start with ">" at the beginning of the
15345         lines.
15346
15347 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * rfc2047.el (rfc2047-encode-region): Fix last change.
15350         (rfc2047-encode-parameter): Remove useless concat.
15351
15352 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15355         encode special characters; fix some kind of misconfigured headers;
15356         signal a real error if debug-on-quit or debug-on-error is non-nil.
15357         (rfc2047-encode-max-chars): New variable.
15358         (rfc2047-encode-1): Use it.
15359         (rfc2047-encode-parameter): New function.
15360
15361         * mml.el (mml-insert-parameter): Remove an excessive space.
15362
15363 2004-07-17  Simon Josefsson  <jas@extundo.com>
15364
15365         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15366         Kai Grossjohann <kai@emptydomain.de>.
15367         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15368         (gnus-group-make-menu-bar): Ditto.
15369
15370         * gnus-util.el (gnus-group-server): Add.
15371
15372 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15373
15374         * message.el (message-clone-locals): Clone sendmail and smtp
15375         variables.
15376
15377 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * rfc2047.el (rfc2047-encode-region): Fix last change.
15380
15381 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15384         characters as non-special.
15385
15386 2004-07-09  Simon Josefsson  <jas@extundo.com>
15387
15388         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15389         Users will lose all flag changes made while unplugged with
15390         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15391         good default.  See numerous reports on ding mailing list.
15392
15393 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15396         add generate-head-function and generate-article-function to the
15397         rfc822-forward entry.
15398         (nndoc-rfc822-forward-generate-article): New function.
15399         (nndoc-rfc822-forward-generate-head): New function.
15400
15401         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15402
15403 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15404
15405         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15406         respect display group parameter and gnus-summary-expunge-below.
15407         (gnus-articles-to-read): Remove unused reference to display group
15408         parameter.
15409
15410 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411
15412         * nnheader.el (nnheader-uniquify-message-id): New experimental
15413         variable.
15414         (nnheader-nov-read-message-id): Use it.
15415
15416         * spam-report.el (spam-report-gmane): Add interactive.
15417
15418 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15421         qp-or-base64 for the application/* types.
15422
15423 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15424
15425         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15426
15427 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15428
15429         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15430         trim value.
15431
15432 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15433
15434         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15435         New macro and function.
15436         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15437
15438 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15441         after-load-alist.
15442
15443 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15444
15445         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15446         update info that isn't there.
15447
15448 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15449
15450         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15451         entry.
15452
15453 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * mm-view.el (mm-inline-render-with-function): Use multibyte
15456         buffer; decode html source by charset.
15457
15458         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15459
15460         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15461         Mule-UCS is loaded under XEmacs.
15462         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15463
15464 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15465
15466         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15467
15468 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * mm-util.el (mm-coding-system-p): Return a coding-system.
15471         (mm-mime-mule-charset-alist): Use shift_jis instead of
15472         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15473         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15474         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15475         instead of japanese-shift-jis and iso-latin-1 respectively in
15476         order to share the default value with both Emacs and XEmacs-mule.
15477         (mm-mule-charset-to-mime-charset): Make
15478         mm-coding-system-priorities effective.
15479         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15480         while predicating of candidates upon the priorities.
15481
15482 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15483
15484         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15485         gnus-uu-invert-processable.
15486
15487         * gnus.el: Autoload gnus-uu-invert-processable.
15488
15489 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * mm-util.el (mm-with-multibyte-buffer): New macro.
15492
15493         * rfc2047.el (rfc2047-encode-string): Use it.
15494         (rfc2047-encode-region): Move point to the end of the region after
15495         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15496
15497 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15500         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15501
15502 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15505         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15506         Karl Chen <quarl@nospam.quarl.org>.
15507
15508 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15509
15510         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15511         invalid addresses.
15512
15513 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * spam.el: Change section markers, revise TODO list.
15516         (spam-backends): Make new master list of all installed backends.
15517         (spam-summary-exit-behavior): Add new variable to determine how
15518         messages moves are done at summary exit.
15519         (spam-move-spam-nonspam-groups-only)
15520         (spam-process-ham-in-nonham-groups)
15521         (spam-process-ham-in-spam-groups): Remove variables, the
15522         spam-summary-exit-behavior variable should be used to manage this
15523         behavior.
15524         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15525         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15526         and spam-old-spam-articles.
15527         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15528         Add empty variables, placeholders for the backends they represent.
15529         (spam-set-difference): Move, unchanged.
15530         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15531         unless the user has a processor variable.
15532         (spam-classifications, spam-classification-valid-p)
15533         (spam-backend-properties, spam-backend-property-valid-p)
15534         (spam-backend-function-type-valid-p)
15535         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15536         (spam-report-articles-gmane, spam-report-articles-resend):
15537         Remove functions, they are not needed.
15538         (spam-install-backend-super, spam-backend-list)
15539         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15540         (spam-backend-function, spam-backend-ham-registration-function)
15541         (spam-backend-spam-registration-function)
15542         (spam-backend-ham-unregistration-function)
15543         (spam-backend-spam-unregistration-function)
15544         (spam-backend-statistical-p, spam-backend-mover-p)
15545         (spam-install-backend-alias, spam-install-checkonly-backend)
15546         (spam-install-mover-backend, spam-install-nocheck-backend)
15547         (spam-install-backend, spam-install-statistical-backend)
15548         (spam-install-statistical-checkonly-backend): Add backend installation
15549         support.
15550         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15551         (spam-group-processor-p): Use the new backend code and respect the
15552         summary exit behavior.
15553         (spam-mark-spam-as-expired-and-move-routine): Remove.
15554         (spam-summary-prepare): Change to use the new spam-old-articles
15555         variable.
15556         (spam-copy-or-move-routine, spam-copy-spam-routine)
15557         (spam-move-spam-routine, spam-copy-ham-routine)
15558         (spam-move-ham-routine): Add code to copy/move ham or spam.
15559         (spam-fetch-field-fast): Improve doc and code, plus allow the
15560         'number request.
15561         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15562         variables.
15563         (spam-split, spam-find-spam): Use the new backend code.
15564         (spam-registration-functions): Remove variable.
15565         (spam-unregister-routine): Add convenience wrapper.
15566         (spam-log-undo-registration, spam-register-routine)
15567         (spam-log-processing-to-registry)
15568         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15569         where possible.
15570         (spam-check-gmane-xref, spam-check-regex-headers)
15571         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15572         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15573         (spam-check-bogofilter-headers, spam-check-spamoracle)
15574         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15575         (spam-check-crm114-headers): Use the spam-split-group that
15576         spam-split prepares, no need to determine it every time.
15577
15578         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15579         to the nnheader-parse-naked-head call.
15580
15581         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15582
15583         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15584         the nnheader-nov-read-message-id call.
15585
15586 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15589         gnus-activate-group twice.  Suggested by Markus Peter
15590         <warp@spin.de>.
15591
15592 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * gnus-art.el (gnus-article-time-format): Exchange the order of
15595         day and month in the default value; fix customization type.
15596         (article-date-ut): Use add-text-properties.
15597         (article-make-date-line): Use message-make-date instead of
15598         current-time-string.
15599
15600         * message.el (message-fetch-field): Don't use set-text-properties.
15601         (message-make-date): Simplify.
15602
15603         * messagexmas.el (message-xmas-make-date): New function.
15604         (message-xmas-redefine): Defalias message-make-date to it.
15605
15606 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15609         (rfc2047-encode-region): Treat text within parentheses as special;
15610         show the original text when error has occurred.
15611
15612         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15613         already-computed method to gnus-activate-group.
15614
15615         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15616         same select-methods identical Lisp objects.
15617
15618         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15619         object when modifying the info.
15620
15621 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15624         gnus-opened-servers since it has never been opened with the new
15625         configuration yet.
15626
15627 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15630         arg to nnheader-generate-fake-message-id.
15631
15632 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15633
15634         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15635         number and build a fake message ID localized to a group and
15636         article number (so it's repeatable from that point on).
15637         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15638         ID format.
15639
15640         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15641         nnheader-generate-fake-message-id with the article number.
15642
15643 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15644
15645         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15646         end-of-buffer.
15647
15648 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15649
15650         * message.el (message-ignored-supersedes-headers): Add Approved.
15651
15652 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15655         goto-char.
15656         (rfc2047-encode): Fold the line before encoding.
15657
15658 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15659
15660         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15661         folding -- not all headers can be folded, and this should be done
15662         by the message composition mode.  Probably.  I think.
15663
15664 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15667         fast.
15668
15669         * gnus-ems.el (gnus-remove-image): Don't use
15670         message-text-with-property; remove only the image found first.
15671
15672         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15673         found first.
15674
15675 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15676
15677         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15678
15679 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * message.el (message-text-with-property): Make it fast and accept
15682         optional arguments.
15683         (message-strip-forbidden-properties): Use it.
15684         (message-fix-before-sending): Follow the m-t-w-p change.
15685
15686         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15687
15688 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * gnus-art.el (article-hide-headers): Don't change the buffer
15691         mistakenly when performing mml-preview even if
15692         gnus-single-article-buffer is nil.
15693
15694 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15695
15696         * message.el (message-expand-name-databases): New user option.
15697         (message-expand-name): Use it.
15698
15699 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15700
15701         * spam.el (spam-report-articles-resend)
15702         (spam-report-resend-register-routine): Allow ham reporting.
15703         (spam-report-resend-register-ham-routine): Add wrapper.
15704         (spam-registration-functions): Add ham resending functions.
15705         (spam-list-of-processors): Add ham resend processor.
15706
15707         * gnus.el (ham-resend-to): Add new group parameter.
15708         (spam-process): Add ham resend option.
15709
15710         * spam-report.el (spam-report-resend): Allow reporting ham.
15711         (spam-report-resend-ham): Add wrapper.
15712
15713 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15714
15715         * message.el (message-cite-articles-with-x-no-archive): New
15716         variable.
15717         (message-cite-original): Use it.
15718
15719 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15720
15721         * message.el (message-cite-original): Respect X-No-Archive.
15722
15723 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * gnus-art.el (article-hide-headers): Refer to the values for
15726         gnus-ignored-headers and gnus-visible-headers in the summary
15727         buffer since a user may have set them as group parameters.
15728
15729 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15730
15731         * assistant.el (assistant-node-name): Add convenience function.
15732         (assistant-render-text, assistant-render-node): Add error handling,
15733         plus handle multiple next nodes.
15734         (assistant-find-next-node): Comment out for now.
15735         (assistant-find-next-nodes): Add function, returns list of next
15736         nodes.
15737
15738 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15739
15740         * mail-source.el (mail-source-directory): Fix doc-string.
15741
15742 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15743
15744         * assistant.el (assistant-render-text, assistant-eval): Add :set
15745         widget type, which is different because it takes and returns a
15746         list.  Much hilarity ensues.
15747
15748 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15751
15752         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15753         doc-string.
15754
15755         * gnus-start.el (gnus-activate-group): Added doc-string.
15756
15757 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15760
15761 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15762
15763         * assistant.el (assistant-render-text): Try to add a :set
15764         widget, more to come.
15765
15766         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15767         strings.
15768         (spam-report-articles-resend)
15769         (spam-register-routine): Do registration iff any articles warrant
15770         it.
15771         (spam-summary-prepare-exit): Change log message for nil group
15772         destinations.
15773
15774 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15775
15776         * spam.el (spam-report-resend-register-routine): Allow
15777         spam-report-resend-to to be a group parameter or a global value.
15778
15779 2004-05-26  Simon Josefsson  <jas@extundo.com>
15780
15781         * starttls.el: Merge with my GNUTLS based starttls.el.
15782         (starttls-gnutls-program, starttls-use-gnutls)
15783         (starttls-extra-arguments, starttls-process-connection-type)
15784         (starttls-connect, starttls-failure, starttls-success): New
15785         variables.
15786         (starttls-program, starttls-extra-args): Doc fix.
15787         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15788         functions.
15789         (starttls-negotiate, starttls-open-stream): Check
15790         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15791         function if it is set.
15792
15793 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15796         structured fields.
15797
15798 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15801
15802 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15803
15804         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15805         variable.
15806         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15807         assigning the spam-mark to new messages.
15808
15809 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15810
15811         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15812
15813 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15816
15817         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15818         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15819         default.
15820
15821 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15822
15823         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15824         correct data.
15825
15826 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15827
15828         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15829         (spam-group-processor-p): Fix function.
15830         (spam-group-processor-multiple-p)
15831         (spam-group-spam-processor-report-gmane-p)
15832         (spam-group-spam-processor-report-resend-p)
15833         (spam-group-spam-processor-bogofilter-p)
15834         (spam-group-spam-processor-blacklist-p)
15835         (spam-group-spam-processor-ifile-p)
15836         (spam-group-ham-processor-ifile-p)
15837         (spam-group-spam-processor-spamoracle-p)
15838         (spam-group-spam-processor-crm114-p)
15839         (spam-group-ham-processor-bogofilter-p)
15840         (spam-group-spam-processor-stat-p)
15841         (spam-group-ham-processor-stat-p)
15842         (spam-group-ham-processor-whitelist-p)
15843         (spam-group-ham-processor-BBDB-p)
15844         (spam-group-ham-processor-spamoracle-p)
15845         (spam-group-ham-processor-copy-p): Remove functions with some
15846         prejudice against unneeded code.
15847         (spam-report-articles-resend)
15848         (spam-report-resend-register-routine): Allow the group/topic
15849         spam-resend-to value to override spam-report-resend-to.
15850         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15851         properly now.
15852
15853         * gnus.el (spam-resend-to): Add group/topic parameter.
15854         (spam-process): Move the OBSOLETE processors to the end of the
15855         choices.
15856
15857 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15858
15859         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15860         with resend-to set to nil, and then ask the user if necessary.
15861         (spam-report-resend): spam-report-resend takes a list of articles, not
15862         separate article numbers.
15863
15864 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15867         addition to emacs-w3m.
15868
15869 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15870
15871         * assistant.el (assistant-authinfo-data): New function.
15872         (assistant-eval): Eval for entire assistant.
15873
15874         * netrc.el (netrc-services-file): New variable.
15875         (netrc-parse-services): New function.
15876         (netrc-find-service-name): New function.
15877         (netrc-find-service-number): New function.
15878         (netrc-port-equal): New function.
15879         (netrc-machine): Use it.
15880
15881         * nnimap.el (nnimap-open-connection): Use netrc.
15882
15883         * gnus-util.el (gnus-netrc-get): Remove aliases.
15884
15885         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15886
15887         * assistant.el (wid-edit): Fix compilation.
15888
15889         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15890
15891 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15892
15893         * gnus-util.el (gnus-set-file-modes): New function.  (small
15894         patch).
15895
15896 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15897
15898         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15899
15900         * assistant.el (assistant-render-node): Fix up rendering and
15901         read-only text.
15902         (assistant-render-node): Reset.
15903         (assistant-make-read-only): Not sticky.
15904
15905 2004-05-20  Danny Siu  <dsiu@adobe.com>
15906
15907         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15908         centered even when gnus-auto-center-summary is t.
15909
15910 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15911
15912         * dns.el (dns-get-txt-answer): New function.
15913         (dns-read-txt): Ditto.
15914         (query-dns): Use it.
15915
15916 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15919         active for foreign groups even if the group level is higher than
15920         the specified value.
15921
15922 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15923
15924         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15925         non-active groups.
15926
15927         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15928
15929 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15930
15931         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15932
15933 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15934
15935         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15936         (spam-crm114-header, spam-crm114-spam-switch)
15937         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15938         (spam-crm114-positive-spam-header)
15939         (spam-crm114-database-directory, spam-list-of-processors)
15940         (spam-group-spam-processor-crm114-p)
15941         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15942         (spam-generic-score, spam-list-of-checks)
15943         (spam-list-of-statistical-checks, spam-registration-functions)
15944         (spam-check-crm114-headers, spam-crm114-score)
15945         (spam-check-crm114, spam-crm114-register-with-crm114)
15946         (spam-crm114-register-spam-routine)
15947         (spam-crm114-unregister-spam-routine)
15948         (spam-crm114-register-ham-routine)
15949         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15950         asjo@koldfront.dk (Adam Sjøgren).
15951
15952         * gnus.el: Add spam-use-crm114.
15953
15954         * spam.el (spam-list-of-processors, spam-registration-functions):
15955         Add spam-use-resend.
15956         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15957         (spam-report-articles-gmane): Add doc fix.
15958         (spam-report-articles-resend, spam-report-resend-register-routine):
15959         Add wrappers around spam-report-resend-to.
15960
15961         * spam-report.el (spam-report-resend-to, spam-report-resend):
15962         Add support for resending spam.
15963         (spam-report-gmane): Fix line length >80.
15964
15965         * gnus.el (spam-process): Add spam-use-resend.
15966
15967 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15968
15969         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15970         number of processed spam messages.
15971         (spam-ham-copy-or-move-routine): Return the number of processed
15972         ham messages.
15973         (spam-summary-prepare-exit): Use the above values to decide
15974         whether status messages shouled be displayed.
15975
15976 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15979         `rfc2047-encoding-function-alist' in order to avoid conflicting
15980         with the old version.
15981         (rfc2047-encode-region): Concatenate words containing non-ASCII
15982         characters in structured fields; don't encode space-delimited
15983         ASCII words even in unstructured fields; don't break words at
15984         char-category boundaries.
15985         (rfc2047-encode-1): New function.
15986         (rfc2047-encode): Use it; encode text so that it occupies the
15987         maximum width within 76-column; work correctly on Q encoding for
15988         iso-2022-* charsets.
15989         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15990         sure not to break a line just after the header name.
15991         (rfc2047-b-encode-region): Removed.
15992         (rfc2047-b-encode-string): New function.
15993         (rfc2047-q-encode-region): Removed.
15994         (rfc2047-q-encode-string): New function.
15995
15996         * mm-util.el (mm-replace-in-string): New function.
15997
15998 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15999
16000         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16001         get it right.
16002         (gnus-inews-make-draft): Really.
16003
16004 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16005
16006         * nnmh.el (nnmh-request-list-1): Don't check the link count
16007         before descending.  (small patch)
16008
16009 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16010
16011         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16012         stuff.
16013
16014         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16015         on real group name.
16016
16017         * gnus-art.el (gnus-signature-limit): Doc fix.
16018
16019         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16020
16021         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16022
16023 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16024
16025         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16026         isn't a string.
16027
16028 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16029
16030         * gnus-draft.el (gnus-draft-send): Bind
16031         rfc2047-encode-encoded-words.
16032
16033         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16034         (rfc2047-encodable-p): Say that =? needs encoding.
16035         (rfc2047-encode-encoded-words): New variable.
16036
16037         * gnus-group.el (gnus-group-select-group): Doc fix.
16038
16039         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16040
16041         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16042         to nil.
16043
16044         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16045
16046         * nnheader.el (nnheader-get-lines-and-char): New function.
16047
16048 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16049
16050         * gnus-msg.el (gnus-summary-followup-with-original): Document
16051         yanking of region when active.
16052
16053 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16056         groups if the group level is higher than the specified value.
16057
16058 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16061         (gnus-group-jump-to-group): Added prefix argument using
16062         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16063         non-active group.
16064
16065         * compface.el (uncompface): Be verbose when changing
16066         `uncompface-use-external'.
16067
16068         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16069         handle manual section.
16070
16071 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16072
16073         * gnus-art.el (gnus-button-alist): Revert previous change.
16074
16075 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16078
16079 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16080
16081         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16082         whether backend can accept message.
16083
16084         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16085
16086 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16087
16088         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16089         Avoid creating directory when nntp-marks-is-evil is true.
16090         Reported by Reiner Steib.
16091
16092 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * gnus-picon.el (gnus-picon-style): New variable.
16095         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16096         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16097         Jesper Harder <harder@ifa.au.dk>.
16098
16099 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16100
16101         * message.el (message-fill-field): Return point.
16102         (message-generate-headers): Go to end of field.
16103
16104         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16105         stuff for non-living groups.
16106
16107 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16108
16109         * gnus-art.el (gnus-article-followup-with-original)
16110         (gnus-article-reply-with-original): gnus-mark-active-p ->
16111         gnus-region-active-p.
16112
16113 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16114
16115         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16116         only when there is spam or ham to be processed.
16117
16118 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16119
16120         * mail-source.el (mail-source-delete-crash-box): Refactor.
16121         (mail-source-fetch): Use it.
16122         (mail-source-fetch-file): Ditto.
16123         (mail-source-fetch-directory): Run postscript in loop.
16124         (mail-source-fetch-pop): Delete.
16125         (mail-source-fetch-maildir): Ditto.
16126         (mail-source-fetch-imap): Ditto.
16127
16128         * imap.el (imap-authenticators): Comment out sasl.
16129
16130         * message.el (message-skip-to-next-address): New function.
16131         (message-fill-header-address): Refactor.
16132         (message-fill-address): Use it.
16133         (message-delete-address): Use it.
16134         (message-fill-header-general): Refactor.
16135         (message-fill-field-address): Rename.
16136         (message-narrow-to-field): Find the start of the header.
16137         (message-header-format-alist): Don't pre-fill.
16138         (message-fill-header): Removed.
16139         (message-insert-header): New function.
16140         (message-shorten-references): Use it.
16141
16142         * rfc2047.el (rfc2047-field-value): Strip props.
16143
16144         * mail-parse.el (mail-header-make-address): New alias.
16145
16146         * ietf-drums.el (ietf-drums-make-address): New function.
16147
16148         * imap.el: Add compiler directives.
16149
16150         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16151
16152         * gnus-art.el (article-decode-idna-rhs): Don't use
16153         message-idna-inside-rhs-p.
16154
16155 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16156
16157         * message.el (message-idna-inside-rhs-p): Removed.
16158         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16159
16160         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16161         false positives.
16162
16163 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16164
16165         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16166
16167 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16168
16169         * nneething.el (nneething-file-name): Don't create spurious
16170         files.
16171
16172         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16173         (gnus-inews-do-gcc): Remove sleep.
16174
16175         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16176         part under point.
16177
16178         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16179         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16180
16181 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16182
16183         * spam.el (spam-summary-prepare-exit): Fixed (length).
16184
16185 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16186
16187         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16188         as expired without moving it" message when there are spam
16189         messages left.
16190
16191 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16192
16193         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16194         header is not nil.
16195
16196 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16197
16198         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16199         nntp-possibly-create-directory, not nntp-possibly-change-group.
16200         (nntp-marks-changed-p): New arg SERVER.
16201         (nntp-request-update-info): Adjust caller.
16202
16203 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16204
16205         * nntp.el (nntp-save-marks): Pass missing arg.
16206
16207 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16208
16209         * nntp.el: Support marks.
16210         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16211         (nntp-marks-modtime, nntp-marks-directory): New variables.
16212         (nntp-request-set-mark, nntp-request-update-info)
16213         (nntp-possibly-create-directory, nntp-marks-changed-p)
16214         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16215         functions.
16216
16217 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16218
16219         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16220         (gnus-xmas-redefine): Rename.
16221
16222         * gnus-score.el (gnus-score-insert-help): Use
16223         gnus-select-lowest-window.
16224
16225         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16226         appt-select-lowest-window and rename to gnus-select-lowest-window.
16227
16228         * gnus.el: do.
16229
16230 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16231
16232         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16233         encodings of MIME-encoded words, in order to improve
16234         interoperability with several broken MUAs.
16235
16236 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16237
16238         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16239         tags, only when charsets are not specified in headers.
16240         (mm-inline-text-html-render-with-w3m): Ditto.
16241
16242         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16243         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16244
16245 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16246
16247         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16248         instead of MIME-decoded from fields when checking
16249         `gnus-article-address-banner-alist'.
16250
16251 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16252
16253         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16254         description rather than subject.
16255
16256 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16257
16258         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16259
16260 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16261
16262         * gnus.el (gnus-version-number): Bump.
16263
16264 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16265
16266         * gnus.el: No Gnus v0.2 is released.
16267
16268 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16269
16270         * gnus-agent.el (gnus-agent-read-agentview): Inline
16271         gnus-uncompress-range.
16272
16273 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16274
16275         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16276         `exec-installed-p'.
16277
16278 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16279
16280         * gnus.el (spam-process, spam-autodetect-methods): Add
16281         bsfilter and bsfilter-headers.
16282
16283         * spam.el (spam-bsfilter): New customize group.
16284         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16285         (spam-bsfilter-header, spam-bsfilter-probability-header)
16286         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16287         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16288         (spam-bsfilter-database-directory): New options.
16289         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16290         (spam-list-of-statistical-checks, spam-registration-functions):
16291         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16292         (spam-bsfilter-score): New command.
16293         (spam-check-bsfilter-headers, spam-check-bsfilter)
16294         (spam-bsfilter-register-with-bsfilter)
16295         (spam-bsfilter-register-spam-routine)
16296         (spam-bsfilter-unregister-spam-routine)
16297         (spam-bsfilter-register-ham-routine)
16298         (spam-bsfilter-unregister-ham-routine): New functions.
16299         (spam-generic-score): Support bsfilter; Accept an optional argument
16300         to recalcurate spam score even if scoring header has already been
16301         added.
16302         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16303         optional argument to recalcurate spam score even if scoring header
16304         has already been added.
16305
16306 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16307
16308         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16309         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16310         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16311         link is missing.
16312
16313 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16314
16315         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16316         (html2text-get-attr): Rewrite.
16317
16318         * message.el (message-setup-1): Remove redundant put-text-property
16319         on mail-header-separator.
16320
16321 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16322
16323         * gnus-registry.el (gnus-registry-cache-whitespace)
16324         (gnus-registry-action, gnus-registry-spool-action)
16325         (gnus-registry-split-fancy-with-parent): Change message levels
16326         from 5 to 3 or 7, as needed.
16327
16328         * spam.el (spam-summary-prepare-exit)
16329         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16330         (spam-split, spam-find-spam, spam-log-undo-registration)
16331         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16332         level from 5 to 6.
16333
16334 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16337         2004-03-04 change).
16338
16339 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16340
16341         * sieve-manage.el (sieve-manage-open):
16342         * nnweb.el (nnweb-insert-html):
16343         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16344         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16345         * nnspool.el (nnspool-request-group):
16346         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16347         * nnml.el (nnml-request-update-info):
16348         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16349         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16350         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16351         (nnimap-request-set-mark):
16352         * nnfolder.el (nnfolder-request-update-info):
16353         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16354         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16355         * gnus-uu.el (gnus-uu-find-articles-matching):
16356         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16357         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16358         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16359         * gnus-nocem.el (gnus-nocem-scan-groups):
16360         * gnus-int.el (gnus-start-news-server):
16361         * gnus-group.el (gnus-group-make-kiboze-group)
16362         (gnus-group-browse-foreign-server):
16363         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16364         Use mapc when appropriate.
16365
16366 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16367
16368         FIXME: Make separate entries for each person.
16369
16370         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16371         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16372         <shields@msrl.com>:
16373
16374         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16375         may need for spam sorting and scoring.
16376         (spam-user-format-function-S): Add user format function suitable for
16377         general use.
16378         (spam-article-sort-by-spam-status): Add sorting function for summary
16379         sorting.
16380         (spam-extra-header-to-number): Add function to get a score from a
16381         header.
16382         (spam-summary-score): Add function to get a numeric score from the
16383         headers.
16384         (spam-generic-score): Fix function doc, was in wrong place.
16385         (spam-initialize): Take symbols when it's run, and install the
16386         extra headers that spam-necessary-extra-headers thinks we need.
16387
16388 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16389
16390         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16391         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16392
16393 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16394
16395         * gnus-sum.el (gnus-set-global-variables)
16396         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16397         (gnus-article-get-xrefs, gnus-summary-best-group)
16398         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16399         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16400         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16401         Use with-current-buffer.
16402
16403 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16404
16405         * spam.el (spam-summary-prepare-exit): Simplify logic.
16406         (spam-fetch-article-header): Read the article header if it's not
16407         available.
16408         (spam-list-articles): Simplify logic.
16409         (spam-filelist-register-routine): Fix bug with unregister-list.
16410
16411         * gnus-registry.el: Fix comments at beginning.
16412
16413 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16414
16415         * message.el (message-cater-to-broken-inn): Remove.
16416         (message-shorten-references): Make sure the total folded length of
16417         References is shorter than 998 characters to cater to a bug in INN
16418         2.3.  Also, don't pretend that references aren't folded -- this
16419         hasn't worked for a while.
16420
16421 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16422
16423         * gnus-agent.el (gnus-agentize):
16424         gnus-agent-send-mail-real-function no longer set to current value
16425         of message-send-mail-function but rather a lambda that calls
16426         message-send-mail-function.  The change makes the agent real-time
16427         responsive to user changes to message-send-mail-function.
16428
16429 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16430
16431         * legacy-gnus-agent.el
16432         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16433         help from Florian Weimer <fw@deneb.enyo.de>
16434
16435 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * nnmail.el (nnmail-cache-insert): Revert last change.
16438
16439 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * nnmail.el (nnmail-cache-insert): Always check whether
16442         nnmail-cache-ignore-groups matches a group name.
16443
16444 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16445
16446         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16447         (spam-find-spam, spam-log-processing-to-registry)
16448         (spam-log-registered-p, spam-log-unregistration-needed-p)
16449         (spam-log-undo-registration): Use gnus-message instead of
16450         gnus-error, none of these errors are fatal.
16451
16452         * gnus-registry.el (gnus-registry-clean-empty-function)
16453         (gnus-registry-clean-empty): Remove only empty entries without
16454         extra data.
16455
16456 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16457
16458         * spam-stat.el (spam-stat-buffer-change-to-spam)
16459         (spam-stat-buffer-change-to-non-spam): Change (error) to
16460         (gnus-message 8) invocation.
16461
16462 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * nntp.el (nntp-via-netcat-command): New variable.
16465         (nntp-via-netcat-switches): New variable.
16466         (nntp-open-via-rlogin-and-netcat): New function.
16467         (nntp-open-connection-function): Doc fix.
16468         (nntp-telnet-command): Doc fix.
16469         (nntp-end-of-line): Doc fix.
16470         (nntp-via-rlogin-command): Doc fix.
16471         (nntp-via-user-name): Doc fix.
16472         (nntp-via-address): Doc fix.
16473
16474 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16477         error in Emacs 21.1.
16478
16479 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16482
16483 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16484
16485         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16486         (gnus-agent-with-refreshed-group): New macro.
16487         (gnus-agent-rename-group): New function.
16488         (gnus-agent-delete-group): New function.
16489         (gnus-agent-save-group-info): Use gnus-command-method when
16490         `method' parameter is nil.  Don't write nil entries into the
16491         active file.
16492         (gnus-agent-get-group-info): New function.
16493         (gnus-agent-fetch-articles): Use
16494         gnus-agent-update-files-total-fetched-for to increment disk space
16495         used.
16496         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16497         gnus-agent-update-view-total-fetched-for to increment disk space
16498         used.
16499         (gnus-agent-get-local): Added optional parameters to avoid calling
16500         gnus-group-real-name and gnus-find-method-for-group.
16501         (gnus-agent-set-local): Delete stored entry if either min, or max,
16502         are nil.
16503         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16504         quit, use gnus-agent-regenerate-group to record existance of any
16505         articles fetched to disk before the quit occurred.
16506         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16507         gnus-agent-update-view-total-fetched-for, and
16508         gnus-agent-update-files-total-fetched-for to decrement disk space
16509         used.
16510         (gnus-agent-retrieve-headers): Use
16511         gnus-agent-update-view-total-fetched-for to increment disk space
16512         used.
16513         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16514         with gnus-agent-update-files-total-fetched-for to decrement disk
16515         space and fresh group buffer.
16516         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16517         (gnus-agent-need-update-total-fetched-for): New variable.
16518         (gnus-agent-update-files-total-fetched-for): New function.
16519         (gnus-agent-update-view-total-fetched-for): New function.
16520         (gnus-agent-total-fetched-for): New function.
16521
16522         * gnus-cache.el (gnus-cache-save-buffers): Use
16523         gnus-cache-update-overview-total-fetched-for to change disk space
16524         used by this group.
16525         (gnus-cache-possibly-enter-article): Use
16526         gnus-cache-update-file-total-fetched-for to increment disk space
16527         used by this group.
16528         (gnus-cache-possibly-remove-article): Use
16529         gnus-cache-update-file-total-fetched-for to decrement disk space
16530         used by this group.
16531         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16532         (gnus-cache-rename-group): New function.
16533         (gnus-cache-delete-group): New function.
16534         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16535         (gnus-cache-need-update-total-fetched-for): New variable.
16536         (gnus-cache-with-refreshed-group): New macro.
16537         (gnus-cache-update-file-total-fetched-for): New function.
16538         (gnus-cache-update-overview-total-fetched-for): New function.
16539         (gnus-cache-rename-group-total-fetched-for): New function.
16540         (gnus-cache-delete-group-total-fetched-for): New function.
16541         (gnus-cache-total-fetched-for): New function.
16542
16543         * gnus-group.el: Require gnus-sum and autoload functions to
16544         resolve warnings when gnus-group.el compiled alone.
16545         (gnus-group-line-format): Documented new %F.
16546         (size of Fetched data) group line format; identifies disk space
16547         used by agent and cache.
16548         (gnus-group-line-format-alist): Defined new F format.
16549         (gnus-total-fetched-for): New function.
16550         (gnus-group-delete-group): No longer update
16551         gnus-cache-active-altered as gnus-request-delete-group now keeps
16552         the cache in sync.
16553         (gnus-group-list-active): Let the agent store a server's active
16554         list if currently plugged.
16555
16556         * gnus-int.el (gnus-request-delete-group):
16557         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16558         local disk in sync with the server.
16559         (gnus-request-rename-group):
16560         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16561         local disk in sync with the server.
16562
16563         * gnus-start.el (gnus-get-unread-articles):
16564         Cosmetic simplification to logic.
16565
16566         * gnus-util.el (gnus-rename-file): New function.
16567
16568 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16569
16570         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16571
16572 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16573
16574         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16575         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16576
16577 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16578
16579         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16580         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16581
16582 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16583
16584         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16585
16586 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16587
16588         * spam.el (spam-set-difference): Add function to replace
16589         gnus-set-difference in spam.el.
16590         (spam-summary-prepare-exit): Use spam-set-difference.
16591
16592 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16593
16594         * gnus-registry.el (gnus-registry-cache-file): Update to use
16595         gnus-dribble-directory OR gnus-home-directory OR ~.
16596         (gnus-registry-split-fancy-with-parent): Fix doc.
16597
16598 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * message.el (message-exchange-point-and-mark): Use
16601         message-mark-active-p.  Suggested by Jesper Harder
16602         <harder@ifa.au.dk>.
16603
16604 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * message.el (message-exchange-point-and-mark): Don't activate
16607         region if it was inactive.  Suggested by Hiroshi Fujishima
16608         <pooh@nature.tsukuba.ac.jp>.
16609
16610 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * gnus-art.el (article-display-face): Display Faces in the same
16613         order as X-Faces.
16614
16615 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16618
16619 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16622         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16623         (gnus-article-mime-hierarchy): Remove.
16624         (gnus-article-mime-hierarchy-next): Remove.
16625         (gnus-article-mode): Revert 2004-03-19 change.
16626         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16627         (gnus-insert-mime-button): Revert 2004-03-19 change.
16628         (gnus-mime-accumulate-hierarchy): Remove.
16629         (gnus-mime-enter-multipart): Remove.
16630         (gnus-mime-leave-multipart): Remove.
16631         (gnus-mime-display-part): Revert 2004-03-19 change.
16632         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16633
16634         * mml.el (mml-preview): Revert 2004-03-19 change.
16635
16636 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16637
16638         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16639
16640 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16643         t while entering a file name using the mm-with-multibyte macro.
16644         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16645
16646         * mm-util.el (mm-with-multibyte): New macro.
16647
16648 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16651         user option.
16652         (gnus-mime-multipart-functions): Doc and customization fix.
16653         (gnus-article-mime-hierarchy): New variable.
16654         (gnus-article-mime-hierarchy-next): New variable.
16655         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16656         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16657         gnus-article-mime-hierarchy-next to nil.
16658         (gnus-insert-mime-button): Show hierarchy numbers.
16659         (gnus-mime-accumulate-hierarchy): New function.
16660         (gnus-mime-enter-multipart): New function.
16661         (gnus-mime-leave-multipart): New function.
16662         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16663         (gnus-mime-display-alternative): Show hierarchy numbers.
16664
16665         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16666         gnus-article-mime-hierarchy-next to nil.
16667
16668 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16669
16670         * dns.el: Don't require gnus-xmas.
16671
16672 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16673
16674         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16675         inline PGP.
16676         (mml-menu): Disable mml-quote-region if mark is inactive.
16677
16678 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16681         when the group's active is not available.
16682
16683 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16686         error.
16687
16688 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * imap.el (imap-store-password): New variable.
16691         (imap-interactive-login): Use it.
16692         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16693
16694 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16697         window-start and hscroll to summary window.
16698
16699 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16700
16701         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16702         conversion message to newsrc-dribble when an actual conversion is
16703         performed.
16704
16705 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16706
16707         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16708
16709 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * mm-decode.el (mm-complicated-handles): New function reviving
16712         former definition of mm-multiple-handles.
16713
16714         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16715         (gnus-mime-delete-part): Use it.
16716
16717 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16718
16719         * gnus-agent.el (gnus-agent-read-local): Bind
16720         nnheader-file-coding-system to gnus-agent-file-coding-system to
16721         avoid the implicit assumption that they will always be equal.
16722         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16723         coding-system-for-write, as the with-temp-file macro first prints
16724         to a buffer then saves the buffer.
16725
16726 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * gnus-art.el (gnus-article-edit-part): New function.
16729         (gnus-mime-save-part-and-strip): Use it; do query instead of
16730         signaling an error; don't use mm-multiple-handles.
16731         (gnus-mime-delete-part): Ditto.
16732
16733 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16734
16735         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16736         old file versions.
16737         (gnus-group-prepare-hook): Removed function that converted list
16738         form of gnus-agent-expire-days to group properties.
16739
16740         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16741         (gnus-request-accept-article): Re-indented.
16742
16743         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16744         converters to handle old agent file formats.  Added logic for a
16745         "backup before upgrading warning".
16746         (gnus-convert-mark-converter-prompt): Developers can mark
16747         functions as needing (default), or not needing,
16748         gnus-convert-old-newsrc's "backup before upgrading warning".
16749         (gnus-convert-converter-needs-prompt): Tests whether the user
16750         should be protected from potentially irreversable changes by the
16751         function.
16752
16753         * legacy-gnus-agent.el: New.  Provides converters that are only
16754         loaded when gnus-convert-old-newsrc needs to call them.
16755
16756 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * mail-source.el (mail-source-touch-pop): Doc fix.
16759
16760         * message.el (message-smtpmail-send-it): Doc fix.
16761
16762 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16763
16764         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16765
16766         * nnmail.el (nnmail-split-fancy): do.
16767
16768         * gnus-kill.el (gnus-kill, gnus-execute): do.
16769
16770 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16771
16772         * gnus-sum.el (gnus-widget-reversible-match)
16773         (gnus-widget-reversible-to-internal)
16774         (gnus-widget-reversible-to-external): New functions.
16775         (gnus-widget-reversible): New widget.
16776         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16777
16778 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16779
16780         * gnus-sum.el (gnus-thread-sort-functions)
16781         (gnus-article-sort-functions): Document `(not F)' items.
16782
16783 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16784
16785         * spam.el (spam-use-gmane-xref): Add new backend.
16786         (spam-gmane-xref-spam-group): Add variable to control the name of the
16787         Gmane spam group.
16788         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16789         (spam-regex-headers-spam, spam-regex-headers-ham)
16790         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16791         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16792         backends and checks.
16793         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16794
16795         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16796         an autodetect method.
16797
16798 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16799
16800         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16801         articles are being added to a group.
16802         (gnus-request-replace-article): Inform the agent that articles
16803         need to be uncached as the cached contents are no longer valid.
16804
16805 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * binhex.el: Don't autoload executable-find.
16808
16809         * canlock.el: Don't autoload mail-fetch-field.
16810
16811         * dgnushack.el: Autoload c-mode for XEmacs.
16812
16813         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16814
16815         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16816         rmail-dont-reply-to and rmail-output.
16817
16818         * gnus-score.el: Don't autoload ffap-string-at-point.
16819
16820         * gnus-setup.el: Don't autoload sc-cite-original.
16821
16822         * imap.el: Don't autoload base64-decode-string,
16823         base64-encode-string and md5.
16824
16825         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16826         and rmail-msg-restore-non-pruned-header.
16827
16828         * mm-decode.el: Don't autoload executable-find.
16829
16830         * mm-url.el: Don't autoload executable-find.
16831
16832         * mm-view.el: Don't autoload diff-mode.
16833
16834         * nndb.el: Don't autoload news-reply-mode, news-setup,
16835         cancel-timer and telnet.
16836
16837         * password.el: Don't autoload run-at-time for Emacs.
16838
16839         * sha1-el.el: Don't autoload executable-find.
16840
16841         * sieve-mode.el: Don't autoload c-mode.
16842
16843         * uudecode.el: Don't autoload executable-find.
16844
16845 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16846
16847         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16848         (gnus-agent-possibly-alter-active): Avoid null in numeric
16849         comparison.
16850         (gnus-agent-set-local): Refuse to save null in local object table.
16851         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16852         list of articles that will be marked as unread.
16853
16854 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16857
16858 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16859
16860         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16861         language tags.
16862
16863 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16864
16865         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16866         Don't bind "obarray".
16867
16868         * gnus-sum.el (gnus-thread-sort-functions): Added
16869         `gnus-thread-sort-by-most-recent-number' and
16870         `gnus-thread-sort-by-most-recent-date'.
16871         Reported by Kai Grossjohann <kai@emptydomain.de>.
16872
16873 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16876
16877 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16878
16879         * gnus-cus.el (gnus-agent-customize-category): Removed
16880         ignore-errors macro reference that required cl to be loaded at
16881         run-time.
16882
16883         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16884         single-interval range of the form (min . max).  Previously the
16885         range had to look like ((min . max)).  Likewise, return
16886         (min . max) rather than ((min . max)).
16887         (gnus-range-map): Use gnus-range-normalize to accept
16888         single-interval range.
16889
16890         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16891         the cache, but not the agent, now appear with their usual face.
16892
16893         * dgnushack.el (loaddir): New variable that is bound to the
16894         directory containing the dgnushack.el file. Use loaddir, rather
16895         than srcdir, to update load-path. Change lets dgnushack compile
16896         code in directories other than GNUS/lisp.
16897
16898 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * lpath.el: Don't bind w3m-safe-url-regexp.
16901
16902         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16903         w3m-safe-url-regexp variable buffer-local.
16904
16905         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16906
16907 2004-02-27  Simon Josefsson  <jas@extundo.com>
16908
16909         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16910         gnus-group-real-prefix.
16911         (gnus-summary-move-article): Use it, instead of
16912         gnus-group-real-prefix.
16913
16914 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * lpath.el: Bind w3m-safe-url-regexp.
16917
16918         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16919         w3m-safe-url-regexp variable buffer-local and set it as the value
16920         of mm-w3m-safe-url-regexp.
16921
16922         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16923
16924         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16925         parsing gnus-posting-styles when the message is not for replying.
16926
16927         * dgnushack.el: Autoload sgml-mode for XEmacs.
16928
16929         * nnrss.el (nnrss-opml-export): Use
16930         mm-set-buffer-file-coding-system instead of
16931         set-buffer-file-coding-system.
16932
16933 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16934
16935         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16936         of checkdoc.el).
16937         * nnrss.el: do.
16938         * gnus-mlspl.el: do.
16939         * gnus-ml.el: do.
16940         * gnus-srvr.el: do.
16941
16942         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16943
16944 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16945
16946         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16947         Corrections to custom-manual links.
16948
16949         * gnus-art.el (gnus-article): Ditto.
16950
16951         * mm-decode.el (mime-display, mime-security): Ditto.
16952
16953 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16954
16955         * flow-fill.el: Typo.
16956
16957 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16958
16959         * spam-wash.el: New file.
16960
16961 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16962
16963         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16964
16965 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16966
16967         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16968         to be run with new-articles as LIST1, not LIST2.
16969         (spam-registration-functions): Add spam-use-ham-copy as a nil
16970         registration backend.
16971
16972 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16973
16974         * spam-stat.el (spam-stat-washing-hook): New option.
16975         (spam-stat-buffer-words): Use it.
16976         (spam-stat-process-directory, spam-stat-test-directory): Use
16977         insert-file-contents-literally.
16978         (spam-stat-coding-system): New variable.
16979         (spam-stat-load, spam-stat-save): Use it.
16980
16981 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * spam-report.el (spam-report-plug-agent): Quote
16984         spam-report-url-to-file and spam-report-url-ping-plain.
16985
16986 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16989         / in mailto URLs.
16990
16991 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * spam-report.el (spam-report-process-queue): Fix interactive use.
16994         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16995         (spam-report-unplug-agent): Doc fixes.
16996         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16997         (spam-report-agentize, spam-report-deagentize): Autoload.
16998
16999 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17002
17003         * message.el (message-setup-fill-variables): Add mml tags to
17004         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17005         <ajk@iu.edu>.
17006         (message-mode): Don't modify paragraph-separate there.
17007
17008 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * compface.el (uncompface-use-external): Default to undecided.
17011         (uncompface-use-external-threshold): New variable.
17012         (uncompface-float-time): New macro.
17013         (uncompface): Determine whether to use the external decoder if
17014         uncompface-use-external is undecided.
17015
17016 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17017
17018         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17019         after images.
17020
17021         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17022
17023 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17024
17025         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17026
17027         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17028
17029         * gnus-sum.el (gnus-summary-limit-to-age)
17030         (gnus-summary-limit-children): do.
17031
17032         * gnus-int.el (gnus-request-scan): do.
17033
17034         * gnus-group.el (gnus-group-suspend): do.
17035
17036         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17037
17038         * gnus-cite.el (gnus-cite-parse-attributions): do.
17039
17040         * gnus-agent.el (gnus-summary-set-agent-mark)
17041         (gnus-agent-regenerate-group): do.
17042
17043         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17044
17045         * binhex.el (binhex-decode-region-internal): do.
17046
17047 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17048
17049         * gnus-fun.el (gnus-face-properties-alist): New user option.
17050         (gnus-display-x-face-in-from): Use it.
17051
17052         * gnus-art.el (article-display-face): Ditto.
17053
17054         * compface.el (uncompface-use-external): Default to nil.
17055
17056 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17057
17058         * nntp.el (nntp-erase-buffer): New function.
17059         (nntp-retrieve-data, nntp-send-command)
17060         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17061         (nntp-possibly-change-group): Use it.
17062
17063         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17064         with-current-buffer.
17065
17066 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17067
17068         * compface.el: Merge the ELisp-based uncompface program.
17069         (compface): New customization group.
17070         (uncompface-use-external): New user option.
17071         (uncompface): Call uncompface-internal if uncompface-use-external
17072         is nil.
17073         (uncompface-internal): New function.  Note that there are also
17074         some other functions and variables added for this function.
17075
17076 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17077
17078         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17079         if necessary.
17080
17081 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17082
17083         * spam-report.el (spam-report-unplug-agent)
17084         (spam-report-plug-agent, spam-report-deagentize)
17085         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17086         Add support for the Agent in spam-report: when unplugged, report to a
17087         file; when plugged, submit all the requests.
17088
17089         * spam.el (spam-register-routine): Fix message about
17090         registration.
17091
17092 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17093
17094         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17095         dependencies.
17096         (rfc2047-encode): Use it.
17097
17098         * gnus-art.el (gnus-button-marker-list): Move before first
17099         reference.
17100
17101         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17102         (imap-parse-body): Fix format string mismatch.
17103
17104         * gnus-score.el (gnus-summary-increase-score): do.
17105
17106         * nnrss.el (nnrss-close): New function.
17107
17108 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17109
17110         * nnrss.el (nnrss-make-filename): New function.
17111         (nnrss-request-delete-group, nnrss-read-server-data)
17112         (nnrss-save-server-data, nnrss-read-group-data)
17113         (nnrss-save-group-data): Use it.
17114         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17115         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17116         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17117
17118 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17119
17120         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17121
17122 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17123
17124         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17125         files.
17126
17127         * message.el (message-generate-headers-first): Don't quote nil
17128         and t in docstrings.
17129
17130         * imap.el (imap-id): do.
17131
17132         * gnus-agent.el (gnus-agent-consider-all-articles)
17133         (gnus-agent-queue-mail): do.
17134
17135 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17136
17137         * spam-report.el (spam-report-process-queue): New function.
17138         Process requests from `spam-report-requests-file'.
17139         (spam-report-process-queue): Doc fix.
17140
17141 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17142
17143         * spam.el (spam-register-routine)
17144         (spam-log-processing-to-registry, spam-log-registered-p)
17145         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17146         Change "check" to "spam-check" for semi-clarity.
17147
17148 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17149
17150         * pop3.el: Require nnheader.
17151
17152         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17153
17154         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17155
17156         * gnus-picon.el: Require cl.
17157
17158         * gnus-fun.el: Require gnus-ems and gnus-util.
17159
17160         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17161
17162         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17163
17164         * gnus-art.el (gnus-article-edit-mode): Define before first
17165         reference.
17166
17167 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17168
17169         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17170         (gnus-uu-post-encoded): Use point-at-bol.
17171
17172         * gnus-topic.el (gnus-group-active-topic-p): do.
17173
17174         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17175
17176         * gnus-group.el (gnus-group-kill-region): do.
17177
17178         * gnus-art.el (article-date-ut): do.
17179
17180         * message.el (message-fetch-field): Remove redundant
17181         case-fold-search binding.
17182         (message-narrow-to-field): Simplify.
17183
17184 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17185
17186         * spam.el (spam-directory): Derive from `gnus-directory'.
17187
17188         * spam-report.el (spam-report-url-to-file)
17189         (spam-report-requests-file): New function and variable for offline
17190         reporting.
17191         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17192         and user defined function.
17193         (spam-report-url-ping-mm-url): Remove doubled slash.
17194
17195 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17196
17197         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17198
17199 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17200
17201         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17202         format string mismatch.
17203
17204         * sieve.el (sieve-deactivate-all): do.
17205
17206         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17207
17208         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17209
17210         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17211
17212         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17213
17214 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17215
17216         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17217         the list of checks.
17218
17219 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17220
17221         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17222         padding.
17223
17224 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17225
17226         * mm-view.el (mm-fill-flowed): New variable.
17227         (mm-inline-text): Use it.
17228
17229 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17230
17231         * spam.el (spam-spamassassin-register-ham-routine)
17232         (spam-spamassassin-register-spam-routine): Fix function names.
17233
17234 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * gnus.el (gnus-tmp-grouplens): Remove.
17237         (gnus-summary-line-format): Remove grouplens.
17238
17239         * gnus-group.el (gnus-group-line-format): Ditto.
17240
17241         * gnus-spec.el (gnus-format-specs): Ditto.
17242         (gnus-update-format-specifications): Flush the group format spec
17243         cache if there's the grouplens stuff.
17244         (gnus-parse-simple-format): Replace %l with the empty string.
17245
17246 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17247
17248         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17249         omission.
17250
17251 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17254         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17255
17256 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17257
17258         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17259         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17260         New macros and functions.
17261         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17262         Handle > NLINK_MAX messages.
17263         * nnmaildir.el (nnmaildir-request-set-mark): Use
17264         nnmaildir--emlink-p and nnmaildir--eexist-p.
17265
17266 2004-01-25  Alex Schroeder  <alex@gnu.org>
17267
17268         * spam-stat.el (spam-stat-process-directory-age): New option.
17269         (spam-stat-process-directory): Use it.
17270
17271 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17272
17273         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17274         (spam-stat-save): Accept prefix argument.
17275
17276 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17277
17278         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17279         links" error.
17280
17281 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17284         the rest of the and/or forms.
17285
17286 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17287
17288         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17289         compatibility with old .newsrc.eld files.
17290
17291         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17292
17293         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17294
17295         * gnus-start.el (gnus-1): do.
17296
17297         * gnus-group.el (gnus-group-line-format-alist): do.
17298
17299         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17300
17301         * gnus-gl.el: Remove.
17302
17303 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17304
17305         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17306         marks consisting of a single range {for example, (3 . 5)} rather
17307         than a list of a single range { ((3 . 5)) }.
17308
17309 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17310
17311         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17312         with-current-buffer.
17313         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17314         avoid consing a string.
17315
17316         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17317         Remove obsolete entries for big5 and gb2312.
17318
17319 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17320
17321         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17322         uncompressed list.
17323
17324 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17325
17326         * spam-stat.el (spam-stat-strip-xref): New function.
17327         (spam-stat-process-directory): Use it.
17328
17329         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17330         here -- it's done in message-fetch-field.
17331
17332 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17333
17334         * gnus-agent.el (gnus-agent-queue-mail)
17335         (gnus-agent-prompt-send-queue): New variables.
17336         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17337         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17338         "nndraft:queue" along to gnus-draft-send.  Use
17339         gnus-agent-prompt-send-queue.
17340         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17341         is "nndraft:queue".  Suggested by Gaute Strokkenes
17342         <gs234@srcf.ucam.org>
17343
17344         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17345         (agent-enable-undownloaded-faces): Added.
17346         (gnus-agent-cat-groups): Use eval-and-compile, not
17347         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17348         method of gnus-agent-cat-groups even when the buffer has been
17349         evaled.
17350         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17351         delete gnus-agent-save-active-1.
17352         (gnus-agent-save-groups): Deleted.  Identical to
17353         gnus-agent-save-active.
17354         (gnus-agent-write-active): No longer adjust agent's copy of active
17355         file as agent's adjustments are now stored in their own
17356         file.  Removed optional parameter.
17357         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17358         servers.  Add use of min/max range limits from server's local
17359         file.
17360         (gnus-agent-save-alist): Removed unused optional argument.
17361         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17362         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17363         (gnus-agent-set-local): A per-server file that keeps min/max range
17364         limits for articles known to the agent.  Provides a fast mechanism
17365         for altering many active ranges.
17366         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17367         active file (local makes it unnecessary).
17368         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17369
17370         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17371         (agent-enable-undownloaded-faces): Added.
17372
17373         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17374         disable it when sending to "nndraft:queue".
17375         (gnus-group-send-queue): Add safety check to avoid sending queue
17376         when unplugged.
17377
17378         * gnus-group.el (gnus-group-catchup): Use new
17379         gnus-sequence-of-unread-articles, not
17380         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17381         numbers of articles.  Use gnus-range-map to avoid having to
17382         uncompress the unread list.
17383         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17384         Fixed invalid ange-ftp reference.
17385
17386         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17387         (gnus-sorted-range-intersection): Intersection of two ranges
17388         without requiring that they first be uncompressed.
17389
17390         * gnus-start.el (gnus-activate-group): Unless blocked by the
17391         caller, possibly expand the active range to include both cached
17392         and agentized articles.
17393         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17394         multiple version-dependent converters.
17395         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17396         gnus-agent-save-active.
17397         (gnus-save-newsrc-file): Save dirty agent range limits.
17398
17399         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17400         gnus-agent-possibly-alter-active.
17401         (gnus-adjust-marked-articles): Faster handling of simple lists.
17402
17403 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17404
17405         * spam-stat.el (spam-stat-test-directory): New optional argument
17406         displays a list of files detected.  Suggested by Andrew Cohen
17407         <cohen@andy.bu.edu>.
17408         (spam-stat-buffer-words-with-scores): Don't narrow and change
17409         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17410
17411 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17412
17413         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17414         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17415         (spam-spamassassin-arguments)
17416         (spam-spamassassin-spam-flag-header)
17417         (spam-spamassassin-positive-spam-flag-header)
17418         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17419         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17420         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17421         (spam-list-of-processors, spam-list-of-checks)
17422         (spam-list-of-statistical-checks, spam-registration-functions)
17423         (spam-check-spamassassin-headers, spam-check-spamassassin)
17424         (spam-spamassassin-score)
17425         (spam-spamassassin-register-with-sa-learn)
17426         (spam-spamassassin-register-spam-routine)
17427         (spam-spamassassin-register-ham-routine)
17428         (spam-assassin-register-spam-routine)
17429         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17430         (spam-bogofilter-score): Fix to show article before scoring.
17431
17432 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17433
17434         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17435         default scoring function.
17436         (spam-generic-score): Call spam-spamassassin-score if
17437         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17438         spam-bogofilter-score otherwise.
17439
17440         * gnus.el (spam-process, spam-autodetect-methods): Add
17441         spamassassin and spamassassin-headers.
17442
17443 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17444
17445         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17446         Suppress unnecessary messages.
17447
17448 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17449
17450         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17451         make-hash-table.
17452
17453 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * canlock.el (base64-encode-string): Don't autoload it.
17456
17457 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * run-at-time.el: Remove useless (require 'itimer),
17460         eval-and-compile and (featurep 'xemacs).
17461
17462 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17463
17464         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17465         GROUP is a virtual group.
17466
17467 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17468
17469         * gnus.el: Autoload `message-y-or-n-p'.
17470
17471 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17472
17473         * pgg-parse.el: Remove unnecessary (require 'custom).
17474
17475         * pgg-def.el: do.
17476
17477         * nnmail.el: do.
17478
17479         * gnus-undo.el: do.
17480
17481         * gnus-picon.el: do.
17482
17483         * gnus-util.el: do.
17484
17485 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17486
17487         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17488
17489 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17490
17491         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17492         handle, as well as a list.
17493
17494         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17495         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17496         (mm-w3m-cid-retrieve): Simplify.
17497
17498 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17499
17500         * message.el (message-kill-to-signature): Allow prefix arg to
17501         specify number of lines to keep before signature.
17502
17503 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17504
17505         * message.el (message-kill-to-signature): Change docstring.
17506
17507 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * canlock.el: Always require sha1-el.
17510         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17511
17512         * message.el: Autoload sha1 only when compiling.
17513
17514         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17515         eudc-expand-inline for XEmacs.
17516
17517 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * message.el (message-canlock-generate): Require sha1-el.
17520
17521 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17522
17523         * message.el (message-expand-name): Silence the byte compiler.
17524
17525         * lpath.el: Add detect-coding-system.
17526
17527         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17528         cus-edit.
17529
17530 2004-01-13  Simon Josefsson  <jas@extundo.com>
17531
17532         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17533         Invoke gnus-score-mode.  Reported by
17534         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17535
17536         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17537         Jim Blandy <jimb@redhat.com> (tiny change).
17538
17539 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17540
17541         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17542
17543 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17544
17545         * spam.el (spam-get-article-as-string): Update to use
17546         gnus-request-article-this-buffer, much simpler.
17547         (spam-get-article-as-buffer): Remove.
17548
17549 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17550
17551         * message.el (message-expand-name): Use EUDC if the user uses that.
17552
17553 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17554
17555         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17556         character for the encoding to avoid consing a string.
17557
17558         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17559         unnecessarily.
17560
17561         * mm-util.el (mm-replace-chars-in-string): Remove.
17562
17563         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17564         of mm-replace-chars-in-string.
17565
17566 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17567
17568         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17569
17570         * mm-util.el (mm-subst-char-in-string): Support inplace.
17571
17572         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17573         a new string in every iteration.  Use shy groups.
17574
17575 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17576
17577         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17578         * gnus-soup.el (gnus-soup-group-brew):
17579         * gnus-msg.el (gnus-put-message):
17580         * gnus-move.el (gnus-group-move-group-to-server):
17581         * gnus-kill.el (gnus-batch-score):
17582         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17583         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17584         (gnus-group-update-group, gnus-group-read-group)
17585         (gnus-group-make-group, gnus-group-make-help-group)
17586         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17587         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17588         (gnus-group-sort-by-unread, gnus-group-catchup)
17589         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17590         (gnus-group-yank-group, gnus-group-set-info)
17591         (gnus-group-list-groups):
17592         * gnus.el (gnus-generate-new-group-name):
17593         * gnus-delay.el (gnus-delay-send-queue):
17594         * nnvirtual.el (nnvirtual-catchup-group):
17595         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17596         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17597         (gnus-group-prepare-topics, gnus-topic-check-topology):
17598         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17599         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17600         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17601         (gnus-group-make-articles-read):
17602         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17603         (gnus-group-change-level, gnus-kill-newsgroup)
17604         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17605         (gnus-get-unread-articles, gnus-make-articles-unread)
17606         (gnus-make-ascending-articles-unread): Use accessor
17607         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17608         to get group information for improved readability.
17609
17610
17611 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17612
17613         * gnus-art.el (article-decode-mime-words, article-babel)
17614         (gnus-article-highlight-signature, gnus-article-add-buttons)
17615         (gnus-signature-toggle): Use gnus-with-article-buffer.
17616
17617         * gnus-art.el (gnus-article-highlight-headers)
17618         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17619
17620         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17621         (gnus-article-set-globals, gnus-request-article-this-buffer)
17622         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17623         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17624         (gnus-mime-display-alternative): Use with-current-buffer.
17625
17626 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17627
17628         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17629         also under 80 char limit, and call gnus-error if needed.
17630         (spam-fetch-article-header): Fix - it was a
17631         buffer-local variable (gnus-newsgroup-data).
17632         (spam-find-spam): Use spam-generate-fake-headers, forget about
17633         spam-insert-fake-headers.
17634         (spam-insert-fake-headers): Remove.
17635
17636 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17637
17638         * deuglify.el (gnus-article-outlook-unwrap-lines)
17639         (gnus-outlook-rearrange-article)
17640         (gnus-outlook-repair-attribution-outlook)
17641         (gnus-outlook-repair-attribution-block)
17642         (gnus-outlook-repair-attribution-other): Remove redundant
17643         save-excursion.
17644
17645 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17646
17647         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17648         (spam-fetch-field-subject-fast)
17649         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17650         (spam-fetch-article-header): Add functions to deal with Gnus
17651         internals for fast retrieval of article header data.
17652         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17653
17654 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17655
17656         * pop3.el (pop3-md5): Remove.
17657         (pop3-apop): Replace pop3-md5 with md5.
17658
17659         * mm-bodies.el: base64 is always built-in.
17660
17661         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17662         with-current-buffer.
17663
17664 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * canlock.el (canlock-insert-header): Remove excessive grouping in
17667         regexp.
17668
17669         * gnus-sum.el (gnus-summary-read-document): Ditto.
17670
17671         * gnus-uu.el (gnus-uu-part-number): Ditto.
17672
17673         * html2text.el (html2text-remove-tags): Ditto.
17674         (html2text-format-tags): Ditto.
17675         (html2text-format-single-elements): Ditto.
17676
17677         * mml.el (mml-parse-1): Ditto.
17678
17679 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17680
17681         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17682
17683         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17684
17685         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17686
17687         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17688
17689 2003-11-15  Simon Josefsson  <jas@extundo.com>
17690
17691         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17692         (pgg-gpg-lookup-key): Use regexp match instead of
17693         split-string (split-string is different between emacs 21.2 and
17694         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17695
17696 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17697
17698         * gnus-art.el (gnus-mime-view-all-parts)
17699         (gnus-article-part-wrapper, gnus-article-view-part): Use
17700         with-current-buffer.
17701
17702 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17703
17704         * spam.el (spam-disable-spam-split-during-ham-respool)
17705         (spam-spamoracle-database, spam-cache-lookups)
17706         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17707         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17708         (spam-group-ham-marks, spam-group-spam-marks)
17709         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17710         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17711         also add spam-use-blackholes to the statistical checks.
17712         (spam-fetch-field-fast): Add interface to fetching fields, may
17713         become a macro.
17714         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17715         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17716         (spam-insert-fake-headers): Fake an article when needed.
17717         (spam-find-spam): Fake article when possible.
17718         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17719         (spam-check-bogofilter-headers): Use message-fetch-field instead
17720         of nnmail-fetch-field.
17721
17722 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17723
17724         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17725
17726 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17727
17728         * spam.el (spam-split): Do not require spam-use-CHECK to be
17729         enabled if that check is passed to spam-split explicitly; also
17730         fix so 'spam doesn't get converted to spam-split-group when
17731         spam-split-symbolic-return is t.
17732         (spam-find-spam): Find registrations of the article and use those
17733         instead of re-running spam-split to find the spam/ham
17734         classification of the article.
17735         (spam-log-processing-to-registry, spam-log-registered-p)
17736         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17737         Use gnus-error instead of gnus-message.
17738         (spam-log-registration-type): Add function to determine the
17739         classification of a message based on registry entries; will
17740         return nil if both 'spam and 'ham are found.
17741         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17742         a reasonably fast local cache without the loading errors.
17743         (spam-cache-lookups): Set to t by default.
17744         (spam-find-spam): Don't try to guess spam-cache-lookups.
17745         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17746         spam-caches entry.
17747         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17748         caching of whitelist/blacklist entries.
17749         (spam-check-whitelist, spam-check-blacklist): Invoke
17750         spam-from-listed-p with a type, not a cache variable.
17751         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17752
17753 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17754
17755         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17756
17757         * nnmail.el (nnmail-split-fancy): do.
17758
17759         * mml.el (mml-parse): do.
17760
17761         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17762         (gnus-score-adaptive): do.
17763
17764 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17767         (gnus-mime-button-map): Don't set keymap parent.
17768         (gnus-button-ctan-directory-regexp): Use shy grouping.
17769         (gnus-prev-page-map): Don't set keymap parent.
17770         (gnus-prev-page-map): Remove duplicated one.
17771         (gnus-next-page-map): Don't set keymap parent.
17772         (gnus-mime-security-button-map): Ditto.
17773
17774         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17775         version number.
17776
17777         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17778
17779 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * canlock.el (canlock-sha1-function): Remove.
17782         (canlock-sha1-function-for-verify): Remove.
17783         (canlock-openssl-program): Remove.
17784         (canlock-openssl-args): Remove.
17785         (canlock-ignore-errors): Remove.
17786         (canlock-sha1-with-openssl): Remove.
17787         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17788         (canlock-verify): Don't use canlock-ignore-errors.
17789
17790         * sha1-el.el (sha1-string-external): Make it can return a string
17791         in binary form.
17792         (sha1-region-external): Ditto.
17793         (sha1-string-internal): Ditto.
17794         (sha1-region-internal): Ditto.
17795         (sha1-region): Ditto.
17796         (sha1-string): Ditto.
17797         (sha1): Ditto.
17798
17799 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17800
17801         * spam.el (spam-report-articles-gmane): New command.
17802
17803 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17806
17807         * run-at-time.el (run-at-time-saved): Remove.
17808         (run-at-time): Doc fix.
17809
17810 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17811
17812         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17813         (gnus-summary-limit-map): Add it.
17814         (gnus-summary-make-menu-bar): do.
17815
17816 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17817
17818         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17819         Make attempt at some caching support (done for BBDB only now).
17820         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17821         addresses to be checked.
17822         (spam-clear-cache-BBDB): Add function, to be invoked by
17823         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17824         (spam-check-BBDB): Check and use the caches, if
17825         spam-cache-lookups is on, remove superfluous (provide).
17826
17827 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17828
17829         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17830
17831 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17832
17833         * run-at-time.el (run-at-time-saved): Move to after the definition
17834         of `run-at-time'.
17835
17836         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17837
17838 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17841         mm-w3m-local-map-property.
17842
17843         * mm-view.el (mm-w3m-mode-map): Remove.
17844         (mm-w3m-local-map-property): Remove.
17845         (mm-inline-text-html-render-with-w3m): Don't use
17846         mm-w3m-local-map-property.
17847
17848 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17849
17850         * run-at-time.el: New file.
17851
17852         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17853         under Emacs.
17854
17855         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17856         of gnus-set-text-properties.
17857
17858         * gnus-uu.el (gnus-uu-save-article): Ditto.
17859
17860         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17861
17862         * gnus-cite.el (gnus-cite-parse): Ditto.
17863
17864         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17865         of gnus-.
17866
17867         * gnus-xmas.el (run-at-time): Require run-at-time.
17868
17869         * gnus.el: Changed calls to nnheader-run-at-time and
17870         password-run-at-time throughout to use run-at-time directly.
17871
17872         * password.el: Removed definition of run-at-time.
17873
17874         * nnheaderxm.el: Remove definition of run-at-time.
17875
17876 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17877
17878         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17879         in prompt.
17880
17881 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17882
17883         * messagexmas.el (message-xmas-redefine): Alias
17884         `message-make-caesar-translation-table' to
17885         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17886         version.
17887
17888         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17889         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17890         `gnus-xmas-set-text-properties'.
17891         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17892         `gnus-xmas-completing-read'.
17893         (gnus-xmas-completing-read): Removed.
17894         (gnus-xmas-open-network-stream): Removed.
17895
17896         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17897         XEmacs version.
17898
17899         * dns.el (dns-make-network-process): Use `open-network-stream'
17900         instead of `gnus-xmas-open-network-stream'.
17901
17902         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17903
17904         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17905
17906 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17907
17908         * gnus-art.el (gnus-mime-display-alternative)
17909         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17910         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17911         Don't use gnus-local-map-property.
17912
17913         * gnus-util.el (gnus-local-map-property): Remove.
17914
17915         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17916         gnus-completing-read-maybe-default with completing-read.
17917
17918         * gnus-util.el (gnus-completing-read): do.
17919         (gnus-completing-read-maybe-default): Remove.
17920
17921 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17922
17923         * password.el: Only autoload `run-at-time' if not XEmacs.
17924         Only autoload the itimer functions if XEmacs.
17925
17926 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17929         XEmacsen.
17930
17931         * dgnushack.el: Autoload executable-find for XEmacs.
17932
17933 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17934
17935         * gnus-art.el (gnus-read-string): Remove.
17936         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17937         read-string.
17938
17939 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17940
17941         * netrc.el: Autoload password-read.
17942         (netrc): Add configuration group.
17943         (netrc-encoding-method, netrc-openssl-path): Add
17944         variables for encoding and decoding of files with symmetric
17945         ciphers.
17946         (netrc-encode): Add assistant function to encode a file with
17947         netrc-encoding-method.
17948         (netrc-parse): Add interactive parameter, added optional
17949         decoding if netrc-encoding-method is non-nil but otherwise
17950         behavior is standard.
17951         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17952         Do s/encode/encrypt/ everywhere.
17953
17954         * spam.el: Remove executable-find autoload.
17955
17956 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17957
17958         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17959
17960         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17961
17962 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17963
17964         * gnus-art.el (gnus-treat-ansi-sequences)
17965         (article-treat-ansi-sequences): New variable and function.
17966         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17967
17968         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17969         Use it.
17970
17971 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17972
17973         * mm-util.el (mm-quote-arg): Remove.
17974
17975         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17976         shell-quote-argument.
17977
17978         * gnus-uu.el (gnus-uu-command): do.
17979
17980         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17981
17982         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17983         with make-char.
17984
17985         * mm-util.el (mm-make-char): Remove.
17986
17987         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17988         add-minor-mode.
17989
17990         * gnus-undo.el (gnus-undo-mode): do.
17991
17992         * gnus-topic.el (gnus-topic-mode): do.
17993
17994         * gnus-sum.el (gnus-dead-summary-mode): do.
17995
17996         * gnus-start.el (gnus-slave-mode): do.
17997
17998         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17999
18000         * gnus-ml.el (gnus-mailing-list-mode): do.
18001
18002         * gnus-gl.el (gnus-grouplens-mode): do.
18003
18004         * gnus-draft.el (gnus-draft-mode): do.
18005
18006         * gnus-dired.el (gnus-dired-mode): do.
18007
18008         * gnus-ems.el (gnus-add-minor-mode): Remove.
18009
18010         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18011         Replace gnus-char-width with char-width.
18012
18013         * gnus-ems.el (gnus-char-width): Remove.
18014
18015         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18016         Replace gnus-char-width with char-width.
18017
18018         * gnus-ems.el (gnus-char-width): Remove.
18019
18020         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18021         definition.
18022         Remove Emacs 20 hash table compatibility code.
18023
18024         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18025         20 compatibility code.
18026
18027         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18028
18029         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18030
18031         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18032         with point-at-{eol,bol}.
18033
18034         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18035
18036         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18037
18038         * flow-fill.el (fill-flowed-point-at-bol)
18039         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18040
18041         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18042         Replace with point-at-{eol,bol} throughout all files.
18043
18044 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * ntlm.el (ntlm-string-as-unibyte): New macro.
18047         (ntlm-build-auth-response): Use it.
18048
18049         Remove Emacs 20 stuff:
18050         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18051         (butlast, mapc, remove): Remove the compiler macros.
18052         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18053         of delq and copy-sequence.
18054         * gnus-art.el (popup-menu): Remove the compiler macro.
18055         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18056         Emacs 20.
18057
18058 2004-01-05  Simon Josefsson  <jas@extundo.com>
18059
18060         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18061         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18062         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18063         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18064         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18065         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18066         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18067         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18068         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18069         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18070         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18071         string-xor into ntlm-string-xor.  Suggested by
18072         Jesper Harder <harder@myrealbox.com>.
18073
18074         * ntlm.el: Don't include poem.
18075
18076         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18077         Jesper Harder <harder@myrealbox.com>.
18078
18079         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18080
18081         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18082         probably breaks emacs with DL patch, but do we care? Is anyone
18083         still using the DL stuff?)
18084
18085         * sieve-manage.el: Use the password package.
18086         (sieve-manage-read-passwd): Remove.
18087         (sieve-manage-interactive-login): Use password.  Re-add
18088         condition-case around loop.
18089
18090         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18091         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18092         the password package.
18093
18094 2003-02-19  Simon Josefsson  <jas@extundo.com>
18095
18096         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18097         token.
18098
18099 2002-08-07  Simon Josefsson  <jas@extundo.com>
18100
18101         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18102         (sieve-manage-authenticators):
18103         (sieve-manage-authenticator-alist): Add some SASL mechs.
18104         (sieve-sasl-auth): New function.
18105         (sieve-manage-cram-md5-auth):
18106         (sieve-manage-plain-auth): Rewrite using SASL library.
18107         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18108         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18109         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18110         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18111
18112 2004-01-05  Simon Josefsson  <jas@extundo.com>
18113
18114         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18115         New files.
18116
18117 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18118
18119         * gnus-group.el (gnus-no-groups-message): Update.
18120
18121         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18122
18123 2003-11-09  Simon Josefsson  <jas@extundo.com>
18124
18125         * imap.el: Support for ID IMAP extension (RFC 2971).
18126         (imap-local-variables): Add imap-id.
18127         (imap-id): New variable.
18128         (imap-id): New function.
18129         (imap-parse-response): Parse untagged ID response.
18130         * nnimap.el (nnimap-id): New variable.
18131         (nnimap-open-connection): Use it.
18132
18133 2003-12-28  Simon Josefsson  <jas@extundo.com>
18134
18135         * gnus-score.el (gnus-score-edit-all-score): New.
18136         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18137
18138 2004-01-04  Simon Josefsson  <jas@extundo.com>
18139
18140         * password.el: Add.
18141
18142 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18143
18144         * dns.el (dns-query-types): Fix typo.
18145         (dns-query-types): New function.
18146         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18147         PTR and SOA replies, see RFC 1035.
18148
18149 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18150
18151         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18152
18153         * Moved to Changelog.2.
18154
18155 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18156
18157         * gnus.el (gnus-version-number): Bump version.
18158
18159 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18160
18161         * gnus.el: No Gnus v0.1 is released.
18162
18163 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18164
18165         * gnus.el: No Gnus v0.0 is released.
18166
18167 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18168
18169         * gnus.el (gnus-version-number): Bump.
18170         (gnus-version): No.
18171
18172 See ChangeLog.2 for earlier changes.
18173
18174     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18175       Free Software Foundation, Inc.
18176
18177   This file is part of GNU Emacs.
18178
18179   GNU Emacs is free software: you can redistribute it and/or modify
18180   it under the terms of the GNU General Public License as published by
18181   the Free Software Foundation, either version 3 of the License, or
18182   (at your option) any later version.
18183
18184   GNU Emacs is distributed in the hope that it will be useful,
18185   but WITHOUT ANY WARRANTY; without even the implied warranty of
18186   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18187   GNU General Public License for more details.
18188
18189   You should have received a copy of the GNU General Public License
18190   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18191
18192 ;; Local Variables:
18193 ;; coding: utf-8
18194 ;; fill-column: 79
18195 ;; add-log-time-zone-rule: t
18196 ;; End: